Revert "message: insert mail-header-separator read-only and intangible"
[gnus] / lisp / ChangeLog
1 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-start.el (gnus-read-active-for-groups): This function is never
4         called with a nil `infos', so clean that up.
5         (gnus-get-unread-articles): Request active files from primary/secondary
6         methods that have no groups (yet).
7
8 2011-02-03  Julien Danjou  <julien@danjou.info>
9
10         * message.el (message-setup-1): Always generate References first.
11         (message-mail): Return the return value of message-setup, not always t.
12
13         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
14         user-date in docstring.
15
16         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
17
18         * gnus.el (gnus-summary-line-format): Mention &user-date format in
19         docstring.
20
21         * gnus.el (gnus-user-date-format-alist): Change default value. Use
22         defcustom, with type and group. Move from gnus-util.el. Rename to
23         gnus-summary-user-date-format-alist.
24
25 2011-02-03  Glenn Morris  <rgm@gnu.org>
26
27         * nnimap.el (gnus-fetch-headers): Declare.
28
29         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
30
31 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
32
33         * message.el (message-forward-make-body-digest-plain)
34         (message-followup, message-reply): Clean up things noted by Stefan.
35
36         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
37         gnus-article-update-date-headers is nil.
38         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
39         it didn't really work with defcustom.
40         (article-update-date-lapsed): Make sure the window start doesn't move,
41         either.
42
43 2011-02-01  Julien Danjou  <julien@danjou.info>
44
45         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
46         format.
47
48         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
49         standard in Emacs nowadays.
50
51         * color.el (color-gradient): Add a color-gradient function.
52
53 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
54
55         * message.el (message-expand-name): Don't trust the return value of
56         bbdb-complete-name.
57         (message-check-news-header-syntax): Remove unused var `start'.
58         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
59         (message-inhibit-body-encoding): Move to before first use.
60         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
61         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
62         (Organization, Message-ID, Date, mh-previous-window-config):
63         Defvar the vars using dynamic scoping.
64
65 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
66
67         * shr.el (shr-render-td): Only do colours at the final rendering.
68         Should be slightly faster.
69         (shr-insert-table): Fix up TD background colours when doing the
70         vertical padding.
71
72         * gnus-art.el (article-date-ut): Protect against articles with no Date
73         header.
74         (article-update-date-lapsed): Don't use current-column to find the
75         horizontal position.  It's fragile in the presence of \003 characters.
76
77         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
78
79 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
80
81         * gnus-art.el (article-transform-date): Rewrite to still work when
82         there are several rfc2822 parts.
83         (article-transform-date): Fix infinite recursion.
84         (article-date-ut): Replace infinitely many Date headers with a single
85         one when called interactively.
86
87         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
88         secure manner.
89
90         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
91         move around by not using save-window-excursion.  It seems to work...
92
93 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * gnus-art.el (article-make-date-line): Work for user-defined format.
96
97 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
98
99         * nntp.el (nntp-retrieve-group-data-early)
100         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
101         fetching functions.
102
103         * gnus-start.el (gnus-read-active-for-groups): Read the active files
104         thoroughly for all backends that have no known groups.  This should
105         allow new nnml methods to retrieve mail.
106
107         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
108         that Gnus doesn't know exists again.
109
110         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
111         (gnus-treat-date-ut): Ditto.
112         (gnus-article-update-date-header): Renamed.
113         (gnus-treat-date-local): Removed.
114         (gnus-treat-date-english): Removed.
115         (gnus-treat-date-lapsed): Removed.
116         (gnus-treat-date-combined-lapsed): Removed.
117         (gnus-treat-date-original): Removed.
118         (gnus-treat-date-iso8601): Removed.
119         (gnus-treat-date-user-defined): Removed.
120         (gnus-article-date-headers): New variable to control all the date
121         header options.
122         (article-date-ut): Rewrite to allow using the new way to format date
123         headers(s).
124
125 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
126
127         * nnmail.el (nnmail-article-group): Check for a direct fancy split
128         method.
129         (nnmail-article-group): A better test for fanciness.
130
131         * nnimap.el (nnimap-request-head): Protect against not finding the
132         article by Message-ID.
133
134 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
135
136         * gnus-art.el (article-update-date-lapsed): Try a better way to really
137         keep point at the "same place".
138
139 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
142         data if the group is unactivated.
143
144 2011-01-28  Julien Danjou  <julien@danjou.info>
145
146         * gnus-win.el: Remove dead function gnus-window-configuration-element.
147         (gnus-all-windows-visible-p): Remove old compatibility code.
148         (gnus-window-top-edge): Add docstring.
149
150         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
151
152 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
153
154         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
155         older request-update-info.
156
157         * gnus-art.el (article-make-date-line): Limit the length a bit more.
158
159 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
160
161         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
162         mml2015-signers higher precedence over mml2015-sign-with-sender.
163
164 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
165
166         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
167         groups.  This makes the nndraft:queue group pop up if it's not already
168         there.
169
170         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
171         messages" logic, which was reversed.
172
173         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
174         the "same place" even if point is on the line being replaced.
175         (article-update-date-lapsed): Allow updating both the combined lapsed
176         and the lapsed headers.
177         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
178         (article-make-date-line): Limit the number of segments dynamically to
179         avoid too-long lines.
180
181 2011-01-27  Julien Danjou  <julien@danjou.info>
182
183         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
184         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
185
186 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
189         Use plist-get instead of the cl function getf.
190
191 2011-01-27  Glenn Morris  <rgm@gnu.org>
192
193         * gnus-util.el (float-time): Get rid of compiler warning, again.
194
195 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
196
197         * shr.el (shr-put-color): Special-case background colours: Do put them
198         at the blank parts at the front of the lines.
199
200         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
201         exit hook to nix out all data on readedness on group exit.
202
203         * gnus-util.el (float-time): If float-time is bound, always use it on
204         all Emacsen.  It's unclear why the subrp check was there.
205         (time-date): Require to make some autoload issues on XEmacs go away.
206
207         * shr.el (shr-put-color): Don't do the box padding in tables, since
208         they're already padded.
209
210 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-art.el (gnus-article-next-page): When the last line of the
213         article is displayed, scroll down once more instead of going to the
214         next article at once.
215         (article-lapsed-string): Refactor out and allow specifying how many
216         segments you want.
217         (gnus-article-setup-buffer): Start updating the lapsed header directly.
218         (gnus-article-update-lapsed-header): New variable.
219
220         * shr.el: Revert change that made headings use different-sized faces.
221         The Emacs display engine isn't advanced enough that, for instance,
222         tables can comfortably use differntly-sized faces.
223
224 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
225
226         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
227         used.
228         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
229         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
230         we're using an encrypted connection.
231
232         * proto-stream.el: Alter the interface functions to also return the
233         actual stream type used: network or tls.
234
235 2011-01-25  Julien Danjou  <julien@danjou.info>
236
237         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
238         (mm-display-javascript-inline): New function.
239
240         * mm-decode.el (mm-inline-media-tests): Add application/javascript
241         viewing function.
242
243 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * shr.el (shr-expand-newlines): Fix variable name.
246
247 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
248
249         * shr.el (shr-expand-newlines): Make nested boxes work.
250
251 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
252
253         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
254         backgrounds.
255         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
256         in a more sensible manner.
257
258 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
259
260         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
261         if EPG is loaded.
262
263 2011-01-24  Julien Danjou  <julien@danjou.info>
264
265         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
266         tags.
267
268 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
271         commands.
272
273         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
274         in the article buffer.
275         (gnus-gravatar-insert): Use blank space from the current buffer to
276         avoid breaking text properties.  This makes X-Sent updating work again.
277
278         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
279
280 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
281
282         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
283         fix the bug in url-http.el instead.
284
285         * shr.el (shr-image-fetched): Ditto.
286
287         * shr.el (shr-image-fetched): Avoid having point move in the article
288         buffer.
289
290         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
291         buffer after being called.  It's apparently being killed by url.el, and
292         killing it made point move to end-of-buffer in a random buffer.
293
294         * shr.el (shr-image-fetched): Ditto.
295
296 2011-01-23  Julien Danjou  <julien@danjou.info>
297
298         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
299
300         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
301         text/x-org.
302
303 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
304
305         * gnus-sum.el (gnus-summary-move-article): Protect against backends
306         (i.e., nnimap) returning nil as the article number.
307
308 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
309
310         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
311         "DelSp" parameter in RFC3676.
312
313 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
314
315         * message.el (message-check-recipients): Display the encoded version of
316         the bogus address if they differ.
317
318         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
319         after sending.
320
321         * gnus-agent.el (gnus-agent-send-mail): Ditto.
322
323         * gnus-group.el (gnus-group-refresh-group): New convenience function.
324
325         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
326         group buffer after sending the queue.
327
328         * gnus-agent.el (gnus-agent-send-mail): Ditto.
329
330 2011-01-22  Julien Danjou  <julien@danjou.info>
331
332         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
333
334 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
335
336         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
337         nested related parts.
338
339         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
340         unexpired articles.  This fixes the regression that led expiry marks to
341         disappear from nnfolder groups.
342
343 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
344
345         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
346         Don't confuse the "ret" of "retrograde" with RET.
347
348 2011-01-21  Julien Danjou  <julien@danjou.info>
349
350         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
351         than mm-insert-inline.
352
353 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
356         Widen article buffer.
357
358 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
359
360         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
361         the temp buffer.
362         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
363
364 2011-01-20  Julien Danjou  <julien@danjou.info>
365
366         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
367
368         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
369         than mm-insert-inline to insert inline part: this respect
370         mm-inline-media-tests displayers.
371
372         * mm-view.el (mm-display-shell-script-inline): New function.
373
374         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
375
376         * mm-uu.el (mm-uu-type-alist): Add org block.
377         (mm-uu-org-src-code-block-extract): New function.
378
379         * mm-view.el (mm-display-org-inline): New function.
380
381         * mm-decode.el (mm-automatic-display): Add text/org.
382
383         * mailcap.el (mailcap-mime-extensions): Add .org.
384
385 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * gnus-art.el (gnus-article-highlight): Remove argument passed to
388         gnus-article-add-buttons.
389
390 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
391
392         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
393         From header with a date and "nobody" as the sender.
394
395 2011-01-19  Julien Danjou  <julien@danjou.info>
396
397         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
398         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
399         if you have the same regexp several times.
400         (gnus-button-push): Fix matching when regexp is symbol.
401
402 2011-01-15  Glenn Morris  <rgm@gnu.org>
403
404         * message.el (message-mail): A compose-mail function should
405         accept headers as strings.
406
407 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
408
409         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
410         Add :vert-only tags.
411         (message-mail): New arg RETURN-ACTION.
412         (message-return-action): New var.
413         (message-bury): Use it.
414         (message-mode): Make it buffer-local.
415         (message-send-and-exit): Always call message-bury.
416
417         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
418         message-mail.
419
420 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * nnimap.el (nnimap-convert-partial-article): Protect against
423         zero-length body parts.
424
425         * mm-decode.el (mm-preferred-alternative-precedence):
426         Discourage showing empty parts.
427
428         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
429         and stuff if the backend didn't return the article number.  This fixes
430         an Exchange-related nnimap bug.
431
432         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
433         group window, because it does the wrong thing when a separate frame
434         displays the group buffer.
435
436         * proto-stream.el (open-protocol-stream): Protect against the low-level
437         transport functions returning nil.
438
439 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
440
441         * mml2015.el (epg-sub-key-fingerprint): Autoload.
442         (mml2015-epg-find-usable-secret-key): New function.
443         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
444         mml2015-epg-find-usable-key (Bug#7797).
445         (mml2015-epg-encrypt): Ditto.
446
447 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * dgnushack.el (rot13-string): Fix the way to get the argument.
450
451 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
454
455 2011-01-03  Glenn Morris  <rgm@gnu.org>
456
457         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
458
459         * sieve.el (sieve-open-server): Give a more explicit error if
460         sieve-manage-open returns nil.  (Bug#7720)
461
462 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
463
464         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
465
466 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
469         This avoids sending passwords in plain text over non-encrypted
470         channels.
471
472         * shr.el (shr-rescale-image): Display all GIF images as animated images.
473
474         * nnimap.el (nnimap-login): Refactored out into own function, and
475         implement CRAM-MD5.
476         (nnimap-wait-for-line): Refactored out.
477
478         * mm-view.el (mml-smime): Require.
479
480 2010-12-20  David Engster  <deng@eml.cc>
481
482         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
483         use EPG to decrypt S/MIME messages instead of openssl.
484
485 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486
487         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
488
489         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
490         status is the group clearly is unreachable.
491
492         * auth-source.el (auth-source-create): Add the optional second
493         parameter to `local-variable-p' to be compatible with XEmacs.
494
495 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
496
497         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
498         work when using a compressed nnml folder.
499
500 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501
502         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
503         backends after sanitising on entry, because this never makes sense:
504         If the articles have gone missing, then the data no longer exists on
505         the backend, and if they haven't, then Gnus is wrong, and shouldn't
506         overwrite anything anyway.
507
508         * shr.el (shr-insert-document): Bind shr-width dynamically to
509         window-width if it's nil.
510
511 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
512
513         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
514         with the meaning of using the full emacs window width for rendering.
515
516 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
517
518         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
519         case when sender is not given.
520
521 2010-12-23  Julien Danjou  <julien@danjou.info>
522
523         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
524         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
525         the addresses, otherwise we might misplaced the gravatar.
526
527 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
528
529         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
530         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
531         obsolete in Emacs.
532
533 2010-12-20  Julien Danjou  <julien@danjou.info>
534
535         * gnus-util.el (gnus-rescale-image): Revert last change.
536
537 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
538
539         * binhex.el: Improve commentary (Bug#7482).
540
541 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * gnus-group.el (gnus-group-delete-articles): New command.
544
545 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
546
547         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
548
549 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
550
551         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
552         here, since it's up to the backends to do CRLF removal if their
553         protocol has it.
554
555         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
556
557 2010-12-17  Julien Danjou  <julien@danjou.info>
558
559         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
560         they are from file. Can also scale up.
561
562 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
563
564         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
565         gnus-use-agent.
566         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
567
568         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
569
570 2010-12-17  Julien Danjou  <julien@danjou.info>
571
572         * gravatar.el (gravatar-retrieve-synchronously): New function.
573         (gravatar-get-data): Make more robust.
574
575 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
578
579 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580
581         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
582         to really consider the last line.
583
584 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
585
586         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
587         list of recipient keys, or use symmetric encryption if not a list.
588         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
589         EPA override, replacing the call to `netrc-store-data'.
590
591 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
592
593         * gnus-srvr.el: Avoid passing nil regexp argument to
594         delete-matching-lines.
595
596 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
599         fetching stops when Gnus exits.
600
601         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
602         function.
603         (nnfolder-request-expire-articles): Save all the buffers after doing
604         expiry.
605
606         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
607         the last article", since that led to serious performance regressions
608         when expiring nnml groups.
609
610 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
611
612         * nnir.el: Improve customizations.
613
614 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
617
618         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
619         group has been killed.
620         (gnus-group-yank-group): Ditto.
621
622         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
623
624         * nnimap.el (nnimap-request-update-group-status): New function.
625
626         * gnus-int.el (gnus-request-update-group-status): New interface
627         function.
628
629         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
630         copying read-ness to the backends.
631
632         * nnimap.el (nnimap-quirk): New function.
633         (nnimap-retrieve-group-data-early): Use it.
634         (nnimap-quirks): New alist.
635
636 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * shr.el (shr-insert): Set shr-start after deleting trailing space;
639         don't delete it within indentation.
640
641 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
644         previous line.
645
646 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
649         QRESYNC command by deleting a superfluous space which broke Cyrus
650         servers.  This change will break other servers that are buggy the other
651         way around.
652
653 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
654
655         * spam.el: Reindent and fix long lines.
656         (spam-copy-or-move-routine): Exclude invalid move destinations.
657
658 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
659
660         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
661         installed the registry.
662
663 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
666
667 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
668
669         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
670         groupname doesn't contain "gmane".
671
672 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
675         and netrc-bound-and-true-p bindings.
676         (netrc-parse): Cache the netrc contents.
677
678         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
679         (gnus-1): Don't create the nndrafts group twice.
680         (gnus-setup-news): There's no need to read the active file here, since
681         that's done again later on a per-backend basis.
682         (gnus-start-draft-setup): Make sure that the new group is started out
683         empty.
684
685         * gnus-agent.el (gnus-agentize): Don't create the queue group
686         automatically on startup.  It'll be created later, if needed.
687
688         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
689         of automatically subscribed groups.
690         (gnus-auto-subscribed-categories): New variable.
691         (gnus-matches-options-n): Use it.
692         (gnus-default-subscribed-newsgroups): Remove unused variable.
693         (gnus-start-draft-setup): Message a bit less.
694
695 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
696
697         * nnir.el (nnir-run-imap): Return article list in order of increasing
698         UID.
699
700 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * gnus-sum.el (gnus-summary-enter-digest-group):
703         Mention gnus-auto-select-on-ephemeral-exit.
704
705         * proto-stream.el (proto-stream-open-network-only): Fix the calling
706         convention of the network-only option.
707
708 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * proto-stream.el (proto-stream-open-network-only): New function to
711         have a way to specify non-STARTTLS upgrade connections.
712
713 2010-12-10  Julien Danjou  <julien@danjou.info>
714
715         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
716         email address is nil.
717
718         * message.el (message-bogus-recipient-p): Set address to "" if nil.
719
720 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
721
722         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
723         deletion.
724         (nnir-run-imap): Only need to parse list once.
725
726 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * shr.el (shr-tag-script): Ignore <script>.
729         (shr-tag-label): Add <label> support.
730
731 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
734
735         * shr.el (shr-image-displayer): Work for images lined side by side.
736
737 2010-12-08  Robert Pluim  <rpluim@gmail.com>
738
739         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
740         parameter, since XEmacs doesn't accept t as a parameter.
741
742 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
743
744         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
745         ids.
746         (nnir-run-gmane): Simplify groupspec formatting.
747         (nnir-request-expire-articles): New function.
748
749 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
752         overflow, possibly.
753
754         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
755         (shr-render-td): Handle td style="" better.
756         (shr-tag-table): Use the color from the style sheet.
757         (shr-render-td): Make sure we copy over all the overlays, too.
758
759 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
760
761         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
762         (nnir-request-article): Improve article retrieval.
763
764 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * mm-util.el (mm-extra-numeric-entities): New variable.
767
768         * mm-url.el (mm-url-decode-entities):
769         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
770
771         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
772
773 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
774
775         * message.el: Use completion-at-point.
776         (message-completion-function): New fun, extracted from message-tab.
777         (message-mode): Use it for completion-at-point-functions.
778         (message-tab): Use it and completion-at-point.
779
780 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
783         character if a non-breakable character follows.
784
785 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
788         any stream.
789
790         * shr.el (shr-tag-font): Colorize the region.
791         (shr-tag-body): Ditto.
792         (shr-tag-font): Actually let the styles be inherited instead of
793         overwriting them.
794         (shr-tag-font): Get the background color right.
795         (shr-tag-style): Ignore all <style> tags for the moment.
796
797         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
798         a Message-ID to avoid having nnimap depend on gnus-sum.
799
800         * shr.el (shr-descend): Only colorize something if we have a node that
801         sets colors.
802
803 2010-12-06  Julien Danjou  <julien@danjou.info>
804
805         * shr.el (shr-render-td): Render td content with shr-descend, so style
806         will be applied to <td> too.
807         (shr-colorize-region): Colorize region even if we only have a background.
808         (shr-tag-body): Fix color and background color inheritance.
809         Do not recolorize after shr-generic.
810         (shr-tag-font): Let shr-generic colorize via inheritance.
811
812 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
815
816 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
817
818         * nnir.el (nnir-request-move-article): Remove obsolete code.
819
820 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
823
824 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * gnus-sum.el (gnus-summary-respool-article): The completion function
827         expects a list instead of an alist.
828
829         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
830         string as the parameter.
831
832         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
833
834         * shr.el (shr-stylesheet): New dynamic variable for cascading the
835         styles.
836         (shr-colorize-region): New function.
837         (shr-insert-background-overlay): Remove.
838         (shr-render-td): Background setting should be taken care of on a higher
839         level.
840         (shr-tag-body): Use post-hoc colorizations.
841         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
842         (shr-put-color-1): Don't overwrite old colors.
843         (shr-colorize-region): When the background color isn't explicit, use
844         a fixed background.
845
846         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
847         nnmail variables.
848
849 2010-12-05  Bjørn Mork  <bjorn@mork.no>
850
851         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
852         unless necessary.
853
854 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
855
856         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
857         server.
858
859 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
862         so that TAB works.
863
864         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
865         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
866
867         * shr.el (shr-urlify): Show the URL before the title to avoid
868         misleading URLs.
869
870 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
871
872         * shr.el (shr-urlify): Display the title in <a> tags.
873
874 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
875
876         * nnir.el (nnir-categorize): Replace mapcar with mapc.
877
878 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
879
880         * nnir.el: Rearrange code to allow macros to be autoloaded by
881         gnus-sum.el.
882         (nnir-retrieve-headers-override-function): Make this variable
883         customizable.
884         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
885
886         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
887         from nnir.el.
888
889 2010-12-03  Julien Danjou  <julien@danjou.info>
890
891         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
892
893 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
896         allow optional argument `environment'.
897
898 2010-12-03  Glenn Morris  <rgm@gnu.org>
899
900         * mm-extern.el (message-goto-body): Update declaration.
901
902 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * gnus-util.el (gnus-macroexpand-all): New function.
905
906         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
907         instead of macroexpand-all that is unavailable in XEmacs.
908
909 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
910
911         * nnir.el (nnir-summary-line-format): New variable.
912         (nnir-mode): Use it.
913         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
914         (nnir-article-ids): Reimplement as defsubst.
915         (nnir-retrieve-headers): Don't mangle the subject header.
916         (nnir-run-imap): Use 100 as RSV score.
917         (nnir-run-find-grep): Fix for full server searching.
918         (nnir-run-gmane): Better restriction to gmane groups.
919
920         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
921         summary buffers.
922
923 2010-12-02  Julien Danjou  <julien@danjou.info>
924
925         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
926
927         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
928
929         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
930         support.
931
932 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
933
934         * nnir.el: Update to handle the registry better.
935         (autoload): Silence byte-compiler.
936         (nnir-open-server): Add a hook for nnir groups.
937         (nnir-request-move-article): Don't mangle the header. Better to use
938         formating variables (which will be added in the future).
939         (nnir-registry-action): Update the registry using the original article
940         group name.
941         (nnir-mode): Install nnir-specific hooks for updating the registry.
942
943         * gnus-sum.el
944         (gnus-article-original-subject,gnus-newsgroup-original-name):
945         Remove obsolete variables.
946         (gnus-summary-move-article): Remove use of obsolete variables.
947         (gnus-summary-local-variables): Make move and delete hooks local to
948         summary buffers.
949
950 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * rtree.el: New file.
953
954 2010-12-01  Julien Danjou  <julien@danjou.info>
955
956         * message.el (message-user-organization): Do not use
957         gnus-local-organization.
958
959         * gnus.el: Remove gnus-local-organization.
960
961         * gnus-msg.el: Remove nastygram thing.
962
963 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
964
965         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
966         funcall.
967
968 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
969
970         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
971         names.
972
973         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
974         characters.
975
976         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
977         to t of inhibit-read-only since it is inside gnus-with-article-headers.
978         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
979         (gnus-gravatar-transform-address): Use mail-extract-address-components
980         that supports non-ASCII names rather than mail-header-parse-addresses.
981
982 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * proto-stream.el (open-protocol-stream): All starttls connections are
985         handled by the network handler.
986
987 2010-11-30  Julien Danjou  <julien@danjou.info>
988
989         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
990         (nnimap-open-connection-1): Fix PREAUTH.
991
992         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
993
994 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
997         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
998         (shr-insert): Use them.
999         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1000
1001 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1002
1003         * nnir.el (nnir-request-move-article): Bail out if original group
1004         doesn't support article moves.
1005         (nnir-get-active): Improve active list retrieval.
1006
1007 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1010
1011 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1012
1013         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1014         seem to accept strings-with-numbers as port numbers,
1015
1016 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1017
1018         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1019         change the registry.
1020
1021 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1024         delete-dups that is not available in XEmacs 21.4.
1025
1026         * mm-util.el (mm-delete-duplicates): Add comment.
1027
1028 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1029
1030         * nnir.el (nnir-ignored-newsgroups): New variable.
1031         (nnir-get-active): Use it.
1032
1033 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * proto-stream.el (proto-stream-open-network): Add some comments.
1036
1037         * nntp.el (nntp-open-connection): Provide a :success condition.
1038
1039         * nnimap.el (nnimap-open-connection-1): Ditto.
1040
1041         * proto-stream.el (proto-stream-open-network): See what the response to
1042         the STARTTLS command is.
1043
1044         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1045         backwards compatibility).
1046         (nnimap-open-connection-1): Really respect nnimap-server-port.
1047
1048         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1049         TLS upgrades we don't really care about the identity of the peer.
1050         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1051         that what we've checked for.
1052         (proto-stream-always-use-starttls): Only default to t if
1053         open-gnutls-stream exists.
1054         (proto-stream-open-network): If STARTTLS failed, then just open a
1055         normal connection.
1056         (proto-stream-open-network): Wait until the greeting before doing
1057         STARTTLS.
1058
1059         * nntp.el (nntp-open-connection): Report what the connection error is.
1060
1061         * proto-stream.el (open-protocol-stream): Rename from
1062         open-proto-stream.
1063
1064 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * nnimap.el (nnimap-stream): Change default to `undecided'.
1067         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1068         first, and then network.
1069         (nnimap-open-connection-1): Respect nnimap-server-port.
1070         (nnimap-open-connection): Be more backwards-compatible.
1071
1072         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1073         (proto-stream-open-starttls): De-duplicate the starttls code.
1074         (proto-stream-open-starttls): Folded back into the main function.
1075         (proto-stream-open-network): Fix typo in the gnutls path.
1076         (proto-stream-command): Refactor out.
1077
1078         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1079
1080         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1081         starttls.el STARTTLS.
1082
1083         * color.el (color-lab->srgb): Fix function call name.
1084
1085         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1086         if we're using tls.el.
1087         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1088         built in, then don't try to establish a STARTTLS connection.
1089
1090         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1091         servers.
1092
1093         * proto-stream.el (open-proto-stream): Use network, not stream.
1094         (open-proto-stream): Add a way to specify what the end of a command is.
1095
1096         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1097         connections types.
1098         (nntp-open-network-stream): Remove.
1099         (nntp-open-ssl-stream): Remove.
1100         (nntp-open-tls-stream): Remove.
1101         (nntp-ssl-program): Remove.
1102
1103         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1104
1105 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1106
1107         * nnir.el: Fix typos.
1108         (nnir-retrieve-headers-override-function): Rename variable to reflect
1109         new semantics.
1110         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1111         macros.
1112         (nnir-request-article, nnir-request-move-article): Use them.
1113         (nnir-categorize): New function.
1114         (nnir-run-query): Use it.
1115         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1116         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1117         sorted.
1118         (nnir-group-full-name): Use gnus-group-full-name instead.
1119         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1120         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1121
1122 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1125
1126         * proto-stream.el: New library to provide protocol-specific
1127         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1128         protocols.
1129         (open-proto-stream): Complete the documentation.
1130         (proto-stream-open-network): Fix some typos.
1131
1132         * nnimap.el (nnimap-open-connection): Use it.
1133
1134 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1135
1136         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1137         negotiation.
1138
1139 2010-11-26  Julien Danjou  <julien@danjou.info>
1140
1141         * color.el: Rename various rgb functions to srgb.
1142
1143 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1146         names.
1147
1148 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * shr.el (shr-insert): Revert last change.
1151         (shr-find-fill-point): Never leave point being at bol;
1152         relax the kinsoku limitation when rendering tables.
1153
1154 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1157         results from -accept-article.
1158
1159         * shr-color.el: Require cl when compiling.
1160
1161         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1162         checkin.
1163
1164         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1165
1166         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1167
1168         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1169         'add and 'delete to set backend marks.
1170
1171         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1172
1173         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1174
1175         * nntp.el (nntp-request-set-mark): Use it.
1176
1177         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1178
1179         * nnml.el (nnml-request-set-mark): Ditto.
1180
1181         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1182         introduces regressions in article selection.
1183         (nnimap-find-uid-response): New function.
1184         (nnimap-request-accept-article): Use the UID returned, if any.
1185         (nnimap-request-move-article): Use the UID returned, if any.
1186         (nnimap-get-groups): Reimplement to work with folded lines.
1187         (nnimap-find-uid-response): The UID is the last element in the list.
1188         (nnimap-request-set-mark): Extend syntax with 'set.
1189
1190         * nnml.el (nnml-request-set-mark): Ditto.
1191
1192         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1193
1194         * nntp.el (nntp-request-set-mark): Ditto.
1195
1196 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * message.el (message-called-interactively-p): A temporary macro.
1199         (message-goto-body): Use it temporarily.
1200
1201 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1204         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1205         (nnimap-last-response-string): Fix last unfolding fix.
1206
1207 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * shr.el (shr-insert): Fix the way to fold lines.
1210
1211 2010-11-25  Julien Danjou  <julien@danjou.info>
1212
1213         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1214
1215         * color.el: Rename from color-lab.el
1216         (color-rgb->hex): Add.
1217         (color-complement): Add.
1218         (color-complement-hex): Add.
1219
1220         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1221
1222 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1225         don't exist.
1226
1227 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1228
1229         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1230         assuming that article displaying or another mml-preview may be
1231         interrupted for an error or for the like.
1232
1233         * shr.el (shr-get-background): Fix argument name.
1234
1235 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1238
1239         * gnus-sum.el (gnus-summary-include-articles): New function.
1240
1241         * message.el (message-goto-body): called-interactively-p needs a
1242         parameter, so use `any'.
1243
1244         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1245         clear marks before moving, since they're synced from the Gnus side
1246         first.
1247
1248         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1249         (gnus-summary-move-article): Copy over all marks before moving, so that
1250         IMAP doesn't think a new article has arrived.
1251
1252 2010-11-24  Julien Danjou  <julien@danjou.info>
1253
1254         * shr.el (shr-insert-background-overlay): Fix typo.
1255         (shr-render-td): Copy the background before rendering.
1256
1257         * shr-color.el (shr-color-visible): Fix docstring.
1258
1259         * shr.el (shr-tag-table): Add bgcolor support.
1260         (shr-render-td): Add bgcolor support.
1261         (shr-get-background): Add.
1262         (shr-insert-foreground-overlay): Use shr-get-background.
1263
1264         * message.el (message-goto-body): Use called-interactively-p.
1265         (message-in-body-p): message-goto-body returns point.
1266
1267 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1270         Fixes something or other in Emacs 23, and is backwards compatible.
1271
1272         * message.el (message-goto-body): Remove the <#secure special-casing,
1273         which is too special.
1274
1275         * shr.el (shr-parse-style): Drop !important from styles.
1276
1277 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1278
1279         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1280         this function to return incorrect results when calling it with an
1281         explicit article argument different from
1282         (gnus-summary-article-number).
1283
1284 2010-11-24  Julien Danjou  <julien@danjou.info>
1285
1286         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1287         (shr-tag-body): Add background support.
1288         (shr-descend): Add background support.
1289         (shr-tag-title): Add.
1290
1291         * shr-color.el (shr-color-visible): Really return original background
1292         if fixed.
1293
1294 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * shr.el (shr-color-check): Protect against non-existant colour names.
1297
1298 2010-11-24  Julien Danjou  <julien@danjou.info>
1299
1300         * color-lab.el: Require 'cl when compiling.
1301
1302         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1303
1304         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1305         matched part.
1306
1307         * color-lab.el: Fix all expt calls to use float type.
1308
1309 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1312         expression to shr-color-check as is.
1313
1314         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1315
1316         * color-lab.el: Add coding cookie.
1317         (float-pi): Use eval-and-compile.
1318
1319         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1320         compiled for Emacsen having no `libxml-parse-html-region' support.
1321
1322 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * shr.el (shr-insert-color-overlay): Split stuff like
1325         "#444444 !important" to find the real colour.
1326         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1327         parse <font color="red"> entries.
1328
1329 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1330
1331         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1332         point when parsing headers.
1333
1334         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1335         is positioned properly when parsing headers.
1336
1337 2010-11-23  Julien Danjou  <julien@danjou.info>
1338
1339         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1340
1341         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1342
1343         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1344
1345         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1346         Use shr-color-hue-to-rgb.
1347         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1348
1349 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * shr.el (shr-color->hexadecimal): Autoload.
1352         (shr-descend): Add color to all tags.
1353
1354 2010-11-22  Julien Danjou  <julien@danjou.info>
1355
1356         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1357         shr-color->hexadecimal.
1358
1359         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1360         RGB() or HSL() color representation.
1361
1362         * shr.el (shr-tag-font): Add.
1363         (shr-tag-color-check): New function to get better colors.
1364         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1365         tag-span.
1366
1367         * shr-color.el: New file.
1368
1369         * color-lab.el: New file.
1370
1371         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1372
1373 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1374
1375         * nnir.el: Fix typo in comments.
1376         (nnir-run-imap): Simplify code. No need to reverse artlist.
1377         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1378
1379 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1382
1383         * nnimap.el (nnimap-get-capabilities): Refactor out.
1384         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1385
1386 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1387
1388         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1389         appearing when `mm-uu-hide-markers' is nil.
1390
1391 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * nnimap.el (nnimap-unselect-group): Make into its own function.
1394         (nnimap-request-rename-group): Unselect group before renaming.
1395         This had gotten lost somewhere.
1396         (nnimap-request-accept-article): Keep track of examined groups, and
1397         unselect the group before APPENDing to read-only groups.
1398         (nnimap-request-move-article): Clear flags before moving so that they
1399         can be re-set later.
1400
1401 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1404         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1405
1406 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * gnus-art.el (gnus-mime-display-single)
1409         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1410         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1411         parameter.
1412
1413 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1416         (shr-table-vertical-line): New variable.
1417         (shr-insert-table): Use it.
1418
1419 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1420
1421         * gnus-html.el (gnus-html-wash-images): Don't display images if
1422         gnus-inhibit-images is non-nil; register displayer for cid images.
1423         (gnus-html-display-image): Work for cid image.
1424         (gnus-html-insert-image): Allow arguments.
1425         (gnus-html-put-image): Inhibit read-only.
1426         (gnus-html-prefetch-images): Don't prefetch images if
1427         gnus-inhibit-images is non-nil.
1428
1429 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430
1431         * shr.el (shr-put-image): Break lines when inserting big pictures.
1432
1433 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1434
1435         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1436         sender, thanks Katsumi Yamaoka.
1437
1438 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1439
1440         * nnir.el (nnir-run-imap): Reverse the article list for each group
1441         rather than the whole list.
1442
1443 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * shr.el (shr-image-displayer): Protect function against non-existent
1446         image source.
1447
1448         * gnus-art.el (gnus-inhibit-images): New user option.
1449         (gnus-mime-display-single): Don't display image if it is non-nil.
1450
1451         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1452         gnus-inhibit-images.
1453
1454         * shr.el (shr-image-displayer): New function.
1455         (shr-tag-img): Use it.
1456
1457 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1458
1459         * mml2015.el (mml2015-epg-sign): Use From header.
1460
1461 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1464
1465         * gnus-util.el (gnus-find-text-property-region): Return markers.
1466
1467         * shr.el (shr-tag-img): Put a displayer in the text property.
1468
1469         * gnus-util.el (gnus-find-text-property-region): New utility function.
1470
1471         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1472         (gnus-html-show-images): Remove.
1473
1474         * gnus-art.el (gnus-article-show-images): New, more general function.
1475
1476         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1477         image url text properties.
1478
1479         * shr.el: Ditto.
1480
1481         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1482         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1483
1484 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1487         work for two or more articles.
1488
1489 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1492         divide an image that's in an html article to two or more when washing
1493         non-ASCII characters in alt text of it.
1494
1495 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1498         smime-decrypt-region using function argument.
1499         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1500
1501         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1502
1503         * smime.el (smime-decrypt-region): Catch it.
1504
1505 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1506
1507         * smime.el (smime-mode-map): Move initialization into declaration.
1508         (gnus-run-mode-hooks): Don't autoload.
1509         (smime-mode): Use define-derived-mode.
1510
1511 2010-11-11  Glenn Morris  <rgm@gnu.org>
1512
1513         * smime.el (from): Restrict declaration to XEmacs.
1514
1515         * nnir.el (gnus-group-topic-name): Autoload.
1516
1517 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * shr.el (shr-insert): Don't break long line if it is because of
1520         kinsoku-bol characters in the line end.
1521
1522 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1523
1524         * nnir.el (nnir-request-move-article): Fix to provide original group
1525         and subject.
1526         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1527         been retrieved.
1528
1529         * gnus-sum.el (gnus-summary-move-article): Use original group and
1530         subject for virtual articles such as those in an nnir summary buffer.
1531
1532 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1535         least 21.5).
1536
1537         * smime.el (from): Declare it again for XEmacs.
1538
1539 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * message.el (message-resend): Don't disable encoding unless it's
1542         already encoded.
1543
1544         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1545         low-numbered articles.
1546
1547 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * rfc2047.el (rfc2047-syntax-table): Simplify.
1550
1551         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1552
1553         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1554         set-char-table-range for XEmacs.
1555
1556 2010-11-10  Glenn Morris  <rgm@gnu.org>
1557
1558         * time-date.el (time-to-seconds): Always an alias on Emacs,
1559         never a real function.
1560         (with-no-warnings): Remove compat stub, now unused.
1561         (time-less-p): Doc fix.
1562         (time-to-number-of-days): Simplify.
1563
1564         * smime.el (from): Remove unused declaration.
1565
1566         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1567         (gnus-float-time): On Emacs, always an alias.
1568
1569         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1570         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1571
1572 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * dgnushack.el: Don't use ignore-errors in the top level form since it
1575         is unavailable in XEmacs even if cl is loaded.
1576
1577         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1578
1579 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * shr.el (browse-url-mailto): Autoload.
1582
1583         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1584
1585         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1586         regexp doesn't need quoting.
1587
1588 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1589
1590         * message.el (message-subject-trailing-was-ask-regexp)
1591         (message-subject-trailing-was-regexp): Match was: in addition to was.
1592
1593 2010-11-09  Glenn Morris  <rgm@gnu.org>
1594
1595         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1596         (nnbabyl-check-mbox): Use point-at-bol.
1597
1598 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1601
1602         * message.el (message-mailto): New function.
1603         (message-mailto): Should accept other parameters.
1604         (message-mailto): Remove since it duplicates browse-url-mailto
1605         functionality.
1606
1607 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1610         methods.
1611         (gnus-read-active-file): Ditto.
1612
1613         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1614         ": " from the prompt.
1615         (gnus-group-make-group): Ditto.
1616
1617 2010-11-07  Glenn Morris  <rgm@gnu.org>
1618
1619         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1620         (gnus-bookmark-kill-line): Use point-at-eol.
1621
1622 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1625         asterisks in From header.
1626
1627 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1630         string to avoid making the From headers syntactically invalid.
1631
1632         * message.el (message-send-mail): Don't insert courtesy messages if the
1633         message already has List-Post and List-ID messages.
1634
1635 2010-11-06  Glenn Morris  <rgm@gnu.org>
1636
1637         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1638         `condition', `type', `length' a prefix.
1639         (gnus-treat-predicate): Update for above name changes.
1640
1641 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1642
1643         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1644         binding.  Handled by `gnus-summary-refer-thread' instead.
1645         (nnir-warp-to-article): New backend function.
1646
1647         * nnimap.el (nnimap-request-thread): Force dependency updating.
1648
1649         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1650         (gnus-summary-refer-thread): Rework to improve thread-referral.
1651
1652         * gnus-int.el (gnus-warp-to-article): New function.
1653
1654         * gnus-sum.el (gnus-summary-article-map): Bind it.
1655
1656 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1657
1658         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1659         gnus-summary-refer-thread.
1660
1661         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1662         headers.
1663         (gnus-summary-limit-include-thread): Prevent articles in thread from
1664         being cut in gnus-cut-threads.
1665         (gnus-summary-refer-thread): Limit retrieved headers to those in
1666         thread.
1667
1668 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * message.el (message-send-mail): Use the value of
1671         message-courtesy-message from the message buffer.
1672
1673         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1674
1675         * shr.el (shr-browse-url): Implement mailto: URLs.
1676
1677         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1678         "raw".
1679
1680         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1681         if it's already selected.
1682
1683         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1684
1685 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1688         to measure the length and truncate alt text.
1689
1690 2010-11-03  Glenn Morris  <rgm@gnu.org>
1691
1692         * nndiary.el (nndiary-generate-nov-databases-1)
1693         (nndiary-generate-active-info): Rename dynamic variable `files' to
1694         something less generic.
1695
1696 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1697
1698         * nnir.el (nnir-request-move-article): Call the underlying backend to
1699         move articles from nnir.
1700
1701 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1704
1705 2010-11-02  Julien Danjou  <julien@danjou.info>
1706
1707         * nnir.el: Remove wais support.
1708
1709 2010-11-02  Glenn Morris  <rgm@gnu.org>
1710
1711         * gnus-html.el: Reorder requirements to quieten compiler.
1712
1713 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1716         properly for XEmacs as well.
1717         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1718         (gnus-article-natural-long-line-p): Use window-width rather than
1719         frame-width.
1720
1721 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1722
1723         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1724         (nnir-read-parms): Don't modify query.
1725         (nnir-run-query): Add ability to search topic on current line.
1726         (nnir-get-active): Clean up.
1727
1728 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1731         degenerate articles.
1732
1733         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1734         (gnus-print-buffer): Just print the buffer as is, without any copying
1735         to a buffer and then re-highlighting.
1736
1737         * nnimap.el (nnimap-request-group): Store the new updated info.
1738         (nnimap-request-group): Select the group when we don't know whether it
1739         exists or not.
1740
1741         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1742         groups.
1743
1744         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1745         groups.
1746
1747         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1748         groups.
1749
1750         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1751         long-lines case by only filling the long lines.
1752
1753         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1754         (bug #7311).
1755
1756 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * shr.el: No need to declare `declare-function' since shr.el is for
1759         only Emacsen that provide `libxml-parse-html-region'.
1760
1761         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1762         effective only in a file it is referred to.
1763
1764 2010-11-01  Glenn Morris  <rgm@gnu.org>
1765
1766         * mm-util.el (gnus-completing-read): Autoload.
1767         (mm-read-coding-system): Simplify Emacs definition.
1768
1769         * nnmail.el (gnus-activate-group):
1770         * nnimap.el (gnutls-negotiate):
1771         * nntp.el (netrc-parse): Fix declarations.
1772
1773 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1776         string-match-p in Emacs >=23.
1777
1778         * gnus-msg.el (gnus-configure-posting-styles)
1779         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1780
1781 2010-11-01  Glenn Morris  <rgm@gnu.org>
1782
1783         * nnir.el (declare-function): Add compat stub.
1784         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1785         (nnir-run-gmane): Require 'mm-url.
1786
1787         * mm-util.el (mm-string-to-multibyte): Simplify.
1788
1789         * shr.el (declare-function): Add compat stub.
1790         (url-cache-create-filename): Declare.
1791         (mm-disable-multibyte, widget-convert-button): Autoload.
1792
1793         * smime.el (ldap-search): Declare.
1794         (smime-cert-by-ldap-1): Require ldap on Emacs.
1795
1796         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1797         (nnimap-keepalive): Use gnus-float-time.
1798
1799         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1800         (mail-source-delete-crash-box): Use gnus-float-time.
1801
1802         * gnus-dired.el (gnus-completing-read): Autoload.
1803
1804         * mm-view.el (gnus-rescale-image): Autoload.
1805
1806         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1807
1808         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1809
1810         * sieve-manage.el: Require 'cl when compiling.
1811
1812         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1813         (gnus-iswitchb-completing-read): Require iswitchb.
1814         (gnus-select-frame-set-input-focus): Silence compiler.
1815
1816 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * message.el (message-subject-trailing-was-query): Change default to t,
1819         since I think that's what most people want.
1820
1821         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1822         appending for easier debugging.
1823         (nnimap-wait-for-connection): Take a regexp.
1824         (nnimap-request-accept-article): Wait for the continuation line before
1825         sending anything unless we're streaming.
1826
1827         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1828         leave the header washing to take place.
1829
1830 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1831
1832         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1833         regular expression match and replace in posting styles.
1834
1835 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1836
1837         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1838         an entire server.
1839         (nnir-get-active): New function.
1840         (nnir-run-imap): Use it.
1841         (nnir-run-gmane): Who knew, gmane search returns an article score!
1842
1843         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1844         server on the current line with nnir.
1845
1846 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1849         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1850         left edge.
1851         (gnus-article-foldable-buffer): Skip past the prefix when determining
1852         raggedness.
1853
1854         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1855         the raw article, and change `C-u g' to show the article without doing
1856         treatments.
1857
1858         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1859         on to `gnus-treat-article'.
1860         (gnus-inhibit-article-treatments): New variable.
1861
1862         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1863
1864         * gnus-art.el (gnus-treatment-function-alist): Have
1865         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1866         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1867         sections.
1868
1869         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1870         parameter.
1871         (gnus-article-fill-cited-long-lines): New function.
1872         (gnus-article-fill-cited-article): Allow filling only long sections.
1873
1874         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1875         and non-punctuation (like after the apostrophe in "'We").
1876
1877         * gnus-sum.el (gnus-summary-select-article): Make sure
1878         gnus-original-article-buffer is alive.
1879
1880         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1881         reflect the order they're in in the digest.
1882
1883         * gnus.el (gnus-group-startup-message): Move point to the start of the
1884         buffer.
1885
1886         * nnimap.el (nnimap-capability): New function.
1887         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1888         is set.
1889
1890 2010-10-31  David Engster  <dengste@eml.cc>
1891
1892         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1893         conform with changes to gnus-completing-read.
1894
1895 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1898
1899 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1900
1901         * nnir.el: Move defvar, defcustom around to keep file organized
1902         and keep byte-compiler quiet.
1903         (nnir-read-parms): Accept search-engine as arg.
1904         (nnir-run-query): Pass search-engine as arg.
1905         (nnir-search-engine): Remove.
1906
1907 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * shr.el (shr-generic): The text nodes should be text, not :text.
1910
1911         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1912         later in the file.
1913
1914 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1915
1916         * nnir.el: General clean up.  Allow searching with multiple engines.
1917         Allow separate extra-parameters for each engine.
1918         Batch queries when possible.
1919         (nnir-imap-default-search-key,nnir-method-default-engines):
1920         Add customize interface.
1921         (nnir-run-gmane): New engine.
1922         (nnir-engines): Use it.  Qualify all prompts with engine name.
1923         (nnir-search-engine): Remove global variable.
1924         (nnir-run-hyrex): Restore for now.
1925         (nnir-extra-parms,nnir-search-history): New variables.
1926         (gnus-group-make-nnir-group): Use them.
1927         (nnir-group-server): Remove in favor of gnus-group-server.
1928         (nnir-request-group): Avoid searching twice.
1929         (nnir-sort-groups-by-server): New function.
1930
1931 2010-10-30  Julien Danjou  <julien@danjou.info>
1932
1933         * gnus-group.el: Remove gnus-group-fetch-control.
1934
1935         * gnus-start.el (gnus-find-new-newsgroups):
1936         Remove gnus-check-first-time-used.
1937
1938         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1939
1940 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1941
1942         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1943         set on groups that don't have \* permanentflags.
1944
1945 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1946
1947         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1948         control the background color.
1949         (shr-tag-img): Ignore very small web bug type images.
1950         (shr-put-image): Add help-echo alt texts to the images.
1951         (shr-tag-video): Show the video poster image.
1952
1953 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * shr.el (shr-table-depth): New variable.
1956         (shr-tag-table-1): Only insert the images after the top-level table.
1957
1958         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1959
1960         * gnus-util.el (gnus-list-memq-of-list): New function.
1961
1962         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1963         selected.
1964         (nnimap-unsplittable-articles): New slot.
1965         (nnimap-new-articles): Use it.
1966
1967 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1968
1969         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1970         move to the previous line on `M-g'.
1971
1972 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1975         *-request-group, which seems unnecessary.
1976
1977         * nnimap.el (nnimap-quote-specials): Function copied over from
1978         imap.el.
1979         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1980         they support that.  Suggested by Tom Regner.
1981
1982 2010-10-29  Julien Danjou  <julien@danjou.info>
1983
1984         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1985         defalias.
1986         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1987
1988         * gnus.el: Remove `gnus-nntp-service' variable.
1989         (gnus-secondary-servers): Make obsolete.
1990         (gnus-nntp-server): Make obsolete.
1991
1992         * gnus-start.el (gnus-1): Remove x-splash calls.
1993
1994         * gnus-ems.el (gnus-x-splash): Remove.
1995
1996         * gnus.el (gnus-group-startup-message): Simplify/update code.
1997
1998         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1999         definition.
2000
2001         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2002         capability before doing anything.
2003         (gnus-group-insert-group-line): Remove useless
2004         gnus-group-remove-excess-properties.
2005
2006 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2009
2010 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2013         config after reselecting.
2014
2015 2010-10-28  Julien Danjou  <julien@danjou.info>
2016
2017         * shr.el (shr-put-image): Use point even if only inserting text.
2018         (shr-put-image): Save excursion when inserting alt text on non-graphic
2019         display, so the behaviour is the same when we are on a graphic display.
2020
2021         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2022
2023 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2026         (gnus-mime-copy-part): Check coding system, not charset.
2027         (gnus-mime-view-part-externally): Never remove part.
2028         (gnus-mime-view-part-internally): Don't remove part here.
2029         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2030         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2031         multipart/alternative.
2032
2033         * mm-decode.el (mm-display-part): Take optional arg `force'.
2034
2035 2010-10-26  Julien Danjou  <julien@danjou.info>
2036
2037         * gnus-group.el (gnus-group-default-list-level): Add this function to
2038         compute the default list level.
2039         (gnus-group-default-list-level): Add possibility to use a function.
2040
2041 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2044
2045         * gnus-group.el (gnus-group-completing-read)
2046         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2047         gnus-replace-in-string.
2048
2049 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * shr.el (shr-tag-div): Add.
2052
2053         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2054
2055 2010-10-25  Julien Danjou  <julien@danjou.info>
2056
2057         * gnus-util.el: Remove `gnus-with-local-quit'.
2058
2059         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2060
2061 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2064         the original article buffer.
2065
2066 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067
2068         * nnimap.el (nnimap-request-head): New function.
2069         (nnimap-request-move-article): Try to be slighly faster by not
2070         requesting the entire message when moving.
2071         (nnimap-transform-headers): Don't bug out on bodiless articles.
2072         (nnimap-send-command): Have no outstanding messages if the IMAP server
2073         doesn't support streaming.
2074         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2075
2076 2010-10-24  Julien Danjou  <julien@danjou.info>
2077
2078         * message.el (message-default-headers): Fix type.
2079
2080 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2083         prefetching images.
2084
2085         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2086         backend for unknown groups.  This is mainly useful for nnimap groups.
2087
2088         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2089         group isn't covered by the agent.
2090
2091 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2092
2093         * nnir.el (nnir-method-default-engines): New variable.
2094         (nnir-run-query): Use it.
2095         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2096         (gnus-summary-nnir-goto-thread): Change group if needed.
2097
2098         * gnus-group.el (gnus-group-group-map): Add key binding for
2099         gnus-group-make-nnir-group.
2100
2101 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2102
2103         * shr.el (shr-tag-object): Add.
2104
2105         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2106         original article buffer live.
2107         (gnus-summary-select-article-buffer):
2108         Mention gnus-widen-article-buffer.
2109
2110 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * shr.el (shr-tag-strong): Add.
2113
2114 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2117         group names.  They mess up the group buffer badly.
2118
2119         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2120
2121         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2122         instead of the summary one.
2123
2124 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * mml.el (mml-preview): Work properly when editing article.
2127
2128         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2129         gnus-have-read-active-file if it's already been in.
2130
2131 2010-10-22  Tom Tromey  <tromey@redhat.com>
2132
2133         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2134         gnus-group-completing-read.
2135
2136 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * message.el (message-mode-map): Don't bind M-; to comment region, to
2139         allow the global comment-dwim to work.
2140
2141 2010-10-21  Julien Danjou  <julien@danjou.info>
2142
2143         * message.el (message-setup-1): Allow message-default-headers to be a
2144         function.
2145
2146 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * shr.el (shr-tag-table): Simplify.
2149
2150 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2153         to avoid trying to snarf invalid stuff.
2154
2155         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2156
2157         * gnus.el (gnus-message-archive-group): Quote value.
2158         (gnus-message-archive-group): Mark as changed.
2159
2160         * shr.el (shr-add-font): Don't put the font properties on the newline
2161         or the indentation.
2162
2163         * message.el (message-fix-before-sending): Change options when sending
2164         non-printable characters.
2165
2166         * gnus.el (gnus-message-archive-method): Change the default to
2167         monthly outgoing groups.
2168
2169         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2170         that have gotten new numbers.
2171
2172         * nnimap.el (nnimap-request-replace-article): New function.
2173
2174 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2177         (nnrss-request-article): Don't use special html washing code.
2178
2179 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * shr.el (shr-tag-table): Remove useless nconc.
2182
2183 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * gnus-art.el (article-wash-html): Simplify and remove the charset
2186         stuff.  Use the normal html rendering code instead of the special html
2187         washing code.
2188
2189         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2190         `gnus-w3m' symbols.
2191         (mm-text-html-washer-alist): Remove.
2192
2193         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2194         (mm-inline-media-tests): Remove use.
2195         (mm-text-html-renderer): Change default to the `shr' symbol.
2196
2197         * mm-view.el (mm-inline-text-html): Remove use.
2198
2199         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2200         `gnus-blocked-images' to be a function.
2201         (gnus-article-wash-function): Remove.
2202
2203 2010-10-20  Julien Danjou  <julien@danjou.info>
2204
2205         * spam.el (spam-list-of-processors): Mark as obsolete.
2206
2207         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2208         (nnimap-insert-partial-structure): Fix boundary detection.
2209
2210 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2211
2212         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2213         run file-truename on remote files.  This can be expensive and even
2214         prevent one from editing drafts if some unrelated buffer has a stale
2215         connection.
2216
2217 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2220         kinsoku-eol regardless of shr-kinsoku-shorten.
2221         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2222         (shr-tag-table): Support caption, thead, and tfoot.
2223
2224 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2227         lines.
2228         (shr-save-contents): New command and keystroke.
2229
2230         * nndoc.el (nndoc-type-alist): Add git support.
2231         (nndoc-git-type-p): New function.
2232         (nndoc-transform-git-article): Ditto.
2233         (nndoc-transform-git-headers): Ditto.
2234         (nndoc-transform-git-headers): Generate Subject headers.
2235
2236         * shr.el (shr-parse-style): New function.
2237         (shr-tag-span): Ditto.
2238
2239         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2240         to `G G' to avoid collisions.
2241
2242 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * shr.el: Load kinsoku if necessary.
2245         (shr-kinsoku-shorten): New internal variable.
2246         (shr-find-fill-point): Make kinsoku shorten text line if
2247         shr-kinsoku-shorten is bound to non-nil.
2248         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2249         shr-indentation too when testing if table is wider than frame width.
2250         (shr-insert-table): Use `string-width' instead of `length' to measure
2251         text width.
2252         (shr-insert-table-ruler): Make sure indentation is done at bol.
2253
2254 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2255
2256         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2257         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2258         undecoded network data.
2259
2260 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2261
2262         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2263         name in the mode line spec so that the mode line menu works
2264         (bug #2431).
2265
2266         * message.el (message-get-reply-headers): If we're fed `to-address',
2267         then always use that.
2268
2269         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2270         aren't so wide as to need to switch off the edit menu.
2271
2272         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2273         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2274
2275         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2276         `M-g'.
2277         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2278         the permanent marks.
2279
2280 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2281
2282         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2283         Splitting according to references/in-reply-to obeys the ignore-groups
2284         variable, while splitting by sender and subject do not.
2285
2286 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2289         alist, so that we can look for non-Unicode chars.
2290         (article-translate-strings): Allow both character and string maps.
2291
2292 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * shr.el (shr-insert): Don't insert space behind a wide character
2295         categorized as kinsoku-bol, or between characters both categorized as
2296         nospace.
2297
2298 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2299
2300         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2301         headers to gnus-newsgroup-headers.
2302
2303 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * shr.el (shr-tag-img): Don't align images -- since we're not
2306         rescaling, this often leads to ugly displays.
2307
2308 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2309
2310         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2311         duplicates.
2312
2313 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2314
2315         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2316         call.
2317
2318 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus.el: Autoload gnus-html-show-images.
2321
2322         * nnimap.el: Use nnheader-message throughout.
2323
2324         * shr.el (shr-tag-img): Ignore images with no data.
2325
2326 2010-10-15  Julien Danjou  <julien@danjou.info>
2327
2328         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2329         a possibility to disable format=flow encoding when using hard newlines.
2330
2331 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * shr.el (shr-insert): Remove space inserted before or after a
2334         breakable character or at the beginning or the end of a line.
2335         (shr-find-fill-point): Do kinsoku; find the second best point or give
2336         it up if there's no breakable point.
2337
2338 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * nnimap.el (nnimap-open-connection): Message when opening connection
2341         for debugging purposes.
2342
2343         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2344         on every setup buffer call to allow this to change from article to
2345         article.
2346
2347         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2348         buffers where we have a wide table.
2349
2350 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2351
2352         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2353         uses *-request-thread.
2354
2355 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2358         incantation, which is no longer valid.
2359
2360 2010-10-14  Julien Danjou  <julien@danjou.info>
2361
2362         * shr.el: Fix defcustom type (char -> character).
2363
2364 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2367         programs.
2368
2369 2010-10-14  Julien Danjou  <julien@danjou.info>
2370
2371         * shr.el (shr-tag-a): Use url-link as widget type.
2372
2373         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2374         `gnus-group-get-icon'.
2375
2376 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2379         This should make server editing work better.
2380
2381         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2382
2383         * tls.el (tls-program): Remove spurious %s from openssl.
2384
2385         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2386         (nnimap-parse-flags): Fix regexp.
2387
2388         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2389         probably work for CJVK text, too.
2390
2391         * nnimap.el (nnimap-extend-tls-programs): Remove.
2392         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2393
2394         * tls.el (tls-starttls-switches): Remove starttls hack.
2395         (open-tls-stream): Ditto.
2396         (tls-find-starttls-argument): Ditto.
2397
2398 2010-10-13  Julien Danjou  <julien@danjou.info>
2399
2400         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2401         responses.
2402
2403 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404
2405         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2406
2407         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2408         anything in Emacs.
2409
2410         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2411
2412 2010-10-13  Julien Danjou  <julien@danjou.info>
2413
2414         * shr.el (shr-width): Make shr-width a defcustom with default to
2415         fill-column.
2416         (shr-tag-img): Use shr-width rather than fill-column.
2417
2418 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * dgnushack.el (byte-optimize-apply)
2421         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2422
2423         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2424         position when (X-)Faces exist.
2425         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2426         avatars when called interactively.
2427
2428 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2431         gnus-article-x-face-too-ugly is bound.
2432
2433 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2436
2437         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2438         mailbox that doesn't exist.
2439
2440 2010-10-12  Julien Danjou  <julien@danjou.info>
2441
2442         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2443         (shr-get-image-data): Encode URL properly when fetching from cache.
2444         (shr-tag-img): Use aligned-to spaces to align correctly images.
2445
2446         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2447         before inserting the Gravatar.
2448
2449         * shr.el (shr-tag-img): Add align attribute support for <img>.
2450
2451 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * gnus-gravatar.el (gnus-art): Require.
2454
2455         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2456         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2457         Remove long obsoleted functions.
2458
2459 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2462
2463         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2464
2465         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2466         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2467         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2468         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2469         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2470         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2471         * sieve-manage.el, smime.el, spam.el:
2472         Fix comment for declare-function.
2473
2474 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * nnimap.el (nnimap-request-rename-group): Select group read-only
2477         before renaming it.
2478
2479         * shr.el (shr-insert): Fix up the white space only regexp.
2480
2481         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2482         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2483
2484         * shr.el (shr-current-column): New function.
2485         (shr-find-fill-point): New function.
2486
2487 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2488
2489         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2490         numbers.
2491
2492 2010-10-11  Julien Danjou  <julien@danjou.info>
2493
2494         * shr.el (shr-hr-line): Add.
2495         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2496         display hr lines.
2497         (shr-max-columns): Do not change state to nil if we just inserting
2498         spaces.
2499
2500 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2503         select the last group.
2504
2505 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2506
2507         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2508
2509 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2510
2511         * dig.el (dig-mode-map): Declare and define in one step.
2512
2513 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2516         for Gnus.
2517         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2518         (nnimap-update-qresync-info): Mark \Seen articles as read.
2519
2520         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2521         non-variable, too.
2522
2523         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2524         available.
2525         (nnimap-update-info): Rely more on the current active than the param
2526         active to avoid marking articles as read too much.
2527
2528         * auth-source.el (auth-source-create): Use (user-login-name) for the
2529         user name default.
2530
2531         * nnimap.el (nnimap-update-info): If the server doesn't return any
2532         useful info, just use the previous info.
2533         (nnimap-update-info): Prefer old info over start-article.
2534         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2535
2536 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2537
2538         * nnir.el (autoload): Clean up autoloads.
2539         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2540         Use key rather than value.
2541         (nnir-imap-search-other): New variable.
2542         (nnir-read-parm): Use it.
2543         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2544         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2545
2546 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2547
2548         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2549         the process, too.
2550
2551 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * spam.el (gnus-summary-mode-map): Bind to "$".
2554         Suggested by Russ Allbery.
2555
2556         * shr.el: Rework the way things are indented by <li> slightly.
2557
2558         * gnus.el (gnus-group-set-parameter): Fix typo.
2559
2560         * nnimap.el: Start implementing QRESYNC support.
2561
2562 2010-10-09  Julien Danjou  <julien@danjou.info>
2563
2564         * nnir.el (nnir-engines): Fix too many arguments.
2565
2566 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2569         group is the "last", so that the backends like nnfolder actually save
2570         their folders.
2571
2572         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2573         try to use that for the tls stream.
2574         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2575         UIDVALIDITY and find out which groups are read-only and not.
2576         (nnimap-get-flags): Use the same marks parsing code as the rest of
2577         nnimap.
2578
2579 2010-10-09  Julien Danjou  <julien@danjou.info>
2580
2581         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2582
2583         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2584         retrieving gravatars.
2585
2586         * shr.el (shr-table-corner): Add.
2587         (shr-table-line): Add.
2588         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2589
2590 2010-10-08  Julien Danjou  <julien@danjou.info>
2591
2592         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2593
2594 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2595
2596         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2597
2598         * gnus-sum.el (gnus-mark-article-as-unread)
2599         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2600         (gnus-summary-set-bookmark): Use it.
2601
2602         * gnus-msg.el (gnus-setup-message): Use it.
2603
2604         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2605
2606         * gnus.el (gnus-group-remove-parameter): Use it.
2607
2608         * gnus-group.el (gnus-group-make-web-group): Use it.
2609
2610         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2611
2612         * nnregistry.el: Update docs to mention manual.
2613
2614         * gnus-registry.el: Update docs to mention nnregistry.el.
2615         (gnus-registry-initialize): Don't install nnregistry refer method
2616         automatically.
2617         (gnus-registry-install-nnregistry): Remove it.
2618
2619 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * shr.el (shr-insert): Don't insert double spaces.
2622
2623 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * gnus-gravatar.el (gnus-treat-from-gravatar)
2626         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2627         called interactively.
2628
2629         * gnus-art.el (gnus-mime-view-part-externally)
2630         (gnus-mime-view-part-internally): Make predicate function passed to
2631         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2632         of a mime type.
2633
2634         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2635
2636 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637
2638         * shr.el (require): Require cl when compiling.
2639         (shr-tag-hr): New function.
2640
2641         * nnimap.el (nnimap-update-info): Remove double setting of high.
2642         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2643         This makes nnimap work properly on Courier again.
2644
2645         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2646         the variable for backwards compatability.
2647
2648         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2649         the file name before using to avoid setting mm-default-directory to
2650         nil.
2651
2652         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2653         bidning gnus-agent variables.
2654
2655         * shr.el (shr-render-td): Use a cache for the table rendering function
2656         to avoid getting an exponential rendering behaviour in nested tables.
2657         (shr-insert): Rework the line-breaking algorithm.
2658         (shr-insert): Don't leave trailing spaces.
2659         (shr-insert-table): Also insert empty TDs.
2660         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2661
2662 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2663
2664         * gnus-sum.el (gnus-number): Rename from `number'.
2665         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2666         (gnus-summary-limit-children): Update uses correspondingly.
2667
2668 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2669
2670         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2671         (gnus-gravatar-transform-address): Don't show avatars of people of
2672         which mail addresses match gnus-gravatar-too-ugly.
2673
2674 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * shr.el (shr-table-widths): Expand TD elements to fill available
2677         space.
2678
2679 2010-10-07  Julien Danjou  <julien@danjou.info>
2680
2681         * nnimap.el (nnimap-request-rename-group): Add this method.
2682
2683 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2686         name from XEmacs' function-arglist.
2687
2688         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2689         gravatar under XEmacs.
2690
2691 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2692
2693         * auth-source.el: Update docs with TODO items.
2694
2695         * gnus-sync.el: Update docs to explain state and plans.
2696
2697         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2698         Hooks for mark updates.
2699         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2700
2701         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2702         hooks with arguments, which is needed for mark update hooks.
2703
2704 2010-10-06  Julien Danjou  <julien@danjou.info>
2705
2706         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2707         was matched.
2708
2709         * sieve-manage.el: Update example in `Commentary'.
2710
2711         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2712
2713         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2714         not 2000.
2715         (sieve-manage-authenticate): Re-add function.
2716
2717 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * shr.el (shr-insert): Get 'space transition right.
2720         (shr-render-td): Only delete space at the end of the TD.
2721
2722         * nnimap.el (nnimap-open-connection): Prepare to support
2723         open-gnutls-stream.
2724
2725         * shr.el: Rearrange function order to be more logical.
2726
2727 2010-10-06  Julien Danjou  <julien@danjou.info>
2728
2729         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2730         (nnrss-discover-feed): Remove 404 URL in docstring.
2731
2732         * nnir.el: Fix Swish-E URL.
2733         Fix Namazu URL.
2734
2735         * message.el (message-change-subject): Remove 404 URL in a comment.
2736
2737 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2740         called interactively.
2741
2742         * gnus-util.el (gnus-remove-if): Allow hash table.
2743         (gnus-remove-if-not): New function.
2744
2745         * gnus-art.el (gnus-mime-view-part-as-type)
2746         * gnus-score.el (gnus-summary-score-effect)
2747         * gnus-sum.el (gnus-read-move-group-name):
2748         Replace remove-if-not with gnus-remove-if-not.
2749
2750         * gnus-group.el (gnus-group-completing-read):
2751         Regard collection as a hash table if it is not a list.
2752
2753 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2754
2755         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2756
2757         * shr.el: Document the table-rendering algorithm.
2758
2759 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2762         for Emacsen having no `libxml-parse-html-region' support.
2763
2764 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2767         invalid URLs.
2768
2769         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2770         line-broken.
2771         (shr-tag-img): Ignore image fetching errors.
2772         (shr-overlays-in-region): Compute overlay positions correctly.
2773
2774         * mm-decode.el (mm-shr): Require shr.
2775
2776         * gnus-art.el (gnus-blocked-images): Move variable here.
2777
2778         * shr.el (shr-insert-table): Bind free variable.
2779
2780         * mm-decode.el (mm-shr): Bind shr-content-function.
2781
2782         * shr.el (shr-content-function): New variable.
2783
2784         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2785         added for symmetry.
2786
2787         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2788
2789         * gnus-group.el (gnus-group-make-group): Doc fix.
2790
2791         * nnimap.el (nnimap-request-newgroups): Return success.
2792
2793         * shr.el (shr-find-elements): New function.
2794         (shr-tag-table): Put all the images after the table.
2795         (shr-tag-table): Really inhibit images inside the table.
2796         (shr-collect-overlays): Copy over overlays from the TD elements to the
2797         main document.
2798
2799         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2800         gnus-blocked-images.
2801
2802 2010-10-05  Julien Danjou  <julien@danjou.info>
2803
2804         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2805
2806         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2807         (gnus-html-maximum-image-size): Add this function.
2808         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2809
2810         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2811         server-value of the capability is nil.
2812
2813 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2814
2815         * shr.el (shr-tag-em): Add <EM> tag.
2816
2817 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2818
2819         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2820         customizable.
2821
2822         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2823         handing broken links to browse-url.
2824
2825 2010-10-05  Julien Danjou  <julien@danjou.info>
2826
2827         * gnus-util.el (gnus-emacs-completing-read)
2828         (gnus-iswitchb-completing-read): Use autoload rather than require.
2829
2830 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2833         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2834         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2835         iswitchb-temp-buflist for XEmacs.
2836
2837         * gnus-util.el (gnus-completing-read-function): Exclude
2838         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2839         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2840         XEmacs.
2841
2842         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2843         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2844
2845         * gnus-html.el: Don't require help-fns under XEmacs.
2846         (gnus-html-schedule-image-fetching): Work for XEmacs.
2847
2848         * mm-decode.el (mm-shr): Decode contents by charset.
2849
2850 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2853         unknown.
2854
2855         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2856         (shr-get-image-data): Ensure against the cache file missing.
2857
2858         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2859         for data.
2860
2861         * spam-report.el (spam-report-url-ping-plain): Don't query about
2862         killing the process.
2863
2864         * shr.el (shr-render-td): Protect against too-wide text.
2865
2866 2010-10-04  Julien Danjou  <julien@danjou.info>
2867
2868         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2869         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2870
2871         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2872         retrieved.
2873
2874 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * shr.el (browse-url): Require.
2877         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2878         lines.
2879         (shr-show-alt-text, shr-browse-image): New commands.
2880         (shr-browse-url, shr-copy-url): New commands.
2881
2882         * gnus-sum.el (gnus-widen-article-window): New variable.
2883         (gnus-summary-select-article-buffer): Use it.
2884
2885         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2886         without @ signs.
2887
2888 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2889
2890         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2891
2892 2010-10-04  Julien Danjou  <julien@danjou.info>
2893
2894         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2895         for XEmacs.
2896
2897 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2900
2901         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2902         (nnimap-close-server): Implement.
2903
2904         * dgnushack.el (iswitchb): Require to shut up the compiler.
2905
2906         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2907         (shr-insert): Tweak line breaking.
2908         (shr-insert): Handle <pre> better.
2909         (shr-tag-li): Get <li> indentation right.
2910         (shr-tag-li): Get <li> indentation even righter.
2911         (shr-tag-blockquote): Ensure paragraph start.
2912         (shr-make-table): Tweak table generation.
2913         (shr-make-table): Fix typo.
2914
2915         * shr.el: Implement table rendering.
2916
2917 2010-10-04  Julien Danjou  <julien@danjou.info>
2918
2919         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2920
2921 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * shr.el (shr-insert): Use string anchors instead of line anchors.
2924
2925 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926
2927         * shr.el: Add headings.
2928         (shr-ensure-paragraph): Actually work.
2929         (shr-tag-li): Make <ul> prettier.
2930         (shr-insert): Get white space at the beginning/end of elements right.
2931         (shr-tag-p): Collapse subsequent <p>s.
2932         (shr-ensure-paragraph): Don't insert double line feeds after blank
2933         lines.
2934         (shr-insert): \t is also space.
2935         (shr-tag-s): Fix "s" tag name function.
2936         (shr-tag-s): Fix face prop name.
2937
2938 2010-10-03  Julien Danjou  <julien@danjou.info>
2939
2940         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2941
2942         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2943         gnus-window-inside-pixel-edges.
2944
2945         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2946         gnus-ems.
2947
2948         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2949
2950         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2951         function.
2952
2953         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2954         resize choice.
2955
2956 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957
2958         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2959         beginning of the buffer.
2960
2961         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2962         article buffer again.
2963
2964         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2965
2966         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2967         when it's at the start of the buffer.
2968
2969         * shr.el (shr-tag-blockquote): Convert name.
2970         (shr-rescale-image): Use the right image-size variant.
2971
2972         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2973         buffer isn't shown, then select the current article first instead of
2974         bugging out.
2975         (gnus-summary-select-article-buffer): Show both the article and summary
2976         buffers again.
2977
2978         * shr.el (shr-fontize-cont): Protect against regions with no text.
2979         Rename tag functions to shr-tag-* for enhanced security.
2980         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2981
2982 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2983
2984         * shr.el (shr-insert):
2985         * pop3.el (pop3-movemail):
2986         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2987         loaded.
2988
2989 2010-10-03  Glenn Morris  <rgm@gnu.org>
2990
2991         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2992
2993         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2994
2995         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2996
2997         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2998
2999         * gnus-util.el (gnus-make-local-hook): Simplify.
3000
3001 2010-10-02  Julien Danjou  <julien@danjou.info>
3002
3003         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3004         (gnus-ido-completing-read): New function.
3005         (gnus-emacs-completing-read): New function.
3006         (gnus-completing-read): Use gnus-completing-read-function.
3007         Add gnus-completing-read-function.
3008
3009 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * shr.el (shr-insert-document): Autoload.
3012         (shr-img): Be silent.
3013         (shr-insert): Add a newline after every picture before text.
3014         (shr-add-font): Use overlays for combining faces.
3015         (shr-insert): Pass upwards the text start point.
3016
3017         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3018         possible.
3019         (mm-shr): New function.
3020
3021 2010-10-02  Julien Danjou  <julien@danjou.info>
3022
3023         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3024         should go backward.
3025
3026 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3027
3028         * shr.el (shr): Fix typo in provide call.
3029
3030 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * shr.el: New file.
3033
3034         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3035
3036         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3037         completing read.
3038
3039 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3042         we're being queried about.  Suggested by Dan Jacobson.
3043
3044         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3045         Suggested by Jason Eisner.
3046
3047         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3048         table, too.  Suggested by Stefan Wiens.
3049         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3050         the table unnecessary.  Suggested by Stefan Wiens.
3051
3052         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3053         longer needed, and probably doesn't work either, as pointed out by
3054         Stefan Wiens.
3055         (gnus-summary-exit): Remove call to the clearing function.
3056         (gnus-summary-exit-no-update): Ditto.
3057
3058         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3059         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3060         Reported by Stefan Monnier.
3061         (gnus-summary-save-in-rmail): Ditto.
3062
3063         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3064         article buffer, instead of both the article buffer and the summary
3065         buffer.  Sort of suggested by Dan Jacobson.
3066
3067         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3068
3069         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3070         Suggested by Dan Jacobson.
3071
3072         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3073         documentation clearer.
3074
3075         * message.el (message-shorten-references): Comment on the number "21".
3076         Suggested by Stefan Monnier.
3077
3078         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3079         Suggested by Dan Jacobson.
3080
3081         * gnus.el (gnus-large-newsgroup):
3082         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3083
3084         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3085         externalize attachments.  Bug reported by Steve Wen.
3086
3087         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3088         really message anything to the user.
3089
3090         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3091         directly.
3092
3093         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3094         messages in empty groups.
3095
3096 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3097
3098         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3099         non-UIDNEXT group.
3100
3101 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102
3103         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3104         not the value from the collection.
3105
3106         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3107         values.  This sometimes happens on some groups that have no info.
3108         (nnimap-request-newgroups): New function.
3109
3110 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3111
3112         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3113         check into `gnus-registry-initialize'.
3114         (gnus-registry-initialize): Ditto.
3115         Fix and extend header docs.
3116
3117 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3120         regexp backtrace overflows.
3121
3122         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3123         for starttls that tls.el implements; i.e. openssl.
3124
3125         * tls.el (tls-starttls-switches): Give up on using starttls with
3126         gnutls-cli.
3127         (tls-program): Add --insecure to be consistent with the defaults from
3128         openssl s_client.  Now all three commands are insecure.
3129
3130 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * lpath.el: Bind completion-styles-alist for XEmacs.
3133
3134         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3135         (gravatar-create-image): New function that's an alias to
3136         gnus-xmas-create-image, gnus-create-image, or create-image.
3137         (gravatar-data->image): Use it.
3138
3139 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3140
3141         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3142         install the nnregistry refer method.
3143         (gnus-registry-install-hooks): Use it.
3144         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3145         unfollowed groups.
3146
3147 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3148
3149         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3150         expanding threads.
3151
3152 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * nnir.el: Use the server names without suffixes (bug #7009).
3155
3156         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3157         unencrypted to STARTTLS, if possible.
3158
3159 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3160
3161         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3162         headers before superseding.
3163
3164 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * nnrss.el (nnrss-use-local): Add documentation.
3167
3168         * nnimap.el (nnimap-extend-tls-programs): New function.
3169         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3170         (nnimap-wait-for-connection): Accept the greeting from the stupid
3171         output from openssl s_client -starttls, too.
3172
3173         * tls.el (tls-starttls-switches): New variable.
3174         (tls-find-starttls-argument): Use it.
3175         (open-tls-stream): Ditto.
3176
3177         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3178         (netrc-machine): Ditto.
3179
3180         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3181         article number.
3182         (nnimap-split-fancy): New variable.
3183         (nnimap-split-incoming-mail): Use it.
3184
3185         * nntp.el (nntp-server-list-active-group): Document.
3186
3187         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3188         SELECT to get the message-id.
3189
3190         * mail-source.el (mail-sources): Remove webmail support.
3191         (defvar): Ditto.
3192         (mail-source-fetcher-alist): Ditto.
3193         (mail-source-fetch-webmail): Remove.
3194
3195         * webmail.el: Remove -- doesn't seem relevant any more.
3196
3197         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3198
3199         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3200         the \r.
3201
3202 2010-09-30  Julien Danjou  <julien@danjou.info>
3203
3204         * gnus-agent.el (gnus-agent-add-group): Fix call to
3205         gnus-completing-read.
3206
3207 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * nndoc.el (nndoc-retrieve-groups): New function.
3210
3211         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3212         `default', use nnmail-split-methods.
3213         (nnimap-request-article): Downcase the NILs so that they are nil.
3214
3215         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3216         symbol.
3217
3218         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3219         code, since if the user has requested network, that's what they ought
3220         to get.
3221         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3222         (nnimap-split-rule): Mark as obsolete.
3223
3224         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3225         New variable.
3226
3227         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3228         correct slot, too.
3229
3230 2010-09-29  Julien Danjou  <julien@danjou.info>
3231
3232         * gnus.el (gnus-local-domain): Declare variable obsolete.
3233
3234         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3235         Fix history computing.
3236         (gnus-ido-completing-read): Require ido.
3237
3238 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3241         build Gnus.
3242
3243         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3244         when interpreting the structures.
3245         (nnimap-request-accept-article): Add \r\n to the lines to make this
3246         work with Cyrus.
3247
3248         * nndraft.el (nndraft-request-expire-articles): Use the group name
3249         instead if "nndraft".  Fix found by Nils Ackermann.
3250
3251 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3252
3253         * nnregistry.el: Add.
3254
3255 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3256
3257         * nnmail.el (group, group-art-list, group-art):
3258         Remove unneeded directives.
3259
3260 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3261
3262         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3263         (mm-mime-charset)
3264         * rfc2047.el (rfc2047-syntax-table)
3265         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3266
3267         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3268         rather than `insert-file-contents' and `eval-region'.
3269
3270         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3271         construction.
3272
3273         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3274
3275         * time-date.el: No need to require cl for Emacs 21.
3276
3277 2010-09-29  Julien Danjou  <julien@danjou.info>
3278
3279         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3280         replacement of `gnus-gravatar-relief' to mimic
3281         `gnus-faces-properties-alist'.
3282         Add :version property.
3283
3284 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * mail-source.el (mail-source-report-new-mail)
3287         * message.el (message-default-mail-headers)
3288         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3289
3290         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3291
3292 2010-09-28  Julien Danjou  <julien@danjou.info>
3293
3294         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3295         mail-address contains the same string as real-name.
3296
3297         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3298         non-blank in header, otherwise it'll get stripped.
3299
3300         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3301         real-name, and then for mail address rather than doing : or , search.
3302
3303 2010-09-27  Julien Danjou  <julien@danjou.info>
3304
3305         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3306         right completing-read function.
3307         (gnus-use-ido): New variable
3308         (gnus-completing-read-with-default): Remove.
3309         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3310         (gnus-agent-add-group):
3311         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3312         * mm-view.el (mm-view-pkcs7-decrypt):
3313         * mm-util.el (mm-codepage-setup):
3314         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3315         * mml-smime.el (mml-smime-openssl-sign-query):
3316         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3317         (mml-insert-multipart):
3318         * gnus-msg.el (gnus-summary-yank-message):
3319         * gnus-int.el (gnus-start-news-server):
3320         * mm-decode.el (mm-interactively-view-part):
3321         * gnus-dired.el (gnus-dired-attach):
3322         * gnus.el (gnus-read-method):
3323         * gnus-bookmark.el (gnus-bookmark-jump):
3324         * gnus-art.el (gnus-mime-view-part-as-type)
3325         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3326         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3327         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3328         * nnmairix.el (nnmairix-create-server-and-default-group)
3329         (nnmairix-update-groups, nnmairix-get-server)
3330         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3331         (nnmairix-get-group-from-file-path):
3332         * nnrss.el (nnrss-find-rss-via-syndic8):
3333         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3334         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3335         (gnus-group-browse-foreign-server):
3336         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3337         (gnus-summary-execute-command, gnus-summary-respool-article)
3338         (gnus-read-move-group-name):
3339         * gnus-score.el (gnus-summary-increase-score)
3340         (gnus-summary-score-effect):
3341         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3342
3343 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3346         x-focus-frame.
3347
3348         * nnimap.el (auth-source-forget-user-or-password)
3349         (auth-source-user-or-password): Autoload.
3350
3351         * message.el (message-from-style, message-interactive)
3352         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3353         (message-yank-prefix, message-indentation-spaces, message-signature)
3354         (message-signature-file): Add comment.
3355
3356 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3359         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3360         new articles.
3361
3362         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3363         parts.
3364         (nnimap-request-article): Work with the t setting, too.
3365
3366         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3367         that you don't get flashes of other buffers.
3368         (gnus-summary-show-complete-article): Intern before setting.
3369
3370 2010-09-27  David Engster  <dengste@eml.cc>
3371
3372         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3373         well as HEADERS.
3374         (nnmairix-retrieve-headers): Provide new argument for the above.
3375
3376 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * gnus-sum.el (gnus-summary-move-article): Don't alter
3379         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3380         group.
3381
3382         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3383
3384         * message.el (message-cite-prefix-regexp): Revert my last edit.
3385
3386         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3387         variable instead of the Gnus variable.
3388
3389         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3390
3391         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3392
3393         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3394         since some servers don't like it.
3395         (nnimap-open-connection): Forget credentials if the server says the
3396         password was wrong.
3397         (nnimap-parse-line): Protect against invalid data.
3398
3399         * gnus-sum.el (gnus-summary-move-article): Add comment.
3400         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3401         nothing alters it while scanning for new messages.
3402
3403         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3404         which may or may not help.
3405         (nnimap-open-connection): If we're doing a stream connection, and then
3406         discover we're on a STARTTLS-capable server, then open a STARTTLS
3407         connection instead.
3408
3409 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * nnimap.el (utf7): Require.
3412
3413         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3414         prefix.
3415
3416 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3417
3418         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3419
3420 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * nnimap.el (nnimap-request-accept-article): Message the error on
3423         error.
3424
3425 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3428
3429 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * nndoc.el (nndoc-request-list): Return success always.
3432
3433         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3434         `fetch-old' -- we only want to fetch the articles we've requested.
3435         The rest are in the agent, probably.
3436         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3437         disappeared server" to something low.  It's not important.
3438
3439         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3440         arrived before the FETCH data.
3441
3442         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3443         target here, because we don't know the Gnus name of the group.
3444
3445         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3446         for the correct group.
3447
3448         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3449
3450         * gnus.el (gnus): Give a final warning after startup.
3451
3452         * gnus-util.el (gnus-action-message-log): New variable.
3453         (gnus-message): Use it.
3454         (gnus-final-warning): New function.
3455
3456         * nnimap.el (nnimap-open-connection): Record the greeting.
3457         (nnimap): Add greeting.
3458
3459 2010-09-26  Julien Danjou  <julien@danjou.info>
3460
3461         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3462         arguments.
3463         (gnus-html-wash-images): Fix spec computing to include start/end.
3464
3465         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3466
3467 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3468
3469         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3470         deletion.
3471         (nnimap-retrieve-headers): Don't select the group, because that's
3472         already done by nnimap-possibly-change-group.
3473
3474         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3475         (gnus-picon-transform-address): Use it.
3476
3477         * mail-source.el (mail-source-value): Revert previous patch.
3478
3479         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3480         on failure.
3481         (nnimap-open-connection): Look up both virtual and physical server name
3482         credentials.
3483
3484         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3485
3486 2009-02-07  Dave Love  <fx@gnu.org>
3487
3488         * tls.el (open-tls-stream): Don't query killing process.
3489
3490 2009-02-08  Dave Love  <fx@gnu.org>
3491
3492         * gnus-win.el (gnus-window-to-buffer-helper)
3493         (gnus-all-windows-visible-p): Function needn't be a symbol.
3494
3495         * mail-source.el (mail-source-value): Function needn't be a symbol.
3496
3497 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * message.el (message-cite-prefix-regexp): Remove } from the cite
3500         prefix.
3501
3502         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3503         highlight again, so that the highlight is correct.
3504
3505         * gnus-picon.el (gnus-picon): Remove again.
3506         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3507
3508         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3509         doing the header highlightling, so that the background colour of the
3510         picon is correct.
3511
3512         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3513         (gnus-picon): Ditto.
3514         (gnus-picon): Reinstate.  The background colour for picons is white.
3515         (gnus-picon-insert-glyph): Make the background white.
3516
3517         * nnml.el (nnml-open-nov): Don't return dead buffers.
3518
3519         * auth-source.el (auth-source-create): Query the user for whether to
3520         store the credentials.
3521
3522         * netrc.el (netrc-store-data): New function.
3523
3524         * auth-source.el (auth-source-user-or-password): Use the existing auth
3525         sources, if any, for creation.
3526
3527         * gnus.el (gnus-group-fast-parameter): Return the last matching
3528         parameter instead of the first matching parameter.
3529
3530 2010-09-26  Julien Danjou  <julien@danjou.info>
3531
3532         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3533
3534 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * mml2015.el (mml2015-use): Remove gpg support.
3537
3538         * mml1991.el (mml1991-function-alist): Remove gpg function.
3539         (mml1991-gpg-sign): Remove.
3540
3541 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3542
3543         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3544         (gnus-browse-unsubscribe-current-group): Document it.
3545         (gnus-browse-unsubscribe-group): Use it.
3546
3547 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548
3549         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3550         address to the To list for easier response.
3551
3552         * gnus.el (gnus-play-startup-jingle): Remove.
3553         (gnus-splash): Don't play jingle.
3554         (gnus): Silence gnus-load message.
3555
3556         * gnus-art.el (gnus-treat-play-sounds): Remove.
3557
3558         * gnus.el (gnus-play-jingle): Remove audio support.
3559
3560         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3561
3562         * earcon.el: Remove -- no users.
3563
3564         * gnus-audio.el: Remove -- no users of this package.
3565
3566         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3567
3568         * gnus-start.el (gnus-setup-news): Remove nocem support.
3569
3570         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3571
3572         * gnus.el (gnus-use-nocem): Remove.
3573
3574         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3575         Remove.
3576
3577         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3578         uses NoCeM any more.
3579
3580         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3581         (gnus-button-ctan-handler): Ditto.
3582         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3583         (gnus-button-ctan-directory-regexp): Ditto.
3584         (gnus-button-handle-ctan): Ditto.
3585         (gnus-button-tex-level): Ditto.
3586         (gnus-button-alist): Remove CTAN stuff.
3587
3588 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3591         nnimap-streaming test.
3592
3593         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3594         servers twice.
3595
3596         * nnimap.el (nnimap-open-connection): Add more error reporting when
3597         nnimap fails early.
3598
3599         * nnheader.el (nnheader-get-report-string): New function.
3600         (nnheader-get-report): Use it.
3601
3602         * gnus-int.el (gnus-check-server): Say what the error was when opening
3603         failed.
3604
3605         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3606         using streaming.
3607
3608 2010-09-25  Julien Danjou  <julien@danjou.info>
3609
3610         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3611         gnus-window-inside-pixel-edges.
3612
3613 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614
3615         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3616
3617         * mm-decode.el (mm-save-part): Allow saving to other directories the
3618         normal Emacs way.
3619
3620         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3621         Suggested by Jay Berkenbilt.
3622
3623         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3624         there isn't a single byte.
3625
3626         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3627         just do it.  It doesn't really seem to matter what the user responds
3628         here, I think, so it's just a confusing question.
3629
3630         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3631         non-streaming case.
3632
3633         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3634         (gnus-article-encrypt-body): Use it.
3635
3636         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3637         keystroke.
3638
3639         * nnimap.el (nnimap-find-wanted-parts-1):
3640         Use gnus-fetch-partial-articles.
3641
3642         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3643
3644         * nnimap.el (nnimap-insert-partial-structure): New function.
3645         (nnimap-get-partial-article): New function.
3646         (nnimap-request-article): Use it.
3647         (nnimap-wait-for-response): Return whether the wait was successful.
3648         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3649         retrieval wasn't successful.
3650         (nnimap-retrieve-group-data-early): Allow throttling servers.
3651         (nnimap-streaming): New variable.
3652         (nnimap-fetch-partial-articles): Remove.
3653
3654         * mm-decode.el (mm-with-part): Protect against killed buffers.
3655
3656         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3657         for prettier summary display.
3658
3659 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3660
3661         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3662
3663 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664
3665         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3666         apparently third-party libraries depend on it.
3667
3668         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3669         before starting negotiation.
3670
3671         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3672         privacy reasons.
3673         (gnus-treat-mail-gravatar): Ditto.
3674
3675         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3676         buffer when inserting images.  Inserting text into the headers, for
3677         instance, can make them invalid.
3678
3679 2010-09-25  Julien Danjou  <julien@danjou.info>
3680
3681         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3682         variables.
3683
3684         * nnheader.el: Remove useless variables news-reply-yank-from and
3685         news-reply-yank-message-id.
3686
3687         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3688         variables.
3689
3690         * mml1991.el: Remove useless mml1991-verbose.
3691
3692         * gnus.el: Remove useless variable gnus-use-generic-from.
3693         Remove obsolete variable gnus-topic-indentation.
3694
3695         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3696
3697         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3698
3699         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3700
3701         * gnus-group.el: Remove useless gnus-group-icon-cache.
3702         Remove useless gnus-ephemeral-group-server.
3703
3704         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3705
3706         * mml2015.el: Remove useless mml2015-verbose.
3707
3708         * mml-smime.el: Remove useless mml-smime-verbose.
3709
3710         * gnus.el: Remove useless gnus-local-domain.
3711
3712         * gnus-gravatar.el (gnus-gravatar-transform-address):
3713         Use gnus-gravatar-size.
3714
3715         * gnus-art.el: Remove useless gnus-treat-translate.
3716
3717 2010-09-24  Julien Danjou  <julien@danjou.info>
3718
3719         * gnus-sum.el: Add support for Gravatars.
3720
3721         * gnus-art.el: Add support for Gravatars.
3722
3723         * gnus-gravatar.el: Add this file.
3724
3725         * gravatar.el: Add this file.
3726
3727 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3730
3731         * gnus-group.el (gnus-group-fetch-faq): Remove.
3732
3733         * gnus.el (gnus-group-faq-directory): Remove.
3734
3735         * gnus-group.el (gnus-group-fetch-charter): Remove.
3736
3737         * gnus.el (gnus-group-charter-alist): Remove.
3738
3739         * gnus-group.el (gnus-group-archive-directory): Remove.
3740         (gnus-group-recent-archive-directory): Ditto.
3741         (gnus-group-make-archive-group): Remove.
3742
3743         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3744
3745         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3746         use the same article number for all the cached articles.
3747
3748         * nnimap.el (nnimap-command): Register the last command time so
3749         that we can use it for idling NOOPs.
3750         (nnimap-open-connection): Start the keeplive timer.
3751         (nnimap-make-process-buffer): Store all the process buffers.
3752         (nnimap-keepalive): New function.
3753
3754         * starttls.el (starttls-open-stream): Add autoload cookie.
3755
3756 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3757
3758         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3759         handling.
3760
3761 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3764         its data structures.
3765
3766         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3767         instead of the cl.el copy-list.
3768         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3769         equalp.
3770
3771 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3774         and tool-bar-local-item-from-menu.
3775
3776         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3777         mode-line-highlight face for Emacs.
3778
3779         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3780         loading gnus-sum.elc; fix comment for canlock-verify.
3781         (gnus-article-jump-to-part): Use read-number.
3782         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3783         Remove Emacs pre-21 compatible code for help-echo.
3784         (gnus-article-next-page-1): No need to adjust the number of lines.
3785         (gnus-article-describe-bindings): Always use help-buffer.
3786
3787         * gnus-audio.el (gnus-audio-inline-sound)
3788         * gnus-cus.el (gnus-custom-mode)
3789         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3790
3791         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3792
3793         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3794         compatible code.
3795
3796 2010-09-24  Glenn Morris  <rgm@gnu.org>
3797
3798         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3799         visiting the fcc file in rmail-mode.
3800
3801         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3802
3803 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * nnir.el: Silence the byte compiler.
3806
3807         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3808         alias to browse-url-url-encode-chars if any.
3809         (gnus-html-encode-url): Use it.
3810
3811 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * gnus-start.el (gnus-use-backend-marks): New variable.
3814         (gnus-get-unread-articles-in-group): Use it.
3815
3816         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3817         makeover.
3818
3819 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3820
3821         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3822
3823 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3826         Remove.
3827         (gnus-setup-news-hook):
3828         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3829
3830         * gnus-int.el (gnus-request-update-info): Protect against backends not
3831         having the function.
3832
3833         * nnimap.el (nnimap-stream): Mention starttls.
3834         (nnimap-open-connection): Add starttls support.
3835
3836 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3837
3838         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3839
3840 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3843         BODYSTRUCTUREs.
3844         (nnimap-transform-headers): Unfold quoted {42} headers.
3845
3846         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3847         the info.
3848         (gnus-get-unread-articles): Only call updatep on backends that support
3849         it.
3850
3851         * nnweb.el (nnweb-request-update-info): NOOP.
3852
3853         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3854
3855         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3856         since it only deals with marks.
3857
3858         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3859         gnus-request-marks, and make a new gnus-request-update-info.
3860
3861         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3862         the active instead of the high number, which is usually too low.
3863
3864 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3865
3866         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3867         * encrypt.el: Remove.
3868
3869 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3872         server in symbolic form.
3873
3874         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3875
3876 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3879         (nnimap-update-info): Fix up code slightly.
3880
3881         * gnus-int.el (gnus-open-server): Add tracing for performance
3882         debugging.
3883
3884         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3885         (gnus-group-insert-group-line): Pass the real group name so that it
3886         gets the right data.
3887
3888         * gnus-start.el (gnus-get-unread-articles): Don't have
3889         `gnus-get-unread-articles-in-group' update info, since that can be
3890         really slow and doesn't seem to be needed?
3891
3892 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3893
3894         * time-date.el (date-to-time): Try using parse-time-string first before
3895         using the slower timezone-make-date-arpa-standard.
3896
3897 2010-09-22  Julien Danjou  <julien@danjou.info>
3898
3899         * gnus-group.el (gnus-group-insert-group-line):
3900         Call gnus-group-highlight-line.
3901         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3902         default hook list.
3903         (gnus-group-update-eval-form): Add new function.
3904         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3905         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3906
3907 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3910         immediate, then expire all articles.
3911         (nnimap-update-info): Fix off-by-one errors.
3912         (nnimap-flags-to-marks): Would return no marks lists for group with no
3913         flags.  Instead return the other data.
3914
3915 2010-09-22  Julien Danjou  <julien@danjou.info>
3916
3917         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3918         Only return an icon.
3919         (gnus-group-insert-group-line): Compute icon to return.
3920
3921         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3922         (gnus-html-image-fetched): Only cache if
3923         gnus-html-image-automatic-caching is set.
3924         (gnus-html-image-fetched): Check for errors.
3925
3926 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3929         once per method on `g'.  This ensures that backends like nnfolder don't
3930         open all their folders.
3931
3932         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3933         (nnimap-request-list): Nix out group in the correct buffer.
3934         (nnimap-parse-flags): Implement by using `read' instead of
3935         hand-parsing.
3936         (nnimap-flags-to-marks): Pass on permanent-flags.
3937         (nnimap-make-process-buffer): Record the server name.
3938         (nnimap-parse-flags): Fix typo.
3939         (nnimap-request-scan): Run split on the server in general, not just a
3940         single group.
3941
3942         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3943         parameter, and propagate this downwards.
3944
3945         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3946         since EXAMINE changes it on the server.
3947
3948         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3949         this command might take a while.
3950
3951 2010-09-22  Julien Danjou  <julien@danjou.info>
3952
3953         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3954         harmful if you have 2 images side-by-side, they can't be properly
3955         update on text deletion.  Using text-property is safer here.
3956         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3957         data.
3958
3959 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * nnimap.el (nnimap-expunge-inbox): Remove.
3962         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3963         (nnimap-expunge): Flip default to t.
3964
3965         * gnus.el (gnus-method-to-server): Don't push things to the cache
3966         unless it's unique.
3967         (gnus-server-to-method): Ditto.
3968
3969 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3970
3971         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3972
3973 2010-09-22  Julien Danjou  <julien@danjou.info>
3974
3975         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3976         get the start of data.
3977         (gnus-html-encode-url): Add this function to encode special chars in
3978         URL.
3979         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3980         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3981
3982         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3983         default.
3984         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3985
3986         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3987         images alt-text.
3988         (gnus-html-put-image): Put alt-text as help-echo.
3989
3990 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3993         * mm-util.el (mm-decompress-buffer)
3994         * nnir.el (nnir-run-find-grep)
3995         * pop3.el (pop3-list): Use 3rd arg of split-string.
3996
3997         * time-date.el (format-seconds): Comment fix.
3998
3999         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4000         and byte-optimize-form-code-walker.
4001         (dgnushack-make-auto-load): Don't advise make-autoload.
4002
4003         * lpath.el: Remove Emacs 21 stuff.
4004
4005 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4008         outside the active range.  Suggested by Dan Christensen.
4009
4010         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4011         slightly later to avoid double-getting it.
4012
4013         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4014         previous patch.
4015
4016         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4017
4018 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4019
4020         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4021
4022 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * gnus-int.el (gnus-open-server): Give a better error message in the
4025         "go offline" case.
4026
4027         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4028         marks for nnimap, which is seldom the right thing to do.
4029
4030         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4031         (gnus-same-method-different-name): New function.
4032
4033         * nnimap.el (parse-time): Require.
4034
4035         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4036         method in the presence of many similar methods.
4037
4038         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4039
4040         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4041         nnml-inhibit-expiry.
4042
4043         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4044         find out whether methods are equal.
4045
4046         * nnimap.el (nnimap-find-expired-articles): New function.
4047         (nnimap-process-expiry-targets): New function.
4048         (nnimap-request-move-article): Request the article before looking at
4049         what the Message-ID is.  Fix found by Andrew Cohen.
4050         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4051
4052         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4053         for oldness in addition to being a predicate.
4054
4055         * nnimap.el (nnimap-request-group): When we have zero articles, return
4056         the right data to Gnus.
4057         (nnimap-request-expire-articles): Only delete articles immediately if
4058         the target is 'delete.
4059
4060         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4061         method, this would bug out.
4062
4063         * gnus-group.el (gnus-group-expunge-group): Rename from
4064         gnus-group-nnimap-expunge, and implemented as a normal interface
4065         function.
4066
4067         * gnus-int.el (gnus-request-expunge-group): New function.
4068
4069         * nnimap.el (nnimap-request-create-group): Implement.
4070         (nnimap-request-expunge-group): New function.
4071
4072 2010-09-21  Julien Danjou  <julien@danjou.info>
4073
4074         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4075         (gnus-html-cache-expired): Add new function.
4076         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4077         wethever we should display image for fetch it.
4078         Compute alt-text earlier to pass it to the fetching function too.
4079         (gnus-html-schedule-image-fetching): Change function argument to only
4080         get one image at a time, not a list.
4081         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4082         cache.
4083         (gnus-html-get-image-data): New function to retrieve image data from
4084         cache.
4085         (gnus-html-put-image): Change buffer argument to use image data rather
4086         than file, and place image above region rather than inserting a new
4087         one.  Do not take alt-text as argument, since it's useless now: we place
4088         the image above alt-text.
4089         (gnus-html-prune-cache): Remove.
4090         (gnus-html-show-images): Start to fetch image when we find one, do not
4091         push into a temporary list.
4092         (gnus-html-prefetch-images): Only fetch image if they have expired.
4093         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4094         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4095
4096 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4099
4100 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4101
4102         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4103         spec inser "*" if the group isn't active instead of 0.
4104
4105         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4106         opening the server.
4107         (nnimap-request-delete-group): Implement group deletion.
4108         (nnimap-transform-headers): Return the size of the entire message in
4109         the Bytes header, not just the size of the first part.
4110         (nnimap-request-move-article): When moving an article from nnimap,
4111         request the article first so the accepting form has an article to
4112         accept.  Reported by Dan Christensen.
4113         (nnimap-command): Make sure that the error message doesn't error out.
4114
4115 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4116
4117         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4118         we haven't requested anything.
4119
4120 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4121
4122         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4123         "".  Fix found by Andrew Cohen.
4124
4125         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4126         instead of -encode-string.
4127
4128 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4131
4132         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4133         by mm-subst-char-in-string.
4134
4135 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4138         waiting for the connection string.
4139
4140         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4141         arriving.
4142
4143         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4144         bogus characters.  This allows selecting certain Gmail groups.
4145
4146         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4147         (nnimap-fetch-partial-articles): New variable.
4148         (nnimap-open-connection): When looking for credentials, also use the
4149         nnimap-server-port.
4150         (nnimap-request-article): Return the group/article number, so that Gnus
4151         `^' works as expected.
4152         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4153
4154         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4155         comments.
4156         (gnus-methods-sloppily-equal): New function.
4157         (gnus): When using the development version of Gnus, load the gnus-load
4158         file.
4159
4160         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4161         `gnus-open-server' on each method before trying to scan them etc.
4162         This ensures that all the backend parameters are set correctly.
4163
4164         * nnimap.el (nnimap-authenticator): New variable.
4165         (nnimap-open-connection): Allow anonymous login.
4166         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4167         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4168
4169         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4170         patch, found by Knut Anders Hatlen.
4171
4172 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4173
4174         * gnus-agent.el (gnus-agent-batch-confirmation)
4175         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4176         to gnus-message.
4177         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4178         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4179         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4180         * gnus-int.el (gnus-open-server): Likewise.
4181         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4182         (gnus-score-check-syntax): Likewise.
4183         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4184         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4185         Likewise.
4186         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4187
4188 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4191         calling conventions so that prefetch doesn't bug out.
4192
4193 2010-09-19  Julien Danjou  <julien@danjou.info>
4194
4195         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4196         rather than `subst-char-in-region' in order to be able to replace ASCII
4197         char by UTF-8 ones.
4198
4199         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4200         than curl.
4201         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4202         the right URL and ALT text on images.
4203         (gnus-html-wash-tags): Fix tag case.
4204         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4205         (gnus-article-html): Add -o display_ins_del=2 option.
4206         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4207
4208 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4209
4210         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4211         the extra mail headers, which sometimes seem to happen for unknown
4212         reasons.
4213
4214         * mail-parse.el (mail-header-encode-parameter): Define as
4215         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4216         (or most, perhaps?) mail readers don't understand the latter, but do
4217         understand the former.
4218
4219         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4220         to nil, so that no methods are automatically agentized.  I think this
4221         is probably what most users want.
4222
4223         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4224         from url-retrieve, for instance about invalid URLs.
4225
4226         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4227         groups that have no articles.
4228         (nnimap-request-article): Check that we really got an article when we
4229         requested one.
4230
4231         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4232         doesn't exist.
4233
4234         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4235         nntp buffer so the agent can save it.
4236         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4237         that CRLF doesn't get translated to \n.
4238         (nnimap-open-connection): Don't make 'shell commands only send \n.
4239
4240 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4241
4242         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4243         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4244         Update var name.
4245         (nnml-generate-nov-file): Use dolist.
4246         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4247         Use with-current-buffer.
4248
4249 2010-09-18  Julien Danjou  <julien@danjou.info>
4250
4251         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4252         parallel.
4253
4254 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4257         the range update right.
4258         (nnimap-request-group): Don't make `M-g' bug out on group with no
4259         marks.
4260         (nnoo): Require, so that other packages can require nnimap.
4261         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4262         command we're looking for.  This helps when the server sends more
4263         responses after we've gotten everything we expected.
4264         (nnimap): Add a `newlinep' field to keep track of end-of-line
4265         conventions.
4266         Don't send CRLF to things that don't want it.
4267         (nnimap-request-accept-article): Ditto.
4268
4269 2010-09-18  Julien Danjou  <julien@danjou.info>
4270
4271         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4272         than curl to retrieve images.
4273
4274 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4277         the marks.
4278         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4279         (nnimap-wait-for-connection): New function.
4280         (nnimap-open-connection): If we have PREAUTH, don't query for login
4281         credentials.
4282         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4283         when doing a partial update.
4284
4285 2010-09-18  Julien Danjou  <julien@danjou.info>
4286
4287         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4288         tags.
4289
4290 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * nnimap.el (nnimap-credentials): New function.
4293         (nnimap-open-connection): Use the new function to look for credentials
4294         also on the numeric equivalents of "imap" and "imaps".
4295
4296         * gnus-start.el (gnus-activate-group): Send the info to
4297         gnus-request-group.
4298
4299         * nnimap.el (nnimap-request-group): Have the "check" version of the
4300         function parse flags and update the info, so that a `M-g' get a total
4301         resync of all flags from the group.
4302
4303         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4304         to allow backends to alter the info on group selection.  Also alter all
4305         the backend -request-group functions to take the parameter.
4306
4307         * nnimap.el (nnimap-store-info): New function.
4308         (nnimap-update-info): Store the info for later usage.
4309         (nnimap-request-group): Use the stored info for the dont-check case, so
4310         that we don't retrieve all marks when we enter a group.
4311
4312         * nnimap.el: Use deffoo instead of defun for interface functions.
4313
4314         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4315         update the group info.  This makes the nndraft groups, for instance, go
4316         back to their old behaviour.
4317
4318         * gnus-sum.el (gnus-select-newsgroup): Indent.
4319
4320         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4321         in.
4322         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4323         nothing.
4324
4325         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4326         from methods that are denied.
4327
4328         * gnus-int.el (gnus-method-denied-p): New function.
4329
4330         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4331         store the password instead of netrc.
4332         (nnimap-open-connection): Don't error out when we can't make a
4333         connections.
4334
4335         * auth-source.el (auth-source-create): In the password prompt, say what
4336         we're querying for.  Also prompt for user name if that hasn't been
4337         given.
4338
4339         * nnimap.el (nnimap-with-process-buffer): Remove.
4340
4341 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4344         method when we're reading from the agent.
4345
4346         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4347
4348         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4349         that's probably most useful for users.
4350
4351         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4352         "failed" all the time.
4353
4354         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4355         ...)) with (with-current-buffer ... ).
4356
4357         * nntp.el (nntp-open-server): Return whether the open was successful or
4358         not.
4359
4360         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4361         select an unread unseen article first.
4362
4363         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4364         /etc/services, supply some sensible port defaults.
4365
4366         * dgnushack.el: Define netrc-credentials.
4367
4368 2010-09-17  Julien Danjou  <julien@danjou.info>
4369
4370         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4371
4372 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4373
4374         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4375         doesn't have any parameters.
4376
4377 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4380         only upcased checks.
4381
4382         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4383
4384         * nnimap.el (nnimap-open-shell-stream): New function.
4385         (nnimap-open-connection): Use it.
4386         (nnimap-transform-headers): Get the number of lines in each message.
4387         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4388         number of lines.
4389         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4390         problem.
4391
4392         * utf7.el (utf7-encode): Autoload.
4393
4394         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4395         to allow the mail splitting to not return a default group.  This is
4396         useful for nnimap, which will leave unmatched mail in the inbox.
4397
4398         * nnimap.el: Rewritten.
4399
4400         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4401         nnimap usage.
4402
4403         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4404         if the move is internal, so that nnimap can do fast internal moves.
4405
4406         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4407         data.
4408         (gnus-read-active-for-groups): Support finishing the early retrieval of
4409         data.
4410
4411         * gnus-range.el (gnus-range-nconcat): New function.
4412
4413         * gnus-int.el (gnus-finish-retrieve-group-infos)
4414         (gnus-retrieve-group-data-early): New functions.
4415
4416 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4417
4418         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4419         (nnrss-retrieve-groups):
4420         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4421         (pop3-quit): Use with-current-buffer.
4422
4423 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4426         instead of nnheader-accept-process-output.
4427
4428         * dgnushack.el (dgnushack-compile): Add comment.
4429
4430         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4431
4432         * gnus-html.el (gnus-html-schedule-image-fetching)
4433         (gnus-html-prefetch-images): Replace process-kill-without-query by
4434         gnus-set-process-query-on-exit-flag.
4435
4436 2010-09-16  Romain Francoise  <romain@orebokech.com>
4437
4438         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4439
4440 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4441
4442         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4443         parameter to unintern is mandatory-ish in Emacs 24.
4444
4445         * gnus-html.el (gnus-html-schedule-image-fetching)
4446         (gnus-html-prefetch-images): Check for curl before using it.
4447
4448         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4449         depend on curl, which isn't essential.
4450
4451         * imap.el: Revert back to version
4452         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4453         seem problematic.
4454
4455 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4456
4457         * gnus-registry.el (gnus-registry-install-shortcuts):
4458         Explicitly pass `obarray' to `unintern' to avoid a warning.
4459
4460 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461
4462         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4463         change.
4464
4465         * nnrss.el (nnrss-request-list): Remove this function and related
4466         functions, including the moreover stuff.
4467
4468 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * nnrss.el (nnrss-retrieve-groups): New function.
4471
4472 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4473
4474         * .dir-locals.el: Add no-byte-compile cookie.
4475
4476 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * time-date.el (format-seconds): Comment fix.
4479
4480         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4481         for back end that doesn't support request-scan.
4482
4483 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4486         then do request scans from the backends.
4487
4488         * netrc.el (netrc-credentials): New conveniency function.
4489
4490         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4491         avoid running a hook per line, since this takes a lot of time,
4492         profiling shows.
4493         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4494         directly if gnus-visual-p is true.
4495
4496 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4499         groups; replace mapcar with dolist which is a bit faster; pass groups
4500         info to gnus-read-active-file-1.
4501         (gnus-read-active-file-1): Scan only specified groups if the new
4502         optional arg `infos' is given.
4503
4504 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4507
4508         * pop3.el (pop3-movemail): Remove.
4509         (pop3-streaming-movemail): Rename to pop3-movemail.
4510
4511         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4512         don't restrict end-tag searches to the end of the line.
4513
4514 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4517         articles of every unchecked group to t, which means unknown since the
4518         server has never been opened.
4519
4520 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * gnus-html.el (gnus-html-show-alt-text): New command.
4523         (gnus-html-browse-image): Ditto.
4524         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4525         to browse the image directly.
4526         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4527         better.
4528
4529         * gnus-async.el (gnus-async-article-callback):
4530         Call `gnus-html-prefetch-images' unconditionally.
4531
4532         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4533         before feeding URLs to curl.
4534
4535 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4536
4537         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4538         internal images as deletable by `W D D'.
4539
4540         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4541         (gnus-async-article-callback): Fix typo.
4542
4543 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4546         current line to work around bugs in the output from w3m.
4547
4548         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4549         for groups that want that.
4550
4551         * nntp.el (nntp-wait-for-string): Supply a timeout for
4552         accept-process-output to ensure progress.
4553
4554         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4555         level to get unread articles from, then use that for foreign groups,
4556         too.
4557
4558         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4559         confuses the rest of the function.
4560
4561         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4562         for the methods that support -retrieve-groups, too.
4563
4564         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4565
4566 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4569         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4570
4571         * pop3.el: Require cl when compiling.
4572         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4573
4574 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4575
4576         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4577         that aren't going to be activated.
4578         (gnus-get-unread-articles): Fix up the last commit.
4579
4580         * gnus-html.el (gnus-article-html): Allow calling without specifying
4581         the handle.  In that case, dissect the buffer first.
4582
4583         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4584
4585         * nnimap.el (nnimap-open-connection): Revert the change that would look
4586         into authinfo for imaps instead of imap.
4587
4588         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4589         say that you don't want to call gnus-request-group with don-check, but
4590         do check the reponse.  This is for virtual groups only.
4591         (gnus-get-unread-articles): Count the archive groups as secondary, so
4592         that they're activated the same way as before.
4593
4594         * imap.el (imap-message-map): Removed optional buffer parameter, since
4595         no callers use it.
4596         (imap-message-get): Ditto.
4597         (imap-message-put): Ditto.
4598         (imap-mailbox-map): Ditto.
4599         (imap-mailbox-put): Ditto.
4600         (imap-mailbox-get): Ditto.
4601         (imap-mailbox-get): Revert last change for this function.
4602
4603         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4604         case-insensitively.
4605         (nnimap-debug): Remove.
4606
4607         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4608         to use `imap-fetch' instead.  According to the comments, this should be
4609         safe, since all other IMAP clients use the 1:* syntax.
4610         (imap-enable-exchange-bug-workaround): Removed.
4611         (imap-debug): Removed -- doesn't seem very useful.
4612
4613         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4614         mail from a file, and the file doesn't exist.
4615
4616         * imap.el (imap-log): New convenience function used throughout instead
4617         of repeating the same code all over the place.
4618
4619         * pop3.el (pop3-streaming-movemail): Return t for success.
4620
4621         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4622         .authinfo if we're using ssl connection.
4623
4624         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4625         already have if we're in a main Gnus `g' run.
4626
4627         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4628
4629 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4630
4631         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4632
4633         * nnmh.el (nnmh-request-list-1): Bind `file'.
4634
4635         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4636         alias to set-process-query-on-exit-flag or process-kill-without-query.
4637         (pop3-open-server): Use it.
4638
4639 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4642         box to the Incoming file.  Fixes mistake in previous checkin.
4643
4644         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4645         request loop (for debugging purposes) removed.
4646
4647         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4648         culprit is more visible.
4649         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4650         (nnml-add-incremental-nov): New functions to do "incremental" nov
4651         updates, where we just append to the end of the existing nov files
4652         without reading/writing them in full.
4653
4654         * mail-source.el (mail-source-delete-crash-box): Really only check the
4655         incoming files once in a while.
4656
4657         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4658
4659         * mail-source.el (mail-source-delete-crash-box): Only check the
4660         incoming files for deletion once per day to save a lot of file
4661         accesses.
4662
4663         * pop3.el (pop3-logon): Fix up unbound variable typo.
4664
4665         * mail-source.el (pop3-streaming-movemail): Autoload.
4666
4667         * pop3.el (pop3-streaming-movemail):
4668         Respect pop3-leave-mail-on-server.
4669
4670         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4671         retrieval.
4672
4673         * pop3.el (pop3-process-filter): Remove unused function.
4674         (pop3-streaming-movemail, pop3-send-streaming-command)
4675         (pop3-wait-for-messages, pop3-write-to-file)
4676         (pop3-number-of-responses): New functions for streaming pop3
4677         retrieval.
4678
4679         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4680         come from no known methods.
4681         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4682         list.
4683
4684         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4685         message sizes.
4686         (pop3-movemail): Use erase-buffer instead of looping and deleting
4687         regions, which seems rather odd.
4688
4689         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4690         file once per `g' run.
4691
4692         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4693         directories.  This makes the draft queue directory work.
4694
4695         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4696         data from the backends, so that we only request the list of groups from
4697         each method once.  This should speed things up considerably.
4698
4699         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4700         detect that it's not implemented.
4701
4702         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4703         we actually do recurse down into the tree, but don't stat all leaf
4704         nodes.
4705
4706         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4707         then say so instead of bugging out.
4708
4709         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4710         files exist before trying to read them.
4711
4712         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4713         around <pre_int>.
4714
4715         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4716
4717         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4718
4719 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * mm-util.el (mm-image-load-path): Just return the image directories,
4722         not all directories in the path in addition to the image directories.
4723         (mm-image-load-path): Maintain a cache of the image directories so that
4724         the `g' command in Gnus doesn't have to stat dozens of directories each
4725         time.
4726
4727         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4728         (gnus-html-wash-tags): Add a new `i' command to insert images.
4729         (gnus-html-insert-image): New command and keystroke.
4730         (gnus-html-redisplay-with-images): New command and keystroke.
4731         (gnus-html-show-images): Rename command.
4732         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4733         spacers.
4734         (gnus-html-wash-tags): Decode entities at the end, so that entities
4735         inside the tags don't mess up the rest of the "parsing".
4736
4737         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4738         so that nnimap methods aren't agentized by default.  There's apparently
4739         many problems related to agent/imap behaviour.
4740
4741         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4742
4743         * gnus-html.el: Doc fix.
4744
4745 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4748         specifier-spec-list for Emacs 21.
4749
4750         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4751         glyph-width and glyph-height instead of display-graphic-p and
4752         image-size; make avoidance of displaying small images work for XEmacs.
4753
4754         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4755         for XEmacs.
4756
4757         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4758         of symbol that holds plist data.
4759         (gnus-process-plist): Remove plist of process after getting it.
4760
4761 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * message.el (message-generate-hashcash): Change default to
4764         'opportunistic if hashcash is installed.
4765
4766         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4767         (gnus-html-put-image): Only call image-size once, since it's somewhat
4768         time-consuming on remote X servers.
4769
4770 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4773         type on data, not a file name.
4774
4775         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4776         window-pixel-edges for Emacs 21.
4777
4778         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4779         decoded contents.
4780         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4781
4782 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783
4784         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4785         group line format, since it isn't very interesting.
4786
4787         * gnus-agent.el (gnus-agent-short-article),
4788         (gnus-agent-long-article): Increase values for these two variables,
4789         since most people are likely to have more network connection and
4790         storage than before.
4791
4792         * gnus.el (gnus-refer-article-method): Change default to 'current.
4793         When referring an article, the common behaviour is to refer it from the
4794         current select method, not the native select method.  The chances of
4795         the native select method having the message in question is rather slim
4796         these days.
4797
4798         * gnus-sum.el (gnus-auto-select-subject): Change default to
4799         `unseen-or-unread'.  I think it's likely that most people want to
4800         select an unseen article over a previously seen, but unread one.
4801
4802         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4803         means that in the article buffer none of the minor mode elements will
4804         be shown, usually, and this is not desirable in most cases.
4805
4806         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4807         that commands like `d' (and the like) go to the next line in the
4808         buffer, instead of the next unread article.  I think this is the
4809         behaviour that is most natural for most users.
4810         (gnus-single-article-buffer): Change default to nil, so that people can
4811         have as many article buffers open as they have summary buffer.  I think
4812         this is the most natural way for the groups to behave.
4813
4814         * message.el (message-generate-new-buffers): Change default to
4815         `unsent', so that all new message buffers start their names with the
4816         string "*unsent", and it's easier to find the buffers if you move from
4817         them.
4818
4819 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4822         small.  They're probably tracking images.
4823         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4824         (gnus-html-rescale-image): Yet another try at getting the image sizing
4825         right.
4826
4827         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4828         nntp-marks-file-name is nil.
4829
4830 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4831
4832         * gnus-html.el (gnus-html-wash-tags)
4833         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4834         Better logging.
4835
4836 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4837
4838         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4839
4840         * gnus-html.el (gnus-html-wash-tags): Check the value of
4841         gnus-blocked-images in the summary buffer.
4842
4843 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4844
4845         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4846
4847 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4850         like "a", it seems like.
4851         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4852         since it needs to be picked from the correct buffer.
4853
4854         * nnwfm.el: Remove.
4855
4856         * nnlistserv.el: Remove.
4857
4858 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4859
4860         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4861         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4862
4863 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4864
4865         * nnkiboze.el: Remove.
4866
4867         * nndb.el: Remove.
4868
4869         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4870         alt text.
4871         (gnus-html-rescale-image): Try to get the rescaling logic right for
4872         images that are just wide and not tall.
4873
4874         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4875         overshadow variable bindings.
4876
4877 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4878
4879         * gnus-html.el (gnus-html-wash-tags)
4880         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4881         Add extra logging.
4882
4883 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4886         (gnus-max-image-proportion): New variable.
4887         (gnus-html-rescale-image): New function.
4888         (gnus-html-put-image): Rescale images.
4889
4890 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4891
4892         Fix up some byte-compiler warnings.
4893         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4894         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4895         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4896         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4897         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4898         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4899         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4900
4901 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-html.el (gnus-article-html): Decode contents by charset.
4904
4905 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4908         (gnus-html-frame-width, gnus-blocked-images)
4909         * message.el (message-prune-recipient-rules): Add custom version.
4910         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4911
4912         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4913         functions.
4914
4915         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4916         gnus-process-get.
4917
4918 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4919
4920         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4921         instead of lsub directly.
4922
4923 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * nnwarchive.el: Remove.
4926
4927         * gnus-soup.el: Remove.
4928
4929         * nnsoup.el: Remove.
4930
4931         * nnultimate.el: Remove.
4932
4933         * gnus-html.el (gnus-blocked-images): New variable.
4934
4935         * message.el (message-prune-recipients): New function.
4936         (message-prune-recipient-rules): New variable.
4937
4938         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4939         guess whether a long line is natural text or not.
4940
4941         * gnus-html.el (gnus-html-schedule-image-fetching):
4942         Use gnus-process-plist and friends for compatibility.
4943
4944 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4945
4946         * gnus-html.el: Require packages that define macros used in this file.
4947         (gnus-article-mouse-face): Declare to silence byte-compiler.
4948         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4949         process-get.
4950         (gnus-html-put-image): Use plist-get to avoid getf.
4951         (gnus-html-prefetch-images): Use with-current-buffer.
4952
4953 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-ems.el: Provide compatibility functions for
4956         gnus-set-process-plist.
4957
4958         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4959         header-line-format for XEmacs 21.4.
4960
4961         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4962         * gnus.el (gnus-valid-select-methods)
4963         * message.el (message-send-mail-partially-limit)
4964         * mm-decode.el (mm-text-html-renderer)
4965         * mml.el (mml-insert-mime-headers-always)
4966         * smiley.el (smiley-regexp-alist): Bump custom version.
4967
4968 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * gnus-html.el: require mm-url.
4971         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4972         with the url to `url'.
4973         (gnus-html-wash-tags): Support cid: URLs/images.
4974
4975 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4978         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4979         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4980
4981         * gnus-move.el: Remove file, since it doesn't really work.
4982
4983         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4984         UTF-8.  This seems to fix problems with some German web feeds.
4985
4986         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4987         at the top so that the proper colours are applied.
4988
4989         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4990         don't have dots in their names.
4991
4992         * gnus-art.el (gnus-article-view-part): Doc fix.
4993
4994         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4995         XEmacs-compatible.
4996         (gnus-html-put-image): Don't do images on non-graphic displays.
4997
4998         * nnslashdot.el: Remove this unused backend.
4999
5000         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5001         actions.
5002         (gnus-undo-register-1): Revert last change.
5003
5004         * gnus-group.el (gnus-group-completing-read): Protect against not
5005         having completion-styles bound.
5006
5007         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5008         make broken recipients happier.
5009
5010         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5011
5012         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5013         point parameter.
5014
5015         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5016
5017         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5018         completion-styles for group selection.
5019
5020 2009-02-04  Andreas Schwab  <schwab@suse.de>
5021
5022         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5023         headers and regexp-quote the match if necessary.
5024
5025 2009-03-24  Miles Bader  <miles@gnu.org>
5026
5027         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5028         the blinking smiley.
5029
5030 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5031
5032         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5033         blink smiley.
5034
5035 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5036
5037         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5038         where the dribbel file lives exists.
5039
5040         * message.el (message-send-mail-partially-limit): Change the default to
5041         nil, since most people don't want this.
5042
5043         * mm-url.el (mm-url-decode-entities): Also decode entities like
5044         &#x3212.
5045
5046 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5047
5048         * gnus-sum.el (gnus-summary-idna-message):
5049         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5050         Hyperlink urls in docstrings with URL `...'.
5051
5052 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5053
5054         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5055         functions.
5056
5057 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5060         say what the mouseover text should be.
5061
5062         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5063         version of the mm-w3m-safe-url-regexp variable to only download images
5064         in the groups where we want that to happen.
5065
5066         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5067
5068         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5069         easier debugging.
5070         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5071         big pictures in the article buffer.
5072
5073         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5074         gnus-article-html.
5075         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5076         w3m.
5077
5078         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5079
5080 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5083         which doesn't exist.
5084
5085         * message.el (message-inhibit-ecomplete): New variable to allow some
5086         function to inhibit ecomplete address storage.
5087         (message-resend): Disable ecomplete message storage when resending
5088         messages.
5089
5090         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5091
5092 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5095         Save excursion while copying, moving, and deleting articles in order to
5096         prevent the cursor from jumping to unforeseen place.
5097
5098 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5099
5100         * lpath.el: No need to bind bookmark-current-buffer,
5101         bookmark-yank-point and bookmark-make-record-function.
5102
5103 2010-08-17  Glenn Morris  <rgm@gnu.org>
5104
5105         * gnus-sync.el: Require gnus components whose functions are used.
5106
5107         * gnus-art.el (bookmark-make-record-function):
5108         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5109         Declare for compiler.
5110
5111         * mm-url.el (mml-compute-boundary): Autoload.
5112
5113 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5116
5117 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5118
5119         Typo fix "hoo4a" -> "hook".
5120
5121         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5122
5123 2010-08-14  Glenn Morris  <rgm@gnu.org>
5124
5125         * gnus-sync.el (gnus-sync): Fix defgroup version.
5126
5127 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5128
5129         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5130
5131         * gnus-sync.el: Fix docs.
5132         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5133         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5134
5135 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5136
5137         Optimizations for gnus-sync.el.
5138
5139         * gnus-sync.el: Add docs about gnus-sync-backend
5140         possibilities.
5141         (gnus-sync-save): Remove unnecessary message.
5142         (gnus-sync-read): Optimize and show what groups were skipped.
5143
5144 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         Minor bug fixes for gnus-sync.el.
5147
5148         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5149         Don't read the sync on get-new-news.
5150
5151         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5152         quiet.
5153
5154         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5155         (fix typo).
5156
5157 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5158
5159         Make saving and restoring of hidden threads work with overlays.
5160         Patch applied by Ted Zlatanov.
5161
5162         * gnus-sum.el (gnus-hidden-threads-configuration)
5163         (gnus-restore-hidden-threads-configuration): Update to deal with text
5164         properties, rather than searching for a magic character.
5165
5166 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         New gnus-sync.el library for synchronization of marks.
5169
5170         * gnus-sync.el: New library for synchronization of marks.
5171
5172         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5173         renamed from `gnus-registry-grep-in-list'.
5174
5175         * gnus-registry.el (gnus-registry-follow-group-p):
5176         Use `gnus-grep-in-list'.
5177
5178         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5179
5180 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5183         determining charset of text fails.
5184
5185 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * nnmail.el (nnmail-get-new-mail-1): Revert.
5188
5189         * nnml.el (nnml-active-number): Make sure names of newly created groups
5190         in nnml-group-alist are encoded.
5191
5192 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5195         containing non-ASCII characters in active file for nnml back end.
5196
5197 2010-07-24  David Engster  <dengste@eml.cc>
5198
5199         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5200         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5201
5202 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5203
5204         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5205         tag (Bug#6654).
5206
5207 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5208
5209         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5210         the article buffer, not the summary buffer.
5211
5212 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5215         Emacs 23 as well.
5216
5217 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5220         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5221
5222 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5223
5224         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5225         Patch applied by Karl Fogel.
5226
5227         * gnus-sum.el (gnus-summary-bookmark-make-record):
5228         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5229
5230 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5231
5232         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5233         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5234         C-w still not working correctly from Article buffers; Thierry's
5235         patch to fix that will be applied after this.
5236
5237         * gnus-art.el (bookmark-make-record-function): New local variable.
5238
5239         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5240         article buffer.
5241         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5242
5243 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5244
5245         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5246         on changes in bookmark.el.
5247
5248 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5251         `no-log' instead of message not to log prompt string.
5252
5253 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5254
5255         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5256         the *other* type of HTML form submission.
5257
5258 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5259
5260         * auth-source.el (auth-source-pick): If choice does not contain a
5261         questioned keyword, set the check to t.
5262
5263 2010-06-12  Romain Francoise  <romain@orebokech.com>
5264
5265         * gnus-util.el (gnus-date-get-time): Move up before first use.
5266
5267 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5270         (gnus-article-edit-part): Bind it to make last part that is substituted
5271         or deleted visible.
5272         (gnus-mime-display-single): Buttonize part of which id equals to
5273         gnus-mime-buttonized-part-id.
5274
5275 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5276
5277         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5278         (gnus-dd-mmm): Use gnus-date-get-time.
5279         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5280         simplify logic.
5281         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5282         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5283
5284 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5285
5286         * auth-source.el (top): Autoload `secrets-list-collections',
5287         `secrets-create-item', `secrets-delete-item'.
5288         (auth-sources): Fix tag string.
5289         (auth-get-source, auth-source-retrieve, auth-source-create)
5290         (auth-source-delete): New defuns.
5291         (auth-source-pick): Rewrite in order to avoid 2 passes.
5292         (auth-source-forget-user-or-password): New parameter USERNAME.
5293         (auth-source-user-or-password): New parameters CREATE-MISSING and
5294         DELETE-EXISTING.  Retrieve password interactively, if needed.
5295
5296 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5297
5298         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5299         deleting unused directories when gnus-expert-user is t.
5300
5301 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5304         for each temp file when gnus-article-browse-delete-temp is ask.
5305
5306 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5307
5308         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5309         Lisp calls to delete-backward-char by calls to delete-char.
5310
5311 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5312
5313         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5314
5315 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5316
5317         * password-cache.el (password-cache-remove): Fix docstring.
5318
5319 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5322         article unless decoding article to be saved.
5323
5324 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5327         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5328         generated within the mm-with-unibyte-current-buffer macro.
5329
5330 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5333         to nil when we're in a mml-preview buffer and no group is selected.
5334
5335 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5336
5337         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5338         when catching the `C-g'.  Reported by "Leo".
5339
5340 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * message.el (message-forward-make-body-plain)
5343         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5344         multibyte-string-p.
5345
5346         * lpath.el: Revert.
5347
5348 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * message.el (message-forward-make-body-mml): Assume original message
5351         is multibyte string; error on unibyte.
5352         (message-forward-make-body-plain): Ditto; don't add excessive newline
5353         in body end.
5354
5355         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5356
5357 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5358
5359         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5360         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5361
5362 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5363
5364         * mm-extern.el (mm-extern-url): Don't use
5365         mm-with-unibyte-current-buffer.
5366         (mm-extern-cache-contents): Use with-current-buffer instead of
5367         save-excursion + set-buffer.
5368
5369 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * mm-util.el (mm-emacs-mule): Remove.
5372
5373 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5374
5375         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5376         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5377         change.
5378
5379 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5382         bind the default value of enable-multibyte-characters to nil.
5383
5384 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * message.el (message-forward-make-body-plain)
5387         (message-forward-make-body-mml):
5388         Don't use mm-with-unibyte-current-buffer.
5389
5390 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5391
5392         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5393
5394 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5395
5396         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5397         (Bug#5592).
5398
5399 2010-05-07  Julien Danjou  <julien@danjou.info>
5400
5401         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5402         it to mm-pipe-part.
5403
5404         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5405         it is given.
5406
5407 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * binhex.el (binhex-decode-region-internal)
5410         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5411         (dns-query)
5412         * nnweb.el (nnweb-gmane-search)
5413         * pgg-parse.el (pgg-parse-armor)
5414         * pgg.el (pgg-verify-region)
5415         * sha1.el (sha1-string-external)
5416         * uudecode.el (uudecode-decode-region-internal)
5417         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5418         XEmacs.
5419
5420         * gnus-art.el (gnus-article-browse-html-parts)
5421         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5422         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5423         make-temp-file.
5424
5425         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5426         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5427         compiling.
5428
5429         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5430         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5431         XEmacs when compiling.
5432
5433         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5434         gnus-pick-mode-off-hook for XEmacs when compiling.
5435         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5436         gnus-binary-mode-off-hook for XEmacs when compiling.
5437
5438         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5439         Return nil if char-charset is not available.
5440
5441         * imap.el (imap-disable-multibyte)
5442         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5443         macros.
5444
5445         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5446         instead of encode-coding-string.
5447
5448         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5449         'xemacs) instead of mm-emacs-mule to switch function definitions.
5450         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5451
5452         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5453         bind temporary-file-directory for XEmacs;
5454         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5455         timer-set-function for XEmacs 21.4 and SXEmacs;
5456         bind timer-list for XEmacs 21.4 and SXEmacs;
5457         fbind char-charset and find-charset-region for non-Mule XEmacs;
5458         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5459         encode-coding-region and encode-coding-string for XEmacs having no
5460         file-coding feature.
5461
5462 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5463
5464         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5465
5466 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5469         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5470
5471 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5472
5473         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5474         alias `jka-compr-delete-temp-file' no longer exists.
5475
5476 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5477
5478         Use define-minor-mode in Gnus where applicable.
5479         * mml.el (mml-mode): Use define-minor-mode.
5480         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5481         (gnus-undo-mode): Use define-minor-mode.
5482         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5483         (gnus-dead-summary-mode): Use define-minor-mode.
5484         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5485         Initialize in declaration.
5486         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5487         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5488         (gnus-mailing-list-mode): Use define-minor-mode.
5489         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5490         (gnus-draft-mode): Use define-minor-mode.
5491         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5492         (gnus-dired-mode): Use define-minor-mode.
5493
5494 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5495
5496         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5497         handles on recursive mml-to-mime translation and check them for
5498         boundary delimiter collisions.  Reported by Greg Troxel.
5499
5500 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5503
5504 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5505
5506         * mm-util.el (mm-find-buffer-file-coding-system):
5507         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5508
5509 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5510
5511         * message.el (message-generate-headers): Record insertion of optional
5512         headers as well.  Otherwise the check to prevent repeated insertion of
5513         optional headers is a no-op.
5514
5515 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5516
5517         * smime.el: Don't mention CVS.
5518
5519         * nnrss.el (nnrss-fetch): Don't mention CVS.
5520
5521         * nnir.el: Don't mention CVS.
5522
5523 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5524
5525         * gnus-sum.el (gnus-summary-bookmark-make-record):
5526         Add `location' field.
5527
5528 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * lpath.el: Fbind bookmark-default-handler,
5531         bookmark-get-bookmark-record, bookmark-make-record-default,
5532         bookmark-prop-get for Emacs <23 and XEmacs.
5533
5534 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5535
5536         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5537         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5538         Use with-current-buffer to silence the byte-compiler.
5539         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5540         bother to require `gnus'.
5541         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5542
5543 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5544
5545         * gnus-sum.el (gnus-summary-bookmark-make-record)
5546         (gnus-summary-bookmark-jump): New functions.
5547         (gnus-summary-mode): Setup bookmark support.
5548
5549 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5550
5551         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5552         if set.
5553
5554 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5557         gnus-article-browse-html-save-cid-image; make it work recursively for
5558         forwarded messages as well.
5559         (gnus-article-browse-html-parts): Work when prefix arg is given.
5560         (gnus-article-browse-html-article): Doc fix.
5561
5562 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5563
5564         * message.el (message-default-mail-headers):
5565         (message-default-headers): Carry the value mail-default-headers over
5566         into message-default-mail-headers, rather than message-default-headers.
5567
5568 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5569
5570         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5571         charset.
5572
5573         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5574         charset into the <meta> tag when the article is encoded to utf-8.
5575
5576 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-art.el (gnus-article-browse-delete-temp-files):
5579         Delete directories as well.
5580         (gnus-article-browse-html-parts): Work for images that do not specify
5581         file names; delete temp directory when quitting; insert header at the
5582         right place; use file: scheme for image files.
5583
5584 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5585
5586         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5587         (gnus-article-browse-html-parts): Use it to make temporary cid image
5588         files in addition to html file so that browser may display them.
5589
5590 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5593
5594 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5595
5596         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5597
5598 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5599
5600         * auth-source.el (auth-sources): Change default to be simpler.
5601         Explain about Secret Service API sources.  Improve Customize options.
5602         (auth-source-pick): Change to accept any number of search parameters.
5603         Implement fallbacks iteratively, not recursively.  Add scoring on the
5604         second pass and sort by score.  Call Secret Service API when needed.
5605         (auth-source-user-or-password): Use it.  Call Secret Service API
5606         directly when needed to get the user name and the password.
5607
5608 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5609
5610         * message.el (message-interactive): Doc fix.
5611         (message-qmail-inject-args): Reflow.
5612         (message-kill-to-signature): Fix typo in docstring.
5613
5614         * smiley.el (smiley-buffer): Fix typo in docstring.
5615
5616 2010-03-24  Glenn Morris  <rgm@gnu.org>
5617
5618         * mail-source.el (gnus-message): Declare.
5619         (mail-source-delete-old-incoming): Require gnus-util.
5620
5621 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5624
5625         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5626
5627         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5628         password-cache's default if it is not bound.
5629         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5630         password-cache-expiry's default if it is not bound.
5631
5632         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5633         available in Emacs 21.
5634
5635         * lpath.el: Suppress compiler warnings for:
5636         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5637         XEmacs;
5638         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5639         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5640         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5641
5642 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5643
5644         * auth-source.el (auth-sources): Fix up definition so extra parameters
5645         are always inline.
5646
5647 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5648
5649         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5650         wasn't updated after mismatch.  Clear cached mailbox info correctly
5651         when uidvalidity changes.
5652         (nnimap-group-prefixed-name): New function to avoid some code
5653         duplication.
5654         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5655         (nnimap-request-group): Use it.
5656         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5657         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5658         with many imap folders.  This is done by caching the group status from
5659         the imap server persistently in a group parameter `imap-status'.  (This
5660         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5661         but not persistently, so every Gnus startup was still very slow.)
5662
5663 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5666         delete the extra newline.  Otherwise editing of :string and :number
5667         types don't work.
5668
5669 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5670
5671         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5672         secrets.el dependency.
5673         (auth-sources): Add optional user name.  Add secrets.el configuration
5674         choice (unused right now).
5675
5676 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5677
5678         * gnus-sum.el (gnus-summary-make-menu-bar):
5679         Let `gnus-registry-install-shortcuts' fill in the functions.
5680
5681         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5682         warnings.
5683         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5684         (gnus-registry-install-shortcuts): Populate and use it in a
5685         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5686
5687 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5688
5689         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5690         In-place substitutions for the group name encoding/decoding.
5691         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5692         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5693         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5694         (nnimap-update-unseen, nnimap-request-list)
5695         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5696         (nnimap-request-set-mark, nnimap-split-to-groups)
5697         (nnimap-split-articles, nnimap-request-newgroups)
5698         (nnimap-request-create-group, nnimap-request-accept-article)
5699         (nnimap-request-delete-group, nnimap-request-rename-group)
5700         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5701         `encoded-mbx' for consistency.
5702         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5703         variable `imap-current-mailbox'.
5704
5705         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5706         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5707
5708 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5709
5710         * pop3.el (pop3-display-message-size-flag): Display message size byte
5711         counts during POP3 download.
5712         (pop3-movemail): Use it.
5713         (pop3-list): Implement listing of available messages.
5714
5715 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5716
5717         * nnir.el (nnir-get-article-nov-override-function): New function to
5718         override the normal NOV retrieval.
5719         (nnir-retrieve-headers): Use it.
5720
5721 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5722
5723         * auth-source.el (netrc-machine-user-or-password): Autoload.
5724
5725 2010-03-19  Glenn Morris  <rgm@gnu.org>
5726
5727         Stop message.el from loading about 40 libraries it doesn't always need.
5728         The general approach is to autoload rather than require, and to
5729         require in the specific functions rather than the file.  (Bug#5642)
5730
5731         * gmm-utils.el: Don't require wid-edit.
5732         (widget-create-child-value, widget-convert, widget-default-get):
5733         Autoload.
5734
5735         * gnus-util.el: Don't require time-date, netrc.
5736         (message-fetch-field, gnus-group-name-decode): Declare rather than
5737         autoloading.
5738         (gnus-fetch-field): Require message.
5739         (gnus-decode-newsgroups): Require gnus-group.
5740
5741         * ietf-drums.el: Don't require time-date.
5742
5743         * message.el: Don't require hashcash, canlock, ecomplete.
5744         Do require mail-utils.  Require nnheader only when compiling.
5745         (smtpmail-default-smtp-server): Remove declaration.
5746         (message-send-mail-function): Check smtpmail-default-smtp-server
5747         is bound rather than requiring smtpmail.
5748         (message-auto-save-directory, message-insert-signature):
5749         Use expand-file-name rather than nnheader-concat.
5750         (nnheader-insert-file-contents): Autoload.
5751         (hashcash-wait-async): Declare.
5752         (message-send-mail): Only call gnus-setup-posting-charset if
5753         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5754         (message-send-mail-with-sendmail): Require sendmail.
5755         (canlock-password, canlock-password-for-verify): Declare.
5756         (message-canlock-password): Require canlock.
5757         (nnheader-get-report): Autoload.
5758         (gnus-setup-posting-charset): Declare.
5759         (message-send-news): Require gnus-msg.
5760         (message-make-references, message-make-in-reply-to): Use mail-header-id
5761         rather than the alias mail-header-message-id.
5762         (ecomplete-add-item, ecomplete-save): Declare.
5763         (message-put-addresses-in-ecomplete): Require ecomplete.
5764         (ecomplete-display-matches): Autoload.
5765
5766         * mm-decode.el: Don't require mailcap, gnus-util.
5767         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5768         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5769         Autoload.
5770         (mailcap-mime-extensions): Declare.
5771
5772         * mm-encode.el: Don't require mailcap.
5773         (mailcap-extension-to-mime): Autoload.
5774
5775         * mml-sec.el: Don't require password-cache.
5776
5777         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5778         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5779         (mml-minibuffer-read-type): Require mailcap.
5780         (mml-preview): Require gnus-msg.
5781
5782         * mml1991.el: Require password-cache.
5783         (password-cache-expiry): Remove declaration.
5784
5785         * mml2015.el: Require password-cache.
5786         (password-cache-expiry): Remove declaration.
5787
5788         * nneething.el (mailcap): Require mailcap.
5789
5790         * nnheader.el (declare-function): Add compatibility stub.
5791         (message-remove-header): Declare rather than autoload.
5792         (nnheader-replace-header): Require message.
5793
5794         * nnimap.el (declare-function): Add compatibility stub.
5795         (netrc-parse, netrc-machine-user-or-password): Declare.
5796         (nnimap-open-connection): Require netrc.
5797
5798         * nntp.el (declare-function): Add compatibility stub.
5799         (netrc-parse, netrc-machine, netrc-get): Declare.
5800         (nntp-send-authinfo): Require netrc.
5801
5802         * rfc2047.el: Don't require qp.
5803         (quoted-printable-encode-region, quoted-printable-decode-string):
5804         Autoload.
5805
5806         * sieve-mode.el: Don't require easymenu.
5807         (easy-menu-add-item): Autoload it.
5808
5809         * spam-stat.el (time-to-number-of-days): Autoload it.
5810
5811 2010-03-19  Glenn Morris  <rgm@gnu.org>
5812
5813         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5814
5815 2010-03-18  Glenn Morris  <rgm@gnu.org>
5816
5817         * hashcash.el (declare-function): Remove duplicate definition.
5818
5819 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5820
5821         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5822         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5823         value if any backslash escapes).
5824
5825 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5828         if it is available.  (bug#5647)
5829
5830         * lpath.el: Suppress compiler warning for coding-system-from-name for
5831         Emacs 21 and XEmacs.
5832
5833 2010-03-14  Juri Linkov  <juri@jurta.org>
5834
5835         * hmac-def.el:
5836         * hmac-md5.el:
5837         * netrc.el: Fix keywords.
5838
5839 2010-02-26  Glenn Morris  <rgm@gnu.org>
5840
5841         * message.el (message-send-mail-function): Change the default, so that
5842         it inherits from a customized send-mail-function.  (Bug#5643)
5843
5844 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5845
5846         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5847         shell-command-to-string signals an error (bug#5299).
5848
5849 2010-02-24  Glenn Morris  <rgm@gnu.org>
5850
5851         * message.el (message-smtpmail-send-it)
5852         (message-send-mail-with-mailclient): Doc fixes.
5853
5854 2010-02-16  Glenn Morris  <rgm@gnu.org>
5855
5856         * message.el (message-default-mail-headers): Change the default value
5857         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5858
5859 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5862         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5863
5864 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5865
5866         * time-date.el (date-to-time): Doc fix (Bug#5408).
5867
5868 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5869
5870         * message.el (message-mail): Just pass yank-action on to message-setup.
5871         (message-setup): Handle (FUN . ARGS) form of yank-action.
5872         (message-with-reply-buffer, message-widen-reply)
5873         (message-yank-original): Handle non-buffer values of
5874         message-reply-buffer (Bug#4080).
5875         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5876
5877 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5878
5879         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5880         Fix typo in docstring.
5881
5882 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5883
5884         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5885         response.
5886
5887 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5890
5891         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5892
5893         * message.el (message-check-news-header-syntax): Protect against a
5894         string that `rfc822-addresses' returns when parsing fails.
5895
5896 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5899         (gnus-previous-char-property-change): New functions.
5900
5901         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5902
5903 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5904
5905         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5906         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5907
5908 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5909
5910         * message.el (message-exchange-point-and-mark): Rework last change to
5911         avoid using optional arg of exchange-point-and-mark, for backward
5912         compatibility.
5913
5914 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5915
5916         * message.el (message-exchange-point-and-mark):
5917         Call exchange-point-and-mark with an argument rather than setting
5918         mark-active by hand (Bug#5175).
5919
5920 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * nntp.el (nntp-service-to-port): Work for service expressed with
5923         numeric string; replace [:digit:] with [0-9] for XEmacs.
5924
5925 2009-12-17  Glenn Morris  <rgm@gnu.org>
5926
5927         * gnus-group.el (gnus-bug-group-download-format-alist):
5928         Change emacs entry to debbugs.gnu.org.  Bump :version.
5929
5930 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5933
5934 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * message.el (message-info): Explain why we use `Info-goto-node'.
5937
5938 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5941
5942 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5943
5944         * message.el (message-completion-in-region): New compatibility function.
5945         (message-expand-group): Use it.
5946
5947 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5950         with no unread article should be listed if the 2nd arg `predicate' is
5951         given.
5952
5953 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5956
5957 2009-11-29  Juri Linkov  <juri@jurta.org>
5958
5959         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5960         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5961         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5962
5963 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5964
5965         * sha1.el (sha1-string-external): default-directory "/" in case
5966         otherwise non-existent.  process-connection-type pipe for touch of
5967         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5968
5969 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5970
5971         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5972         it's comms related and sgml-mode.el has "comm" on that basis too.
5973
5974 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5977         containing tspecial characters if they have been already quoted.
5978
5979 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5980
5981         * dns-mode.el (auto-mode-alist): Purecopy string.
5982
5983 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5984
5985         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5986
5987 2009-10-24  Glenn Morris  <rgm@gnu.org>
5988
5989         * gnus-art.el (help-xref-stack-item): Define for compiler.
5990
5991 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5992
5993         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5994
5995 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5998
5999 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6002         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6003
6004 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6007         (gnus-overlays-in): New alias to overlays-in.
6008
6009         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6010         gnus-overlay-get, and gnus-delete-overlay.
6011         (gnus-summary-show-thread): Make it work as well for systems in which
6012         next-single-char-property-change is not available.
6013         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6014
6015         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6016         (gnus-overlay-get): New alias to extent-property.
6017         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6018
6019         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6020         SXEmacs.
6021
6022         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6023         SXEmacs.
6024
6025 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6026
6027         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6028
6029 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6030
6031         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6032         and XEmacs that don't have `remove-overlays'.
6033
6034 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6035
6036         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6037         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6038         selective display.  Use overlays instead.
6039
6040 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6041
6042         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6043
6044 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6045
6046         * spam-stat.el (spam-stat-load): Fix typo in message.
6047
6048 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6049
6050         * dig.el (dig-invoke): Fix typo in docstring.
6051         (query-dig): Reflow docstring.
6052
6053 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6054
6055         * gnus-art.el (gnus-article-encrypt-body):
6056         * message.el (message-check-recipients):
6057         * mm-util.el (mm-codepage-setup):
6058         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6059         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6060
6061 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6062
6063         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6064         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6065         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6066         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6067         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6068
6069 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6070
6071         * dig.el: Add "Keywords: comm", as per net-utils.el.
6072
6073 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6074
6075         * dig.el (dig-mode): Use define-derived-mode.
6076
6077 2009-09-19  Glenn Morris  <rgm@gnu.org>
6078
6079         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6080
6081 2009-09-18  Glenn Morris  <rgm@gnu.org>
6082
6083         * gnus-diary.el (gnus-diary-check-message):
6084         * message.el (message-insert-formatted-citation-line):
6085         * nnbabyl.el (top-level):
6086         * nndiary.el (nndiary-schedule):
6087         Fix typos in condition-case handlers.
6088
6089 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6092         configuration that provides the sole article window in a frame;
6093         position point correctly after deleting a part.
6094
6095 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6096
6097         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6098         (spam-resolve-registrations-routine): Use it to unregister articles
6099         that change status.
6100
6101 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6104         with XEmacs.
6105         (parse-time-string-chars): Use it.
6106
6107 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         * imap.el (imap-interactive-login): Better messages.
6110         (imap-open): Fix bug with renamed buffer on reconnect.
6111         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6112         for easier debugging and cleaner code.  On successful (guessed based on
6113         server capabilities) secondary authentication, set imap-state
6114         correctly.
6115         (imap-last-authenticator): Define imap-last-authenticator as a variable
6116         to avoid warnings.
6117
6118 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * nnrss.el (nnrss-request-article): Remove binding of
6121         default-enable-multibyte-characters that has gotten needless by
6122         the 2007-07-13 change in rfc2047-encode-message-header.
6123
6124         * mml.el (mml-insert-multipart): Error on the message header.
6125         (mml-insert-part): Error on the message header; position point at
6126         the end of a MIME tag.
6127
6128 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6129
6130         * time-date.el (autoload): Expand define-obsolete-function-alias into
6131         defalias and make-obsolete for old Emacsen that Gnus supports.
6132         (with-no-warnings): Define it for old Emacsen.
6133         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6134         is available.
6135         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6136         float-time is available; suppress compile warning for time-to-seconds.
6137
6138         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6139         (gnus-float-time): Alias to float-time if it exists.
6140
6141         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6142         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6143         float-time is available; suppress compile warning for time-to-seconds.
6144
6145         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6146         XEmacs.
6147
6148 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6149
6150         * imap.el (imap-message-map): Docstring fix.
6151
6152 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6153
6154         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6155         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6156         Add the optional argument `encoding' that overrides the default.
6157
6158         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6159         mm-encode-buffer.
6160
6161 2009-09-04  Glenn Morris  <rgm@gnu.org>
6162
6163         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6164         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6165         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6166         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6167         * mm-util.el (mm-with-unibyte-current-buffer)
6168         (mm-find-buffer-file-coding-system):
6169         * yenc.el (yenc-decode-region): Use default-value rather than
6170         default-enable-multibyte-characters.
6171
6172 2009-09-03  Glenn Morris  <rgm@gnu.org>
6173
6174         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6175         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6176         than default-enable-multibyte-characters.
6177
6178 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6179
6180         * gnus-art.el (gnus-article-read-summary-keys):
6181         Fix gnus-buffer-configuration's value temporarily used.
6182
6183 2009-09-02  Glenn Morris  <rgm@gnu.org>
6184
6185         * gnus-util.el (gnus-float-time): New function.
6186         * gnus-delay.el (gnus-delay-article):
6187         * gnus-sum.el (gnus-thread-latest-date):
6188         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6189         * nnspool.el (nnspool-request-newgroups):
6190         Use gnus-float-time rather than time-to-seconds.
6191         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6192
6193         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6194         (gnus-header-subject-face, gnus-header-newsgroups-face)
6195         (gnus-header-name-face, gnus-header-content-face):
6196         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6197         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6198         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6199         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6200         (gnus-cite-face-11):
6201         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6202         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6203         (gnus-server-closed-face, gnus-server-denied-face)
6204         (gnus-server-offline-face):
6205         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6206         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6207         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6208         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6209         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6210         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6211         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6212         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6213         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6214         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6215         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6216         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6217         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6218         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6219         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6220         (gnus-summary-high-undownloaded-face)
6221         (gnus-summary-low-undownloaded-face)
6222         (gnus-summary-normal-undownloaded-face)
6223         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6224         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6225         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6226         (gnus-splash-face):
6227         * message.el (message-header-to-face, message-header-cc-face)
6228         (message-header-subject-face, message-header-newsgroups-face)
6229         (message-header-other-face, message-header-name-face)
6230         (message-header-xheader-face, message-separator-face)
6231         (message-cited-text-face, message-mml-face):
6232         * sieve-mode.el (sieve-control-commands-face)
6233         (sieve-action-commands-face, sieve-test-commands-face)
6234         (sieve-tagged-arguments-face):
6235         * spam.el (spam-face):
6236         Mark face aliases with "-face" in the name as obsolete.
6237
6238 2009-09-01  Glenn Morris  <rgm@gnu.org>
6239
6240         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6241         than goto-line.
6242
6243 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6246         Don't move point if the command is invoked inside the message header.
6247
6248 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6249
6250         * imap.el (imap-send-command): Simplify.
6251         (imap-wait-for-tag): point-max -> buffer-size.
6252
6253 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6254
6255         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6256         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6257         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6258         * nnir.el (nnir-swish-e-index-file):
6259         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6260         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6261         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6262         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6263         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6264         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6265
6266 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6269         Don't save excursion.
6270
6271 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6272
6273         * nnheader.el (nnheader-find-file-noselect):
6274         * mm-util.el (mm-insert-file-contents):
6275         Use (default-value 'major-mode) instead of default-major-mode.
6276
6277 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6278
6279         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6280
6281 2009-08-26  Glenn Morris  <rgm@gnu.org>
6282
6283         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6284         than placing in files.el.
6285
6286 2009-08-25  Glenn Morris  <rgm@gnu.org>
6287
6288         * nnir.el (top-level): Don't require cl at run-time.
6289         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6290         Replace cl-function substitute with gnus-replace-in-string.
6291         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6292         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6293         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6294         simplified expansions.
6295
6296 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6297
6298         * dig.el (dig): Add autoload cookie.
6299
6300 2009-08-22  Glenn Morris  <rgm@gnu.org>
6301
6302         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6303         goto-line.
6304
6305 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6306
6307         * parse-time.el (parse-time-string-chars): Save match data.
6308
6309 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6310
6311         * parse-time.el (parse-time-string-chars): Compute using character
6312         classes, to handle non-ascii characters (Bug#3190).
6313
6314 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6317
6318         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6319         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6320         (gnus-mm-display-part, gnus-mime-display-single)
6321         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6322         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6323
6324         * gnus-sum.el
6325         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6326         (gnus-summary-move-article): Add expirable mark to articles copied or
6327         moved to group that has auto-expire turned on if the option is non-nil.
6328
6329 2009-07-24  Glenn Morris  <rgm@gnu.org>
6330
6331         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6332         Fix typo.  (Bug#3903)
6333
6334 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6337         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6338         that should not be used for draft articles.
6339         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6340         that has no concern in minor mode keys.
6341         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6342         Abolish.
6343
6344 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6347         article without making inquiry to a user for unknown encoding.
6348
6349         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6350         (nnmaildir--scan): Assume i-node and device number that file-attributes
6351         returns might be cons-cell.
6352
6353         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6354
6355         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6356
6357 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6358
6359         * auth-source.el: Remove docs now in auth.texi.  Don't use
6360         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6361         `auth-source-hide-passwords' and use them.
6362
6363 2009-07-15  Glenn Morris  <rgm@gnu.org>
6364
6365         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6366
6367 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6368
6369         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6370         excessive whitespace from the default values of title and description.
6371
6372 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6375         mail-fetch-field to fetch Content-Description header in order to
6376         exclude newlines.
6377
6378 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6379
6380         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6381         format used by GnuPG 2.0.11.
6382
6383 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6386         to deleted part.
6387
6388 2009-05-30  David Engster  <dengste@eml.cc>
6389
6390         * nnmairix.el: Remove old documentation in the commentary block.
6391         (nnmairix-request-group): Do not update active file for nnml back ends.
6392         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6393         end so that overview files are ignored.
6394         (nnmairix-update-groups): Make updating the groups more robust by using
6395         marks.
6396         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6397         with dollar characters in message-id.
6398
6399 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6402         2008-12-25 in dns.el.
6403
6404 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6405
6406         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6407         could happen if the text is only composed of spaces and/or tabs.
6408
6409 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6410
6411         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6412         when sending a queued message to avoid extra mml tags.
6413
6414 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6417
6418 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6421         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6422         rmail-toggle-header for XEmacs;
6423         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6424
6425 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * gnus-dired.el: Remove autoload for gnus-setup-message.
6428         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6429         displaying Gnus logo; always use compose-mail.
6430
6431 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6434
6435 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6436
6437         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6438         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6439         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6440         available.
6441         (gnus-nocem-epg-verify): New function.
6442
6443 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6444
6445         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6446
6447 2009-02-15  Glenn Morris  <rgm@gnu.org>
6448
6449         * gnus-util.el (rmail-insert-rmail-file-header)
6450         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6451         autoloads.
6452         (rmail-default-rmail-file): Remove unnecessary declaration.
6453         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6454
6455 2009-02-14  Glenn Morris  <rgm@gnu.org>
6456
6457         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6458         variable (only used in gnus-util, which declares it anyway).
6459         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6460         which was only needed by gnus-art (changed to not use it any more).
6461         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6462         only used in gnus-util, which autoloads it itself.
6463         (rmail-update-summary): Fix autoload.
6464
6465         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6466         rather than rmail-output-to-rmail-file.
6467
6468 2009-02-07  Glenn Morris  <rgm@gnu.org>
6469
6470         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6471         autoload of function that no longer exists.
6472         (rmail-toggle-header): Declare.
6473         (message-forward-rmail-make-body): Handle mbox Rmail.
6474
6475 2009-01-31  Glenn Morris  <rgm@gnu.org>
6476
6477         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6478         2009-01-09 change.
6479
6480 2009-01-31  Dave Love  <fx@gnu.org>
6481
6482         * imap.el (imap-fetch-safe): Bind debug-on-error.
6483         (imap-debug): Add imap-fetch-safe.
6484
6485 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6486
6487         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6488         (auth-source-forget-all-cached): New convenience function.
6489         (auth-source-user-or-password): Accept list of modes or a single mode.
6490
6491         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6492         auth-source modes.
6493
6494         * netrc.el (netrc-machine-user-or-password): Use list of
6495         auth-source modes.
6496
6497         * nnimap.el (nnimap-open-connection): Use list of
6498         auth-source modes.
6499
6500         * nntp.el (nntp-send-authinfo): Use list of
6501         auth-source modes.
6502
6503 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6504
6505         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6506         now.
6507
6508 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6511         coding system in XEmacs; add a workaround for XEmacs.
6512
6513         * lpath.el: Fbind coding-system-aliasee.
6514
6515 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6518         of current-language-environment.
6519
6520 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6521
6522         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6523         available at runtime.
6524
6525 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6528
6529 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6530
6531         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6532         the greatest positive fixnum value doesn't work under an XEmacs with
6533         bignum support; use the most-positive-fixnum constant instead,
6534         available since Emacs 21.1 with cl and XEmacs 21.1.
6535
6536 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6539         XEmacs gets not to work.
6540
6541 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * mm-util.el (mm-coding-system-priorities): Allow the value like
6544         "Japanese (UTF-8)" of current-language-environment.
6545
6546 2009-01-09  Glenn Morris  <rgm@gnu.org>
6547
6548         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6549         with last-command-event.
6550
6551 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6554         in the doc string.
6555
6556         * message.el (message-fix-before-sending): Amend comment.
6557
6558 2009-01-08  Dave Love  <fx@gnu.org>
6559
6560         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6561
6562 2009-01-07  David Engster  <dengste@eml.cc>
6563
6564         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6565         simplified server definitions by converting it via
6566         gnus-server-to-method.
6567
6568 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6571         parameter's operands.
6572
6573 2009-01-06  David Engster  <dengste@eml.cc>
6574
6575         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6576         primary select method (for gnus-group-mark-article-as-read).
6577
6578 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6579
6580         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6581         `(gnus)Face', not `(gnus)X-Face'.
6582
6583 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * mm-util.el (mm-ucs-to-char): New function.
6586
6587         * mm-url.el (mm-url-decode-entities): Use it.
6588
6589         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6590         unicode-to-char.
6591
6592 2009-01-05  Dave Love  <fx@gnu.org>
6593
6594         * time-date.el: Require cl for `declare'.
6595
6596 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6597
6598         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6599         Dave Love.
6600
6601 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * message.el (message-fix-before-sending): Add `eight-bit' to
6604         illegible-text check.
6605
6606 2009-01-03  Michael Olson  <mwolson@gnu.org>
6607
6608         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6609         `headers' is nil.  This can occur if the IMAP server does not have
6610         permissions to read messages from a folder, but can write new messages
6611         to the folder.
6612         (nnimap-request-article-part): Do not insert `data' if it is nil.
6613
6614         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6615         characters which will confuse `read', so skip past them.
6616
6617 2009-01-01  Dave Love  <fx@gnu.org>
6618
6619         * imap.el (imap-string-to-integer): Fix typo.
6620         (imap-fetch-safe): New function.
6621         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6622
6623         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6624
6625         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6626         (imap-parse-greeting): Fix doc strings.
6627         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6628         (imap-parse-flag-list): Make messages unique.
6629         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6630
6631         * nnimap.el: Fix author email.
6632         (nnimap-split-rule): Add FIXME comment.
6633         (nnimap-debug): Fix doc string.
6634
6635 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6636
6637         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6638
6639 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6640
6641         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6642         nslookup if resolv.conf isn't available.
6643         (dns-query): Rename from query-dns.
6644         (dns-query-cached): Rename from query-dns-cached.
6645
6646 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6649         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6650         to check if those variables exist (first appeared in Emacs 18.50).
6651
6652 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * mm-util.el (mm-line-number-at-pos): New function.
6655
6656         * spam-report.el (spam-report-process-queue): Use it.
6657
6658 2008-12-24  David Engster  <dengste@eml.cc>
6659
6660         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6661         parameters that haven't existed as variables as buffer-local variables.
6662
6663 2008-12-23  Dave Love  <fx@gnu.org>
6664
6665         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6666         cadar.
6667
6668         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6669         imap-starttls-p.
6670         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6671
6672 2008-12-22  Dave Love  <fx@gnu.org>
6673
6674         * imap.el: Fix author email.  Doc fixes.
6675         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6676         reply.
6677
6678 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * spam-report.el (spam-report-gmane-max-requests): New constant.
6681         (spam-report-gmane-wait): New variable.
6682         (spam-report-gmane-ham, spam-report-gmane-spam)
6683         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6684         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6685         the server.
6686
6687         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6688         Add explanations.
6689
6690         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6691         nnheader-accept-process-output and nnheader-read-timeout if available.
6692         (pop3-movemail): Use it.
6693
6694         * message.el (message-check-news-body-syntax): Fix signature check if
6695         there's an attachment.
6696
6697 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6698
6699         * mm-util.el: Add comments to the mm- emulating functions.
6700
6701 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6704         Reported by Stephen Berman <stephen.berman@gmx.net>.
6705
6706 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * mm-util.el (mm-substring-no-properties): New function.
6709         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6710         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6711         (mm-string-to-multibyte): Doc fix.
6712
6713         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6714
6715 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * mml.el (mml-attach-file): Strip text properties from file name.
6718         (Bug#1574)
6719
6720 2008-12-16  Glenn Morris  <rgm@gnu.org>
6721
6722         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6723
6724 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6727         knows since the charset specified might be a bogus alias that
6728         mm-charset-synonym-alist provides.
6729
6730 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6733         "ISO_8859-1".
6734
6735         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6736
6737 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * mm-util.el (mm-charset-eval-alist):
6740         Define it before mm-charset-to-coding-system.
6741         (mm-charset-to-coding-system): Add optional argument `silent';
6742         define it before mm-charset-override-alist.
6743         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6744         default value if it can be used in Emacs currently running;
6745         silence mm-charset-to-coding-system.
6746
6747 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6750         `allow-override' which says whether to use `mm-charset-override-alist'.
6751         (rfc2047-decode-encoded-words): Use it.
6752
6753         * mm-util.el (mm-charset-override-alist): Fix custom type;
6754         add `(gb2312 . gbk)' to choices.
6755
6756 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6759         fast.
6760
6761         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6762
6763         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6764
6765 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6766
6767         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6768         on links.
6769
6770         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6771
6772 2008-12-03  Lute Kamstra  <lute@gnu.org>
6773
6774         * sha1.el: Remove leading * from docstrings of defcustoms,
6775         deffaces, defconsts and defuns.
6776
6777 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6780         users' addresses that don't have domain parts.
6781         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6782         rather than message-narrow-to-head since there will be the message
6783         header separator.
6784
6785 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6786
6787         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6788         since the result is inserted in a unibyte buffer anyway.
6789         (nnimap-demule-use-string-to-multibyte): Remove.
6790         (nnimap-demule): Alias it to mm-string-to-multibyte.
6791
6792 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6795         variable for debugging bug#464 and bug#1174.
6796         (nnimap-demule): Use it.
6797
6798 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6799
6800         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6801         score calculation correctly.
6802
6803 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6804
6805         * message.el (message-send-mail): Just set the buffer to unibyte
6806         rather than use mm-with-unibyte-current-buffer which does a lot more.
6807         (message-send-mail-partially): Don't bother with
6808         mm-with-unibyte-current-buffer since it's already been made unibyte by
6809         message-send-mail.
6810
6811 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6814
6815 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6818
6819 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6822         require itself and to remove `with-no-warnings'.
6823
6824 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6825
6826         * starttls.el (starttls-any-program-available): Get the name of the
6827         available TLS layer program.
6828         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6829         well as the host name in the "opening" message.
6830
6831         * auth-source.el (auth-source-cache, auth-source-do-cache)
6832         (auth-source-user-or-password): Cache passwords and logins by default,
6833         allow override with `auth-source-do-cache'.
6834         (auth-source-forget-user-or-password): Allow users to remove cache
6835         entries if needed.
6836
6837 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6838
6839         * md4.el (md4-buffer): Fix typo in docstring.
6840         (md4, md4-64): Doc fixes.
6841         (md4-pack-int32): Reflow docstring.
6842
6843 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6844
6845         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6846         condition-case to only the forward-sexp call.
6847
6848 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6851         quotes contained.  Make it more robust regardless by an extra
6852         condition-case wrapper.
6853
6854 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6857
6858 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * nnml.el (nnml-request-expire-articles): Check if the function set to
6861         `nnmail-expiry-target' returns the symbol `delete'.
6862
6863         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6864
6865         * nnmail.el (nnmail-expiry-target): Fix custom type.
6866
6867 2008-10-02  Glenn Morris  <rgm@gnu.org>
6868
6869         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6870         Silence compiler warning.
6871
6872 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6873
6874         * tls.el (open-tls-stream): Show the actual command being
6875         executed, instead of the format string.
6876
6877 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * lpath.el: Fbind codepage-setup for Emacs 23.
6880
6881 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6882
6883         * mml.el (mml-menu): Don't assume mml2015 is bound.
6884
6885 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6888         exists.
6889
6890 2008-09-27  Glenn Morris  <rgm@gnu.org>
6891
6892         * gnus-util.el (mail-header-remove-comments): Autoload it.
6893
6894 2008-09-27  Andreas Schwab  <schwab@suse.de>
6895
6896         * gnus-util.el (gnus-split-references): Strip comments.
6897         (gnus-parent-id): Likewise.
6898
6899 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * message.el (message-confirm-send): Fix version.
6902
6903 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * message.el (message-idna-to-ascii-rhs-1): Use
6906         mail-extract-address-components rather than mail-header-parse-addresses
6907         that is an alias by default to ietf-drums-parse-addresses that does not
6908         support non-ASCII names in headers' contents.
6909
6910 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * message.el (message-confirm-send): Fix variable documentation to
6913         avoid the "y/n" wording.
6914
6915 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6916
6917         * message.el (message-set-auto-save-file-name): Save to a different
6918         filename so multiple messages (especially drafts) can be recovered.
6919
6920 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6921
6922         * message.el (message-confirm-send): Add appropriate version.
6923
6924 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6925
6926         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6927         defvar.
6928
6929 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6930
6931         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6932         (mm-pkcs7-enveloped-magic): Ditto.
6933
6934 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6935
6936         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6937         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6938
6939 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6942         default, it's better.
6943
6944 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6945
6946         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6947         summary line gnus-number property and ignore them (with a warning
6948         message).
6949
6950 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6951
6952         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6953         macro caddr in the interactive form since it won't be expanded.
6954
6955 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6958         `charset'; fix name of function called recursively.
6959         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6960
6961 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6964         (gnus-mime-set-charset-parameters): New function.
6965         (gnus-mime-view-part-as-charset): Use it to correctly display part
6966         specifying wrong charset.
6967
6968 2008-09-08  David Engster  <dengste@eml.cc>
6969
6970         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6971         in completing-read for back end server.
6972
6973 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6974
6975         * message.el (message-confirm-send): New variable to confirm sending a
6976         message.
6977         (message-send): Use it.
6978
6979 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6980
6981         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6982
6983 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6986
6987 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6988
6989         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6990         prevent tracking too many groups.
6991         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6992         Use it.
6993
6994 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6995
6996         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6997         moving point to the bottom of the window in order to avoid recentering.
6998
6999 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7002
7003         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7004         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7005         (gnus-article-beginning-of-window): Fix calculation.
7006
7007 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-msg.el (gnus-summary-supersede-article)
7010         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7011         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7012         message header.
7013
7014 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7015
7016         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7017         pending output coming after the status change.
7018
7019 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7020
7021         * message.el:
7022         * gnus-start.el:
7023         * gnus-registry.el: Remove VMS support.
7024
7025 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7028         macro.
7029         (rfc2104-hash): Use it.
7030
7031 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7032
7033         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7034         (gnus-summary-sort-by-most-recent-date): New commands.
7035         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7036         and menu entries.
7037
7038 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7041         don't redisplay article for raw contents; remove plural articles stuff.
7042
7043         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7044         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7045         on gnus-summary-save-article; display results properly.
7046
7047 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * lpath.el: No need to fbind ns-focus-frame.
7050
7051 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7054
7055 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-art.el (gnus-summary-save-in-pipe):
7058         Consider gnus-save-all-headers.
7059
7060 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7061
7062         * gnus-util.el (ns-focus-frame): Remove declaration.
7063         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7064         like x.
7065
7066 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7067
7068         * rfc2104.el (rfc2104-zero): Delete defconst.
7069         (rfc2104-hex-alist): Likewise.
7070         (rfc2104-hex-to-int): Delete func.
7071         (rfc2104-hexstring-to-bitstring): Likewise.
7072         (rfc2104-nybbles): New defconst.
7073         (rfc2104-hash): Rewrite for speed.
7074
7075 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * tls.el (open-tls-stream): Make it work with the 2nd argument
7078         BUFFER that is a string but does not exist as a buffer object, as
7079         mentioned in the doc-string.
7080
7081 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7084         SXEmacs.
7085
7086 2008-07-16  Glenn Morris  <rgm@gnu.org>
7087
7088         * gnus-util.el (ns-focus-frame): Declare for compiler.
7089
7090 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7093         set as a group parameter.
7094         (gnus-summary-save-in-pipe): Work when it is called independently.
7095         (gnus-summary-pipe-to-muttprint): Don't modify
7096         gnus-summary-pipe-output-default-command.
7097
7098 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7099
7100         * message.el (message-send-mail-with-sendmail):
7101         Display the error message.
7102
7103 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-art.el (gnus-default-article-saver):
7106         Add gnus-summary-save-in-pipe to choices.
7107         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7108         gnus-summary-pipe-output-default-command as the default command.
7109         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7110         instead of gnus-last-shell-command.
7111
7112         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7113         New user option.
7114         (gnus-summary-muttprint-program): Mention the value will be changed.
7115         (gnus-summary-save-article): Force showing of all headers.
7116         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7117
7118 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7119
7120         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7121
7122 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7123
7124         * nnimap.el (nnimap-id):
7125         * sieve-manage.el (sieve-manage-open): Doc fixes.
7126
7127 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7128
7129         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7130         if available.
7131
7132 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7133
7134         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7135
7136         * nnkiboze.el (nnkiboze-generate-group):
7137         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7138
7139         * nnmairix.el: Require CL.
7140
7141 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * dgnushack.el: Autoload get-display-table and put-display-table for
7144         XEmacs 21.5.
7145
7146         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7147         21.4 and SXEmacs.
7148
7149 2008-06-15  David Engster  <dengste@eml.cc>
7150
7151         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7152
7153 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7154
7155         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7156         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7157         runtime choice under XEmacs.
7158
7159         * gnus-sum.el (gnus-summary-set-display-table):
7160         Use `gnus-put-display-table', `gnus-get-display-table',
7161         `gnus-set-display-table' for the display table, instead of `aset'.
7162
7163         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7164         Use `gnus-put-display-table', `gnus-get-display-table',
7165         `gnus-set-display-table' for the display table.
7166
7167 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * nnmairix.el: Add autoloads.
7170
7171 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7172
7173         * nnmairix.el (nnmairix-delete-recreate-group)
7174         (nnmairix-update-and-clear-marks): Fix error messages.
7175
7176 2008-06-14  David Engster  <dengste@eml.cc>
7177
7178         * nnmairix.el: Upgrade to version 0.6.
7179         (nnmairix-group-toggle-propmarks-this-group)
7180         (nnmairix-group-toggle-readmarks-this-group)
7181         (nnmairix-group-delete-recreate-this-group)
7182         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7183         (nnmairix-remove-tick-mark-original-article): New commands.
7184         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7185         (nnmairix-propagate-marks-to-nnmairix-groups)
7186         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7187         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7188         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7189         functions needed for marks propagation and manipulation of read marks.
7190         (nnmairix-update-groups): New function.
7191         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7192         (nnmairix-determine-original-group-from-registry)
7193         (nnmairix-determine-original-group-from-path)
7194         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7195         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7196         New helper functions.
7197         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7198         keystrokes for new commands.
7199         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7200         (nnmairix-request-group): Check allow-fast group parameter.
7201         (nnmairix-request-create-group): Set allow-fast group parameter if
7202         nnmairix-allowfast-default is set.
7203         (nnmairix-close-group): Propagate marks upon closing if needed.
7204         (nnmairix-group-toggle-threads-this-group): Use new.
7205         nnmairix-group-toggle-parameter helper function.
7206         (nnmairix-search): Better check for empty search result.
7207         (nnmairix-goto-original-article): Use new helper functions for
7208         determining original article.
7209         (nnmairix-show-original-article): Make sure message-id is in brackets.
7210         (nnmairix-call-mairix-binary): Change variable name.
7211         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7212         helper function.
7213         (nnmairix-widget-toggle-activate): Fix doc string.
7214
7215 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * nnir.el: Require edmacro when compiling with XEmacs.
7218         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7219         available in Emacs 21.
7220
7221 2008-06-11  Glenn Morris  <rgm@gnu.org>
7222
7223         * gnus-util.el (x-focus-frame):
7224         * gnus.el (image-size):
7225         * mm-decode.el (image-size): Declare.
7226
7227         * gnus-picon.el (declare-function): Add compat definition.
7228         (image-size): Declare.
7229
7230         * gnus-group.el (tool-bar-map):
7231         * gnus-sum.el (tool-bar-map): Define for compiler.
7232
7233         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7234
7235         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7236
7237         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7238         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7239         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7240         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7241         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7242         * sieve-manage.el, spam-report.el, spam.el:
7243         Remove unnecessary eval-and-compile of autoloads.
7244
7245 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7246
7247         * auth-source.el: Precise Tramp doc.
7248
7249 2008-06-07  Glenn Morris  <rgm@gnu.org>
7250
7251         * nnmairix.el: Remove unnecessary eval-when-compile.
7252
7253 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * lpath.el: Fbind propertize for XEmacs 21.4.
7256
7257 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7258
7259         * nnir.el: Move here from ../contrib.
7260
7261 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7262
7263         * gnus-util.el (gnus-read-shell-command): New function.
7264         * mm-decode.el (mm-pipe-part):
7265         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7266
7267 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7270
7271 2008-06-03  Glenn Morris  <rgm@gnu.org>
7272
7273         * pop3.el (nnheader-accept-process-output): Autoload it.
7274
7275 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7278         are not 2-digit hexadecimal characters that follow `%'s.
7279
7280 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * message.el (message-bogus-recipient-p): Fix type in doc string.
7283         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7284         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7285         Improve custom options.
7286         (message-bogus-recipient-p): Adjust accordingly.
7287
7288 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7289
7290         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7291         long-form month and day names.
7292
7293 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * dgnushack.el: Autoload debug, eudc-expand-inline and
7296         pgg-snarf-keys-region for XEmacs.
7297
7298         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7299
7300         * nnmairix.el: Require edmacro when compiling with XEmacs.
7301
7302 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7303
7304         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7305         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7306
7307 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7308
7309         * auth-source.el: Add more docs.
7310
7311         * netrc.el (netrc-machine): Always match if the port is not given.
7312
7313 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7314
7315         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7316         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7317         retrieval faster in some cases, but might make CPU usage larger.
7318         If this has any bad side effects, we might revert this change.
7319
7320         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7321         seems to make mail retrieval much, much faster.
7322         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7323         unconditionally.
7324
7325         * gnus-draft.el (gnus-group-send-queue):
7326         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7327
7328 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7331
7332         * message.el (message-bogus-address-regexp): Fix and improve custom
7333         type.
7334         (message-setup-hook): Add message-check-recipients as custom option.
7335
7336 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * message.el (message-cite-function): Remove bogus autoload which crept
7339         in during merge from v5-10.
7340
7341 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7342
7343         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7344
7345         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7346
7347         * auth-source.el: Preliminary Tramp docs.
7348         (auth-sources): Change the default auth-sources to use
7349         EPA .gpg files.
7350
7351 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7352
7353         * nntp.el: Autoload `auth-source-user-or-password'.
7354         (nntp-send-authinfo): Use it.
7355
7356         * nnimap.el: Autoload `auth-source-user-or-password'.
7357         (nnimap-open-connection): Use it.
7358
7359         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7360         for the gnus-message function.
7361         (auth-source-user-or-password): Use it.
7362
7363 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7364
7365         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7366         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7367         (rfc2104-hash): Use it.
7368
7369 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7370
7371         * gnus-art.el (gnus-article-toggle-truncate-lines):
7372         Don't use `iff' in docstring.
7373
7374 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7375
7376         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7377
7378         * gnus-util.el (gnus-extract-address-component-name)
7379         (gnus-extract-address-component-email): Convenience functions around
7380         `gnus-extract-address-components'.
7381
7382         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7383         Use `gnus-extract-address-component-email' to fix bug of comparing full
7384         sender name to `user-mail-address'.
7385
7386 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7387
7388         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7389         catch/throw to optimize.
7390         (gnus-registry-find-keywords): Just use member to find a keyword.
7391
7392 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7393
7394         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7395         is current before calling gnus-server-prepare.
7396         (gnus-server-setup-buffer, gnus-server-update-server)
7397         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7398
7399 2008-05-04  Juri Linkov  <juri@jurta.org>
7400
7401         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7402         (mailcap-file-default-commands): Use mailcap-replace-in-string
7403         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7404         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7405
7406 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7407
7408         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7409
7410 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7411
7412         * gnus.el: Bump version to 0.11.
7413
7414 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7415
7416         * gnus.el: No Gnus v0.10 is released.
7417
7418 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419
7420         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7421         hooks.
7422         (gnus-update-read-articles): Speed up non-marks-using users.
7423         (gnus-use-marks): Define gnus-use-marks.
7424         (gnus-propagate-marks): Rename variable to something more sensible.
7425
7426 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7427
7428         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7429         (gmm-image-load-path-for-library): Fix typos in docstrings.
7430         (gmm-message): Reflow docstring.
7431
7432 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7433
7434         * mail-source.el (mail-source-set-1, mail-source-bind):
7435         Move auth-source code out of the macro to clean it up and fix bugs.
7436
7437 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7438
7439         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7440         by sender if it's equal to user-mail-address, it's likely to be
7441         useless.
7442
7443         * mail-source.el (mail-source-bind): Don't use user or password if they
7444         are not bound.  Unintern them if they are nil.  Don't use server unless
7445         it's bound, and default it to empty string otherwise.
7446
7447 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7448
7449         * mail-source.el: Load auth-source.el.
7450         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7451         get user name or password, if auth-sources is set up.
7452
7453         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7454         strategy of splitting with parent.
7455         (gnus-registry-split-fancy-with-parent)
7456         (gnus-registry-post-process-groups): Use it and fix prior
7457         bug (returning a list as the split result).
7458
7459         * auth-source.el (auth-sources): Remove server parameter.
7460         (auth-source-pick, auth-source-user-or-password)
7461         (auth-source-user-or-password-imap)
7462         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7463         (auth-source-user-or-password-sftp)
7464         (auth-source-user-or-password-smtp): Remove server parameter.
7465
7466 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7467
7468         * smime.el (smime-sign-region, smime-encrypt-region)
7469         (smime-decrypt-region):
7470         Remove redundant calls to `generate-new-buffer-name'.
7471
7472 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7473
7474         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7475         Don't use QP for message/rfc822.
7476         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7477
7478 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7479
7480         * sieve-manage.el (sieve-string-bytes): Remove.
7481         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7482         correct byte-length only if the process's coding-system is the same as
7483         the one used internally by Emacs to represent strings.
7484
7485 2008-04-22  Juri Linkov  <juri@jurta.org>
7486
7487         * mailcap.el (mailcap-file-default-commands): New function.
7488
7489 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * message.el (message-signature-separator, message-cite-function):
7492         Change custom version.
7493
7494 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7495
7496         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7497         commands.
7498         (tls-checktrust): Ditto.
7499
7500 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7501
7502         * mm-decode.el (mm-display-external): Make temp file read-only.
7503
7504 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7505
7506         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7507         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7508         `C-c C-f d'.
7509
7510 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7511
7512         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7513
7514 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * gnus.el: Bump version to 0.9.
7517
7518 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * gnus.el: No Gnus v0.8 is released.
7521
7522 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7523
7524         * mail-source.el (mail-source-value):
7525         Prefer fboundp to functionp so it works with macros as well.
7526
7527 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7528
7529         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7530         Fix last change in case the element is not even a symbol.
7531
7532 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7533
7534         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7535         Prefer fboundp to functionp so it works with macros as well.
7536
7537 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7538
7539         * auth-source.el: Add docs.
7540         (auth-sources): Modify format to support server.
7541         (auth-source-pick, auth-source-user-or-password)
7542         (auth-source-user-or-password-imap)
7543         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7544         (auth-source-user-or-password-sftp)
7545         (auth-source-user-or-password-smtp): Add server parameter.
7546
7547 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7548
7549         * gnus-registry.el: Initialize the registry when gnus-registry-install
7550         is t.
7551
7552 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * compface.el (uncompface): Make buffer unibyte.
7555
7556 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7557
7558         * mail-source.el (mail-source-value):
7559         Prefer fboundp to functionp so it works with macros as well.
7560
7561 2008-04-05  Glenn Morris  <rgm@gnu.org>
7562
7563         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7564
7565 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7566
7567         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7568         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7569
7570         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7571         multibyteness after rather than before erasing it.
7572
7573         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7574         mm-with-multibyte.
7575         (gnus-request-article-this-buffer): Make sure the proper decoding is
7576         used if gnus-original-article-buffer happens to be unibyte.
7577
7578         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7579         default-enable-multibyte-characters.
7580
7581         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7582         default-enable-multibyte-characters.
7583
7584         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7585
7586         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7587
7588 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7589
7590         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7591         Fix last change in case the element is not even a symbol.
7592
7593 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7594
7595         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7596         (imap-message-copyuid-1): Use it.
7597         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7598         J. Williams in
7599         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7600
7601         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7602         imap-enable-exchange-bug-workaround.
7603         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7604
7605 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7606
7607         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7608         a 100 byte status-checks into a 2-3MB transfer for each group.
7609         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7610         to enable bug workaround or not.
7611         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7612
7613 2008-03-31  Glenn Morris  <rgm@gnu.org>
7614
7615         * message.el (mml2015-use): Declare for compiler.
7616         (message-info): Require mml2015 when appropriate.
7617
7618 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7621         whitespace.
7622
7623 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7624
7625         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7626         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7627         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7628         (nntp-service-to-port): New function.
7629         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7630         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7631         (nntp-open-netcat-stream): New function.
7632         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7633
7634 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7635
7636         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7637
7638 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7639
7640         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7641
7642 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7643
7644         * dns.el (dns-write): Use set-buffer-multibyte.
7645
7646 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7647
7648         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7649
7650 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7651
7652         * message.el (message-signature-separator): Change default.
7653         Improve custom type.
7654         (message-cite-function): Change default to
7655         message-cite-original-without-signature.
7656
7657         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7658         toggle.
7659
7660         * message.el (message-check-news-body-syntax): Fix signature check.
7661         (message-setup-1): Mark buffer as unmodified _after_ running
7662         message-setup-hook and handling message-alternative-emails.
7663         (message-shorten-references): Be more strict when building list of
7664         valid references to comply with GNKSA.
7665
7666         * gnus-group.el (gnus-read-ephemeral-bug-group)
7667         (gnus-read-ephemeral-debian-bug-group)
7668         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7669
7670         * message.el (message-info): Don't use booleanp which isn't supported
7671         in Emacs 21 and XEmacs.
7672
7673 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7676         gnus-group-gmane-group-download-format.
7677         (gnus-group-read-ephemeral-gmane-group): Rename from
7678         gnus-group-read-ephemeral-gmane-group.
7679         (gnus-read-ephemeral-gmane-group-url): Rename from
7680         gnus-group-read-ephemeral-gmane-group-url.
7681         (gnus-bug-group-download-format-alist): New variable.
7682         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7683         (gnus-read-ephemeral-emacs-bug-group): New commands.
7684
7685 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7688         (gnus-visible-headers): Improve custom type.
7689
7690 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * mml.el (mml-menu): Add workarounds for XEmacs.
7693
7694         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7695         X-Boundary header.
7696
7697         * message.el (message-simplify-recipients): Fix previous commit.
7698
7699 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7700
7701         * mm-util.el (mm-set-buffer-multibyte): New function.
7702         * mm-decode.el (mm-copy-to-buffer): Use it.
7703
7704         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7705         Prefer fboundp to functionp so it works with macros as well.
7706
7707 2008-03-19  Glenn Morris  <rgm@gnu.org>
7708
7709         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7710         Accidentally removed in the sync process with Emacs.
7711
7712 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * message.el (message-alter-recipients-discard-bogus-full-name):
7715         New function.
7716         (message-alter-recipients-function): New variable.
7717         (message-get-reply-headers): Use it.
7718         (message-replace-header): New helper function.
7719         (message-recipients-without-full-name): New variable.
7720         (message-simplify-recipients): New command.
7721
7722         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7723
7724         * message.el (message-info): Handle EasyPG manual.
7725
7726         * mml.el (mml-menu): Add entry for EasyPG.
7727
7728 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7729
7730         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7731         parameter.
7732
7733         * message.el (message-disassociate-draft): Specify drafts group name
7734         fully.
7735
7736 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7737
7738         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7739         Eliminate unnecessary duplicates from the match list.
7740
7741 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7744
7745         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7746
7747         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7748         args of `how-many' of which the XEmacs version doesn't take; declare
7749         Info-index-next as function.
7750
7751 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7752
7753         * gnus-score.el (gnus-score-headers): Fix handling of
7754         gnus-inhibit-slow-scoring.
7755
7756         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7757         string.
7758         (gnus-button-url-regexp): Improve handling of parenthesis.
7759         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7760         (gnus-button-handle-info-keystrokes): Handle index entries.
7761
7762 2008-03-15  Glenn Morris  <rgm@gnu.org>
7763
7764         * parse-time.el (parse-time-string): Simplify.
7765
7766 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7767
7768         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7769         Incoming* files.
7770
7771 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7772
7773         * auth-source.el (auth-sources): Rename from auth-source-choices.
7774         (auth-source-pick): Use it.
7775
7776 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7777
7778         * binhex.el (binhex-decode-region-internal):
7779         * uudecode.el (uudecode-decode-region-internal):
7780         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7781         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7782         setting default-enable-multibyte-characters.
7783
7784 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7785
7786         * auth-source.el (auth-source-protocols)
7787         (auth-source-protocols-customize, auth-source-choices): Add and
7788         modified variable customizations and defaults.
7789         (auth-source-pick, auth-source-user-or-password)
7790         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7791         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7792         (auth-source-user-or-password-sftp)
7793         (auth-source-user-or-password-smtp): Use new variables and provide an
7794         interface to netrc.el.
7795
7796 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7799         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7800         Make sure the nntp port to specify is a string.
7801
7802 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7803
7804         * nntp.el: Use with-current-buffer.
7805         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7806         dubious mm-with-unibyte-current-buffer.
7807         (nntp-with-open-group-function): New function extracted from
7808         nntp-with-open-group macro.
7809         (nntp-with-open-group): Use the function, so it's easier to debug.
7810         Add indentation and debugging info.
7811         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7812         Recommend the use of the netcat alternatives.
7813
7814         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7815         Avoid mm-string-as-multibyte as well.
7816
7817         * nnweb.el (nnweb-insert-html):
7818         Remove use of nnheader-string-as-multibyte.
7819
7820         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7821         (nnheader-string-as-multibyte): Remove.
7822
7823         * mm-view.el: Use inhibit-read-only.
7824         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7825         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7826         or unibyte-string.
7827
7828         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7829         (mm-uu-yenc-extract): Use with-current-buffer.
7830
7831         * gnus-soup.el (gnus-soup-send-packet): Don't use
7832         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7833
7834         * nnmh.el: Use with-current-buffer.
7835         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7836         mm-string-as-multibyte on the output of mm-encode-coding-string.
7837
7838         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7839         (nnimap-request-move-article): Use with-current-buffer.
7840
7841         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7842         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7843         conversion uses string-make-unibyte rather than string-as-unibyte.
7844
7845         * gnus-msg.el: Use with-current-buffer.
7846
7847         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7848
7849 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7850
7851         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7852         string for caching if it is 'PIN.
7853
7854 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * lpath.el: Consider the case without Emacs/W3.
7857
7858 2008-03-08  Glenn Morris  <rgm@gnu.org>
7859
7860         * time-date.el (date-to-time, time-subtract, time-add)
7861         (safe-date-to-time): Doc fixes.
7862
7863 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * mail-source.el (mail-source-delete-old-incoming-confirm):
7866         Change default to nil.
7867         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7868
7869 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * lpath.el: Rearrange.
7872
7873         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7874         (gnus-article-goto-prev-page): Work for articles having ^L's.
7875
7876         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7877
7878         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7879
7880 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7881
7882         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7883         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7884         (gnus-bookmark-jump): Adjust some variable names.
7885
7886 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7887
7888         * auth-source.el: New package.
7889         (auth-source-choices): Add customization entry point variable.
7890
7891         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7892         bug.
7893
7894 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7895
7896         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7897         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7898         (gnus-registry-install-shortcuts): Rename from
7899         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7900         the `gnus-registry-mark-map' keymap dynamically from
7901         `gnus-registry-marks'.  The generated functions update the summary line
7902         when a registry mark is added or deleted, and will call
7903         `gnus-registry-install-p' (see the comments in the code).
7904         (gnus-registry-user-format-function-M): Use concat intelligently.
7905
7906         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7907         the registry mark functions.
7908
7909 2008-03-05  Glenn Morris  <rgm@gnu.org>
7910
7911         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7912         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7913         gnus-art.
7914         (top-level): No need to load own source when compiling.
7915
7916 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7919         Suggested by <chris.anderton@zetnet.co.uk>.
7920
7921 2008-03-04  Glenn Morris  <rgm@gnu.org>
7922
7923         * gnus-sum.el (top-level): No need to require gnus when compiling,
7924         since unconditionally required near start of file.
7925         (gnus-summary-display-while-building): Move definition before use.
7926
7927 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7928
7929         * gnus-registry.el (gnus-registry-user-format-function-M):
7930         Add formatting function.
7931
7932 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7933
7934         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7935         with plists.
7936         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7937         Use new format.
7938
7939 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7942         `where-is-internal' that returns a range of key sequences.
7943
7944 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7945
7946         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7947
7948         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7949         (gnus-summary-jump-to-group): Consider windows on other displayed
7950         frames as well.  Similar changes might be needed elsewhere, but that's
7951         the one I've bumped into during my use.
7952
7953         * nndoc.el (nndoc-oe-dbx-type-p):
7954         * gnus-msg.el (gnus-debug):
7955         * gnus-group.el (gnus-update-group-mark-positions):
7956         Use mm-string-to-multibyte.
7957
7958 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7961         doesn't handle NotDashEscaped.
7962
7963         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7964         (mml-dnd-attach-options): Fix typo in custom choice.
7965
7966         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7967         Change nndoc-article-type to mbox.
7968         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7969
7970         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7971         to nil, instead of html2text.
7972
7973         * imap.el (imap-debug): Add `imap-ping-server'.
7974
7975         * gnus-bookmark.el: Add FIXMEs.
7976
7977         * message.el (message-form-letter-separator)
7978         (message-send-form-letter-delay): New variables.
7979         (message-send-form-letter): Use them.  New command to send form
7980         letters.  Requested by Uwe Siart.
7981         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7982
7983 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * Update copyright years.
7986
7987 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         Sync from EMACS_22_BASE.
7990
7991         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7992
7993 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7994
7995         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7996         empty author.
7997
7998 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7999
8000         * gnus-registry.el (gnus-registry-marks): Add variable for
8001         customization of marks and their appearance.
8002         (gnus-registry-read-mark): Use it.
8003         (gnus-registry-do-marks): Add utility function to loop through
8004         `gnus-registry-marks'.
8005         (gnus-registry-install-shortcuts-and-menus): Add function to install
8006         shortcuts and menus.
8007         (gnus-registry-initialize): Use it.
8008         (gnus-registry-default-mark): Clarify documentation.
8009
8010 2008-02-29  Glenn Morris  <rgm@gnu.org>
8011
8012         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8013         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8014         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8015         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8016         Change defcustom :version from 23.0 to 23.1.
8017
8018 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8019
8020         * gnus-registry.el (gnus-registry-follow-group-p)
8021         (gnus-registry-post-process-groups): Add functions to aid registry
8022         splitting and improve logging.  Clarify behavior in function
8023         documentation.
8024         (gnus-registry-split-fancy-with-parent): Use them.
8025
8026 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8027
8028         * gnus-art.el: Use with-current-buffer.
8029
8030 2008-02-27  David Engster  <dengste@eml.cc>
8031
8032         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8033         Express real group name in the response.
8034
8035 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8038         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8039         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8040         autoload gnus-registry-fetch-group when compiling.
8041         (nnmairix-request-group-with-article-number-correction):
8042         Remove unreferenced argument passed to nnmairix-call-backend.
8043
8044 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8047         (mm-uu-extract): Improve face for low color ttys.
8048         Reported by Sascha Wilde.
8049
8050 2008-02-27  Glenn Morris  <rgm@gnu.org>
8051
8052         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8053         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8054         variables to defconsts.  Convert comments to doc-strings.
8055         (nnmairix-last-server, nnmairix-current-server): Convert from free
8056         variables to defvars.  Convert comments to doc-strings.
8057         (gnus-registry-fetch-group): Autoload.
8058         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8059         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8060         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8061         caddr.
8062         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8063         nnmairix-request-group-with-article-number-correction call.
8064         (nnmairix-fast, nnmairix-group): New, less general names, for free
8065         variables passed from nnmairix-request-group to
8066         nnmairix-request-group-with-article-number-correction.  Declare.
8067         (nnmairix-request-group-with-article-number-correction):
8068         Use nnmairix-fast, nnmairix-group rather than fast, group.
8069
8070 2008-02-26  David Engster  <dengste@eml.cc>
8071
8072         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8073         version 0.5.
8074
8075 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8076
8077         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8078         instead of making an extra function call.  Don't add the current group
8079         to articles only when they have the group.  Use
8080         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8081         Reported by David <de_bb@arcor.de>.
8082
8083 2008-02-24  Miles Bader  <miles@gnu.org>
8084
8085         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8086         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8087         (mm-find-mime-charset-region):
8088         * mm-bodies.el (mm-encode-body):
8089         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8090
8091 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8094         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8095
8096 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * mail-source.el (mail-source-delete-incoming): Change default.
8099         Supplement doc string.
8100
8101         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8102
8103 2008-02-14  Glenn Morris  <rgm@gnu.org>
8104
8105         * time-date.el (format-seconds): New function.
8106
8107 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * nnmail.el (nnmail-message-id-cache-file): Derive from
8110         `gnus-home-directory'.
8111
8112 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8115         Document negative prefix.
8116
8117         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8118
8119 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * message.el (message-unsent-separator): Add the Exim bounce
8122         separator.
8123
8124 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8125
8126         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8127         list.
8128         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8129         recipient/signer list.
8130
8131 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * Makefile.in (datarootdir): Define.
8134         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8135         name that might contain whitespace.
8136
8137 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8140         fbound (Emacs 23 unicode), signal an error.
8141
8142 2008-02-08  Glenn Morris  <rgm@gnu.org>
8143
8144         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8145
8146 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8147
8148         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8149         ports to the calls to `netrc-machine-user-or-password' in addition to
8150         "imap" and "imaps".
8151
8152 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8153
8154         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8155
8156         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8157
8158 2008-02-01  Kenichi Handa  <handa@m17n.org>
8159
8160         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8161         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8162         (rfc2104-hash): Convert the result of concat to unibyte string.
8163
8164 2008-02-01  Dave Love  <fx@gnu.org>
8165
8166         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8167         coding-system-for-read.
8168         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8169
8170 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8173         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8174         <hanche@math.ntnu.no>.
8175
8176 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8177
8178         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8179
8180         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8181
8182 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8183
8184         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8185         * message.el (message-beginning-of-line): Use featurep instead of bound
8186         tests in order to resolve conditionals at compile time.
8187
8188 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8189
8190         * mail-source.el (mail-sources): Add `group' choice.
8191
8192         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8193         parameter `in-group' to control into which group the articles go.
8194         Add treatment of `group' mail-source.
8195
8196 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8199
8200         * mm-decode.el (mm-dissect-buffer): Decode description.
8201
8202         * mml.el (mml-to-mime): Encode message header first.
8203
8204 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8207         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8208
8209         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8210         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8211
8212 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8213
8214         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8215
8216 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8219         prefix keys.
8220         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8221         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8222         gnus-xmas.el.
8223
8224         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8225         (gnus-xmas-article-describe-bindings): New function.
8226         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8227         gnus-xmas-article-describe-bindings.
8228
8229         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8230
8231 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8232
8233         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8234         Add new variables for article mark management.
8235         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8236         list of extra data entries which, when present, will indicate that the
8237         article ID should not be trimmed from the registry.
8238         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8239         functions.
8240         (gnus-registry-read-mark): New function to read a mark name from the
8241         user.
8242         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8243         (gnus-registry-set-article-mark-internal): New functions to add and
8244         remove marks.
8245         (gnus-registry-get-article-marks): New function to show the marks for
8246         an article, or retrieve them for further use.
8247
8248 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8251         keys when no argument is given.
8252
8253 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * imap.el (imap-ping-server): New variable.
8256         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8257         (imap-ping-server): Minor doc string fixes.
8258
8259 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8260
8261         * imap.el (imap-ping-server): New function.
8262         (imap-opened): Call imap-ping-server.
8263
8264 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8265
8266         * gnus-sum.el (gnus-article-sort-by-random)
8267         (gnus-thread-sort-by-random): Fix doc strings.
8268         Reported by jidanni@jidanni.org.
8269
8270 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-art.el (gnus-article-describe-bindings): New function.
8273         (gnus-article-read-summary-keys): Use it.
8274         (gnus-article-mode-map): Bind `C-h b' to it.
8275
8276 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8279         XEmacs.
8280         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8281         Protect against non-character events.
8282
8283         * lpath.el: Fbind map-keymap for Emacs 21.
8284
8285 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8286
8287         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8288         New command.
8289         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8290         instead of END.  Change name of the temp file.
8291         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8292         customizable.
8293
8294 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8297         bind `S W' to gnus-article-wide-reply-with-original; set default
8298         binding to gnus-article-read-summary-send-keys.
8299         (gnus-article-read-summary-keys): Fix the order of keys; display
8300         continuation keys correctly in the echo area; describe bindings
8301         correctly when keys end with `C-h'.
8302         (gnus-article-read-summary-send-keys): New function.
8303         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8304         Work for gnus-article-read-summary-send-keys; display continuation keys
8305         correctly in the echo area.
8306         (gnus-article-reply-with-original): Ignore prefix argument.
8307         (gnus-article-wide-reply-with-original): New function.
8308
8309         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8310         Emacs 21.
8311
8312 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8315         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8316
8317 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8320         (gnus-group-read-ephemeral-gmane-group): New command.
8321
8322 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8323
8324         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8325
8326 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * message.el (message-send-mail-function): Increase custom version.
8329
8330         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8331         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8332
8333 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8334
8335         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8336         for the cases where imap-authenticate is called with a nil buffer
8337         parameter.
8338
8339 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8342         html parts correctly; support forwarded messages.
8343         (gnus-article-browse-html-article): Remove work buffers.
8344
8345         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8346         compiling.
8347         (netrc-bound-and-true-p): New macro.
8348         (netrc-parse): Use it instead of bound-and-true-p that is not available
8349         in XEmacs 21.4.
8350
8351 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8352
8353         * gnus-registry.el (gnus-registry-mark-article)
8354         (gnus-registry-article-marks): Add functionality to mark articles
8355         through the Gnus registry.
8356
8357         * encrypt.el: Clarify documentation for the new pgg method.
8358         (encrypt-file-alist): Add PGG option.
8359         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8360         functionality.  Abstract password key and messaging to external
8361         functions.
8362         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8363         (encrypt-message-method-and-cipher): Add new convenience external
8364         functions.
8365         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8366         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8367
8368         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8369         (netrc-parse): Use encrypt-file-alist to determine if
8370         encrypt-find-model or encrypt-insert-file-contents should be used.
8371
8372         * encrypt.el: Clarify documentation.  Load password-cache or
8373         password, whichever one is found first, instead of autoloading.
8374
8375 2007-12-19  Glenn Morris  <rgm@gnu.org>
8376
8377         * mml.el (message-options-set, message-narrow-to-head)
8378         (message-in-body-p, message-mail-p, message-encode-message-body):
8379         Autoload.
8380         (message-remove-header, message-narrow-to-headers-or-head)
8381         (message-subscribed-p, message-make-mail-followup-to)
8382         (message-position-on-field, message-news-p)
8383         (message-options-set-recipient, message-generate-headers)
8384         (message-sort-headers): Declare as functions.
8385
8386 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8387
8388         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8389         convention in doc string.
8390
8391 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8394         title to html parts.
8395         (gnus-article-browse-html-article): Pass message header to it.
8396
8397         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8398
8399 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8402         or password compatible with XEmacs.
8403
8404 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8405
8406         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8407         format document.
8408         (gnus-mime-delete-part): Don't write description line if empty.
8409         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8410
8411 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8412
8413         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8414         (gnus-summary-mark-read-and-unread-as-read)
8415         (gnus-summary-mark-current-read-and-unread-as-read)
8416         (gnus-summary-mark-unread-as-ticked): Doc fix.
8417         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8418
8419 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8420
8421         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8422         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8423
8424 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8427         yes-or-no-p.
8428
8429 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * mm-decode.el (mm-add-meta-html-tag): New function.
8432         (mm-save-part-to-file, mm-pipe-part): Use it.
8433
8434         * gnus-art.el (gnus-article-browse-delete-temp-files):
8435         Use gnus-y-or-n-p instead of y-or-n-p.
8436         (gnus-article-browse-html-parts): Work with message/external-body; use
8437         mm-add-meta-html-tag.
8438
8439 2007-12-11  Glenn Morris  <rgm@gnu.org>
8440
8441         * gnus-cache.el: Require gnus-sum not just when compiling.
8442
8443         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8444
8445         * gnus-int.el (gnus-server-opened, gnus-status-message):
8446         Move definitions before use.
8447
8448         * mm-decode.el: Require gnus-util.
8449         (mm-remove-part): Only call delete-annotation on XEmacs.
8450
8451         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8452
8453         * nnmail.el: Require gnus-int.
8454
8455         * spam.el: Move `require's before `eval-when-compile's.
8456
8457         * gnus-ems.el (gnus-alive-p):
8458         * gnus-fun.el (message-goto-eoh):
8459         * gnus-util.el (gnus-group-name-decode):
8460         * mail-source.el (gnus-compress-sequence):
8461         * message.el (Info-goto-node, format-spec):
8462         * mm-bodies.el (message-options-get):
8463         * mm-decode.el (mm-view-pkcs7):
8464         * mm-util.el (gmm-write-region):
8465         * mml-smime.el (mml-compute-boundary)
8466         (gnus-completing-read-with-default):
8467         * mml.el (widget-button-press, gnus-make-hashtable):
8468         * mml1991.el (mm-decode-content-transfer-encoding)
8469         (mm-encode-content-transfer-encoding)
8470         (message-options-get, message-options-set):
8471         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8472         * nnfolder.el (gnus-request-group):
8473         * nnheader.el (ietf-drums-unfold-fws):
8474         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8475         * smime.el (gnus-run-mode-hooks):
8476         * spam-stat.el (gnus-message): Autoload.
8477
8478         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8479         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8480         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8481         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8482         Add declare-function compatibility definition.
8483
8484         * gnus-cache.el (nnvirtual-find-group-art):
8485         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8486         (gnus-add-image, gnus-add-wash-type):
8487         * gnus-group.el (nnkiboze-score-file):
8488         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8489         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8490         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8491         (message-tokenize-header, gnus-get-buffer-create)
8492         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8493         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8494         * gnus.el (gnus-group-decoded-name):
8495         * mail-source.el (imap-capability):
8496         * mm-bodies.el (message-options-set):
8497         * mm-decode.el (gnus-configure-windows):
8498         * mm-extern.el (message-goto-body):
8499         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8500         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8501         (epg-sub-key-validity, message-options-set):
8502         * mml.el (widget-event-point, gnus-configure-windows):
8503         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8504         * mml2015.el (epg-check-configuration, epg-configuration)
8505         (message-options-set):
8506         * nndb.el (nndb-request-article):
8507         * nnfolder.el (gnus-request-create-group):
8508         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8509         * nnmaildir.el (gnus-group-mark-article-read):
8510         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8511         * rfc1843.el (message-fetch-field):
8512         * spam.el (gnus-extract-address-components):
8513         Declare as functions.
8514
8515 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8516
8517         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8518
8519         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8520
8521         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8522         bind show-trailing-whitespace for XEmacs.
8523
8524 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8527         new no-op macro for backward compatibility.
8528
8529         * imap.el (imap-string-to-integer): New function.
8530
8531 2007-12-09  Glenn Morris  <rgm@gnu.org>
8532
8533         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8534
8535         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8536         * message.el, mm-view.el, sieve-manage.el, smime.el:
8537         Add declare-function compatibility definition.
8538
8539         * gnus-art.el (w3-region, w3m-region, Info-menu):
8540         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8541         * gnus-sum.el (gnus-get-predicate):
8542         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8543         * message.el (mail-abbrev-in-expansion-header-p):
8544         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8545         (w3m-detect-meta-charset, w3m-region):
8546         * sieve-manage.el (password-read, password-cache-add)
8547         (password-cache-remove):
8548         * smime.el (password-read-and-add): Declare as functions.
8549
8550 2007-12-08  David Kastrup  <dak@gnu.org>
8551
8552         * gnus-sum.el (gnus-summary-simplify-subject-query):
8553         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8554         `message'.
8555
8556 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8559         it to bind idna-program, installation-directory, defined-colors, and
8560         face-attribute for XEmacs of the version that compiles defcustom forms.
8561
8562 2007-12-07  Glenn Morris  <rgm@gnu.org>
8563
8564         * gnus-art.el (article-make-date-line): Revert previous change.
8565
8566 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8567
8568         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8569
8570 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8571
8572         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8573         Call gnus-add-to-range ranges only once with a prepared article-list.
8574
8575 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8576
8577         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8578         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8579         group names with backslashes.
8580         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8581
8582 2007-12-06  Deepak Goel  <deego3@gmail.com>
8583
8584         * gnus-art.el (article-make-date-line):
8585         * gnus-start.el (gnus-load):
8586         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8587
8588 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-art.el (gnus-use-idna)
8591         * gnus-start.el (gnus-site-init-file)
8592         * message.el (message-use-idna)
8593         * mm-uu.el (mm-uu-hide-markers)
8594         * smiley.el (smiley-style): Revert changes that suppress warnings.
8595
8596 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8599         specify charset to html source.
8600         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8601
8602 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8605         idna-program in order to suppress byte compile warning issued by XEmacs
8606         that came to byte compile the default value section of defcustom forms
8607         recently.
8608
8609         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8610         value of installation-directory.
8611
8612         * message.el (message-use-idna): Don't directly refer to the value of
8613         idna-program.
8614
8615         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8616
8617         * smiley.el (smiley-style): Don't directly call face-attribute.
8618
8619 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8622
8623         * gnus-dired.el: Reduce Gnus dependencies.
8624         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8625         Don't require.  Use autoloads instead.
8626         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8627         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8628         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8629         (gnus-dired-mode): Adjust doc string.
8630         (gnus-dired-mail-mode): New variable.
8631         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8632         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8633         (gnus-dired-mail-buffers): New function.  Return mail or message
8634         composition buffers.
8635         (gnus-dired-attach): Use it.
8636         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8637         NO-DECODE.
8638         (gnus-dired-print): Use `gnus-print-buffer' depending on
8639         `gnus-dired-mail-mode'.
8640
8641 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * rfc2047.el (rfc2047-encoded-word-regexp)
8644         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8645         explaining what regexp patterns are for.
8646
8647 2007-12-04  Glenn Morris  <rgm@gnu.org>
8648
8649         * password.el: Move to password-cache.el.
8650
8651         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8652         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8653         * mml-smime.el (password-read, password-cache-add)
8654         (password-cache-remove):
8655         No need to autoload, since mml-sec requires password.
8656
8657         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8658         * message.el (gnus-extract-address-components):
8659         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8660
8661         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8662         password.
8663
8664 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8665
8666         * mailcap.el: Reduce dependencies.
8667         (mail-header-parse-content-type): Autoload.
8668         (mailcap-delete-duplicates): New alias.
8669         (mailcap-mime-info): Add optional argument NO-DECODE.
8670         (mailcap-mime-types): Use mailcap-delete-duplicates.
8671
8672         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8673
8674 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8675
8676         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8677         (imap-parse-status): Upcase status-att for servers that sends them
8678         lower-case (e.g., MS Exchange 2007).
8679
8680 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8681
8682         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8683         function.
8684
8685         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8686         (gnus-uu-yenc-article): New function.
8687
8688         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8689
8690         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8691
8692 2007-12-02  Glenn Morris  <rgm@gnu.org>
8693
8694         * binhex.el (binhex): New custom group.
8695         (binhex-decoder-program, binhex-decoder-switches)
8696         (binhex-use-external): Move to the binhex custom group.
8697
8698         * uudecode.el (uudecode): New custom group.
8699         (uudecode-decoder-program, uudecode-decoder-switches)
8700         (uudecode-use-external): Move to the uudecode custom group.
8701
8702         * netrc.el (top-level): Don't load `encrypt' features.
8703         (netrc-parse): Don't use encrypt.
8704         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8705
8706         * encrypt.el: Remove file.
8707
8708 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8709
8710         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8711         matches on patches.
8712
8713         * gnus-art.el (gnus-article-browse-html-article):
8714         Mention `mm-text-html-renderer' in the doc string.
8715
8716         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8717         string.  Add comments.
8718
8719         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8720         if rhs is ASCII.
8721
8722 2007-12-01  Glenn Morris  <rgm@gnu.org>
8723
8724         * mail-source.el (top-level): Require format-spec before
8725         eval-when-compile.
8726
8727 2007-11-30  Glenn Morris  <rgm@gnu.org>
8728
8729         * encrypt.el: Require password, rather than autoloading password-read.
8730
8731 2007-11-29  Glenn Morris  <rgm@gnu.org>
8732
8733         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8734         (sasl-make-client, sasl-next-step, sasl-step-data)
8735         (sasl-step-set-data): Declare as functions.
8736
8737 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8740
8741 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8742
8743         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8744         certs should be verified and what is to be done in the event of a
8745         verification failure.
8746
8747         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8748         caller can indicate whether the cache should be disregarded for this
8749         call.  This way the result of the call is reproducible at all times and
8750         can be considered a canonical server name for the supplied method.
8751         (gnus-agent-method-p): Canonicalize server names by pushing their
8752         method through `gnus-method-to-server' using the no-cache argument.
8753
8754         * gnus-srvr.el (gnus-server-insert-server-line):
8755         Call `gnus-method-to-server' with `no-cache' argument.
8756
8757         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8758         gnus-agent-possibly-synchronize-flags as this should be called when the
8759         server is actually being opened.
8760         (gnus-agent-possibly-synchronize-flags)
8761         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8762         flags file of an agentized server to the latter function.
8763
8764         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8765         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8766         after a connection has been established successfully.
8767
8768 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * gnus-art.el (article-display-face): Force to display face if called
8771         interactively; check if gnus-article-x-face-too-ugly matches author.
8772         (article-display-x-face): Display face even if From header is missing
8773         as article-display-face does.
8774
8775 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8776
8777         * hashcash.el (message-narrow-to-headers-or-head)
8778         (message-fetch-field, message-goto-eoh)
8779         (message-narrow-to-headers): Declare as functions.
8780
8781 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8782
8783         * mail-source.el (mail-sources): Default to fetch from file for
8784         compatibility with default of nnmail-spool-file.
8785
8786 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8789         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8790         to look for encoded word that should be encoded again.
8791         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8792         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8793         encoding pattern.
8794         (rfc2047-decode-region): Switch strict regexp and loose one according
8795         to rfc2047-allow-irregular-q-encoded-words.
8796
8797 2007-11-25  Romain Francoise  <romain@orebokech.com>
8798
8799         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8800
8801 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8802
8803         * tls.el (tls-program): Provide more custom choices from
8804         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8805         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8806
8807 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8810         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8811
8812         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8813         `nnmail-spool-file'.
8814
8815         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8816         `nnmail-spool-file'.
8817
8818         * gnus-move.el (gnus-change-server): Ditto.
8819
8820         * gnus-kill.el (gnus-batch-score): Ditto.
8821
8822         * gnus-cache.el (gnus-jog-cache): Ditto.
8823
8824         * gnus-msg.el (gnus-summary-reply):
8825         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8826
8827 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8830         version.  Minor improvement to doc strings.
8831         (tls-program): Add comment.
8832
8833 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8834
8835         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8836         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8837         mismatch between the hostname provided in the certificate and the name
8838         of the host connnecting to.
8839         (open-tls-stream): Use them.  Check certificates against trusted root
8840         certificates.
8841
8842 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * gnus-cache.el (gnus-cache-generate-nov-databases):
8845         Use nnml-generate-nov-databases-directory instead of
8846         nnml-generate-nov-databases-1.
8847
8848 2007-11-24  Glenn Morris  <rgm@gnu.org>
8849
8850         * message.el (message-tool-bar-retro): Update for rename
8851         mail_send.xpm->mail-send.xpm.
8852
8853 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8856         `smime-ldap-search' for Emacs 22 and up.
8857
8858 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8859
8860         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8861
8862         * message.el (message-send-mail-function): Fix error convention.
8863         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8864         (message-widen-reply, message-send-mail, message-talkative-question)
8865         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8866         (message-clone-locals, message-send-news): Use with-current-buffer.
8867         (message-insert-or-toggle-importance): Remove unused var `valid'.
8868         (message-make-references): Remove unused var `new-references'.
8869         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8870
8871 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8872
8873         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8874         (spam-split-symbolic-return-positive): Reflow docstring.
8875         (spam-backends, spam-summary-exit-behavior)
8876         (spam-mark-ham-unread-before-move-from-spam-group)
8877         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8878         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8879         (spam-clear-cache, spam-backend-check, spam-install-backend)
8880         (spam-install-statistical-backend, spam-list-of-processors)
8881         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8882         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8883         (spam-check-crm114, spam-initialize, spam-unload-hook):
8884         Fix typos in docstrings.
8885
8886 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8889         been checked if they have never been read and those group levels are
8890         higher than the one that a user specified.
8891
8892 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8895         foreign groups unless a group level is specified by a user.
8896         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8897
8898 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * message.el (message-send-mail-function): Require sendmail.
8901
8902 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * message.el (message-send-mail-function): Check for smtpmail too.
8905
8906         * utf7.el (utf7-encode, utf7-decode): Use coding system
8907         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8908
8909         * message.el (message-send-mail-function): New function.
8910         (message-send-mail-function): Set default using
8911         message-send-mail-function.  Adjust doc string.
8912         (message-send-mail-with-mailclient): New function.
8913
8914 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8915
8916         * smime.el (from):
8917         * rfc2047.el (message-posting-charset):
8918         * qp.el (mm-use-ultra-safe-encoding):
8919         * pop3.el (parse-time-months):
8920         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8921         * nnml.el (files):
8922         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8923         (jka-compr-compression-info-list, ange-ftp-path-format)
8924         (efs-path-regexp):
8925         * nndiary.el (files):
8926         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8927         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8928         (epg-digest-algorithm-alist, inhibit-redisplay)
8929         (password-cache-expiry):
8930         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8931         (pgg-output-buffer, password-cache-expiry):
8932         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8933         (efs-path-regexp):
8934         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8935         (inhibit-redisplay):
8936         * mm-uu.el (file-name, start-point, end-point, entry)
8937         (gnus-newsgroup-name, gnus-newsgroup-charset):
8938         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8939         (latin-unity-ucs-list):
8940         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8941         (mm-uu-binhex-decode-function):
8942         * message.el (gnus-message-group-art, gnus-list-identifiers)
8943         (rmail-enable-mime-composing, gnus-local-organization)
8944         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8945         (gnus-read-active-file, facemenu-add-face-function)
8946         (facemenu-remove-face-function, gnus-article-decoded-p)
8947         (tool-bar-mode):
8948         * mail-source.el (display-time-mail-function):
8949         * gnus-util.el (nnmail-pathname-coding-system)
8950         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8951         (gnus-original-article-buffer, gnus-user-agent)
8952         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8953         (xemacs-codename, sxemacs-codename, emacs-program-version):
8954         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8955         * gnus-start.el (gnus-agent-covered-methods)
8956         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8957         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8958         (gnus-newsgroup-headers, gnus-group-list-mode)
8959         (gnus-group-mark-positions, gnus-newsgroup-data)
8960         (gnus-newsgroup-unreads, nnoo-state-alist)
8961         (gnus-current-select-method, mail-sources)
8962         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8963         (nnmail-spool-file, gnus-cache-active-hashtb):
8964         * gnus-mh.el (mh-lib-progs):
8965         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8966         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8967         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8968         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8969         (gnus-group-buffer):
8970         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8971         (font-lock-set-defaults):
8972         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8973         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8974         (gnus-summary-post-menu, total-parts, type, condition, length):
8975         * gnus-agent.el (gnus-agent-read-agentview):
8976         * flow-fill.el (show-trailing-whitespace):
8977         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8978         eval-and-compile wrappers for byte compiler pacifiers.
8979
8980         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8981         (mm-display-inline-fontify): Check for featurep 'xemacs not
8982         extent-list.
8983
8984         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8985         itimer-list.
8986         (mm-create-image-xemacs): Only do something for XEmacs.
8987         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8988
8989         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8990
8991         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8992         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8993
8994 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8995
8996         * nnimap.el (nnimap-split-download-body):
8997         * gnus-demon.el (gnus-demon):
8998         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8999
9000 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9003         New macros.
9004         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9005         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9006         copy data from unibyte buffer to multibyte current buffer.
9007         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9008         to copy data from unibyte current buffer to multibyte buffer.
9009         (nntp-make-process-buffer): Make process buffer unibyte.
9010
9011         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9012
9013 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9014
9015         * pop3.el (pop3-open-server): Accept and process data more robustly at
9016         connexion start to avoid spurious "POP SSL connexion failed" errors.
9017
9018 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9021         read group names.
9022
9023 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9026
9027 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9030         (nnmail-save-active): Use a unibyte buffer when saving active file,
9031         which may contain non-ASCII group names.
9032
9033         * nnml.el (nnml-request-group): Decode group names in messages.
9034
9035 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * message.el (message-citation-line-function)
9038         (message-insert-formatted-citation-line): Fix spelling of
9039         `message-insert-formated-citation-line'.
9040
9041 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9042
9043         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9044
9045 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9048         nnmail-pathname-coding-system.
9049
9050         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9051         that a user enters; decode group names in messages.
9052
9053         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9054
9055 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9056
9057         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9058
9059         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9060
9061         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9062         risky local variable.
9063
9064         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9065
9066 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9067
9068         * encrypt.el: Improve documentation to fix function name typo.
9069         Reported by Daiki Ueno <ueno@unixuser.org>.
9070
9071 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9072
9073         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9074         even if the point is not in the last page of an article.
9075         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9076         back to the previous page.
9077
9078 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9081
9082 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9085
9086 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9087
9088         * message.el (message-check-news-body-syntax):
9089         Avoid mm-string-as-multibyte.
9090         (message-hide-headers): Don't assume (point-min)==1.
9091
9092 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * message.el (message-remove-blank-cited-lines): Fix if remove is
9095         given.
9096         (message-bogus-address-regexp): New variable.
9097         (message-bogus-recipient-p): New function.
9098         (message-check-recipients): New command.
9099         (message-syntax-checks): Add `bogus-recipient'.
9100         (message-fix-before-sending): Add `bogus-recipient'.
9101
9102         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9103         (gnus-treat-body-boundary): Don't test window-system.
9104
9105 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9106
9107         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9108
9109 2007-10-28  Miles Bader  <miles@gnu.org>
9110
9111         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9112         at compile-time too.
9113
9114 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9115
9116         * gnus-msg.el (gnus-message-setup-hook):
9117         Add `message-remove-blank-cited-lines' to options.
9118
9119 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * message.el (message-remove-blank-cited-lines): New function.
9122         Suggested by Karl Plästerer.
9123
9124 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9127         mapc.
9128
9129         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9130         (top-level): Use mapc to set functions to be traced for debugging.
9131
9132         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9133         called for effect with while loop.
9134
9135         * message.el (message-talkative-question): Replace mapcar called for
9136         effect with mapc.
9137
9138         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9139         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9140         called for effect with dolist.
9141
9142         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9143
9144         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9145         gnus-extra-headers and nnmail-extra-headers.
9146
9147         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9148         called for effect with dolist.
9149         (top-level): Use mapc to set functions to be traced for debugging.
9150
9151         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9152         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9153         dolist.
9154
9155         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9156         Replace mapcar called for effect with mapc.
9157         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9158         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9159         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9160         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9161
9162         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9163         remove-if that's a cl function.
9164
9165         * webmail.el (webmail-debug): Replace mapcar called for effect with
9166         dolist.
9167
9168         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9169         with mapc.
9170
9171 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9174         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9175         with while loop.
9176
9177         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9178         functions from article-* functions.
9179         (gnus-multi-decode-header): Replace mapcar called for effect with
9180         dolist.
9181
9182         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9183         (gnus-bookmark-show-details): Replace mapcar called for effect with
9184         while loop.
9185
9186         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9187         called for effect with while loop.
9188
9189         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9190         with dolist.
9191
9192         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9193         Replace mapcar called for effect with dolist.
9194
9195         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9196
9197         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9198         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9199         Replace mapcar called for effect with dolist.
9200         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9201         mapc.
9202
9203         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9204         Replace mapcar called for effect with dolist.
9205         (gnus-topic-list): Replace mapcar called for effect with mapc.
9206
9207         * gnus.el: Use mapc instead of mapcar to add autoloads.
9208
9209 2007-10-23  Richard Stallman  <rms@gnu.org>
9210
9211         * gnus-group.el (gnus-group-highlight): Mark as risky.
9212
9213 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus.el (gnus-server-to-method): Return method found first in
9216         gnus-newsrc-alist.
9217
9218         * gnus-art.el (gnus-article-highlight-signature)
9219         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9220         button overlay without the front stickiness.
9221
9222 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9223
9224         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9225         overview buffer needed a catch to receive its throw.
9226         (gnus-agent-flush-cache): Declare as interactive to make this function
9227         easier to use.
9228
9229 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9230
9231         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9232         `next-line'.
9233
9234 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9237         exclude address matching message-dont-reply-to-names.
9238
9239 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gnus-util.el (gnus-string<): New function.
9242
9243         * gnus-sum.el (gnus-article-sort-by-author)
9244         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9245
9246 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9249         the frame-focus tag is set in gnus-buffer-configuration.
9250
9251 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9254         the front stickiness.
9255
9256 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9259         url pattern; remove duplicate one.
9260         (gnus-article-extend-url-button): New function.
9261         (gnus-article-add-buttons): Use it.
9262         (gnus-button-push): Use concatenated url that it makes.
9263
9264 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9265
9266         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9267
9268 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9269
9270         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9271         Don't hardcode point-min==1.
9272
9273 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9276         Fix comment about "iso8859-1".
9277
9278 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9279
9280         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9281         ones returned from the verify-function.
9282
9283         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9284         Call mml2015-extract-cleartext-signature if extraction failed.
9285
9286 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9287
9288         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9289         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9290         failed.
9291
9292 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9295
9296 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9299         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9300         recommends to use EasyPG instead of PGG.
9301
9302         * pgg.el: Revert to revision 6.23.2.16.
9303
9304         * pgg-def.el: Revert to revision 6.6.2.14.
9305
9306         * pgg-gpg.el: Revert to revision 6.23.2.34.
9307
9308 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9309
9310         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9311         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9312         thread for both the null and zero (kill/expire thread) universal prefix
9313         cases.
9314         (gnus-summary-expire-thread): Add new function to expire a thread,
9315         using gnus-summary-kill-thread.
9316         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9317         shortcuts for gnus-summary-expire-thread.
9318         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9319         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9320
9321 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9322
9323         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9324         extras value, so an extras entry can be deleted.
9325         (gnus-registry-delete-extra-entry): Use it.
9326         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9327         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9328         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9329         storage through the gnus-registry, and provide an appropriate API for
9330         it.
9331
9332 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9335         Suggested by Leo <sdl.web@gmail.com>.
9336
9337         * gnus.el: Do.
9338
9339 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9342         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9343
9344         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9345
9346         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9347         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9348
9349 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9350
9351         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9352         newline.
9353         (nnmbox-request-accept-article): Don't change article in source buffer;
9354         narrow to header to use message-fetch-field rather than
9355         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9356         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9357         as delimiters; make sure article ends with newline.
9358         (nnmbox-delete-mail): Correct last position of article to be deleted;
9359         ignore X-Gnus-Newsgroup header in article body.
9360         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9361         positions; make sure article ends with newline.
9362
9363         * message.el (message-display-abbrev): Don't infloop when a user
9364         inserts SPC in the beginning of header.
9365
9366         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9367         coding-system-for-read and coding-system-for-write for XEmacs having no
9368         file-coding feature.
9369
9370         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9371
9372 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9373
9374         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9375         list of groups not followed by default.  Fix type to be regexp.
9376         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9377
9378 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9379
9380         * hmac-def.el (define-hmac-function): Switch from old-style to
9381         new-style backquotes.
9382
9383         * md4.el (md4-make-step): Likewise.
9384
9385 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9388         raw-text coding system when saving .newsrc file, which may contain
9389         non-ASCII group names.
9390
9391 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9392
9393         * gnus-cus.el (gnus-score-extra): New widget.
9394         (gnus-score-extra-convert): New function.
9395         (gnus-score-customize): Use it for Extra.
9396
9397 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9398
9399         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9400         (mml2015-mailcrypt-clear-verify): Use it.
9401         (mml2015-gpg-clear-verify): Use it.
9402         (mml2015-pgg-clear-verify): Use it.
9403         (mml2015-epg-clear-verify): Replace the current part with the output
9404         from GnuPG; don't extract the plaintext by itself.
9405
9406         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9407         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9408         mml2015-clear-verify-function; don't touch the armor headers or
9409         dash-escaped text here.
9410
9411 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9414         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9415         parts, or application/octet-stream as a last resort.
9416         (gnus-mime-view-part-as-type): Don't toggle display.
9417         (gnus-mime-view-part-as-charset): Don't turn off display before
9418         querying charset.
9419
9420         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9421         stuff to undisplayer function in Emacs.
9422         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9423
9424         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9425         text/calendar parts.
9426
9427 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9430         decoding text/calendar parts.
9431
9432         * message.el (message-forward-make-body-mime): Always mark body as
9433         having no illegible text; remove signed-or-encrypted argument.
9434         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9435
9436         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9437         (mml-generate-mime-1): Don't encode body if it is specified to be in
9438         raw form; don't make buffer be unibyte when inserting multibyte string.
9439
9440 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9441
9442         * sha1.el: Fix up comment style.
9443         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9444         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9445
9446         * hex-util.el: Fix up comment style.
9447         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9448
9449         * gnus-salt.el: Use with-current-buffer.
9450         (gnus-pick-setup-message): Fix long-standing typo.
9451
9452 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9453
9454         * imap.el (imap-logout-timeout): New variable.
9455         (imap-logout, imap-logout-wait): New functions.
9456         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9457
9458         * nnimap.el (nnimap-logout-timeout): New server variable.
9459         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9460         nnimap-logout-timeout.
9461
9462         * gnus-art.el (gnus-article-summary-command-nosave)
9463         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9464
9465 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9466
9467         * gnus.el (gnus-maximum-newsgroup): New variable.
9468
9469         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9470         according to gnus-maximum-newsgroup.
9471
9472         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9473         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9474         Limit the range of articles according to gnus-maximum-newsgroup.
9475
9476 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9477
9478         * gnus-art.el (gnus-sticky-article): Fix problems described in
9479         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9480         Don't perform gnus-configure-windows here; reuse existing sticky
9481         article buffer.
9482
9483         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9484         it doesn't exist in gnus-article-mode.
9485
9486 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9489         (gnus-agent-decoded-group-name): New function.
9490         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9491         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9492
9493 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9494
9495         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9496         Add binding for gnus-sticky-article.
9497         (gnus-summary-exit): Don't kill sticky article buffers.
9498
9499         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9500         article buffer.
9501         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9502         (gnus-kill-sticky-article-buffers): New commands.
9503
9504 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * nntp.el (nntp-xref-number-is-evil): New server variable.
9507         (nntp-find-group-and-number): If it is non-nil, don't trust article
9508         numbers in the Xref header.
9509
9510 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9511
9512         * gnus-agent.el (gnus-agent-read-group): New function.
9513         (gnus-agent-flush-group, gnus-agent-expire-group)
9514         (gnus-agent-regenerate-group): Use it.
9515         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9516         nnmail-pathname-coding-system.
9517
9518 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9521
9522         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9523         that are unread as unread, and also as selected so that information of
9524         marks having been changed by a user may be updated when exiting group.
9525
9526 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9529
9530 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9533         calculated ignoring signature parts to gnus-treat-article.
9534
9535 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9538         a point here in order to keep the window start.
9539         (gnus-insert-mime-security-button): Make a button overlay without the
9540         front stickiness.
9541         (gnus-mime-display-security): Goto the end of a button.
9542
9543         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9544
9545 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9548         group-name-at-point.
9549         (gnus-group-completing-read): New function that offers decoded
9550         non-ASCII group names for completion.
9551         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9552         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9553         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9554         (gnus-group-fetch-control): Use it.
9555         (gnus-fetch-group): Use group-name-at-point for the initial value
9556         rather than the default value; use gnus-alive-p.
9557
9558         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9559         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9560         (gnus-summary-post-news): Use gnus-group-completing-read.
9561
9562         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9563         (gnus-read-move-group-name): Decode group name for completion.
9564
9565 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9566
9567         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9568         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9569         Yamaoka slightly modified the code).
9570
9571 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9574         (nnmail-split-incoming): Bind it.
9575
9576         * nnml.el (nnml-group-name-charset): New function.
9577         (nnml-decoded-group-name): Use it; don't decode group name if
9578         nnmail-group-names-not-encoded-p is non-nil.
9579         (nnml-encoded-group-name): New function.
9580         (nnml-group-pathname): Inline nnml-decoded-group-name.
9581         (nnml-request-expire-articles): Decode group name in message.
9582         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9583         nnmail-pathname-coding-system.
9584         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9585         not decoded ones according to nnmail-group-names-not-encoded-p.
9586         (nnml-generate-active-info): Use nnml-encoded-group-name.
9587
9588 2007-08-08  Glenn Morris  <rgm@gnu.org>
9589
9590         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9591         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9592         doc-strings and comments.
9593
9594 2007-07-25  Glenn Morris  <rgm@gnu.org>
9595
9596         * Relicense all FSF files to GPLv3 or later.
9597
9598 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9599
9600         * gnus-sum.el (gnus-summary-move-article):
9601         Make gnus-summary-respool-article work.
9602
9603 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9606         string.
9607
9608 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9609
9610         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9611         that should be ignored when comparing distant RSS articles with local
9612         ones.
9613         (nnrss-make-hash-index): New function.  Create a hash index according
9614         to the ignored fields.
9615         (nnrss-check-group): Use it.
9616
9617 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9620
9621         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9622
9623         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9624         the new optional argument ENCODED is non-nil.
9625         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9626         coding system for encoding group name.
9627         (gnus-group-make-rss-group): Pass un-encoded group name to
9628         gnus-group-make-group.
9629         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9630         encoded.
9631
9632         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9633         Encode group name to which articles are moved or copied.
9634         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9635         coding system for encoding Newsgroup, Followup-To and Xref headers.
9636
9637         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9638         marks; use nnheader-file-coding-system to write a file.
9639         (nnagent-retrieve-headers): Bind file-name-coding-system to
9640         nnmail-pathname-coding-system.
9641
9642         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9643
9644         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9645         (nnml-request-article, nnml-request-create-group)
9646         (nnml-request-rename-group, nnml-find-id)
9647         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9648         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9649         (nnml-save-marks): Use nnml-group-pathname instead of
9650         nnmail-group-pathname.
9651
9652         (nnml-request-create-group, nnml-request-expire-articles)
9653         (nnml-request-move-article, nnml-request-delete-group)
9654         (nnml-deletable-article-p, nnml-possibly-create-directory)
9655         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9656         (nnml-open-marks): Bind file-name-coding-system to
9657         nnmail-pathname-coding-system.
9658
9659         (nnml-request-article): Pass server argument to nnml-find-group-number.
9660         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9661         Pass server argument to nnml-possibly-create-directory.
9662         (nnml-request-accept-article): Pass server argument to
9663         nnml-active-number and nnml-save-mail.
9664         (nnml-find-group-number): Pass server argument to nnml-find-id.
9665         (nnml-request-update-info): Pass server argument to
9666         nnml-marks-changed-p.
9667
9668         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9669         (nnml-save-mail, nnml-active-number): Add server argument.
9670
9671         (nnml-request-delete-group): Warn if group is missing.
9672         (nnml-get-nov-buffer): Decode group name.
9673         (nnml-generate-active-info): Encode group name.
9674         (nnml-open-marks): Decode group name in messages.
9675
9676 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9679         if it is not specified.
9680         (gnus-article-pipe-part, gnus-article-save-part)
9681         (gnus-article-interactively-view-part, gnus-article-copy-part)
9682         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9683         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9684         (gnus-article-replace-part, gnus-article-delete-part)
9685         (gnus-article-view-part-as-type): Pass raw prefix argument to
9686         gnus-article-part-wrapper.
9687
9688 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * gnus-agent.el (gnus-agent-save-active):
9691         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9692
9693         * gnus-cache.el (gnus-cache-save-buffers)
9694         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9695         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9696         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9697         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9698         (gnus-cache-generate-active, gnus-cache-rename-group)
9699         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9700         (gnus-cache-update-overview-total-fetched-for):
9701         Bind file-name-coding-system to nnmail-pathname-coding-system.
9702         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9703         New variables.
9704         (gnus-cache-decoded-group-name): New function.
9705         (gnus-cache-file-name): Use it.
9706         (gnus-cache-generate-active): Use non-decoded group name for active.
9707
9708         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9709         right place.
9710         (gnus-write-active-file): Don't break non-ASCII group names.
9711
9712         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9713         nnmail-pathname-coding-system.
9714
9715         * lpath.el: Bind default-file-name-coding-system,
9716         file-name-coding-system and language-info-alist for XEmacs.
9717
9718         * gnus-uu.el (gnus-uu-decode-save): Typo.
9719
9720 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9723
9724 2007-07-14  David Kastrup  <dak@gnu.org>
9725
9726         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9727         finishing actions if we did not edit the article.
9728
9729 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9732         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9733         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9734         (gnus-agent-flush-group, gnus-agent-flush-cache)
9735         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9736         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9737         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9738         (gnus-agent-regenerate-group)
9739         (gnus-agent-update-files-total-fetched-for)
9740         (gnus-agent-update-view-total-fetched-for):
9741         Bind file-name-coding-system to nnmail-pathname-coding-system.
9742         (gnus-agent-group-pathname): Don't encode file names by
9743         nnmail-pathname-coding-system.
9744         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9745         coding-system-for-write instead of buffer-file-coding-system to
9746         gnus-agent-file-coding-system.
9747
9748         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9749         Decode group name.
9750
9751         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9752
9753         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9754         (gnus-read-newsrc-el-file): Make group names unibyte.
9755
9756         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9757         nnmail-pathname-coding-system.
9758
9759         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9760         (nnrss-request-delete-group): Bind file-name-coding-system to
9761         nnmail-pathname-coding-system.
9762         (nnrss-read-server-data, nnrss-read-group-data):
9763         Bind file-name-coding-system correctly.
9764         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9765
9766         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9767         (nntp-server-to-method-cache): New variable.
9768         (nntp-group-pathname): New function that decodes non-ASCII group names.
9769         (nntp-possibly-create-directory, nntp-marks-changed-p)
9770         (nntp-save-marks, nntp-open-marks): Use it.
9771         (nntp-possibly-create-directory, nntp-open-marks):
9772         Bind file-name-coding-system to nnmail-pathname-coding-system.
9773         (nntp-open-marks): Decode group names when bootstrapping marks.
9774
9775         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9776         Newsgroups and Folowup-To headers.
9777
9778 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9781         (gnus-server-closed-face, gnus-server-denied-face)
9782         (gnus-server-offline-face): Remove variable.
9783         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9784
9785         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9786         of modifying message-stack directly for XEmacs.
9787
9788         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9789         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9790         if the coding-system argument is nil for XEmacs.
9791
9792         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9793         mm-charset-override-alist.
9794
9795         * rfc2047.el: Don't require base64; require rfc2045 for the function
9796         rfc2045-encode-string.
9797         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9798         to quote the parameter value.
9799
9800 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9803         form in gnus-group-name-charset-method-alist.
9804
9805         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9806         overrides the default layout edit-form.
9807
9808         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9809
9810         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9811
9812 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9815         as unfetched articles.
9816
9817 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9820
9821 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9824         original back end that keeps marks in the local system.
9825
9826 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9829         arg of pop-to-buffer for XEmacs.
9830         (gnus-article-read-summary-keys): Ditto; don't restore window
9831         configuration if summary command ends up with neither article buffer
9832         nor summary buffer; describe bindings if summary keys end with C-h.
9833
9834 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * message.el (message-fix-before-sending): Skip raw message part to be
9837         forwarded while checking illegible text.
9838         (message-forward-make-body-mime, message-forward-make-body):
9839         Mark signed or encrypted raw message as having no illegible text.
9840
9841 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9844         (gnus-message-with-timestamp-1): New macro.
9845         (gnus-message-with-timestamp): New function.
9846         (gnus-message): Use them.
9847
9848         * nnheader.el (nnheader-message): Use them.
9849
9850 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9853         .newsrc.eld file.
9854
9855 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * gnus-agent.el (gnus-agent-fetch-headers)
9858         (gnus-agent-retrieve-headers):
9859         Bind gnus-decode-encoded-address-function to identity.
9860
9861         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9862         available also when the server returns simply a dot.
9863
9864         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9865
9866 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9869
9870 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * gnus-ems.el (gnus-x-splash): Make it work.
9873
9874         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9875         from being used.
9876
9877         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9878
9879 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9882         4th and the 5th arguments.
9883
9884         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9885         the front stickiness.
9886         (gnus-article-summary-command-nosave): Correct the order of the
9887         arguments passed to pop-to-buffer.
9888         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9889         summary command ends up with the article buffer.
9890
9891         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9892         the same faces.
9893
9894 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9895
9896         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9897
9898 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9899
9900         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9901         * gnus-sum.el (gnus-summary-highlight):
9902         * pgg.el (pgg-sign-region, pgg-sign):
9903         * mail-source.el (mail-source-delete-old-incoming-confirm):
9904         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9905
9906 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * gnus-art.el (gnus-mime-view-part-externally)
9909         (gnus-mime-view-part-internally): Fix predicate function passed to
9910         completing-read.
9911
9912         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9913
9914         * gnus.el (gnus-update-message-archive-method): Add :version.
9915
9916 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus.el (gnus-update-message-archive-method): New variable.
9919
9920         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9921         according to gnus-message-archive-method if
9922         gnus-update-message-archive-method is non-nil.
9923
9924 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9927         Suggested by Loic Dachary <loic@dachary.org>.
9928         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9929
9930 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * message.el (message-pop-to-buffer): Add switch-function argument.
9933         (message-mail): Pass switch-function argument to it.
9934
9935 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9938         Improve doc string.
9939
9940 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9943         (gnus-header-content)
9944         * gnus-cite.el (gnus-cite-10)
9945         * gnus-srvr.el (gnus-server-closed)
9946         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9947         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9948         (gnus-group-mail-3-empty, gnus-group-mail-low)
9949         (gnus-group-mail-low-empty, gnus-splash)
9950         * message.el (message-header-to, message-header-cc)
9951         (message-header-subject, message-header-other, message-header-name)
9952         (message-header-xheader, message-separator, message-cited-text)
9953         (message-mml): Lighten colors of faces used for dark background.
9954
9955 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9956
9957         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9958         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9959
9960 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * message.el (message-narrow-to-headers-or-head):
9963         Ignore mail-header-separator in the body.
9964
9965 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9968         same as window size.
9969
9970 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9971
9972         * message.el (message-font-lock-keywords): Use message-header-xheader
9973         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9974         ahead of the anything pattern, to get it recognised.
9975
9976 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9979         spam.el loads uses it in the compiled defadvice form.
9980
9981 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9982
9983         * gnus-sum.el (gnus-articles-to-read)
9984         (gnus-summary-insert-old-articles): Don't truncate group name for
9985         `read-string'.
9986
9987         * gnus-util.el (gnus-limit-string): Delete this function.
9988
9989         * gnus-sum.el (gnus-simplify-subject-fully):
9990         Use `truncate-string-to-width' instead.
9991
9992 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9993
9994         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9995         Tell if, on summary exit, the next group has to be selected.
9996         (gnus-summary-exit): Use it.
9997
9998 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9999
10000         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10001         non-break space.
10002
10003 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10006         Check if group is not a directory.
10007         (nnfolder-request-expire-articles): Don't delete articles if the target
10008         group is not available.
10009
10010         * nnml.el (nnml-request-create-group): Properly check if group is not a
10011         file.
10012         (nnml-request-expire-articles): Don't delete articles if the target
10013         group is not available.
10014
10015         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10016         Don't quote characters that are within parentheses.
10017
10018 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10021         (gnus-handle-ephemeral-exit): Select article according to it.
10022
10023 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * message.el (message-insert-formated-citation-line): Remove newline.
10026         (message-citation-line-format): Add final \n here so that the user can
10027         avoid a blank line.
10028
10029 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10030
10031         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10032         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10033         Update lanl/arXiv support.
10034
10035 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * gnus.el: Bump version number.
10038
10039 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10040
10041         * gnus.el (gnus-version-number): Bump version.
10042
10043 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10044
10045         * gnus.el: No Gnus v0.6 is released.
10046
10047 2007-04-27  Didier Verna  <didier@xemacs.org>
10048
10049         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10050         * gmm-utils.el (gmm-regexp-concat): ... here.
10051         * message.el: Don't require 'gnus-util.
10052         (message-dont-reply-to-names): Handle name change above.
10053         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10054
10055 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10058         since the initial value varies according to the system.
10059
10060 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10063
10064 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10065
10066         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10067
10068 2007-04-24  Didier Verna  <didier@xemacs.org>
10069
10070         Improve the type of gnus-ignored-from-addresses.
10071         * gnus-util.el (gnus-orify-regexp): New function.
10072         * message.el (gnus-util): Require it.
10073         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10074         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10075         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10076
10077 2007-04-24  Didier Verna  <didier@xemacs.org>
10078
10079         * gnus-sum.el:
10080         * gnus-utils.el: Fix some trailing whitespaces.
10081
10082 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10083
10084         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10085         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10086         article's Message-ID; refer parent article in summary buffer.
10087
10088         * message.el (message-bounce): Call mime-to-mml.
10089
10090         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10091         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10092         optimize and/or forms properly.
10093
10094 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10095
10096         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10097         URL.
10098
10099 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10102
10103 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10106         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10107         displayed of multipart/alternative part if it is invoked from summary
10108         buffer.
10109
10110         * mm-view.el (mm-inline-text-html-render-with-w3m)
10111         (mm-inline-text-html-render-with-w3m-standalone)
10112         (mm-inline-render-with-function): Use mail-parse-charset by default.
10113
10114 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10115
10116         * parse-time.el (parse-time-string-chars): Check if CHAR
10117         is less than the length of parse-time-syntax.
10118
10119 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10122         from gnus-newsgroup-processable.
10123
10124 2007-04-16  Didier Verna  <didier@xemacs.org>
10125
10126         * gnus-msg.el (gnus-configure-posting-styles):
10127         Handle message-signature-directory properly with :file syntax.
10128         Reported by "Leo".
10129
10130 2007-04-11  Didier Verna  <didier@xemacs.org>
10131
10132         New user option: message-signature-directory.
10133         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10134         * message.el (message-insert-signature): Ditto.
10135         * message.el (message-signature-file): Doc update.
10136         * message.el (message-signature-directory): New.
10137
10138 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-msg.el (gnus-inews-yank-articles):
10141         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10142
10143 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * message.el (message-yank-original): Make sure cited text ends with
10146         newline; don't exchange point and mark.
10147
10148 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10149
10150         * tls.el (open-tls-stream): Properly handle case where there
10151         is no associated buffer.
10152
10153 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10154
10155         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10156         message-yank-original, make sure (< mark TEXT point).
10157
10158 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * message.el (message-fill-column): New variable.
10161         (message-mode): Use it.  Add comment on a possible new hook.
10162
10163         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10164         (nnmail-get-new-mail): Reformat.
10165
10166         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10167
10168         * gmm-utils.el: Fix Commentary.
10169         (gmm-tool-bar-from-list): Fix typo in doc string.
10170
10171 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10172
10173         * message.el (message-yank-original): Don't switch point and mark
10174         unnecessarily to put point and mark as documented.
10175
10176 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177
10178         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10179         from the message heads.
10180
10181 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10182
10183         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10184         article buffer does not have a window.  This may not be the best
10185         solution but is certainly better than setting the start of the null,
10186         that is the current, window.
10187
10188 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10191         (gnus-draft-setup): Run it.
10192
10193         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10194         gnus-score-fast-scoring.  Allow regexp.
10195         (gnus-score-headers): Use it.
10196
10197         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10198         XEmacs.
10199
10200         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10201         string.
10202         (gnus-button-alist): Also catch `<f1> k ...'.
10203         (gnus-treat-display-x-face): Fix doc string.
10204
10205 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10206
10207         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10208         evaluation of gnus-extended-version to ensure correct generation of the
10209         User-Agent header when message-generate-headers-first is used.
10210
10211 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10212
10213         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10214         hashcash-path is nil.  Don't call callback with incorrect number of
10215         parameters if val is 0.
10216
10217 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10218
10219         * message.el (message-required-news-headers):
10220         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10221
10222 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10223
10224         * tls.el (open-tls-stream): In handshake-waiting loop,
10225         don't wait more if there is output available to process.
10226
10227 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10228
10229         * tls.el (tls-program): Doc fix.
10230
10231 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * message.el (message-generate-new-buffers): Change the meaning of the
10234         nil value; add `standard' to the choices; treat t as `unique'; improve
10235         doc string.
10236         (gnus-select-frame-set-input-focus): Autoload.
10237         (message-buffer-name): Search for the existing message buffer if
10238         message-generate-new-buffers is nil or `standard'; treat the value t of
10239         message-generate-new-buffers as `unique'.
10240         (message-pop-to-buffer): Raise the frame already displaying the message
10241         buffer; clear the echo area after querying.
10242         (message-setup): Pass the `continue' argument to compose-mail.
10243         (message-mail): Prefer `switch-function' if it is given; search for the
10244         existing message buffer if the `continue' argument is non-nil; pass
10245         continue and switch-function arguments to compose-mail by way of
10246         message-setup.
10247         (message-mail-other-window): Adjust argument of message-setup.
10248         (message-mail-other-frame): Ditto.
10249
10250 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10253         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10254         to turn font-lock on when turning gnus-message-citation-mode on.
10255
10256 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10257
10258         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10259         (mml-smime-function-alist): New variable; add epg as the backend.
10260         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10261         mml-smime- functions instead.
10262         * mm-view.el: Require smime.
10263
10264 2007-03-05  Didier Verna  <didier@xemacs.org>
10265
10266         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10267         instead of just inheritance for posting styles.
10268         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10269
10270 2007-02-24  Chris Moore  <dooglus@gmail.com>
10271
10272         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10273         * pgg-pgp.el (pgg-pgp-encrypt-region):
10274         * pgg-gpg.el (pgg-gpg-encrypt-region):
10275         Check pgg-encrypt-for-me if no other recipients.
10276
10277 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10278
10279         * tls.el (tls-certtool-program): Fix custom type.
10280
10281 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10284         and point-at-eol instead of line-(beginning|end)-position.
10285
10286         * assistant.el (assistant-parse-buffer): Ditto.
10287
10288         * netrc.el (netrc-parse-services): Ditto.
10289
10290 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10291
10292         * mml2015.el (mml2015-epg-find-usable-key): New function.
10293         (mml2015-epg-sign): Use it.
10294         (mml2015-epg-encrypt): Use it.
10295
10296 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * message.el (message-make-in-reply-to): Quote name containing
10299         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10300         if there are special characters.  Reported by NAKAJI Hiroyuki
10301         <nakaji@jp.freebsd.org>.
10302
10303 2007-02-27  Didier Verna  <didier@xemacs.org>
10304
10305         Include the group parameters as well as the topic ones in the
10306         inheritance filter process.
10307         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10308         argument GROUP-PARAMS-LIST.
10309         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10310
10311 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * nntp.el (nntp-never-echoes-commands)
10314         (nntp-open-connection-functions-never-echo-commands): New variables.
10315         (nntp-send-command): Use them.
10316
10317 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10318
10319         * mml2015.el (mml2015-epg-verify): Simplify.
10320
10321 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * mml.el (mml-content-disposition-alist): New user option.
10324         (mml-content-disposition): New function.
10325         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10326         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10327
10328 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10329
10330         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10331         verification.
10332
10333 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10334
10335         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10336         articles posted in the last 24 hours.
10337
10338 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10339
10340         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10341
10342 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10343
10344         * nntp.el (nntp-send-command): Don't wait for echoes when
10345         nntp-open-ssl-stream is used.
10346
10347 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10350         (gnus-message-add-citation-keywords)
10351         (gnus-message-remove-citation-keywords): Remove.
10352         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10353         directly, make the variables in font-lock-defaults buffer-local, add
10354         gnus-message-citation-keywords to them and then update the value of
10355         font-lock-keywords.
10356
10357 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * message.el (message-cite-original-1): Don't call
10360         gnus-article-highlight-citation.
10361
10362         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10363         citations; fix line count.
10364
10365 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10368         (gnus-message-add-citation-keywords)
10369         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10370         versions of font-lock-add-keywords and font-lock-remove-keywords to
10371         work with XEmacs correctly.
10372
10373 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gnus-cite.el (gnus-cite-face-list): Set the values of
10376         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10377         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10378         (gnus-message-cite-prefix-regexp): New variable.
10379         (gnus-message-search-citation-line): Use it; protect against long
10380         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10381         the 0th match data for Emacs.
10382         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10383         (gnus-message-add-citation-keywords): Append keywords rather than
10384         prepending; emulate font-lock-add-keywords if it is not available.
10385         (gnus-message-remove-citation-keywords):
10386         Emulate font-lock-remove-keywords if it is not available.
10387
10388         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10389
10390         * message.el (message-cite-prefix-regexp): Set the value of
10391         gnus-message-cite-prefix-regexp.
10392
10393 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10394
10395         * nnweb.el (nnweb-google-parse-1): Update parser.
10396
10397 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10398
10399         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10400
10401 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10402
10403         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10404         regexp.
10405
10406 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10407
10408         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10409         string-to-multibyte.
10410         (uudecode-decode-region-internal): Use it.
10411
10412         * lpath.el: Fbind string-as-multibyte for XEmacs.
10413
10414 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10417         Fix custom choice.
10418
10419         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10420
10421 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10422
10423         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10424
10425         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10426         `write-region' to respect `mm-inhibit-file-name-handlers'.
10427
10428 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10431         Use gnus-home-directory instead of "~/" or "$HOME".
10432
10433 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10434
10435         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10436         to mention filename.
10437         Add comments at beginning regarding usage.
10438         (encrypt-write-file-contents): Change interactive so a string is
10439         acceptable.  If the file has no associated model, show an error instead
10440         of a nonsense prompt.
10441
10442 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10443
10444         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10445         Thanks to Yoshihiko Yamada for kind notification of this typo.
10446
10447 2007-01-12  Kenichi Handa  <handa@m17n.org>
10448
10449         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10450         multibyte buffer.
10451
10452 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * gnus-score.el (gnus-score-fast-scoring): New variable.
10455         (gnus-score-headers): Use it.
10456
10457         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10458
10459         * message.el (message-cite-original-1):
10460         Call gnus-article-highlight-citation if requested.
10461         (message-make-from): Allow name and address as optional arguments.
10462
10463         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10464
10465         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10466         bugs to doc string.
10467         (gnus-button-alist): Add mid\\|message-id.
10468         (gnus-button-fetch-group): Extend for use in
10469         `browse-url-browser-function'.
10470         (gnus-button-url-regexp): Try to catch paired parentheses like in
10471         Wikipedia URLs.
10472
10473         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10474         Suggested by Simon Krahnke <overlord@gmx.li>.
10475
10476 2007-01-13  Romain Francoise  <romain@orebokech.com>
10477
10478         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10479         Update copyright.
10480
10481 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10482
10483         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10484
10485 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10486
10487         * gnus-registry.el (gnus-registry-unfollowed-groups)
10488         (gnus-registry-split-fancy-with-parent): Fix documentation.
10489
10490 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491
10492         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10493         from nnweb groups.
10494
10495 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496
10497         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10498         Xref urls.  Erase buffer before requesting head.
10499
10500         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10501
10502 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10505         customizable.
10506
10507 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10508
10509         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10510         no signing key is found.
10511         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10512         no encrypting and/or signing key is found.
10513
10514 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10515
10516         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10517
10518 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10519
10520         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10521         headers read from disk with the ones newly found in the current search.
10522         This should no longer cause problems, because the article numbers in
10523         Gmane's `nov.php' output are ignored since the previous change.
10524
10525 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10526
10527         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10528
10529 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10532         replace-regexp-in-string; bind url-version; fbind display-images-p and
10533         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10534         find-face and set-itimer-function for Emacs; bind itimer-list for
10535         Emacs.
10536
10537         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10538
10539 2007-01-01  Romain Francoise  <romain@orebokech.com>
10540
10541         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10542
10543 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10544
10545         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10546         `define-minor-mode' macro definition expanded properly.
10547         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10548         exclude it there.
10549
10550         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10551         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10552         `fboundp' test.
10553         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10554         This is OK to autoload in (S)XEmacs now.
10555
10556 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557
10558         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10559         keystroke.
10560         (gnus-summary-limit-to-singletons): Fix typo.
10561
10562         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10563         else fails.
10564
10565 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10566
10567         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10568         docstring.
10569
10570         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10571         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10572         (gnus-summary-insert-dormant-articles): Fix typo in message.
10573
10574 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10577         nil for XEmacs.
10578         (gnus-message-citation-mode): Don't autoload in XEmacs.
10579
10580         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10581
10582 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10583
10584         * nnimap.el (nnimap-expunge-search-string):
10585         Mention nnimap-search-uids-not-since-is-evil in docstring.
10586
10587 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * spam.el: Revert to make-obsolete-variable because
10590         define-obsolete-variable-alias is not supported in Emacs 21.
10591
10592         * spam.el (spam-ifile-path, spam-ifile-database-path)
10593         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10594         make-obsolete-variable.
10595         (spam-bsfilter-path, spam-bsfilter-program)
10596         (spam-spamassassin-path, spam-spamassassin-program)
10597         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10598         Don't use "path" inappropriately.
10599         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10600         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10601         variable names.
10602
10603 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10604
10605         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10606         summary buffer.
10607
10608         * password.el (password-cache-remove): Use clear-string to burn
10609         password, if available.
10610
10611 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10612
10613         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10614
10615         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10616
10617         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10618         (gnus-message-highlight-citation): Move defcustom here from
10619         gnus-cite.el.
10620         (gnus-message-citation-mode): Autoload.
10621
10622         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10623         checks to make it compile with XEmacs.
10624         (gnus-message-citation-mode): New minor mode.
10625         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10626         (gnus-message-highlight-citation): New variables.
10627         (gnus-message-search-citation-line)
10628         (gnus-message-add-citation-keywords)
10629         (gnus-message-remove-citation-keywords)
10630         (turn-on-gnus-message-citation-mode)
10631         (turn-off-gnus-message-citation-mode): New functions.
10632
10633 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10634
10635         * gnus-cite.el: Enable highlighting of different citation levels in
10636         message-mode.
10637
10638 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * message.el (message-make-fqdn): Fix comment.
10641         (message-bogus-system-names): Add ".local".
10642
10643         * spam.el (spam-ifile-path, spam-ifile-program)
10644         (spam-ifile-database-path, spam-ifile-database)
10645         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10646         Don't use "path" inappropriately.
10647         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10648         strings.
10649         (spam-check-ifile, spam-ifile-register-with-ifile)
10650         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10651         Use new variable names.
10652
10653         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10654         (gnus-treat-display-smileys): Simplify using
10655         gnus-image-type-available-p.
10656
10657         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10658         available.
10659
10660         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10661         Use `display-images-p' if available.
10662
10663 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10666         one after turning on the buffer's multibyteness instead of decoding
10667         them directly in the unibyte buffer that causes unexpected conversion
10668         in Emacs 23 (unicode).
10669
10670 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10671
10672         * message.el (message-generate-hashcash): Fix custom type.
10673
10674 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10677
10678 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10679
10680         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10681         disconnect icons.  Add help text.
10682
10683 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10684
10685         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10686         negated to be consistent with the others we handle.
10687
10688 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689
10690         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10691         version of gnus-summary-buffer to something, so that we can use two
10692         article buffers at the same time.
10693
10694 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10695
10696         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10697         trigger all the extra headers.
10698         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10699         sorting.
10700
10701 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10702
10703         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10704         solid groups.
10705
10706 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10707
10708         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10709
10710 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * legacy-gnus-agent.el: Add Copyright notice.
10713
10714 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10715
10716         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10717
10718 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10721
10722         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10723         to make it work reliably in CVS Emacs.
10724         (gnus-summary-limit-strange-charsets-predicate)
10725         (gnus-summary-limit-to-predicate): New functions.
10726
10727 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10728
10729         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10730         specifying array size.
10731         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10732         array if it is too small.
10733         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10734         (gnus-sort-threads-loop): New function.
10735
10736 2006-12-06  Chris Moore  <dooglus@gmail.com>
10737
10738         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10739         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10740
10741 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10742
10743         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10744         options.
10745
10746 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10747
10748         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10749         DOS-ing the recipient.
10750
10751         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10752         the headers when creating the mapping to avoid mismappings.
10753         (nnweb-gmane-create-mapping): Always nix out old mapping.
10754
10755 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10758         and mm-verify-option to never.
10759
10760 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * message.el (message-signed-or-encrypted-p): New function.
10763         (message-forward-make-body): Use it.
10764
10765         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10766         Replace encode-coding-string with mm-encode-coding-string.
10767
10768 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * nneething.el (nneething-decode-file-name):
10771         Replace decode-coding-string with mm-decode-coding-string.
10772
10773         * gnus-int.el (gnus-open-server): Say failed server's name.
10774
10775 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10776
10777         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10778         strings to a single string.  Quote `errors-file-name'.
10779         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10780         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10781         Adjust calls.  Use `shell-quote-argument'.
10782
10783 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10784
10785         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10786         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10787
10788         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10789         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10790         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10791         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10792         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10793         (gnus-subscribe-newsgroup, gnus-1):
10794         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10795         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10796         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10797         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10798
10799 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10800
10801         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10802         keystroke.
10803         (gnus-summary-limit-to-bodies): Implement headersp.
10804
10805 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10808
10809 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10812
10813 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10814
10815         * message.el (message-generate-hashcash): Expand range of values to
10816         include `opportunistic'.
10817         (message-send-mail): Use it.
10818
10819 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10820
10821         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10822         and comment it.
10823
10824         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10825
10826 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10827
10828         * gnus-util.el (gnus-extract-address-components): Improve comment.
10829
10830 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-util.el (gnus-extract-address-components): Work with address in
10833         which the name portion contains @.
10834
10835         * lpath.el: Fbind custom-autoload.
10836
10837 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10838
10839         * gnus.el (gnus-start): Move custom group up.
10840         (gnus-select-method): Don't autoload, but make it available for
10841         `customize-variable'.
10842         (gnus-getenv-nntpserver): Don't autoload.
10843
10844 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10845
10846         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10847
10848 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10849
10850         * message.el (message-sendmail-extra-arguments): New variable.
10851         (message-send-mail-with-sendmail): Use it.
10852
10853 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10856         mm-with-unibyte-current-buffer to make string unibyte.
10857
10858         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10859         mm-string-as-multibyte.
10860
10861 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10862
10863         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10864         Reported by Werner Koch <wk@gnupg.org>.
10865
10866 2006-11-14  Daiki Ueno  <ueno@p360>
10867
10868         * mml2015.el: Autoload epa-select-keys when compiling.
10869
10870 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10871
10872         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10873         message-options.
10874         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10875
10876 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10877
10878         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10879         EasyPG (< 0.0.6).
10880         (mml2015-always-trust): New user option.
10881         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10882         prompt.
10883
10884 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10885
10886         * nntp.el (nntp-authinfo-force): New variable.
10887         (nntp-send-authinfo): Use it.
10888
10889 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10890
10891         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10892         decode encoded words.  Improve prompt.  Add comment about forwarding.
10893         (message-replacement-char): Move up.
10894
10895 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10896
10897         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10898         instead of gnus-intersection because arguments of gnus-sorted-nunion
10899         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10900
10901 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10904         (message-simplify-subject-functions):
10905         Enable message-strip-subject-encoded-words by default.
10906
10907 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * message.el (message-strip-subject-encoded-words): New function.
10910         (message-simplify-subject-functions): New variable.
10911         (message-simplify-subject): Use it.  Fix typo in doc string.
10912         Support message-strip-subject-encoded-words.
10913
10914 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10915
10916         * gnus-diary.el (gnus-diary-delay-format-function):
10917         * nndiary.el (nndiary-reminders):
10918         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10919
10920 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * gnus-art.el (article-hide-boring-headers): Fetch date from
10923         gnus-original-article-buffer to avoid problems with localized date
10924         strings.
10925
10926 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10929
10930 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10931
10932         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10933         New variables.
10934         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10935         (mm-charset-synonym-alist): Move some entries to
10936         mm-codepage-iso-8859-list.
10937         (mm-charset-synonym-alist, mm-charset-override-alist):
10938         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10939
10940 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10943
10944 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10945
10946         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10947         with Emacs 21 and XEmacs.
10948
10949 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10950
10951         * spam.el (spam-parse-address): New function for better parsing,
10952         catching errors, etc.
10953         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10954
10955 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10956
10957         * mm-view.el: Add interactive arg to html2text autoload.
10958
10959 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10962
10963 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10966         New variables.
10967         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10968         (mm-charset-synonym-alist): Move some entries to
10969         mm-codepage-iso-8859-list.
10970
10971         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10972
10973 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * message.el (message-citation-line-format)
10976         (message-insert-formated-citation-line): Fix implementation of %E, %N
10977         and %n according to the doc string.
10978
10979 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10980
10981         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10982         Use car-safe to avoid bad parses.
10983
10984 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10987         names.
10988
10989         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10990
10991 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10994         header.
10995
10996         * message.el (message-draft-headers): Add Date.
10997         (message-headers-to-generate): Fix typo in docstring.
10998
10999         * nndraft.el (nndraft-required-headers): New variable.
11000         (nndraft-generate-headers): Use it.
11001
11002         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11003
11004 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11005
11006         * gnus-registry.el (gnus-registry-wash-for-keywords)
11007         (gnus-registry-find-keywords): New functions to allow easy searching of
11008         articles that are in the registry.
11009
11010 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11011
11012         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11013         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11014         Reported by Damien Elmes <damien@repose.cx>.
11015
11016 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * gnus.el (gnus-mime): Remove unused custom group.
11019
11020 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11021
11022         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11023         "blank line" when searching for end of armor headers.
11024
11025 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11026
11027         * gmm-utils.el (gmm-write-region): Fix variable name.
11028
11029 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * gmm-utils.el (gmm-write-region): New function based on compatibility
11032         code from `mm-make-temp-file'.
11033
11034         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11035
11036         * nnmaildir.el (nnmaildir--update-nov)
11037         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11038         Use `gmm-write-region'.
11039
11040 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11043         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11044
11045         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11046
11047         * message.el (message-replacement-char): New variable.
11048         (message-fix-before-sending): Use it.
11049         (message-simplify-subject): New function to remove duplicate code.
11050         (message-reply, message-followup): Use it.
11051
11052         * gnus-sum.el (gnus-summary-make-menu-bar):
11053         Clarify gnus-summary-limit-to-articles.
11054
11055 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-util.el (gnus-with-local-quit): New macro.
11058
11059         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11060
11061 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11062
11063         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11064         ignore non-string data.
11065
11066 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11067
11068         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11069         non-string data (needs to be done in the registry too).
11070
11071 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11072
11073         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11074         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11075         (gnus-registry-split-fancy-with-parent)
11076         (gnus-registry-fetch-simplified-message-subject-fast)
11077         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11078         Remove text properties on ingress into the registry and when it's saved.
11079         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11080         registry from entries with no groups.
11081
11082 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11083
11084         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11085         function to remove string properties.
11086
11087 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * gmm-utils.el (gmm): Adjust custom version.
11090
11091         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11092         Adjust custom version.
11093
11094         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11095
11096 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gnus-art.el (gnus-insert-prev-page-button)
11099         (gnus-insert-next-page-button): Simplify.  Reformat.
11100
11101 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11102
11103         * gnus-art.el (gnus-insert-prev-page-button)
11104         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11105
11106 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11107
11108         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11109
11110 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11111
11112         * gnus-art.el (gnus-insert-mime-button)
11113         (gnus-insert-mime-security-button):
11114         Apply gnus-article-button-face to MIME and security buttons.
11115
11116 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11119         readable.
11120
11121 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11124
11125 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11126
11127         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11128         `browse-url-of-file' instead of `browse-url'.
11129
11130 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11131
11132         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11133         regexp.  Articles containing quotation were cut prematurely.
11134
11135 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * message.el (message-cite-original-1): Use nobody by default for the
11138         value of From header.
11139         (message-reply): Ditto.
11140
11141 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11142
11143         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11144         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11145         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11146
11147 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11150         mails in the doc string.  Add some URLs in comment.
11151         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11152
11153 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11156         backslashes handling and the way to find boundaries of quoted strings.
11157
11158 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11159
11160         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11161         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11162         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11163         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11164
11165 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11166
11167         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11168         doc string.
11169         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11170
11171 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * lpath.el: Fbind epg-check-configuration.
11174
11175 2006-09-06  Simon Josefsson  <jas@extundo.com>
11176
11177         * mml2015.el (mml2015-use): Doc fix, mention epg.
11178
11179 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11180
11181         * mml2015.el (mml2015-use): Default to epg, if available.
11182
11183 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11184
11185         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11186         message-sender.
11187         (mml1991-epg-encrypt): Ditto.
11188         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11189         message-sender.
11190         (mml2015-epg-encrypt): Ditto.
11191
11192 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11193
11194         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11195         several common directories.
11196
11197 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11198
11199         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11200         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11201
11202 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * gnus-art.el (article-decode-encoded-words): Make it fast.
11205
11206 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11209
11210         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11211         in quoted string into `\'.
11212
11213 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11216         Use standard-syntax-table.
11217
11218 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-art.el (gnus-decode-address-function): New variable.
11221         (article-decode-encoded-words): Use it to decode headers which are
11222         assumed to contain addresses.
11223         (gnus-mime-delete-part): Remove useless `or'.
11224
11225         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11226         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11227         (gnus-nov-parse-line): Use it to decode From header.
11228         (gnus-get-newsgroup-headers): Ditto.
11229         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11230
11231         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11232         (mail-decode-encoded-address-string): New alias.
11233
11234         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11235         New function.
11236         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11237         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11238         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11239         (rfc2047-decode-string): Ditto.
11240         (rfc2047-decode-address-region): New function.
11241         (rfc2047-decode-address-string): New function.
11242
11243 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11244
11245         * message.el (message-caesar-buffer-body): Allow rotating headers.
11246
11247         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11248
11249         * message.el (message-insert-formated-citation-line): Fix %f.
11250         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11251
11252 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11255         (gnus-bookmark-mouse-available-p): New macro.
11256         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11257         (gnus-bookmark-bmenu-show-infos): Use it.
11258         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11259         (gnus-bookmark-bmenu-hide-infos): Ditto.
11260         (gnus-bookmark-remove-properties): New function.
11261         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11262         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11263         (gnus-bookmark-write-file): Bind coding-system-for-write.
11264         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11265         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11266         group before selecting it.
11267         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11268         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11269         quit-window if it is not available; use gnus-mouse-2 and bind it to
11270         gnus-bookmark-bmenu-select-by-mouse.
11271         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11272         (gnus-bookmark-bmenu-select-by-mouse): New function.
11273
11274 2006-08-13  Romain Francoise  <romain@orebokech.com>
11275
11276         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11277         space.
11278
11279 2006-08-10  Romain Francoise  <romain@orebokech.com>
11280
11281         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11282         (dns-mode-soa-auto-increment-serial): New user option.
11283         (dns-mode-soa-maybe-increment-serial): New function.
11284         (dns-mode): Add the latter to `write-contents-functions'.
11285
11286 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * compface.el (uncompface): Use binary rather than raw-text-unix.
11289
11290 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * compface.el (uncompface): Make sure the eol conversion doesn't take
11293         place when communicating with the external programs.
11294         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11295
11296 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11299
11300 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11301
11302         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11303         Make it more robust by parsing author and date independently.
11304
11305 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11308
11309 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11310
11311         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11312         first matching secret key.
11313         (mml2015-epg-encrypt): Ditto.
11314
11315         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11316         first matching secret key.
11317         (mml1991-epg-encrypt): Ditto.
11318
11319         * mml2015.el (mml2015-encrypt-to-self): New user option.
11320         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11321         mml2015-epg-encrypt-to-self is set.
11322
11323         * mml1991.el (mml1991-encrypt-to-self): New variable.
11324         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11325         mml1991-epg-encrypt-to-self is set.
11326
11327         * mml2015.el (mml2015-signers): New user option.
11328         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11329         (mml2015-epg-encrypt): Allow to select signing keys.
11330
11331         * mml1991.el (mml1991-signers): New variable.
11332         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11333         (mml1991-epg-encrypt): Allow to select signing keys.
11334
11335 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * nnheader.el (nnheader-insert-head): Make it work even if the file
11338         uses CRLF for the line-break code.
11339
11340 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11341
11342         * mml2015.el: Require mml-sec instead of password.
11343         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11344         (mml2015-cache-passphrase): Inherit the default value from
11345         mml-secure-cache-passphrase.
11346         (mml2015-passphrase-cache-expiry): Inherit the default value from
11347         mml-secure-passphrase-cache-expiry.
11348
11349         * mml1991.el: Require mml-sec instead of password.
11350         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11351         (mml1991-cache-passphrase): Inherit the default value from
11352         mml-secure-cache-passphrase.
11353         (mml1991-passphrase-cache-expiry): Inherit the default value from
11354         mml-secure-passphrase-cache-expiry.
11355
11356         * mml-sec.el: Require password.
11357         (mml-secure-verbose): New user option.
11358         (mml-secure-cache-passphrase): New user option.
11359         (mml-secure-passphrase-cache-expiry): New user option.
11360
11361 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11362
11363         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11364         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11365         andreas@altroot.de (Andreas Vögele).
11366
11367         FIXME: Use `tiny change'?
11368
11369 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11370
11371         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11372         workaround for the url package included with Emacs.
11373
11374         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11375
11376 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11379         correctly.  This fixes a bug caused by the 2006-05-12 change.
11380
11381 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11382
11383         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11384         some information about the error when saying that the `bogus' mail
11385         group will be used.
11386
11387 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11390         string.
11391
11392 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11393
11394         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11395
11396 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11397
11398         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11399
11400 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11401
11402         * mml1991.el (mml1991-function-alist): Add epg.
11403         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11404         (mml1991-epg-encrypt): New functions.
11405
11406 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11407
11408         * mml2015.el (mml2015-verbose): New variable.
11409         (mml2015-cache-passphrase): Ditto.
11410         (mml2015-passphrase-cache-expiry): Ditto.
11411         (mml2015-function-alist): Add epg.
11412         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11413         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11414         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11415         New functions.
11416
11417 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11418
11419         * message.el (message-cite-original-1): Preserve region when removing
11420         quoted text due to X-No-Archive in order to avoid bogus attribution
11421         when citing multiple messages.
11422
11423 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11424
11425         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11426         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11427
11428 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * gnus-diary.el (gnus-user-format-function-d)
11431         (gnus-user-format-function-D): Autoload.
11432
11433         * imap.el (Commentary): Fix typo.
11434
11435         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11436         2006-04-22 contribution.
11437
11438 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11439
11440         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11441         It didn't really fix the bogosity I'm seeing with solid web groups.
11442
11443 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11444
11445         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11446         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11447         created using server names.  If we use the feature without declaring
11448         it, Gnus does not properly manage server and group state.
11449
11450         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11451         bound.
11452
11453 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11454
11455         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11456         looking up the method using GROUP's prefix before inventing a new one.
11457         It is used on killed/unknown groups in various places where returning
11458         an all-new method isn't expected by the caller.
11459
11460         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11461         and match semantics of gnus-group-real-prefix.
11462
11463 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * nnmail.el (nnmail-broken-references-mailers): New variable.
11466         (nnmail-ignore-broken-references): New function generalizing
11467         nnmail-fix-eudora-headers.
11468         (nnmail-fix-eudora-headers): Now obsolete.
11469
11470         * gnus-art.el (gnus-button-handle-custom):
11471         Support `customize-apropos*'.
11472
11473 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11474
11475         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11476
11477         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11478         articles.
11479
11480 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * message.el (message-cite-reply-above): New variable.
11483         (message-yank-original): Use it.
11484
11485 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11488
11489 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11492         as read.
11493
11494         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11495
11496 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11497
11498         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11499         (gnus-bookmark-default-file): Use gnus-directory.
11500         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11501         Remove "*" in doc string.
11502         (gnus-bookmark-write-file): Simplify.
11503         (gnus-bookmark-maybe-sort-alist): Use `when'.
11504         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11505         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11506         Add FIXME about Emacs 21 and XEmacs compatibility.
11507         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11508         compatibility.
11509         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11510         compatibility.
11511         (gnus-bookmark-menu-heading): Fix version.
11512
11513 2006-06-19  Bastien Guerry  <bzg@altern.org>
11514
11515         * gnus-bookmark.el: New file.
11516
11517 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * message.el (message-syntax-checks): Doc fix.
11520
11521 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11522
11523         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11524         unsubscribed groups as if they were killed ones.  It causes duplicate
11525         entries in gnus-newsrc-alist.
11526
11527 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * message.el (message-syntax-checks): Doc fix.
11530         (message-send-mail): Add check for continuation headers.
11531         (message-check-news-header-syntax): Fix regexp used to check for
11532         continuation headers.
11533
11534 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11537
11538 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11541
11542 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11545         default-truncate-lines.
11546
11547 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11550         to fill the utf-8 entry.
11551
11552         * lpath.el: Fbind unicode-precedence-list.
11553
11554 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11555
11556         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11557
11558 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11559
11560         * gnus-agent.el (directory-files-and-attributes): Move all the way
11561         forward (the third and final move).
11562         (gnus-agent-read-agentview): Trap reconstruction errors due to
11563         nonexistent directory.  Handle by returning nil.
11564
11565 2006-05-30  Didier Verna  <didier@xemacs.org>
11566
11567         * message.el (message-dont-reply-to-names): Update the custom type.
11568         * message.el (message-dont-reply-to-names): New defsubst: potentially
11569         convert a list of regexps into a single one.
11570         * message.el (message-get-reply-headers): Use it.
11571         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11572
11573 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-agent.el (directory-files-and-attributes): Move forward.
11576
11577 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11578
11579         * gnus-ml.el (gnus-mailing-list-subscribe)
11580         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11581         (gnus-mailing-list-message): Fix doc strings.
11582
11583 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11584
11585         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11586         of doing it manually.
11587
11588 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11589
11590         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11591         comment.
11592
11593 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11594
11595         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11596         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11597         (gnus-agent-read-local): All symbols allocated in my-obarray.
11598         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11599         (gnus-agent-regenerate-group): Check numeric names to see if they are
11600         messages or groups.
11601         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11602         better way of do this...)
11603
11604         * gnus-cache.el (gnus-agent-total-fetched-for):
11605         Ignore 'dummy.group' (there should be a better way of do this...)
11606
11607 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11610         (gnus-saved-headers): Ditto.
11611         (gnus-default-article-saver): Mention functions may have properties.
11612         (gnus-article-save): Override gnus-save-all-headers and
11613         gnus-saved-headers by :headers property which saver function may have.
11614         (gnus-summary-save-in-file): Add :headers property.
11615         (gnus-summary-write-to-file): Ditto.
11616
11617         * gnus-sum.el (gnus-summary-save-article): Bind
11618         gnus-prompt-before-saving to t when saving many articles in a file;
11619         always show all headers.
11620
11621         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11622
11623 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11626         marks.
11627
11628         * message.el (message-indent-citation): Add optional arguments to allow
11629         using it outside of message buffers.
11630
11631         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11632         (gnus-article-treat-unfold-headers): Use it.
11633         (gnus-article-truncate-lines): New variable.
11634         (gnus-article-mode): Use it.
11635         (gnus-article-toggle-truncate-lines): New function.
11636
11637         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11638         Add gnus-article-toggle-truncate-lines.
11639
11640         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11641         coding system in XEmacs, use binary.
11642
11643 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11646         after-load-alist.
11647
11648         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11649         this function should save decoded articles.
11650         (gnus-summary-write-to-file): Use property to specify this function
11651         should save decoded articles and specify gnus-summary-save-in-file
11652         should be used to save articles other than the first one when saving
11653         many articles.
11654         (gnus-summary-save-body-in-file): Use property to specify this
11655         function should save decoded articles.
11656         (gnus-summary-write-body-to-file): Use property to specify this
11657         function should save decoded articles and specify
11658         gnus-summary-save-body-in-file should be used to save articles other
11659         than the first one when saving many articles.
11660
11661         * gnus-sum.el (gnus-summary-save-article): Simplify.
11662
11663 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-art.el (gnus-default-article-saver):
11666         Add gnus-summary-write-body-to-file.
11667         (gnus-article-save-coding-system): Don't use coding system object
11668         in XEmacs.
11669         (gnus-read-save-file-name): Add optional `dir-var' argument which
11670         specifies directory in which files are saved; work even if optional
11671         `variable' argument is not specified.
11672         (gnus-summary-write-to-file): Read file name.
11673         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11674         (gnus-summary-write-body-to-file): New function.
11675
11676         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11677         (gnus-summary-local-variables): Add it.
11678         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11679         (gnus-summary-save-article): Remove optional `decode' argument;
11680         determine whether to decode articles by the value of
11681         gnus-default-article-saver; when saving many files using
11682         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11683         it first and use gnus-summary-save-in-file or
11684         gnus-summary-save-body-in-file thereafter unless
11685         gnus-prompt-before-saving is always; move point to article which
11686         will be saved.
11687         (gnus-summary-save-article-file): Revert.
11688         (gnus-summary-write-article-file): Revert.
11689         (gnus-summary-save-article-body-file): Revert.
11690         (gnus-summary-write-article-body-file): New function.
11691
11692 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gnus-art.el (gnus-default-article-saver): Doc fix.
11695         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11696         from gnus-summary-save-article-coding-system, and default to a
11697         certain coding system.
11698         (gnus-output-to-file): Add coding cookie and encode text according
11699         to gnus-article-save-coding-system; don't use mm-append-to-file.
11700
11701         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11702         gnus-art.el and rename to gnus-article-save-coding-system.
11703         (gnus-summary-save-article): Require gnus-art; don't show all
11704         headers if it decodes articles; don't add coding cookie here;
11705         don't bind mm-text-coding-system-for-write.
11706         (gnus-summary-save-article-file): Save decoded articles.
11707         (gnus-summary-write-article-file): When saving many files, use
11708         gnus-summary-write-to-file first and gnus-summary-save-in-file
11709         thereafter unless gnus-prompt-before-saving is always.
11710         (gnus-summary-save-article-body-file): Save decoded articles.
11711
11712         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11713
11714 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * nnrss.el (nnrss-check-group): Bind hash-index.
11717
11718 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11719
11720         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11721         its hash index.  Store this hash in `nnrss-group-data'.
11722         (nnrss-read-group-data): Update accordingly.
11723
11724 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11725
11726         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11727         entry.
11728
11729         * gnus-sum.el (gnus-summary-make-menu-bar):
11730         Add gnus-article-browse-html-article.
11731
11732 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11733
11734         * gnus-sum.el (gnus-summary-mime-map):
11735         Add gnus-article-browse-html-article.
11736
11737         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11738
11739 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11740
11741         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11742         suitable coding systems in customize.
11743
11744 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11745
11746         * mail-source.el (mail-sources): Fix custom type.
11747
11748 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11751         (gnus-summary-expire-articles-now): Shorten prompt.
11752
11753         * gmm-utils.el (wid-edit): Require.
11754         (defun-gmm): Rename from `gmm-defun-compat'.
11755         (gmm-image-search-load-path): Use it.
11756         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11757
11758 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus-sum.el (gnus-summary-save-article-coding-system):
11761         New variable.
11762         (gnus-summary-save-article): Add optional `decode' argument.
11763         If it is set and gnus-summary-save-article-coding-system is non-nil,
11764         save decoded article.
11765         (gnus-summary-write-article-file): Save decoded article if
11766         gnus-summary-save-article-coding-system is non-nil.
11767
11768         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11769         type.
11770
11771 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11774
11775 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11778         first to test gnus-single-article-buffer which may be buffer-local.
11779
11780         * gnus-sum.el (gnus-summary-setup-buffer):
11781         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11782         group; make gnus-article-buffer, gnus-article-current, and
11783         gnus-original-article-buffer always buffer-local.
11784         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11785         group.
11786         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11787
11788 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * nnml.el (nnml-request-compact-group): Compressed files might not
11791         have .gz extension.
11792
11793 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11794
11795         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11796         (mm-copy-to-buffer): Use with-current-buffer.
11797         (mm-display-part): Simplify.
11798         (mm-inlinable-p): Add optional arg `type'.
11799
11800 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11801
11802         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11803         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11804         Try harder to show the attachment internally or externally using
11805         gnus-mime-view-part-as-type.
11806
11807 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * message.el (message-from-style, message-signature-separator)
11810         (message-user-organization-file, message-send-mail-function)
11811         (message-citation-line-function, message-yank-prefix)
11812         (message-indent-citation-function, message-signature)
11813         (message-signature-file, message-signature-insert-empty-line):
11814         Remove autoloads.
11815
11816         * gnus-art.el (gnus-buttonized-mime-types):
11817         Remove "multipart/signed".  Revert 2006-04-26 change.
11818
11819 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11820
11821         * gnus.el (gnus-version-number): Bump version.
11822
11823 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11824
11825         * gnus.el: No Gnus v0.5 is released.
11826
11827 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11828
11829         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11830         fetching articles by message-id.
11831
11832 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833
11834         * message.el (hashcash): Require hashcash as normal.
11835
11836         * ecomplete.el (ecomplete-highlight-match-line):
11837         Use point-at-eol.
11838         (ecomplete-highlight-match-line): Use `highlight', because that
11839         face exists in both Emacs and XEmacs.
11840
11841         * message.el (message-display-abbrev): Use point-at-bol.
11842
11843         * mail-source.el: Don't require timer/timer-funcs.
11844
11845         * gnus-async.el: Ditto.
11846
11847         * password.el: Ditto.
11848
11849         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11850
11851         * mm-url.el: Ditto.
11852
11853         * gnus-xmas.el: Don't require timer-funcs.
11854
11855         * mm-util.el: Require timer/timer-funcs.
11856
11857 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11858
11859         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11860         Close.
11861
11862 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11865         unibyte after clear-decrypt function runs.
11866
11867         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11868         returns as a unibyte string.
11869
11870 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * lpath.el: Revert.
11873
11874         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11875         (pgg-gpg-process-sentinel): Revert.
11876
11877         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11878         (pgg-pgp-lookup-key): Revert.
11879
11880         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11881         (pgg-pgp5-lookup-key): Revert.
11882
11883         * pgg.el (pgg-fetch-key): Revert.
11884
11885 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * lpath.el: Fbind string-as-multibyte for XEmacs.
11888
11889         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11890         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11891         (mml1991-pgg-encrypt): Ditto.
11892
11893         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11894         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11895         a multibyte buffer.
11896
11897         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11898         (pgg-pgp-lookup-key): Ditto.
11899
11900         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11901         (pgg-pgp5-lookup-key): Ditto.
11902
11903         * pgg.el (pgg-fetch-key): Ditto.
11904
11905 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * message.el (message-user-organization-file): Check several
11908         locations of the organization file.
11909
11910         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11911         Add gnus-article-view-part-as-type.
11912
11913         * gnus-art.el (gnus-article-view-part-as-type): New function.
11914
11915         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11916         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11917
11918         * mml.el: Simplify autoload.
11919         (mml-mode): defvar dnd-protocol-alist instead of using
11920         symbol-value.
11921         (mml-default-directory): New variable.
11922         (mml-minibuffer-read-file): Use it.
11923         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11924
11925         * message.el (message-citation-line-format): New variable.
11926         (message-insert-formated-citation-line): New function.
11927         (message-citation-line-function):
11928         Add `message-insert-formated-citation-line' to custom type.
11929
11930         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11931         to doc string.
11932
11933         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11934         depending on mm-verify-option.
11935
11936 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11939         binding pgg-* variables; reimplement the section which prevents
11940         MIME header from being signed.
11941         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11942         pgg-text-mode; remove a blank line at the top of body.
11943
11944         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11945         lines at the top of body; use gnus-newsgroup-charset if there's no
11946         Charset header.
11947
11948 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * message.el (message-self-insert-commands): Doc fix.
11951
11952         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11953         (mm-uu-pgp-encrypted-test): Ditto.
11954         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11955         between header and body; return application/pgp-encrypted handle
11956         if decryption failed; decode decrypted body by charset.
11957
11958         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11959         element match to application/pgp-*.
11960
11961 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11962
11963         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11964         HTML.
11965
11966 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11967
11968         * mail-source.el (mail-source-call-script): Message the error
11969         string.
11970
11971 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11972
11973         * gnus-util.el (gnus-byte-compile): Use it.
11974
11975 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11976
11977         * gnus-util.el (kill-empty-logs): New function.
11978
11979 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11980
11981         * message.el (message-mail-alias-type): Doc fix.
11982         (message-mail-alias-type-p): New function.
11983         (message-send): Use it.
11984         (message-mode): Ditto.
11985         (message-strip-forbidden-properties): Ditto.
11986
11987         * ecomplete.el (ecomplete-database-file-coding-system):
11988         New variable.
11989         (ecomplete-save): Use it.
11990         (ecomplete-setup): Use it.
11991
11992 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * message.el (message-self-insert-commands): New variable.
11995         (message-strip-forbidden-properties): Use it.
11996
11997 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11998
11999         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12000         that doesn't make XEmacs choke.
12001
12002 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12003
12004         * gnus-util.el (gnus-replace-in-string):
12005         Prefer replace-regexp-in-string over of replace-in-string.
12006
12007 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-util.el (gnus-select-frame-set-input-focus):
12010         Use select-frame-set-input-focus if it is available in XEmacs; use
12011         definition defined in Emacs 22 for old Emacsen.
12012
12013         * dgnushack.el: Autoload unmorse-region for XEmacs.
12014
12015         * lpath.el: Bind cursor-in-non-selected-windows and
12016         select-frame-set-input-focus for XEmacs.
12017
12018 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12021
12022 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12023
12024         * gnus-registry.el (gnus-registry-cache-save): Remove text
12025         properties when saving via the temp buffer.
12026
12027 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * message.el (message-generate-hashcash): Honor custom type.
12030
12031 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12032
12033         * message.el (message-generate-hashcash): Default to non-nil when
12034         hashcash is found.
12035
12036         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12037         (gnus-refer-thread-limit): Increase default to 500.
12038
12039         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12040
12041         * flow-fill.el (fill-flowed): Allow delete-space.
12042
12043 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12044
12045         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12046         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12047         Remove autoloads.
12048
12049 2006-04-18  Simon Josefsson  <jas@extundo.com>
12050
12051         * message.el (message-generate-hashcash): Default to.
12052
12053 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12056         concatenating segments rather than before concatenating them.
12057
12058 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12061
12062 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12063
12064         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12065
12066         * message.el (message-forward-make-body-plain):
12067         Allow message-forward-ignored-headers to be a list.
12068         (message-remove-ignored-headers): Factor out into function.
12069         (message-forward-make-body-mml): Use it.
12070
12071         * imap.el (imap-quote-specials): New function.
12072         (imap-login-auth): Quote specials.
12073
12074         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12075         (rfc2231-parse-string): Allow concatanation of parameters that
12076         aren't contiguous.  The test case is
12077           (mail-header-parse-content-type "message/external-body;
12078             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12079             access-type=LOCAL-FILE;
12080             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12081
12082 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12083
12084         * nntp.el (nntp-accept-process-output): Return the value of
12085         `nnheader-accept-process-output'.
12086
12087 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12088
12089         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12090         (gnus-button-alist): Recognize more diff formats.
12091         (gnus-button-patch): Strip directory.
12092
12093 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12096         Emacs 22 when setting focus.
12097
12098 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12099
12100         * gnus-art.el (gnus-article-treat-types): Do treatment of
12101         text/x-verbatim parts.
12102         (gnus-button-patch): New command.
12103
12104         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12105         addresses that contain invalid characters.
12106
12107 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * message.el (message-put-addresses-in-ecomplete):
12110         Use gnus-replace-in-string.
12111         (message-is-yours-p): Use the more correct
12112         mail-header-parse-address instead of
12113         mail-extract-address-components.
12114         (message-put-addresses-in-ecomplete): Fix typo.
12115
12116         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12117         keystroke.
12118
12119         * gnus-art.el (gnus-treatment-function-alist): Change order of
12120         newsgroups/generic header folding to avoid double-folding.
12121
12122         * message.el (message-hidden-headers): Add X-Draft-From.
12123
12124         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12125         New command.
12126         (gnus-summary-repeat-search-article-backward): New command.
12127
12128         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12129         groups in the parent topic.
12130
12131 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12132
12133         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12134         (spam-extra-header-to-number): Return the CRM114 number as a
12135         number instead of a string.
12136
12137 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12138
12139         * gnus-art.el (gnus-face-properties-alist): Move here from
12140         gnus-fun.
12141
12142         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12143
12144 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12145
12146         * message.el (message-strip-forbidden-properties): Only display on
12147         self-insert-command.
12148
12149         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12150         reindent.
12151         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12152
12153 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12154
12155         * smiley.el (smiley-style): Fix typo.
12156
12157 2006-03-23  Kenichi Handa  <handa@m17n.org>
12158
12159         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12160         instead of set-buffer-multibyte.
12161
12162 2006-03-23  Kenichi Handa  <handa@m17n.org>
12163
12164         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12165         buffer and then decode the buffer text if necessary.
12166         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12167         first, and after mm-encode-body, change the buffer to unibyte.
12168
12169 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12170
12171         * hashcash.el (hashcash-insert-payment-async-2):
12172         Use message-goto-eoh instead of doing it manually.
12173         (mail-add-payment): Use message-narrow-to-header instead of trying
12174         to do the same itself.
12175
12176         * message.el (message-hidden-headers): Add Face.
12177
12178         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12179         reparenting code.
12180         (gnus-summary-reparent-children): Refactored out code.
12181         (gnus-summary-thread-map): New keystroke.
12182         (gnus-summary-reparent-children): Make into command.
12183
12184         * smiley.el (smiley-style): Default to `medium' if using a large
12185         font.
12186
12187         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12188         does it itself.
12189
12190         * message.el (message-point-in-header-p): Simplify definition.
12191
12192 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12193
12194         * nnagent.el (nnagent-request-set-mark): Silence log file
12195         writing.
12196         (nnagent-request-set-mark): Use write-region instead of
12197         append-to-file.
12198
12199         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12200         strange select method.
12201
12202         * ecomplete.el (ecomplete-display-matches): Get highlightling
12203         right.
12204         (ecomplete-display-matches): Use literals.
12205         (ecomplete-display-matches): Disable message logging.
12206
12207         * message.el (message-display-abbrev): Small optimization.
12208
12209         * ecomplete.el (ecomplete-display-matches): Allow automatic
12210         display.
12211
12212         * message.el (message-strip-forbidden-properties):
12213         Display abbrevs.
12214         (message-display-abbrev): Get automatic display right.
12215
12216         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12217         keystrokes.
12218
12219 2006-04-13  Romain Francoise  <romain@orebokech.com>
12220
12221         TODO: Backport to v5-10!
12222
12223         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12224         Move here (and rename) from gnus-registry.el.
12225
12226         * gnus-registry.el: Require gnus-util.
12227         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12228
12229 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12230
12231         * gnus-group.el (gnus-group-catchup-current):
12232         Change if-then-else-if-then-else into cond.
12233         (gnus-group-catchup): Indent.
12234         (group-name-at-point): New function.
12235         (gnus-fetch-group): Provide default from thing at point.
12236
12237 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12238
12239         * message.el (message-display-abbrev): Fix regexp.
12240
12241         * ecomplete.el (ecomplete-highlight-match-line):
12242         Reimplement choosing.
12243         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12244         dead variables.
12245
12246         * message.el (message-newline-and-indent): Remove debugging.
12247         (message-display-abbrev): Use new implementation.
12248
12249 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * gnus-art.el (gnus-article-mode):
12252         Set cursor-in-non-selected-windows to nil.
12253
12254         * smiley.el: Revert previous change.
12255         (smiley-data-directory): defvar it before using it in the
12256         defcustom of `smiley-style'.
12257
12258 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12259
12260         * message.el (message-newline-and-indent): New function.
12261
12262         * ecomplete.el: Implement more bits.
12263
12264         * message.el (message-put-addresses-in-ecomplete): Clean up the
12265         string.
12266
12267         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12268
12269         * gnus-sum.el (gnus-summary-save-parts):
12270         Bind gnus-summary-save-parts-counter and use it to make unique file
12271         names.
12272
12273         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12274
12275         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12276         parameter to say whether to actually parse the individual
12277         addresses.
12278
12279         * message.el (message-put-addresses-in-ecomplete): New function.
12280         (ecomplete): Require.
12281         (message-mail-alias-type): Add ecomplete as an option.
12282
12283 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12284
12285         * flow-fill.el (fill-flowed): Remove trailing space from blank
12286         quoted lines.
12287
12288 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12289
12290         * smiley.el (smiley-style): Move definition later to avoid a
12291         compilation warning.
12292
12293 2006-04-12  Kenichi Handa  <handa@m17n.org>
12294
12295         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12296         buffer and then decode the buffer text if necessary.
12297         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12298         first, and after mm-encode-body, change the buffer to unibyte.
12299         Use mm-disable-multibyte instead of set-buffer-multibyte.
12300
12301 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12304         Content-Type header instead of Content-Disposition header.
12305         (gnus-mime-inline-part): Ditto.
12306         (gnus-mime-view-part-as-charset): Ignore charset that the part
12307         specifies.
12308
12309         * mm-decode.el (mm-display-part): Work with external parts and
12310         usual parts similarly.
12311
12312         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12313         instead of gnus-display-mime.
12314
12315         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12316         instead of with-temp-buffer.
12317
12318         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12319         tag to summarized topics part in order to encode non-ASCII text.
12320
12321 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * smiley.el (smiley-style): New variable.
12324         (smiley-directory): New function.
12325         (smiley-data-directory): Derive from `smiley-style' using
12326         `smiley-directory'.
12327         (smiley-regexp-alist): Add new entries.
12328
12329         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12330         (gnus-article-browse-delete-temp): Add :version.
12331
12332 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12333
12334         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12335         the sieve region.
12336
12337 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12338
12339         * gnus.el (gnus-version-number): Bump version.
12340
12341 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12342
12343         * gnus.el: No Gnus v0.4 is released.
12344
12345 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12348         layout.
12349
12350         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12351         unknown charset.
12352
12353         * message.el (message-header-synonyms): Add Original-To to the
12354         default.
12355
12356         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12357         optional parameter.
12358
12359 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12360
12361         * gnus-fun.el (gnus): Require it for gnus-directory.
12362
12363 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12366
12367 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12368
12369         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12370
12371 2006-04-05  Simon Josefsson  <jas@extundo.com>
12372
12373         * password.el (password-reset): New function.
12374
12375 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12376
12377         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12378         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12379
12380 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12381
12382         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12383         Some whitespace was matched into the url, which broke browsing hits
12384         > 100 when mm-url-use-external was nil.
12385
12386 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12387
12388         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12389         Check gnus-extra-headers for 'Newsgroups.
12390
12391         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12392         bound.
12393
12394 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12395
12396         * pgg-gpg.el: Clean up process buffers every time gpg processes
12397         complete.
12398
12399 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12402         doc string.
12403
12404 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12405
12406         * pgg-gpg.el (pgg-gpg-process-filter)
12407         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12408
12409         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12410         lines, temporary fix.
12411
12412 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12413
12414         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12415
12416 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12417
12418         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12419         default-enable-multibyte-characters.  This reverts the change from
12420         revision 6.17 which is no longer necessary because the passphrase
12421         is sent separately now.  GnuPG messages are unreadable under
12422         multibyte locales with default-enable-multibyte-characters set to
12423         nil.
12424
12425 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * message.el (message-tool-bar-gnome): Move "spell".
12428
12429 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12432         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12433         instead.
12434
12435 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12436
12437         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12438         Improve newsgroups handling for NNTP overviews which don't include
12439         Newsgroups.
12440
12441 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12442
12443         * message.el (message-resend): Bind message-generate-hashcash to nil.
12444
12445 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12446
12447         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12448         when searching for already-paid recipients.
12449
12450 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12451
12452         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12453         passphrases when it is not needed.
12454         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12455         passphrase stuff from gpg, should only be necessary when you use
12456         gpg with a smartcard.
12457
12458 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * mml.el (mml-insert-mime): Ignore cached contents of
12461         message/external-body part.
12462
12463         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12464         (mm-insert-part): Ditto.
12465
12466 2006-03-23  Simon Josefsson  <jas@extundo.com>
12467
12468         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12469         Reiner.
12470         (pgg-gpg-use-agent-p): Use it again.
12471
12472 2006-03-23  Simon Josefsson  <jas@extundo.com>
12473
12474         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12475         older emacsen.
12476         (pgg-gpg-use-agent-p): Don't use it.
12477
12478 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12479
12480         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12481         if we can.
12482
12483 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12484
12485         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12486         (pgg-gpg-update-agent): New function.
12487         (pgg-gpg-use-agent-p): New function.
12488         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12489         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12490         (pgg-gpg-sign-region): Use it.
12491
12492 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12493
12494         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12495         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12496
12497 2006-03-21  Simon Josefsson  <jas@extundo.com>
12498
12499         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12500         <wilde@sha-bang.de>.
12501         (pgg-gpg-use-agent): New variable.
12502         (pgg-gpg-process-region): Use it.
12503         (pgg-gpg-encrypt-region): Likewise.
12504         (pgg-gpg-encrypt-symmetric-region): Likewise.
12505         (pgg-gpg-decrypt-region): Likewise.
12506         (pgg-gpg-sign-region): Likewise.
12507         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12508
12509 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12512
12513         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12514         Add comment on version.
12515
12516 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12517
12518         * smiley.el: Add missing test smiley.
12519
12520 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * mm-decode.el (mm-with-part): New macro.
12523         (mm-get-part): Use it; work with message/external-body as well.
12524         (mm-save-part): Treat name and filename equally.
12525
12526         * mm-extern.el (mm-extern-cache-contents): New function.
12527         (mm-inline-external-body): Use it; force the part to be displayed;
12528         move undisplayer added to the cached handle to the parent.
12529
12530         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12531         (gnus-mime-view-part-as-type): Work with message/external-body.
12532
12533         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12534
12535 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12538         images in image-load-path.  [Sync with image.el, revision 1.60, in
12539         Emacs.]
12540
12541 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12544         path rather than symbol.  Always return list of directories.
12545         Guarantee that image directory comes first.  [Sync with image.el,
12546         revision 1.59, in Emacs.]
12547
12548         * message.el (message-make-tool-bar): Adjust to new API of
12549         `gmm-image-load-path-for-library'.
12550
12551         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12552
12553         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12554
12555 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12556
12557         * gnus-art.el (gnus-article-only-boring-p):
12558         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12559         intangible text.
12560         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12561
12562 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12565         Use `defun' instead of `gmm-defun-compat'.
12566
12567 2006-03-14  Simon Josefsson  <jas@extundo.com>
12568
12569         * message.el (message-unique-id): Don't use message-number-base36
12570         if (user-uid) is a float.
12571         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12572
12573 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12574
12575         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12576
12577         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12578         empty line between a part and a message part.
12579
12580 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * smiley.el: Add more test smileys.
12583         (smiley-data-directory, smiley-regexp-alist)
12584         (gnus-smiley-file-types): Fix doc strings.
12585         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12586         adding new elements.
12587         (smiley-mouse-map): Unused code.  Make it a comment.
12588
12589 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12592         scan latest NoCeM messages instead of old ones.
12593         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12594         delimiters that are recently used.
12595         (gnus-nocem-load-cache): Add autoload cookie.
12596
12597         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12598
12599         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12600         level which is larger than gnus-use-nocem is specified.
12601
12602         * gnus-group.el (gnus-group-get-new-news): Ditto.
12603
12604 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * gnus-util.el (gnus-tool-bar-update): New function.
12607
12608         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12609         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12610
12611         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12612
12613         * gnus-group.el (gnus-group-redraw-when-idle)
12614         (gnus-group-redraw-check): Remove.
12615         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12616
12617 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12620         if optional last element is specified in splits (FIELD VALUE...).
12621
12622 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12625         to gmm-image-load-path-for-library.  Call with no-error argument.
12626         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12627
12628         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12629
12630         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12631
12632         * gmm-utils.el (gmm-image-load-path): Remove alias.
12633
12634 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gmm-utils.el (gmm-image-load-path): Add alias.
12637
12638         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12639         nnml-generate-nov-databases-1.
12640         (nnml-generate-nov-databases): Use it.
12641         (nnml-generate-nov-databases-directory): Document no-active
12642         argument.
12643
12644         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12645         directory if path is t.  Add no-error.
12646
12647         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12648         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12649
12650         * gnus-art.el (gnus-article-browse-delete-temp-files):
12651         Simplify resetting gnus-article-browse-html-temp-list.
12652
12653         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12654         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12655         Add example to docstring.  Rename local variables.  Move error
12656         checks to default case in cond and simplify.
12657
12658 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12661         handle is multipart when calling it recursively.
12662         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12663
12664 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12665
12666         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12667         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12668
12669 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12672         is loaded.
12673
12674         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12675         loaded.
12676
12677 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12680         to "Emacs 23 (unicode)" in doc string.
12681
12682         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12683         "Emacs 23 (unicode)" in comment.
12684
12685 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12688
12689         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12690         characters 160 through 255 in Emacs 23.
12691
12692 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12693
12694         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12695         gnus-article-browse-html-temp.
12696         (gnus-article-browse-delete-temp): Make it customizable.
12697         Add `file'.  Adjust doc string.
12698         (gnus-article-browse-delete-temp-files): Add argument.
12699         Allow query for each file.  Adjust doc string.
12700         (gnus-article-browse-html-parts):
12701         Add `gnus-article-browse-delete-temp-files' to
12702         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12703
12704 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12705
12706         * gnus-art.el (gnus-article-browse-html-temp)
12707         (gnus-article-browse-delete-temp): New variables.
12708         (gnus-article-browse-delete-temp-files): New function.
12709         (gnus-article-browse-html-parts): Use it.
12710
12711 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12714
12715         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12716         string.
12717
12718         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12719         gnus-summary-insert-new-articles when unplugged.
12720         Remove gnus-summary-search-article-forward.
12721
12722         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12723         display-visual-class instead of display-color-cells.
12724
12725 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * dgnushack.el: Autoload customize-group for XEmacs.
12728
12729         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12730         message/* containing non-ASCII text properly.
12731
12732 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12733
12734         * message.el: Require gmm-utils, remove autoloads.
12735         (message-tool-bar): Set default based on
12736         gmm-tool-bar-style.
12737         (message-tool-bar-gnome): Add gmm-customize-mode.
12738
12739         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12740         gmm-tool-bar-style.
12741         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12742
12743         * gnus-group.el (gnus-group-tool-bar): Set default based on
12744         gmm-tool-bar-style.
12745         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12746
12747         * gmm-utils.el (gmm-image-directory): Rename variable from
12748         gmm-image-load-path.
12749         (gmm-image-load-path): Use gmm-image-directory.
12750         (gmm-customize-mode): New function.
12751         (gmm-tool-bar-style): New variable.
12752
12753         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12754         gnus-group-redraw-line-number.
12755         (gnus-group-redraw-check): Simplify.
12756         (gnus-group-tool-bar-update): Remove redraw check.
12757         (gnus-group-make-tool-bar): Add redraw check.
12758
12759 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12760
12761         * gnus-art.el (gnus-button): Add missing parentheses.
12762
12763 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * lpath.el: Fbind line-number-at-pos.
12766
12767 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12770
12771 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12772
12773         * gnus-art.el (gnus-button): New face.
12774         (gnus-article-button-face): Use it.
12775
12776         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12777         Add gnus-summary-next-page.  Re-order.
12778
12779         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12780         next-node are now included.
12781         (gnus-group-redraw-line-number): New internal variable.
12782         (gnus-group-redraw-check): Helper function for updating the tool
12783         bar.
12784         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12785
12786         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12787
12788         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12789         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12790         Use it to match format of Spamassassin 3.0 and later.
12791         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12792         (spam-check-bogofilter)
12793         (spam-bogofilter-register-with-bogofilter): Fix args of
12794         `gnus-error' calls.
12795
12796 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12797
12798         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12799         unnecessary interaction when sending queued mails.
12800         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12801
12802 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12805         first or last are nil.
12806
12807 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12808
12809         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12810
12811 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12812
12813         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12814
12815 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12816
12817         * dns.el (query-dns): Protect more against buggy tcp output.
12818
12819 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12822         nov.php.
12823
12824 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12825
12826         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12827         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12828         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12829         output on the server side.
12830         (nnweb-google-create-mapping): Update regexps and add some
12831         progress indication.
12832
12833 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * gnus-group.el (gnus-group-tool-bar-gnome):
12836         Fix gnus-agent-toggle-plugged.  Re-order icons.
12837         (gnus-group-tool-bar-gnome):
12838         Add gnus-group-{prev,next}-unread-group.
12839         (gnus-group-tool-bar-gnome): Re-order icons.
12840
12841         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12842         Move gnus-summary-insert-new-articles.
12843
12844         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12845         Fix comments.
12846
12847         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12848         also available in Emacs 21.3.
12849
12850         * message.el (message-fix-before-sending): Change "Emacs 22" to
12851         "Emacs 23 (unicode)" in comment.
12852
12853         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12854         "Emacs 23 (unicode)" in comment.
12855
12856         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12857         comment.
12858         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12859
12860         * mm-view.el (mm-fill-flowed): Add :version.
12861
12862 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12865         and load-path.
12866
12867 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * message.el: Autoload gmm-image-load-path.
12870         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12871         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12872         consitency.
12873
12874         * gmm-utils.el (gmm-image-load-path): Also search in
12875         "../etc/images".  Don't set gmm-image-load-path if we don't find
12876         the image.
12877
12878 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12879
12880         * gmm-utils.el (gmm-image-load-path): Don't make
12881         `gmm-image-load-path' include subdirectories which the second arg
12882         `image' might specify.
12883
12884         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12885         subdirectory to icon file names.
12886
12887         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12888
12889 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12892         gmm-image-load-path calls.
12893
12894         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12895
12896         * message.el (message-make-tool-bar): Ditto.
12897
12898         * mml.el (mml-preview): Add comment concerning tool bar icons.
12899
12900         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12901         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12902
12903         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12904         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12905
12906         * message.el (message-tool-bar-gnome): Use new icon names.
12907         (message-make-tool-bar): Use `gmm-image-load-path'.
12908
12909         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12910         New functions from MH-E.
12911         (gmm-image-load-path): New variable from MH-E.
12912         (gmm-image-load-path): New function from MH-E.  Add arguments
12913         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12914         *-image-load-path-called-flag.
12915
12916 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12917
12918         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12919
12920 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12921
12922         * nnimap.el (nnimap-request-move-article): Change folder back to
12923         source group before deleting.
12924
12925 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12928
12929         * gnus-art.el (mm-url-insert-file-contents-external):
12930         Autoload mm-url.
12931
12932         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12933
12934 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12937         coding system which mm-charset-to-coding-system returns for a
12938         given charset is valid.
12939
12940 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12941
12942         * html2text.el (html2text-remove-tag-list):
12943         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12944
12945 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12946
12947         * gnus-cus.el: Revert 2005-10-17 change.
12948
12949 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-art.el (article-strip-banner):
12952         Call article-really-strip-banner only when the regexp match is made.
12953
12954 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gnus-art.el (article-strip-banner):
12957         Use gnus-extract-address-components instead of
12958         mail-header-parse-addresses to make it work with non-ASCII text;
12959         remove mail-encode-encoded-word-string.
12960
12961         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12962         values which are surrounded with \"...\"; make it never cause a
12963         Lisp error; give up parsing of parameters if it failed in
12964         extracting type.
12965
12966 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12967
12968         * smime.el (smime-cert-by-ldap-1): Fix bug where
12969         `smime-ldap-search' returns results without userCertificates.
12970
12971 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12974
12975 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * spam.el (spam-check-spamassassin-headers): Adapt format for
12978         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12979         <ari@mbf.ocn.ne.jp>.
12980         (spam-list-of-processors): Add spam-use-gmane.
12981
12982 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12985         make-temp-file; make it work with XEmacs as well.
12986
12987         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12988         mm-make-temp-file.
12989
12990         * mm-decode.el (mm-display-external): Use the 3rd arg of
12991         mm-make-temp-file.
12992         (mm-create-image-xemacs): Ditto.
12993
12994 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12997         with message-narrow-to-headers.
12998         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12999         (gnus-draft-check-draft-articles): New function.
13000         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13001
13002 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * gnus-art.el (gnus-article-browse-html-parts):
13005         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13006         Don't use suffix argument for mm-make-temp-file for Emacs 21
13007         compatibility.  Remove useless `format'.
13008
13009 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13010
13011         * nnweb.el (nnweb-google-wash-article): Update regexps.
13012         (nnweb-group-alist): Use defvoo instead of defvar.
13013
13014 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13017         re-loading nn* modules.
13018
13019 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13022         for `tool-bar-mode' and don't check it's default-value.
13023
13024         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13025
13026         * message.el (message-make-tool-bar): Ditto.
13027
13028         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13029         `substring'.  Shorten tmp-file name.
13030
13031         * gnus.el: Remove bogus comment.
13032
13033 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13034
13035         * gnus-art.el (gnus-article-browse-html-parts): New function.
13036         (gnus-article-browse-html-article): New function for viewing html
13037         articles with a browser.
13038
13039 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13040
13041         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13042         in elisp.
13043         (pgg-gpg-encrypt-symmetric-region): Ditto.
13044         (pgg-gpg-sign-region): Ditto.
13045
13046         * pgg-def.el (pgg-text-mode): New variable.
13047
13048         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13049         (mml2015-pgg-encrypt): Ditto.
13050
13051         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13052         (mml1991-pgg-encrypt): Ditto.
13053
13054 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * nnfolder.el (nnfolder-insert-newsgroup-line):
13057         Use message-make-date instead of current-time-string.
13058
13059         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13060         to gnus-decoded which mm-uu might set.
13061
13062 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13065         don't decode quoted parameters; remove misimported Emacs code.
13066         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13067         (rfc2231-decode-encoded-string): Don't use split-string which
13068         behaves differently according to Emacs version; use
13069         mm-decode-coding-region to convert charset to coding-system.
13070         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13071         (rfc2231-encode-string): Remove misimported Emacs code.
13072
13073 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13076         when calling mail-header-parse-content-type.
13077         (article-de-quoted-unreadable): Ditto.
13078         (article-de-base64-unreadable): Ditto.
13079         (article-wash-html): Ditto.
13080
13081         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13082         calling mail-header-parse-content-type and
13083         mail-header-parse-content-disposition.
13084         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13085         mail-header-parse-content-type.
13086
13087         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13088         insert charset and format parameters; encode description after
13089         inserting it to buffer.
13090         (mml-insert-parameter): Fold lines properly even if a parameter is
13091         segmented into two or more lines; change the max column to 76.
13092
13093         * rfc1843.el (rfc1843-decode-article-body): Don't use
13094         ignore-errors when calling mail-header-parse-content-type.
13095
13096         * rfc2231.el (rfc2231-parse-string): Return at least type if
13097         possible; don't cause an error even if it fails in parsing of
13098         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13099         (rfc2231-encode-string): Don't break lines at the beginning, leave
13100         it to mml-insert-parameter.
13101
13102         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13103         calling mail-header-parse-content-type.
13104
13105 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * spam-report.el (spam-report-gmane-use-article-number):
13108         Improve doc string.
13109         (spam-report-gmane-internal): Check if a suitable header was found
13110         in the article.
13111
13112 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13115         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13116
13117 2006-02-05  Romain Francoise  <romain@orebokech.com>
13118
13119         Update copyright notices of all files in the gnus directory.
13120
13121 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13122
13123         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13124
13125 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13126
13127         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13128         segmented lines of parameter value to cope with Thunderbird 1.5
13129         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13130         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13131         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13132
13133 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13134
13135         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13136         parts.
13137
13138 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13139
13140         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13141         there's only one active file for all servers.
13142         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13143         solid groups.  Gnus might have used a FAST request to select the group.
13144         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13145         and nnweb-search redundantly in the active file.
13146         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13147         (nnweb-request-create-group): Don't use ARGS.
13148         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13149         initialisations.  Let nnoo do the work.
13150
13151 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13154         Say the part has been decoded.
13155
13156         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13157
13158 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13159
13160         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13161         mailcap-viewer-test-cache when there's no 'test clause, since that
13162         will invert the meaning of a "nil" test previously determined by
13163         mailcap-mailcap-entry-passes-test.
13164
13165 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13166
13167         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13168         compiling.
13169
13170         * gnus-sum.el: Ditto.
13171
13172         * message.el: Don't bind tool-bar-map when compiling.
13173
13174 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13177
13178 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13179
13180         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13181         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13182         current Google Groups.
13183
13184 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13187         and tool-bar-mode.
13188
13189         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13190         and tool-bar-mode.
13191
13192         * message.el (message-tool-bar-update): Simplify.
13193         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13194
13195         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13196         gnus-summary-buffer.
13197         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13198         gnus-summary-reply.
13199
13200         * gmm-utils.el (gmm): Add :version.
13201
13202 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * Makefile.in (clean): New rule.
13205         (distclean): Use it.
13206
13207 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13208
13209         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13210         Don't autoload.
13211
13212 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * gmm-utils.el (gmm-verbose): Add :group.
13215
13216 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * message.el: Change some comments WRT tool-bars.
13219
13220         * gnus-sum.el (gnus-summary-tool-bar)
13221         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13222         (gnus-summary-tool-bar-zap-list): New variables.
13223         (gnus-summary-make-tool-bar): Complete rewrite using
13224         `gmm-tool-bar-from-list'.
13225
13226         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13227         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13228         New variables.
13229         (gnus-group-make-tool-bar): Complete rewrite using
13230         `gmm-tool-bar-from-list'.
13231         (gnus-group-tool-bar-update): New function.
13232
13233         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13234
13235 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13238         is dissected into a single part of which the type is the same as
13239         the given one; decode charset.
13240
13241 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13242
13243         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13244         into alists as symbol not string, since that's what
13245         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13246         look for.
13247
13248 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13251         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13252
13253         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13254
13255 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13258         (gnus-xmas-mime-security-button-menu): New function.
13259
13260         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13261         (gnus-mime-security-button-menu): New definition.
13262         (gnus-mime-security-button-map): Use them.
13263         (gnus-mime-security-button-menu): New function.
13264         (gnus-insert-mime-security-button): Addition to help echo.
13265         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13266         (gnus-mime-security-pipe-part): New functions.
13267
13268         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13269         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13270
13271         * mm-decode.el (mm-handle-set-disposition): Remove.
13272         (mm-handle-set-description): Remove.
13273
13274 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13277         (mm-w3m-standalone-supports-m17n-p): New function.
13278         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13279         w3m usage.
13280
13281         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13282         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13283
13284 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * message.el (message-tool-bar-zap-list):
13287         Use gmm-tool-bar-zap-list as custom type.
13288         (message-tool-bar-update): New function.
13289         (message-tool-bar, message-tool-bar-gnome)
13290         (message-tool-bar-retro): Add message-tool-bar-update.
13291         (message-tool-bar-gnome): Add flyspell-buffer.
13292
13293         * gnus-util.el (gnus-error): Describe `args'.
13294
13295         * gmm-utils.el (gmm-error): Describe `args'.
13296         (gmm-tool-bar-zap-list): New widget.
13297         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13298
13299 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13302         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13303         the number of recursive calls.
13304
13305         * mm-decode.el (mm-handle-set-disposition): New macro.
13306         (mm-handle-set-description): New macro.
13307
13308 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13309
13310         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13311         encoding.
13312
13313 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13314
13315         * message.el (message-tool-bar-zap-list, message-tool-bar)
13316         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13317         (message-tool-bar-local-item-from-menu): Remove.
13318         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13319         (message-make-tool-bar): New function.
13320         (message-mode): Use `message-make-tool-bar'.
13321
13322         * gmm-utils.el: New file.
13323         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13324         (gmm-lazy): New widget copied from `nnmail.el'.
13325         (gmm-tool-bar-from-list): New function for creating customizable
13326         tool bars.
13327         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13328         output.
13329         (gmm): Add :prefix to defgroup.
13330
13331 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13332
13333         * gmm-utils.el (gmm-widget-p): New function.
13334
13335 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * mml.el (mml-attach-file): Describe `description' in doc string.
13338         (mml-menu): Add Emacs MIME manual and PGG manual.
13339
13340 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13341
13342         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13343
13344 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13345
13346         * nntp.el (nntp-end-of-line): Doc fix.
13347
13348 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13349
13350         * imap.el (imap-open): Handle case where buffer is a buffer
13351         object.
13352
13353 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13354
13355         * gnus-delay.el (gnus-delay): Don't autoload.
13356         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13357         to be re-loaded when customizing the `gnus-delay' group.
13358
13359 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13360
13361         * message.el (message-insert-citation-line): Use newlines.
13362
13363 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13364
13365         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13366         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13367         these routines, so the passphrase can be managed externally and
13368         passed in to the system.
13369         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13370         pgg-add-passphrase-to-cache function.
13371
13372         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13373         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13374         these routines, so the passphrase can be managed externally and
13375         passed in to the system.
13376         (pgg-pgp5-sign-region): Use new name of
13377         pgg-add-passphrase-to-cache function.
13378
13379 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13380
13381         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13382         part of the decoded armor to find the key-identifier.
13383         (pgg-gpg-lookup-key-owner): New function to return the
13384         human-readable identifier of a key owner.
13385         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13386         itself.
13387         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13388         the key value) if we have a key and can match it against a secret
13389         key.  Also, added a note pointing out fact that the prompt only
13390         indicates the first matching key.
13391
13392         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13393         pgg-decrypt-region.
13394         (pgg-add-passphrase-to-cache): Rename from
13395         `pgg-add-passphrase-cache' to reduce confusion (all callers
13396         changed).
13397         (pgg-remove-passphrase-from-cache): Rename from
13398         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13399         changed).
13400         (pgg-read-passphrase, pgg-add-passphrase-cache)
13401         (pgg-remove-passphrase-cache): Add informative docstrings.
13402         (pgg-decrypt): Convey provided passphrase in subordinate call to
13403         pgg-decrypt-region.
13404
13405 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13406
13407         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13408         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13409         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13410         'passphrase' argument, so the passphrase can be managed externally
13411         and then passed in to the system.
13412
13413         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13414         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13415         so the passphrase cache can be used reliably with identifiers
13416         besides a pgp packet's key id.
13417
13418         * pgg-gpg.el (pgg-gpg-encrypt-region)
13419         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13420         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13421         these routines, so the passphrase can be managed externally and
13422         passed in to the system.
13423
13424         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13425         'notruncate' argument, so the passphrase cache can be used
13426         reliably with identifiers besides a pgp packet's key id.
13427
13428 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13429
13430         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13431         symmetric encryption.
13432         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13433         encrypted session key.
13434         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13435         message ask for the passphrase in a proper way.
13436
13437         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13438         New user commands for symmetric encryption.
13439
13440 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13443
13444         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13445
13446 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13447
13448         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13449
13450 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * mm-decode.el (mm-inlined-types): Add application/pgp.
13453         (mm-automatic-display): Ditto.
13454
13455         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13456         part as text.
13457
13458 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13459
13460         * nnrss.el: Update copyright.
13461         (nnrss-opml-import): Query whether to subscribe to each entry.
13462
13463         * gnus-art.el:
13464         * gnus-sum.el:
13465         * gnus-xmas.el:
13466         * messagexmas.el:
13467         * mm-uu.el:
13468         * mm-view.el: Update copyright.
13469
13470 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * message.el (message-info): New function.
13473         (message-mode-menu): Add it.
13474         Update copyright.
13475
13476         * ChangeLog: Fix and update copyright.
13477
13478 2006-01-13  Romain Francoise  <romain@orebokech.com>
13479
13480         * message.el (message-forward-subject-name-subject): Prefer the
13481         address to 'nowhere' if the sender has no name.
13482         Fix typo.  Update copyright year.
13483
13484 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * gnus-art.el (article-wash-html):
13487         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13488         (gnus-article-wash-html-with-w3m-standalone): New function.
13489
13490         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13491         mm-inline-text-html-render-with-w3m-standalone.
13492         (mm-text-html-washer-alist): Map w3m-standalone to
13493         gnus-article-wash-html-with-w3m-standalone.
13494         (mm-inline-text-html-render-with-w3m-standalone): New function.
13495
13496 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13499         Improve LaTeX.
13500
13501 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13504         (nnrss-request-article): Render text/plain parts as HTML.
13505
13506         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13507         the buffer.
13508
13509 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13510
13511         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13512         custom definition of `gnus-posting-styles'.
13513
13514         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13515         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13516
13517 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13520         Use nntp for bug archive.
13521
13522 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13525         parts.
13526         (nnrss-normalize-date): New function converts ISO 8601 date into
13527         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13528         (nnrss-check-group): Use it.
13529
13530 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13533
13534         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13535         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13536         (nnrss-insert-w3): Ditto.
13537
13538 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13541         the articles to be forwarded including the case where neither a
13542         number of articles nor a region is specified.
13543
13544 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * nnrss.el (nnrss-request-article): Fix last change; fill
13547         text/plain parts.
13548
13549 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13552         in text/plain part.
13553         (nnrss-check-group): Don't add excessive newline to dc:subject.
13554
13555 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13556
13557         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13558         article.
13559
13560 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13561
13562         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13563         (nnml-use-compressed-files, nnml-save-mail): Support other
13564         comression programs such as bzip2.
13565
13566 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13567
13568         * dns.el (query-dns): Make sure we check the buffer size before
13569         removing tcp headers.
13570
13571 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13574         remove MIME buttons associated with multipart/alternative parts.
13575         (gnus-mime-display-alternative): Tag buttons using `article-type'
13576         text property.
13577
13578         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13579         associated with multipart/alternative parts.
13580
13581         * gnus-art.el (gnus-signature-separator): Fix custom type.
13582
13583         * mm-decode.el (mm-inlined-types): Fix custom type.
13584         (mm-keep-viewer-alive-types): Ditto.
13585         (mm-automatic-display): Ditto.
13586         (mm-attachment-override-types): Ditto.
13587         (mm-inline-override-types): Ditto.
13588         (mm-automatic-external-display): Ditto.
13589
13590 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * spam-report.el (spam-report-user-mail-address)
13593         (spam-report-user-agent): New variables.
13594         (spam-report-url-ping-plain): Use spam-report-user-agent.
13595
13596 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13597
13598         * gnus-art.el (gnus-button-handle-custom): Do not just use
13599         `customize-apropos' for any "M-x customize-*" button but the
13600         function called for.  Accept both the function name and its
13601         argument in order to achieve this.
13602         (gnus-button-alist): Remove support for "custom:" URL's.
13603         Pass function name to `gnus-button-handle-custom' in case of "M-x
13604         customize-*" buttons.
13605
13606 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13609         multipart/alternative and add xref to mm-discouraged-alternatives
13610         in doc string.
13611
13612         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13613         gnus-buttonized-mime-types in doc string.
13614
13615 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13616
13617         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13618         Suggest image/.* in the doc string.
13619
13620 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13621
13622         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13623         message-marks (Debian bug #342521).
13624
13625 2005-12-12  Simon Josefsson  <jas@extundo.com>
13626
13627         * password.el (password-read-from-cache): Add.
13628         (password-read): Use it.
13629
13630 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * rfc2047.el (rfc2047-charset-to-coding-system):
13633         Recognize us-ascii as a MIME charset.
13634
13635         * mm-bodies.el (mm-decode-content-transfer-encoding):
13636         Protect against the case where the 2nd arg TYPE is nil.
13637
13638 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13639
13640         * pop3.el (pop3-stream-type): Fix custom version.
13641
13642         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13643
13644 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13645
13646         * mm-decode.el (mm-display-external): Add missing cdr.
13647
13648 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13651         RFC1524) if it is in mailcap or add a suffix according to
13652         mailcap-mime-extensions when generating a temp filename; postpone
13653         deleting a temp file for 2 seconds for some wrappers, shell
13654         scripts, and so on, which might exit right after having started a
13655         viewer command as a background job.
13656
13657 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13658
13659         * nntp.el (nntp-marks-directory): Fix custom group.
13660
13661         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13662         steps when < 10.
13663
13664         * gnus-start.el (gnus-no-server-1):
13665         Mention `gnus-level-default-subscribed' in doc string.
13666
13667 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13668
13669         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13670         parens.
13671
13672 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * gnus-xmas.el (gnus-use-toolbar): Revert.
13675         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13676         gnus-use-toolbar is default.
13677
13678         * messagexmas.el (message-use-toolbar): Revert.
13679         (message-setup-toolbar): Use global default-toolbar if
13680         message-use-toolbar is default.
13681
13682 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13685         according to default-toolbar-visible-p.
13686
13687         * messagexmas.el (message-use-toolbar): Ditto.
13688
13689 2005-11-26  Dave Love  <fx@gnu.org>
13690
13691         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13692         (tls-program, tls-success): Provide openssl alternative.
13693
13694         * starttls.el: Doc fixes.
13695         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13696         SERVICE to PORT.
13697
13698         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13699         port null or service name.
13700         (starttls-negotiate): Autoload.
13701
13702 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * message.el (message-kill-to-signature): Fix interactive spec.
13705
13706 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * pop3.el (pop3-open-server): Recognize a string as a service name.
13709
13710 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13711
13712         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13713
13714 2005-11-23  Dave Love  <fx@gnu.org>
13715
13716         Add pop3s, pop3/starttls.
13717
13718         * pop3.el (pop3-authentication-scheme): Clarify doc.
13719         (open-tls-stream, starttls-open-stream): Autoload.
13720         (pop3-stream-type): New.
13721         (pop3-open-server): Use it.
13722
13723         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13724         for POP.
13725         (mail-source-keyword-map): Add :stream for POP.
13726         (mail-source-fetch-pop): Use pop3-stream-type.
13727
13728 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13731         of current-time-string.
13732
13733 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13734
13735         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13736         date header.
13737
13738 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13739
13740         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13741         it can seriously impact performance as it bypasses the agent's
13742         local caches.
13743
13744 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13745
13746         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13747         must be explicitly online rather than "not explicitly offline" for
13748         its flags to be synchronized.
13749
13750         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13751         that gnus-uu-unmark-thread will function correctly.
13752
13753         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13754         1024K is instead displayed as 1M.
13755
13756 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13757
13758         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13759
13760 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13761
13762         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13763
13764 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13765
13766         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13767         error message to display actual error condition.
13768         (gnus-agent-save-local): Avoid saving symbols that are bound to
13769         nil as they simply result in a warning message in
13770         gnus-agent-read-local.
13771
13772 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13775         rather than make-variable-buffer-local for file-precious-flag.
13776
13777 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13778
13779         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13780         for duplicates which are removed.  The invalid sort check then
13781         triggers a rescan after the sort as sorting may have moved
13782         duplicate entries such that they can be cheaply detected.
13783
13784 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13787
13788 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13789
13790         * gnus-agent.el (gnus-agent-article-alist-save-format):
13791         Change internal variable to a custom variable.  Change default value
13792         from compressed(2) to uncompressed(1).
13793         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13794         support for uncompressed agentview files.  Taken together, reading
13795         the agentview file should now be 6-7 times faster.
13796
13797 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13798
13799         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13800         as a buffer-local variable.  This avoids creating truncated
13801         dribble files as a result of a hang up, eg.
13802
13803 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13804
13805         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13806         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13807         XEmacs.
13808
13809 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * gnus-start.el (gnus-start-draft-setup):
13812         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13813
13814         * gnus.el (gnus-splash): Change custom group.
13815         (gnus-group-get-parameter, gnus-group-parameter-value):
13816         Describe allow-list argument.
13817
13818         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13819         string.
13820
13821 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * gnus-art.el (gnus-default-article-saver): Add user-defined
13824         `function' to custom type.
13825
13826 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13827
13828         * imap.el (imap-open): Handle case where buffer is a buffer
13829         object.
13830
13831 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13832
13833         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13834         long lines.
13835         (gnus-cache-delete-group): Wrap doc strings.
13836
13837         * gnus-agent.el (gnus-agent-rename-group)
13838         (gnus-agent-delete-group): Wrap doc strings.
13839
13840 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * messagexmas.el (message-use-toolbar): Change the valid values
13843         into default, top, bottom, left, and right.
13844         (message-toolbar-thickness): New variable.
13845         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13846         well.
13847         (message-setup-toolbar): Make it work.
13848
13849         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13850         (gnus-use-toolbar): Change the valid values into default, top,
13851         bottom, left, and right.
13852         (gnus-toolbar-thickness): New variable.
13853         (gnus-xmas-setup-toolbar): New function.
13854         (gnus-xmas-setup-group-toolbar): Use it.
13855         (gnus-xmas-setup-summary-toolbar): Use it.
13856
13857 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13858
13859         * gnus-start.el (gnus-1): Add "native" to
13860         gnus-predefined-server-alist.
13861
13862         * gnus.el (gnus-method-to-server): Don't add "native" to the
13863         lists here, because that leads to problems when
13864         gnus-select-method is bound.
13865
13866 2005-11-09  Simon Josefsson  <jas@extundo.com>
13867
13868         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13869         use (not sort-by-date) instead.
13870
13871 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13872
13873         * gnus-delay.el (gnus-delay-group): Don't autoload.
13874         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13875         to be re-loaded when customizing the `gnus-delay' group.
13876
13877 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13878
13879         * message.el: Revert last changes.
13880         (message-insert-citation-line): Use newlines.
13881
13882 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13883
13884         * message.el (message-courtesy-message)
13885         (message-mark-insert-begin, message-mark-insert-end)
13886         (message-elide-ellipsis, message-cancel-message)
13887         (message-add-header, message-change-subject)
13888         (message-cross-post-followup-to-header)
13889         (message-cross-post-insert-note, message-reduce-to-to-cc)
13890         (message-widen-reply, message-delete-not-region)
13891         (message-kill-to-signature, message-insert-signature)
13892         (message-insert-importance-high, message-insert-importance-low)
13893         (message-insert-or-toggle-importance)
13894         (message-insert-disposition-notification-to)
13895         (message-indent-citation, message-yank-original)
13896         (message-cite-original-without-signature, message-cite-original)
13897         (message-insert-citation-line, message-position-on-field)
13898         (message-fix-before-sending, message-send-mail-partially)
13899         (message-send-mail, message-send-mail-with-sendmail)
13900         (message-send-mail-with-qmail, message-send-news)
13901         (message-check-news-header-syntax, message-generate-headers)
13902         (message-insert-courtesy-copy, message-fill-address)
13903         (message-fill-header, message-shorten-references)
13904         (message-setup-1, message-cancel-news)
13905         (message-forward-make-body-plain, message-forward-make-body-mime)
13906         (message-forward-make-body-mml, message-encode-message-body)
13907         (message-forward-make-body-digest-plain)
13908         (message-forward-make-body-digest-mime)
13909         (message-use-alternative-email-as-from): Insert `hard-newline'
13910         instead of ordinary newlines.
13911
13912 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * message.el (message-generate-headers): Downcase the argument
13915         given to message-check-element.
13916
13917 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13918
13919         * nntp.el (nntp-authinfo-rejected): New error condition.
13920         (nntp-wait-for): Use new error condition to signal authentication
13921         error.
13922         (nntp-retrieve-data): Rethrow new error condition to break out of
13923         recursive call to nntp-send-authinfo.
13924
13925 2005-11-08  Romain Francoise  <romain@orebokech.com>
13926
13927         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13928         (gnus-summary-exit-map): Bind to `Z p'.
13929         (gnus-summary-make-menu-bar): Add menu item.
13930
13931 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13932
13933         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13934         (gnus-treat-*): Add `first' in all doc strings.
13935
13936         * gnus-group.el (gnus-group-compact-group): Fix typo.
13937
13938 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus.el (gnus-parameters-case-fold-search): New variable.
13941         (gnus-parameters-get-parameter): Use it.
13942
13943         * gnus-score.el (gnus-home-score-file): Doc fix.
13944
13945 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13946
13947         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13948
13949 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * mm-util.el (mm-special-display-p): New function.
13952
13953         * mml.el (mml-preview): Use it; doc fix.
13954
13955 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13956
13957         * imap.el (imap-open): Handle case where buffer is a buffer object.
13958
13959 2005-10-29  Romain Francoise  <romain@orebokech.com>
13960
13961         * message.el (message-fix-before-sending): Fix comment.
13962
13963 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13964
13965         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13966
13967 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13968
13969         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13970         Used in gnus-score.el.
13971
13972 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13973
13974         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13975
13976 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13977
13978         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13979         whitespace removed in revision 7.8.  Use concatenated string to
13980         protect trailing whitespace.
13981
13982 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13983
13984         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13985         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13986         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13987         Courier IMAP ("some version from 2004").  Mostly based on similar
13988         code in the same function.
13989
13990 2005-10-26  Didier Verna  <didier@xemacs.org>
13991
13992         * gnus-group.el (gnus-group-compact-group): Invalidate original
13993         article buffer.
13994         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13995         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13996         NOV database and in article itself.
13997         Invalidate article backlog.
13998
13999 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14002
14003 2005-10-26  Simon Josefsson  <jas@extundo.com>
14004
14005         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14006         part of 2004-07-25 change.
14007
14008 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * message.el (message-display-completion-list): New function.
14011         (message-expand-group): Use it; make sure the Completions buffer
14012         is modifiable.
14013 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14014
14015         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14016         user-mail-name is an empty string.
14017
14018 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14019
14020         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14021         depending on gnus-score-decay-constant.
14022
14023         * encrypt.el (encrypt-insert-file-contents)
14024         (encrypt-write-file-contents): Don't use `gnus-message'.
14025
14026         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14027         arguments.
14028         (mm-uu-type-alist): Add message-marks and insert-marks.
14029         Pass arguments to mm-uu-verbatim-marks-extract.
14030         (mm-uu-hide-markers): New variable.
14031         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14032
14033         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14034         (gnus-convert-image-to-face-command): Use "convert" by default to
14035         allow other input image formats.
14036         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14037         accordingly.
14038
14039 2005-10-23  Simon Josefsson  <jas@extundo.com>
14040
14041         * imap.el (imap-gssapi-program): Align command line parameters
14042         with latest GNU SASL.
14043         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14044
14045 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14046
14047         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14048         HTML.
14049         (nnslashdot-request-article): Ditto.
14050
14051         * lpath.el (featurep): Add nobreak-char-display.
14052
14053 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14054
14055         * mail-source.el (mail-source-fetch-pop): Require pop3.
14056         (mail-source-check-pop): Ditto.
14057
14058 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14061         errors.
14062
14063 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14064
14065         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14066         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14067
14068         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14069
14070         * mm-bodies.el (mm-decode-string):
14071         Call `mm-charset-to-coding-system' with allow-override argument.
14072
14073 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14076         (rfc2047-charset-to-coding-system): New function.
14077         (rfc2047-decode-encoded-words): New function.
14078         (rfc2047-decode-region): Use them.
14079         (rfc2047-decode-cte): Remove.
14080         (rfc2047-parse-and-decode): Remove.
14081         (rfc2047-decode): Remove.
14082
14083 2005-10-15  Kenichi Handa  <handa@m17n.org>
14084
14085         * rfc2047.el (rfc2047-decode-cte): New function.
14086         (rfc2047-decode-region): Change the way to decode successive
14087         encoded-words: decode B- or Q-encoding in each encoded-word,
14088         concatenate them, and decode it as charset.
14089
14090 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * lpath.el: Fbind codepage-setup for XEmacs.
14093
14094 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14095
14096         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14097         widget-move-and-invoke.
14098         (gnus-custom-mode): Use gnus-custom-map.
14099
14100 2005-10-15  Bill Wohler  <wohler@newt.com>
14101
14102         * message.el (message-tool-bar-map): Rename image file from
14103         mail_send to mail/send.
14104
14105 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14106
14107         * message.el (message-expand-group): Pass the common
14108         prefix substring of completion to `display-completion-list'.
14109
14110 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * mml-sec.el (mml-secure-method): New internal variable.
14113         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14114         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14115         New functions using mml-secure-method.
14116
14117         * mml.el (mml-mode-map): Add key bindings for those functions.
14118         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14119         Harder <harder@myrealbox.com>.
14120         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14121         Goto end of message if point is the headers of the message.
14122
14123         * message.el (message-in-body-p): New function.
14124
14125         * assistant.el: Autoload gnus-util and netrc.
14126
14127         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14128         Use `mm-charset-override-alist' only when decoding.
14129
14130         * mm-bodies.el (mm-decode-body):
14131         Call `mm-charset-to-coding-system' with allow-override argument.
14132
14133         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14134         `filename' from Content-Disposition if Content-Type doesn't
14135         provide `name'.
14136         (gnus-mime-view-part-as-type): Set default instead of
14137         initial-input.
14138
14139 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14140
14141         * format-spec.el (format-spec): Propagate text properties of % spec.
14142
14143 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * gnus-art.el (gnus-treat-predicate): Add `first'.
14146
14147 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14150         (mm-charset-override-alist): New variable.
14151         (mm-charset-to-coding-system): Use it.
14152         (mm-codepage-setup): New helper function.
14153         (mm-charset-eval-alist): New variable.
14154         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14155         Warn about unknown charsets.
14156
14157         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14158
14159 2005-10-04  David Hansen  <david.hansen@gmx.net>
14160
14161         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14162         (nnrss-check-group): Ditto.
14163
14164 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14165
14166         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14167         Rename x-gnus-verbatim to x-verbatim.
14168         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14169
14170         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14171         x-verbatim.
14172
14173         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14174
14175         * gnus-util.el (gnus-remove-duplicates): Remove.
14176
14177         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14178         instead of gnus-remove-duplicates.
14179
14180         * message.el (message-remove-duplicates): Remove.
14181         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14182         message-remove-duplicates.
14183
14184         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14185         available, else use implementation from `delete-dups'.
14186
14187         * message.el (message-insert-expires): New function.
14188         (message-mode-map): Add key binding.
14189         (message-mode-field-menu): Add menu entry.
14190         (message-mode): Document it.
14191         (message-make-expires-date): Use `message-make-date'.
14192
14193 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14194
14195         * message.el (message-make-expires-date): New function.
14196
14197 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * Makefile.in (list-installed-shadows): New entry.
14200         (install): Use it.
14201         (remove-installed-shadows): New entry.
14202
14203         * dgnushack.el (dgnushack-default-load-path): New variable.
14204         (dgnushack-find-lisp-shadows): New function.
14205         (dgnushack-remove-lisp-shadows): New function.
14206
14207 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * Makefile.in (install-el-elc): New entry.
14210         (install): Use it so that .el files are necessarily installed.
14211
14212 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14215
14216 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14217
14218         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14219         function rather than the diff-mode.el package.
14220         (mm-display-external): Use with-current-buffer.
14221         (mm-viewer-completion-map, mm-viewer-completion-map):
14222         Move initialization inside declaration.
14223
14224 2005-09-29  Simon Josefsson  <jas@extundo.com>
14225
14226         * spam.el: Load hashcash when compiling, to avoid warnings.
14227         Don't autoload mail-check-payment.
14228         (spam-check-hashcash): Define unconditionally, since hashcash.el
14229         is part of Gnus now.  Ignore errors from payment checking.
14230
14231 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14232
14233         * message.el (message-bold-region, message-unbold-region):
14234         Rename from `bold-region' and `unbold-region'.
14235
14236         * message.el: Remove useless autoloads.
14237
14238 2005-09-28  Simon Josefsson  <jas@extundo.com>
14239
14240         * message.el (message-use-idna): Default to t.
14241         (message-use-idna): Test whether encoding works too.  Doc fix.
14242
14243 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14244
14245         * nntp.el (nntp-warn-about-losing-connection): Remove.
14246
14247 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14250         customizable.  Change default value.
14251         (mm-uu-diff-groups-regexp): Change default value.
14252         (mm-uu-type-alist): Add doc string.
14253         (mm-uu-configure): Add doc string.  Make it interactive.
14254         (mm-uu-tex-groups-regexp): New variable.
14255         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14256         (mm-uu-type-alist): Add LaTeX documents.
14257         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14258         of "text/verbatim".
14259         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14260
14261         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14262         instead of "text/verbatim".
14263
14264         * message.el (message-mark-inserted-region)
14265         (message-mark-insert-file): Use slrn style marks when called with
14266         prefix argument.
14267
14268 2005-09-27  Simon Josefsson  <jas@extundo.com>
14269
14270         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14271
14272 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14273
14274         * message.el (message-remove-duplicates): New function.
14275         Implementation borrowed from `gnus-remove-duplicates'.
14276         (message-idna-to-ascii-rhs): Also encode idna addresses in
14277         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14278         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14279         only ask about the same idna domain once per header and also tell
14280         in what header to replace the idna domain.
14281
14282         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14283         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14284         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14285         a header is decoded and not just the last one.
14286
14287 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14290         has been decoded.
14291
14292         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14293         (mm-insert-part): Don't modify text if it has been decoded.
14294
14295         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14296         decoded.
14297
14298         * mm-view.el (mm-inline-text): Don't strip text props unless
14299         decoding enriched or richtext parts.
14300
14301 2005-09-25  Romain Francoise  <romain@orebokech.com>
14302
14303         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14304         * gnus-start.el (gnus-subscribe-interactively):
14305         * gnus-uu.el (gnus-uu-grab-articles):
14306         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14307         space.
14308
14309 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14310
14311         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14312         * mm-view.el (mm-view-pkcs7-decrypt):
14313         * gnus-sum.el (gnus-summary-limit-to-extra)
14314         (gnus-summary-respool-article, gnus-read-move-group-name):
14315         * gnus-score.el (gnus-summary-increase-score):
14316         * gnus-util.el (gnus-completing-read-with-default):
14317         * gnus-art.el (gnus-read-save-file-name)
14318         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14319         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14320         * message.el (message-check-news-header-syntax):
14321         Follow convention for reading with the minibuffer.
14322
14323 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * spam-report.el (spam-report-url-ping-plain):
14326         Use gnus-extended-version as User-Agent.
14327
14328         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14329         default value is nil.
14330
14331         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14332         (mm-uu-verbatim-marks-extract): New function.
14333         (mm-uu-extract): New face.
14334         (mm-uu-copy-to-buffer): Use it.
14335
14336         * spam-report.el (spam-report-gmane-ham): Rename from
14337         `spam-report-gmane-unspam'.
14338         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14339         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14340
14341         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14342         Autoload.
14343         (spam-report-gmane-unregister-routine):
14344         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14345
14346 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14347
14348         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14349         (spam-report-gmane-unregister-routine): Add support for gmane
14350         unregistration.
14351
14352         * spam-report.el (spam-report-gmane-unspam)
14353         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14354         (spam-report-gmane): Change to take a single article and do unspam
14355         registration.
14356
14357 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14358
14359         * mm-url.el (mm-url-decode-entities): Fix regexp.
14360
14361 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14362
14363         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14364         default to nil, to be able to use Gnus at all.  If the default
14365         switches to something else, then the function should be fixed not
14366         be exceedingly slow.
14367
14368 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14369
14370         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14371         fail hard.
14372
14373         * spam-report.el: Add better Keywords line.
14374
14375         * spam.el: Add Maintainer and better Keywords line.
14376
14377 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14378
14379         * gnus-art.el (gnus-article-replace-part)
14380         (gnus-mime-replace-part): New functions.
14381         (gnus-mime-action-alist, gnus-mime-button-commands)
14382         (gnus-mime-save-part-and-strip): Add file argument.
14383         (gnus-article-part-wrapper): Add interactive argument.
14384
14385         * gnus-sum.el (gnus-summary-mime-map):
14386         Add `gnus-article-replace-part'.
14387
14388 2005-09-19  Didier Verna  <didier@xemacs.org>
14389
14390         The nnml compaction feature:
14391         * nnml.el (nnml-request-compact-group): New function.
14392         * nnml.el (nnml-request-compact): New function.
14393         * gnus-int.el (gnus-request-compact-group): New function.
14394         * gnus-int.el (gnus-request-compact): New function.
14395         * gnus-group.el (gnus-group-compact-group): New function.
14396         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14397         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14398         * gnus-srvr.el (gnus-server-compact-server): New function.
14399         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14400         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14401
14402 2005-09-18  Deepak Goel  <deego@gnufans.org>
14403
14404         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14405         format spec.
14406
14407 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14410
14411 2005-09-15  Romain Francoise  <romain@orebokech.com>
14412
14413         * message.el (message-fill-paragraph): Clarify docstring.
14414
14415 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-art.el (gnus-mime-display-part): Protect against broken
14418         MIME messages.
14419
14420 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14423         before parsing header.
14424
14425 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14426
14427         * html2text.el (html2text-replace-list): Add new entities.
14428
14429 2005-09-11  Romain Francoise  <romain@orebokech.com>
14430
14431         * message.el (message-alternative-emails): Improve docstring.
14432         (message-setup-1): Call `message-use-alternative-email-as-from'
14433         after `message-setup-hook' to give it precedence over posting
14434         styles, etc.
14435         (message-use-alternative-email-as-from): Add docstring.
14436         Remove the original From header if present.
14437
14438         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14439         (nnml-save-mail): Use it.
14440
14441         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14442         articles.  Add new argument `silent'.
14443         (gnus-uu-mark-all): Report the total number of marked articles.
14444
14445 2005-09-10  Romain Francoise  <romain@orebokech.com>
14446
14447         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14448         (gnus-uu-mark-series): Likewise.
14449
14450 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * spam-report.el (spam-report-gmane): Fix generation of spam
14453         report URL.
14454
14455 2005-09-10  Simon Josefsson  <jas@extundo.com>
14456
14457         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14458         t, based on discussion on the ding list with Robert Epprecht
14459         <epprecht@solnet.ch>.
14460
14461 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * spam-report.el (spam-report-gmane): Make it work without
14464         X-Report-Spam header.  Gmane now only provides Archived-At.
14465         This is only used if `spam-report-gmane-use-article-number' is nil.
14466         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14467
14468         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14469         make `gnus-summary-sort-by-recipient' work with threading.
14470
14471         * nnweb.el (nnweb-google-wash-article): Print a message if article
14472         is not available.
14473
14474 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14475
14476         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14477         change.  Decode text/* parts content before displaying.
14478
14479 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14482
14483 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14486
14487         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14488         url-package-name, url-package-version,
14489         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14490         w3m-display-inline-images, and w3m-minor-mode-map.
14491
14492 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * message.el (message-tab-body-function): Fix mismatched custom type.
14495
14496         * gnus.el (gnus-group-change-level-function): Ditto.
14497
14498         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14499
14500         * gnus-art.el (gnus-signature-limit)
14501         (gnus-article-mime-part-function): Ditto.
14502
14503 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * mml.el (mml-mode): Silence the byte compiler.
14506
14507         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14508         using `(sit-for 0)' before moving the point to the specified part;
14509         skip unbuttonized parts.
14510         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14511         return to the summary window if gnus-auto-select-part is non-nil.
14512
14513 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14514
14515         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14516         New variables.
14517         (mml-dnd-attach-file, mml-mode): Use them.
14518
14519         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14520         Make fetching article by MID work again for Google Groups.
14521         Add FIXME concerning gnus-group-make-web-group.
14522
14523         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14524         Don't depend on Gnus by using mail-extract-address-components if
14525         gnus-extract-address-components is not bound.
14526
14527 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14528
14529         * gnus-art.el (gnus-mime-display-security): Don't display the
14530         signature, but only the signed part.
14531
14532 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14535
14536         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14537         list, not listp.
14538
14539 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14540
14541         * mm-encode.el (mm-encode-content-transfer-encoding):
14542         Likewise when encoding.
14543
14544         * mm-bodies.el (mm-decode-content-transfer-encoding):
14545         De-canonicalize CRLF for all text content types, not just
14546         text/plain.
14547
14548 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14551         valid article; point arrow and cursor at the MIME button.
14552
14553 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14556         Suggested by Dan Christensen <jdc@uwo.ca>.
14557
14558         * mm-decode.el (mm-save-part): Enable change of prompt.
14559
14560 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14561
14562         * gnus-msg.el (gnus-inews-add-send-actions):
14563         Make `message-post-method' lambda parameter ARG `&optional'.
14564
14565 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14566
14567         * gnus-sum.el (gnus-summary-mime-map):
14568         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14569         gnus-article-jump-to-part.
14570
14571         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14572         (gnus-article-edit-part): Use it.
14573         (gnus-article-part-wrapper): Add no-handle argument.
14574         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14575         New functions.
14576
14577 2005-08-29  Romain Francoise  <romain@orebokech.com>
14578
14579         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14580         docstring.
14581         (gnus-face-from-file): Likewise.
14582
14583 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14584
14585         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14586         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14587         non-nil.
14588         (gnus-auto-select-part): New variable.
14589         (gnus-article-jump-to-part): New function.
14590         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14591         (gnus-mime-delete-part): Allow selecting specified part after
14592         deleting or stripping parts.
14593         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14594         part if argument is bogus.
14595
14596 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14597
14598         * gnus-art.el (w3m-minor-mode-map):
14599         * gnus-spec.el (gnus-newsrc-file-version):
14600         * gnus-util.el (nnmail-active-file-coding-system)
14601         (gnus-original-article-buffer, gnus-user-agent):
14602         * gnus.el (gnus-ham-process-destinations)
14603         (gnus-parameter-ham-marks-alist)
14604         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14605         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14606         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14607         * mm-decode.el (gnus-current-window-configuration):
14608         * mm-extern.el (gnus-article-mime-handles):
14609         * mm-url.el (url-current-object, url-package-name)
14610         (url-package-version):
14611         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14612         (smime-keys, w3m-cid-retrieve-function-alist)
14613         (w3m-current-buffer, w3m-display-inline-images)
14614         (w3m-minor-mode-map):
14615         * mml-smime.el (gnus-extract-address-components):
14616         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14617         (gnus-newsrc-hashtb, message-default-charset)
14618         (message-deletable-headers, message-options)
14619         (message-posting-charset, message-required-mail-headers)
14620         (message-required-news-headers):
14621         * mml1991.el (mc-pgp-always-sign):
14622         * mml2015.el (mc-pgp-always-sign):
14623         * nnheader.el (nnmail-extra-headers):
14624         * rfc1843.el (gnus-decode-encoded-word-function)
14625         (gnus-decode-header-function, gnus-newsgroup-name):
14626         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14627
14628 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14629
14630         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14631         the end of the date treatments.
14632
14633 2005-08-15  Simon Josefsson  <jas@extundo.com>
14634
14635         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14636         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14637         Capello and Romain Francoise.
14638         (pgg-fetch-key-function): Remove, not used?
14639         (pgg-insert-url-with-w3): Require url, to get
14640         url-insert-file-contents regardless of where it is defined.
14641
14642 2005-08-13  Romain Francoise  <romain@orebokech.com>
14643
14644         * message.el (message-cite-original-1): New function.
14645         (message-cite-original): Use it.
14646         (message-cite-original-without-signature): Ditto.
14647
14648 2005-08-08  Romain Francoise  <romain@orebokech.com>
14649
14650         * message.el (message-yank-empty-prefix): New variable.
14651         (message-indent-citation): Use it.
14652         (message-cite-original-without-signature): Respect X-No-Archive.
14653
14654 2005-08-08  Simon Josefsson  <jas@extundo.com>
14655
14656         * pgg.el: Autoload url-insert-file-contents instead of loading
14657         w3/url.
14658         (pgg-insert-url-with-w3): Don't load url here.
14659
14660 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14661
14662         * message.el (message-kill-to-signature): Don't insert newline at
14663         bol.
14664         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14665
14666 2005-08-06  Romain Francoise  <romain@orebokech.com>
14667
14668         * message.el (message-user-fqdn): Fix typo in docstring.
14669
14670 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14671
14672         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14673
14674         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14675
14676 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * mm-bodies.el (mm-encode-body): Use coding system rather than
14679         charset to encode text.
14680
14681         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14682         number of charsets if utf-8 is available (XEmacs).
14683
14684 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14685
14686         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14687         taken from `gnus-button-mid-or-mail-regexp'.
14688         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14689         (gnus-button-alist): Improve regexp for domain part of the MIDs
14690         for news:localpart@domain buttons.
14691         (gnus-button-ctan-directory-regexp): Update.
14692
14693 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * sieve-manage.el (sieve-manage-interactive-login):
14696         Use make-local-variable rather than make-variable-buffer-local.
14697         (sieve-manage-open): Ditto.
14698         (sieve-manage-authenticate): Ditto.
14699
14700         * mml.el (mml-generate-mime-1): Make the content type default to
14701         text/plain if the filename is not specified.
14702
14703 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14706         instead of insert-buffer.
14707
14708         * message.el (message-yank-original): Ditto; set the mark at the
14709         end of the yanked message.
14710
14711 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14714         lines to scroll rather than to stop it.
14715
14716         * mml.el (mml-generate-default-type): Add doc string.
14717         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14718         default to application/octet-stream when determining the content
14719         type if it is not specified for the part or the mml contents; add
14720         a comment about mml-generate-default-type.
14721
14722 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14723
14724         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14725         make it default to application/octet-stream when determining the
14726         content type if it is not specified for the external contents.
14727
14728 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14731         segmented parameter but also other parameters might be there.
14732
14733 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * mm-decode.el (mm-display-external): Delete temp file, directory
14736         and buffer immediately if the external process is exited.
14737
14738 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14741         fewer lines than that of scroll-margin.
14742         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14743
14744 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * gnus-art.el (gnus-article-next-page): Revert.
14747         (gnus-article-beginning-of-window): New macro.
14748         (gnus-article-next-page-1): Use it.
14749         (gnus-article-prev-page): Ditto.
14750         (gnus-article-edit-part): Use insert-buffer-substring instead of
14751         insert-buffer.
14752         (gnus-article-edit-exit): Ditto.
14753
14754         * gnus-util.el (gnus-beginning-of-window): Remove.
14755         (gnus-end-of-window): Remove.
14756
14757         * lpath.el: Don't bind header-line-format and scroll-margin.
14758
14759 2005-07-25  Simon Josefsson  <jas@extundo.com>
14760
14761         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14762         to have the url package without w3.  Reported by Daiki Ueno
14763         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14764
14765 2005-07-20  Didier Verna  <didier@xemacs.org>
14766
14767         * gnus-diary.el: Remove the description comment (nndiary is now
14768         properly documented in the Gnus manual).
14769         Fix the spelling of "Back End".
14770         * nndiary.el: Ditto.
14771         Fix the copyright notice.
14772
14773 2005-07-18  Romain Francoise  <romain@orebokech.com>
14774
14775         * gnus-sum.el (gnus-summary-to-prefix)
14776         (gnus-summary-newsgroup-prefix): New variables.
14777         (gnus-summary-from-or-to-or-newsgroups): Use them.
14778
14779 2005-07-17  Romain Francoise  <romain@orebokech.com>
14780
14781         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14782         space as it's generally not especially interesting to the user.
14783
14784 2005-07-16  Romain Francoise  <romain@orebokech.com>
14785
14786         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14787         nil to avoid prompting and file modification if one of the
14788         messages at the top of the nnfolder file contains a copyright
14789         notice.
14790         Update copyright notice.
14791
14792         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14793         instead of `current-time-string' as the latter creates a time
14794         string that is not RFC 2822 compliant (it lacks the zone).
14795         Update copyright notice.
14796
14797 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14798
14799         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14800         for text/rtf.  Display default in prompt.  Pass default for M-n.
14801
14802         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14803
14804 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14805
14806         * gnus-msg.el (gnus-button-mailto):
14807         Remove save-selected-window-window hackery because it relies on
14808         save-selected-window internals.
14809
14810 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14813         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14814         (gnus-article-prev-page): Ditto.
14815
14816         * gnus-util.el (gnus-beginning-of-window): New function.
14817         (gnus-end-of-window): New function.
14818
14819         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14820
14821 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14822
14823         * gnus-score.el (gnus-score-edit-all-score):
14824         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14825         gnus-message.
14826
14827 2005-07-14  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-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14836         add-minor-mode.
14837         (gnus-binary-mode): Ditto.
14838
14839         * gnus-topic.el (gnus-topic-mode): Ditto.
14840
14841 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14842
14843         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14844         (gnus-article-prev-page): Take scroll-margin into consideration.
14845
14846 2005-07-04  Lute Kamstra  <lute@gnu.org>
14847
14848         Update FSF's address in GPL notices.
14849
14850 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14851
14852         * gnus.el (gnus-exit):
14853         * gnus-group.el (gnus-group-icons):
14854         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14855
14856         * gnus-nocem.el (gnus-nocem):
14857         * message.el (message-various, message-buffers, message-sending)
14858         (message-interface, message-forwarding, message-insertion)
14859         (message-headers, message-news, message-mail):
14860         * pgg-gpg.el (pgg-gpg):
14861         * pgg-parse.el (pgg-parse):
14862         * pgg-pgp.el (pgg-pgp):
14863         * pgg-pgp5.el (pgg-pgp5):
14864         * pop3.el (pop3): Finish `defgroup' description with period.
14865
14866 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * gnus-art.el (article-display-face): Improve the efficiency.
14869         (article-display-x-face): Ditto; remove grey x-face stuff.
14870
14871 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-art.el (article-display-face): Correct the position in
14874         which Faces are inserted.
14875
14876 2005-06-29  Didier Verna  <didier@xemacs.org>
14877
14878         * gnus-art.el (article-display-face): Display faces in correct
14879         order.
14880
14881 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14884         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14885         (gnus-nocem-check-article): Fetch the Type header.
14886         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14887         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14888         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14889         make sure gnus-nocem-hashtb is initialized.
14890         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14891         (gnus-nocem-unwanted-article-p): Ditto.
14892
14893         * pgg.el (pgg-verify): Return the verification result.
14894
14895 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14896
14897         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14898         is ascii.
14899
14900 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14901
14902         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14903         `show-nonbreak-escape'.
14904
14905 2005-06-23  Lute Kamstra  <lute@gnu.org>
14906
14907         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14908
14909         * dig.el (dig-mode):
14910         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14911
14912 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14913
14914         * nnimap.el (nnimap-split-download-body): Fix spellings.
14915
14916 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14917
14918         * gnus-art.el (gnus-article-encrypt-body):
14919         * gnus-cus.el (gnus-score-customize):
14920         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14921         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14922
14923 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14924
14925         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14926         header by looking for magic "MII" at the beginnig.
14927
14928 2005-06-16  Miles Bader  <miles@gnu.org>
14929
14930         * gnus-xmas.el (gnus-xmas-group-startup-message):
14931         Use renamed gnus-splash face.
14932
14933         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14934         (assistant-field-face): New backward-compatibility alias for renamed
14935         face.
14936         (assistant-render-text): Use renamed assistant-field face.
14937
14938         * spam.el (spam): Remove "-face" suffix from face name.
14939         (spam-face): New backward-compatibility alias for renamed face.
14940         (spam-face, spam-initialize): Use renamed spam face.
14941
14942         * message.el (message-header-to, message-header-cc)
14943         (message-header-subject, message-header-newsgroups)
14944         (message-header-other, message-header-name)
14945         (message-header-xheader, message-separator, message-cited-text)
14946         (message-mml): Remove "-face" suffix from face names.
14947         (message-header-to-face, message-header-cc-face)
14948         (message-header-subject-face, message-header-newsgroups-face)
14949         (message-header-other-face, message-header-name-face)
14950         (message-header-xheader-face, message-separator-face)
14951         (message-cited-text-face, message-mml-face):
14952         New backward-compatibility aliases for renamed faces.
14953         (message-font-lock-keywords): Use renamed message faces.
14954
14955         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14956         (sieve-test-commands, sieve-tagged-arguments):
14957         Remove "-face" suffix from face names.
14958         (sieve-control-commands-face, sieve-action-commands-face)
14959         (sieve-test-commands-face, sieve-tagged-arguments-face):
14960         New backward-compatibility aliases for renamed faces.
14961         (sieve-control-commands-face, sieve-action-commands-face)
14962         (sieve-test-commands-face, sieve-tagged-arguments-face):
14963         Use renamed sieve faces.
14964
14965         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14966         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14967         (gnus-group-news-3-empty, gnus-group-news-4)
14968         (gnus-group-news-4-empty, gnus-group-news-5)
14969         (gnus-group-news-5-empty, gnus-group-news-6)
14970         (gnus-group-news-6-empty, gnus-group-news-low)
14971         (gnus-group-news-low-empty, gnus-group-mail-1)
14972         (gnus-group-mail-1-empty, gnus-group-mail-2)
14973         (gnus-group-mail-2-empty, gnus-group-mail-3)
14974         (gnus-group-mail-3-empty, gnus-group-mail-low)
14975         (gnus-group-mail-low-empty, gnus-summary-selected)
14976         (gnus-summary-cancelled, gnus-summary-high-ticked)
14977         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14978         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14979         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14980         (gnus-summary-low-undownloaded)
14981         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14982         (gnus-summary-low-unread, gnus-summary-normal-unread)
14983         (gnus-summary-high-read, gnus-summary-low-read)
14984         (gnus-summary-normal-read, gnus-splash):
14985         Remove "-face" suffix from face names.
14986         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14987         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14988         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14989         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14990         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14991         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14992         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14993         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14994         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14995         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14996         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14997         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14998         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14999         (gnus-summary-normal-ticked-face)
15000         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15001         (gnus-summary-normal-ancient-face)
15002         (gnus-summary-high-undownloaded-face)
15003         (gnus-summary-low-undownloaded-face)
15004         (gnus-summary-normal-undownloaded-face)
15005         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15006         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15007         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15008         (gnus-splash-face):
15009         New backward-compatibility aliases for renamed faces.
15010         (gnus-group-startup-message): Use renamed gnus faces.
15011
15012         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15013         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15014         (gnus-server-agent): Remove "-face" suffix from face names.
15015         (gnus-server-agent-face, gnus-server-opened-face)
15016         (gnus-server-closed-face, gnus-server-denied-face)
15017         (gnus-server-offline-face):
15018         New backward-compatibility aliases for renamed faces.
15019         (gnus-server-agent-face, gnus-server-opened-face)
15020         (gnus-server-closed-face, gnus-server-denied-face)
15021         (gnus-server-offline-face): Use renamed gnus faces.
15022
15023         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15024         Remove "-face" suffix from face names.
15025         (gnus-picon-xbm-face, gnus-picon-face):
15026         New backward-compatibility aliases for renamed faces.
15027
15028         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15029         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15030         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15031         (gnus-cite-11): Remove "-face" suffix from face names.
15032         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15033         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15034         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15035         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15036         New backward-compatibility aliases for renamed faces.
15037         (gnus-cite-attribution-face, gnus-cite-face-list)
15038         (gnus-article-boring-faces): Use renamed gnus faces.
15039
15040         * gnus-art.el (gnus-signature, gnus-header-from)
15041         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15042         (gnus-header-content): Remove "-face" suffix from face names.
15043         (gnus-signature-face, gnus-header-from-face)
15044         (gnus-header-subject-face, gnus-header-newsgroups-face)
15045         (gnus-header-name-face, gnus-header-content-face):
15046         New backward-compatibility aliases for renamed faces.
15047         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15048
15049         * gnus-sum.el (gnus-summary-selected-face)
15050         (gnus-summary-highlight): Use renamed gnus faces.
15051         * gnus-group.el (gnus-group-highlight): Likewise.
15052
15053 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15054
15055         * gnus-sieve.el (gnus-sieve-article-add-rule):
15056         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15057         * spam-stat.el (spam-stat-buffer-change-to-spam)
15058         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15059
15060         * message.el (message-is-yours-p):
15061         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15062
15063 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * mm-view.el (mm-inline-text): Withdraw the last change.
15066
15067 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15068
15069         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15070         executing enriched-decode.
15071
15072 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15075         charset of tar files.
15076
15077 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15078
15079         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15080
15081 2005-06-04  Lute Kamstra  <lute@gnu.org>
15082
15083         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15084         information is never recorded.
15085
15086 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15087
15088         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15089
15090 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * pop3.el (pop3-apop): Run md5 in the binary mode.
15093
15094         * starttls.el (starttls-set-process-query-on-exit-flag):
15095         Use eval-and-compile.
15096
15097 2005-05-31  Simon Josefsson  <jas@extundo.com>
15098
15099         * smime.el (smime-replace-in-string): Define.
15100         (smime-cert-by-ldap-1): Use it.
15101
15102 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-art.el (article-display-x-face): Replace
15105         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15106
15107         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15108         set-process-query-on-exit-flag or process-kill-without-query.
15109
15110         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15111         loop instead of replace-regexp.
15112
15113         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15114         instead of process-kill-without-query if it is available.
15115
15116         * lpath.el: Fbind ldap-search-entries.
15117
15118         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15119         instead of find-file-hooks if it is available.
15120
15121         * mml1991.el: Bind pgg-default-user-id when compiling.
15122
15123         * mml2015.el: Bind pgg-default-user-id when compiling.
15124
15125         * nndraft.el (nndraft-request-associate-buffer):
15126         Use write-contents-functions instead of write-contents-hooks if it is
15127         available.
15128
15129         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15130         instead of find-file-hooks if it is available.
15131
15132         * nntp.el (nntp-open-connection): Replace
15133         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15134         (nntp-open-ssl-stream): Ditto.
15135         (nntp-open-tls-stream): Ditto.
15136
15137         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15138         set-process-query-on-exit-flag or process-kill-without-query.
15139         (starttls-open-stream-gnutls): Use it instead of
15140         process-kill-without-query.
15141         (starttls-open-stream): Ditto.
15142
15143 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15144
15145         * smime.el (smime-cert-by-ldap-1): Don't use
15146         replace-regexp-in-string.
15147
15148 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15149
15150         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15151
15152         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15153         in PEM format.  Adjust to the XEmacs compability.
15154
15155 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15158         by `string-to-number'.
15159         * gnus-agent.el (gnus-agent-regenerate-group)
15160         (gnus-agent-fetch-articles): Ditto.
15161         * gnus-art.el (gnus-button-fetch-group): Ditto.
15162         * gnus-cache.el (gnus-cache-generate-active)
15163         (gnus-cache-articles-in-group): Ditto.
15164         * gnus-group.el (gnus-group-set-current-level)
15165         (gnus-group-insert-group-line): Ditto.
15166         * gnus-score.el (gnus-score-set-expunge-below)
15167         (gnus-score-set-mark-below, gnus-summary-score-effect)
15168         (gnus-summary-score-entry): Ditto.
15169         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15170         (gnus-soup-pack): Ditto.
15171         * gnus-spec.el (gnus-xmas-format): Ditto.
15172         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15173         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15174         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15175         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15176         * nndb.el (nndb-get-remote-expire-response): Ditto.
15177         * nndiary.el (nndiary-parse-schedule-value)
15178         (nndiary-string-to-number, nndiary-request-replace-article)
15179         (nndiary-request-article): Ditto.
15180         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15181         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15182         * nneething.el (nneething-make-head): Ditto.
15183         * nnfolder.el (nnfolder-request-article)
15184         (nnfolder-retrieve-headers): Ditto.
15185         * nnheader.el (nnheader-file-to-number): Ditto.
15186         * nnkiboze.el (nnkiboze-request-article): Ditto.
15187         * nnmail.el (nnmail-process-unix-mail-format)
15188         (nnmail-process-babyl-mail-format): Ditto.
15189         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15190         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15191         (nnmh-request-create-group, nnmh-request-list-1)
15192         (nnmh-request-group, nnmh-request-article): Ditto.
15193         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15194         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15195         * nnsoup.el (nnsoup-make-active): Ditto.
15196         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15197         * nntp.el (nntp-find-group-and-number)
15198         (nntp-retrieve-headers-with-xover): Ditto.
15199         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15200         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15201         (pgg-format-key-identifier): Ditto.
15202         * pop3.el (pop3-last, pop3-stat): Ditto.
15203         * qp.el (quoted-printable-decode-region): Ditto.
15204
15205         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15206         of concat.
15207
15208 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15211
15212         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15213
15214         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15215
15216         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15217
15218         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15219
15220         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15221
15222         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15223         (gnus-carpal-mode): Ditto.
15224
15225         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15226         (gnus-browse-mode): Ditto.
15227
15228         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15229
15230         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15231
15232 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15233
15234         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15235
15236 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * gnus-util.el (gnus-run-mode-hooks): New function.
15239
15240         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15241
15242         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15243         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15244
15245 2005-05-27  Lute Kamstra  <lute@gnu.org>
15246
15247         * dns-mode.el (dns-mode): Specify customization group.
15248
15249 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15250
15251         * gnus-agent.el (gnus-agent-make-mode-line-string):
15252         Use mode-line-highlight as mouse-face.
15253
15254 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * canlock.el (canlock): Change the parent group to news.
15257
15258         * deuglify.el (gnus-outlook-deuglify): Add :group.
15259
15260         * dig.el (dig): Add :group.
15261
15262         * dns-mode.el (dns-mode): Add :group.
15263
15264         * encrypt.el (encrypt): Add :group.
15265
15266         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15267         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15268         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15269         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15270         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15271
15272         * gnus-diary.el (gnus-diary): Add :group.
15273
15274         * gnus.el (gnus-group-news-1-face): Add :group.
15275         (gnus-group-news-1-empty-face): Ditto.
15276         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15277         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15278         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15279         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15280         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15281         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15282         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15283         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15284         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15285         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15286         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15287         (gnus-summary-high-ticked-face): Ditto.
15288         (gnus-summary-low-ticked-face): Ditto.
15289         (gnus-summary-normal-ticked-face): Ditto.
15290         (gnus-summary-high-ancient-face): Ditto.
15291         (gnus-summary-low-ancient-face): Ditto.
15292         (gnus-summary-normal-ancient-face): Ditto.
15293         (gnus-summary-high-undownloaded-face): Ditto.
15294         (gnus-summary-low-undownloaded-face): Ditto.
15295         (gnus-summary-normal-undownloaded-face): Ditto.
15296         (gnus-summary-high-unread-face): Ditto.
15297         (gnus-summary-low-unread-face): Ditto.
15298         (gnus-summary-normal-unread-face): Ditto.
15299         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15300         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15301
15302         * hashcash.el (hashcash): New custom group.
15303         (hashcash-default-payment): Add :group.
15304         (hashcash-payment-alist): Ditto.
15305         (hashcash-default-accept-payment): Ditto.
15306         (hashcash-accept-resources): Ditto.
15307         (hashcash-path): Ditto.
15308         (hashcash-extra-generate-parameters): Ditto.
15309         (hashcash-double-spend-database): Ditto.
15310         (hashcash-in-news): Ditto.
15311
15312         * message.el (message-minibuffer-local-map): Add :group.
15313
15314         * netrc.el (netrc): Add :group.
15315
15316         * sieve-manage.el (sieve-manage-log): Add :group.
15317         (sieve-manage-default-user): Diito.
15318         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15319         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15320         (sieve-manage-authenticators): Ditto.
15321         (sieve-manage-authenticator-alist): Ditto.
15322         (sieve-manage-default-port): Ditto.
15323
15324         * sieve-mode.el (sieve-control-commands-face): Add :group.
15325         (sieve-action-commands-face): Ditto.
15326         (sieve-test-commands-face): Ditto.
15327         (sieve-tagged-arguments-face): Ditto.
15328
15329         * smime.el (smime): Add :group.
15330
15331         * spam-report.el (spam-report): Add :group.
15332
15333         * spam.el (spam, spam-face): Add :group.
15334
15335 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15336
15337         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15338         return \n.\n.\n at the end of articles.  Protect against that.
15339         (nntp-with-open-group): Allow debugging.
15340
15341         * nnheader.el (mail-header-set-extra): Make into a function
15342         because I just could't understand how to quote the list properly.
15343
15344         * dns.el (query-dns-cached): New function.
15345
15346 2005-05-26  Lute Kamstra  <lute@gnu.org>
15347
15348         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15349
15350 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15353
15354         * gnus-art.el: Don't autoload mail-extract-address-components.
15355
15356         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15357         eval-and-compile to evaluate it.
15358
15359         * hashcash.el: Don't autoload executable-find.
15360
15361         * nndb.el: Don't declare the nndb back end two or more times; don't
15362         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15363
15364         * nntp.el: Autoload format-spec instead of format; use
15365         eval-and-compile to evaluate autoload forms.
15366
15367 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15368
15369         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15370
15371 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15372
15373         * gnus.el (gnus-version-number): Bump version.
15374
15375 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15376
15377         * gnus.el: No Gnus v0.3 is released.
15378
15379 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15380
15381         * lpath.el (featurep): Bind show-nonbreak-escape.
15382
15383 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15384
15385         * gnus-art.el (gnus-article-edit-part): Disable undo.
15386
15387 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15390         gnus-article-date-lapsed-new-header is t if date timer is active;
15391         skip headers in which the original date value is empty.
15392         (gnus-article-save-original-date): Redefine it as a macro.
15393         (gnus-display-mime): Use it.
15394
15395 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * gnus-art.el (article-date-ut): Support converting date in
15398         forwarded parts as well.
15399         (gnus-article-save-original-date): New function.
15400         (gnus-display-mime): Use it.
15401
15402 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15403
15404         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15405         enclosure element of <item>.
15406
15407 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15408
15409         * message.el (message-kill-buffer-query): Rename from
15410         `message-kill-buffer-query-if-modified'.  Add :version.
15411
15412 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15413
15414         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15415         window layout.
15416
15417 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * mml.el: Autoload dnd when compiling.
15420
15421 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15424         x-dnd-*.
15425
15426 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * qp.el (quoted-printable-encode-region): Save excursion.
15429
15430 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15431
15432         * message.el (message-kill-buffer-query-if-modified): Add new variable
15433         so the user can kill a modified message buffer quickly.
15434         (message-kill-buffer): Use it.
15435
15436 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * lpath.el: Fbind display-time-event-handler; don't fbind
15439         string-to-multibyte.
15440
15441         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15442
15443 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15444
15445         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15446         contained in text because xml.el decodes entities) with LFs.
15447
15448 2005-04-11  Lute Kamstra  <lute@gnu.org>
15449
15450         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15451         differently.
15452
15453 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15454
15455         * mm-util.el (mm-detect-coding-region): Typo.
15456
15457 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15460
15461 2005-04-06  Deepak Goel  <deego@gnufans.org>
15462
15463         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15464         user-function allow user modifications of the scores.
15465         (spam-stat-score-buffer-user): New function, to allow
15466         user-computed modifications to the score.
15467         (spam-stat-score-buffer-user-functions): List of additional
15468         scoring functions.
15469         (spam-stat-error-holder): Global temporary error holder.
15470         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15471         variable.
15472
15473 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15474
15475         * gnus-registry.el (gnus-registry-clean-empty-function)
15476         (gnus-registry-trim, gnus-registry-fetch-groups)
15477         (gnus-registry-delete-group): Groups that match
15478         `gnus-registry-ignored-groups' are removed from the registry
15479         entries, not just ignored for splitting.  This helps clean up the
15480         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15481         to get all the groups a message ID is in.
15482
15483         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15484         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15485         (spam-stat-score-buffer-user-functions): Add :number custom type.
15486
15487 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15488
15489         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15490         argument in XEmacs.
15491
15492         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15493         (nnrss-request-group): Decode group name first.
15494         (nnrss-request-article): Make a text/plain article if mml-to-mime
15495         failed.
15496         (nnrss-get-encoding): Return a compatible encoding according to
15497         nnrss-compatible-encoding-alist.
15498         (nnrss-find-el): Use consp instead of listp.
15499         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15500
15501 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15504         which Emacs 20 doesn't support.
15505         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15506
15507 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15508
15509         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15510         silence the byte compiler inside the defun.
15511
15512         * gnus-demon.el (parse-time-string): Add autoload.
15513
15514         * gnus-delay.el (parse-time-string): Add autoload.
15515
15516         * gnus-art.el (parse-time-string): Add autoload.
15517
15518         * nnultimate.el (parse-time): Require for `parse-time-string'.
15519
15520 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15521
15522         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15523
15524         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15525
15526         * smime.el (smime-ldap-host-list): Add :version.
15527
15528 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15531         pass it to `gnus-browse-read-group'.
15532         (gnus-browse-read-group): Add NUMBER argument and pass it to
15533         `gnus-group-read-ephemeral-group'.
15534
15535         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15536         argument and pass it to `gnus-group-read-group'.
15537
15538 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15539
15540         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15541         mm-xemacs-find-mime-charset-1 if we have the mule feature
15542         available at runtime.
15543
15544 2005-03-25  Werner Lemberg  <wl@gnu.org>
15545
15546         * nnmaildir.el: Replace `illegal' with `invalid'.
15547
15548 2005-03-23  Lute Kamstra  <lute@gnu.org>
15549
15550         * time-date.el: Add comment on time value formats.
15551         Don't require parse-time.
15552         (with-decoded-time-value): New macro.
15553         (encode-time-value): New function.
15554         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15555         (days-to-time): Return a valid time value when arg is huge.
15556         (time-since): Use time-subtract.
15557         (time-to-number-of-days): Use time-to-seconds.
15558
15559 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15560
15561         * gnus-start.el (gnus-display-time-event-handler):
15562         Check display-time-timer at runtime rather than only at load time
15563         in case display-time-mode is turned off in the mean time.
15564
15565 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15566
15567         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15568         used.
15569
15570         * nneething.el (nneething-map-file-directory): Derive from
15571         `gnus-directory'.
15572
15573         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15574         the To/Cc button.
15575
15576 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15577
15578         * nnmaildir.el (nnmaildir-request-accept-article):
15579         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15580
15581 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15582
15583         * gnus-async.el: Require timer-funcs at compile time when in
15584         XEmacs for `run-with-idle-timer'.
15585
15586 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15587
15588         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15589         autoloaded function.
15590
15591 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15592
15593         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15594
15595 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15596
15597         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15598
15599 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15600
15601         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15602         Add gnus-expert-user to default.
15603
15604 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15605
15606         * nnimap.el (nnimap-open-server): Ditto.
15607
15608         * imap.el (imap-authenticate): Fix typo.
15609
15610 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15611
15612         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15613         buffer (since IMAP server might return FETCH response out of
15614         order, and the nntp buffer must be sorted).
15615
15616 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15617
15618         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15619         comparison on string.
15620
15621         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15622         (gnus-agent-score): Rename category keywords to match gnus-cus.
15623         (gnus-agent-summary-fetch-series): Modify to protect against
15624         gnus-agent-summary-fetch-group clearing processable flags.
15625         (gnus-agent-synchronize-group-flags): Update live group buffer as
15626         synchronization may occur due to the user toggle the plugged
15627         status.
15628         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15629         successfully downloaded.
15630         (gnus-agent-expire-group-1): Avoid using markers when the overview
15631         is in ascending order; greatly improves performance.
15632         (gnus-agent-regenerate-group):
15633         Use gnus-agent-synchronize-group-flags to reset read status in both
15634         gnus and server.
15635         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15636
15637 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * message.el: Don't autoload former message-utils variables.
15640         (message-strip-subject-trailing-was): Change doc string.
15641
15642         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15643         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15644         (nnweb-google-search): Add "hl=en" here.
15645         (nnweb-google-parse-1, nnweb-google-create-mapping):
15646         Don't hardcode URL.
15647
15648 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * message.el (message-get-reply-headers, message-followup):
15651         Mention related variables `message-use-followup-to' and
15652         `message-use-mail-followup-to', in the information buffer.
15653
15654         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15655         of broken groups(-beta).google.com.
15656
15657 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15658
15659         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15660         parameter to invoked gnus-request-move-article; remove the
15661         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15662         all at once instead of once per article.
15663         (gnus-summary-remove-process-mark): Accept a list of articles as
15664         well as a single article for processing.
15665
15666         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15667         parameter.
15668
15669         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15670
15671         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15672
15673         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15674         parameter.
15675
15676         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15677         parameter.
15678
15679         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15680         parameter and remove the gnus-sum-hint-move-is-internal variable.
15681
15682         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15683         parameter.
15684
15685         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15686         parameter.
15687
15688         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15689         parameter.
15690
15691         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15692
15693         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15694         parameter.
15695
15696         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15697         parameter.
15698
15699 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15700
15701         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15702         a more conservative way.
15703
15704 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15705
15706         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15707         buffer, so it moves the window's cursor.
15708
15709 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15710
15711         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15712         `mm-dissect-multipart' and receive the from field as an (optional)
15713         argument from `mm-dissect-multipart'.
15714         (mm-dissect-multipart): Receive the from field as an argument and
15715         pass it on when we call `mm-dissect-buffer' on MIME parts.
15716         Fixes verification/decryption of signed/encrypted MIME parts.
15717
15718 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15719
15720         * gnus-sum.el (gnus-summary-move-article):
15721         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15722         whatever it calls (right now, only nnimap-request-move article
15723         respects it).
15724
15725         * nnimap.el (nnimap-request-move-article):
15726         When gnus-sum-hint-move-is-internal is set, don't do the extra
15727         nnimap-request-article.
15728
15729 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15732
15733         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15734         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15735
15736         * gnus-sum.el (gnus-summary-caesar-message):
15737         Apply `gnus-treat-article' after rotation.
15738
15739         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15740         doc string.
15741
15742 2005-02-22  Simon Josefsson  <jas@extundo.com>
15743
15744         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15745         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15746         <arne@arnested.dk>.
15747         (encrypt): Add password-cache and password-cache-expiry as group
15748         members.
15749
15750 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15751
15752         * smime.el (smime-ldap-host-list): Doc fix.
15753         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15754         cache) password.
15755         (smime-sign-region): Use it.
15756         (smime-decrypt-region): Use it.
15757         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15758         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15759         fails.
15760         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15761         certificate from DER to PEM format rather than calling openssl.
15762
15763         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15764
15765         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15766         for signing/encryption.
15767
15768         * mml.el (mml-parse-1): Use them.
15769
15770 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15771
15772         * nnrss.el (nnrss-verbose): Remove.
15773         (nnrss-request-group): Use `nnheader-message' instead.
15774
15775 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15776
15777         * nnrss.el (nnrss-verbose): New variable.
15778         (nnrss-request-group): Make it say nnrss is requesting a group.
15779
15780 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15781
15782         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15783         Handle news URL with given port correctly.
15784
15785 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15788         containing special characters.
15789
15790         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15791
15792         * mml.el (mime-to-mml): Ditto.
15793
15794         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15795         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15796         (rfc2047-decode-region): Quote decoded words containing special
15797         characters when rfc2047-quote-decoded-words-containing-tspecials
15798         is non-nil.
15799
15800 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15801
15802         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15803
15804         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15805
15806 2005-02-15  Simon Josefsson  <jas@extundo.com>
15807
15808         * nnimap.el (nnimap-debug): Doc fix.
15809
15810         * imap.el (imap-debug): Doc fix.
15811
15812 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15815
15816 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15817
15818         * gnus.el (spam-contents): Improve docs for spam-contents
15819         parameter in its variable incarnation.
15820
15821 2005-02-14  Simon Josefsson  <jas@extundo.com>
15822
15823         * smime-ldap.el: Use require instead of load-library for ldap.
15824         (smime-ldap-search): Indent.
15825         (smime-ldap-search-internal): Shorten line.
15826
15827         * smime.el (smime-cert-by-dns): Add doc-string.
15828         (smime-cert-by-ldap-1): Indent.
15829
15830         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15831         mml-smime-get-dns-ldap.
15832         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15833
15834 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15835
15836         * smime.el: Require smime-ldap.
15837         (smime-ldap-host-list): New variable.
15838         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15839
15840         * mml-smime.el (mml-smime-encrypt-query): New function.
15841         (mml-smime-encrypt-query): Use it.
15842
15843         * smime-ldap.el: New file.
15844
15845 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15846
15847         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15848
15849 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15850
15851         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15852         argument in doc string.  Make query for type more clear.
15853
15854 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15855
15856         * gnus.el (gnus-group-startup-message): Search for gnus images in
15857         etc/images/gnus.
15858         * mm-util.el (mm-image-load-path): Likewise.
15859         * smiley.el (smiley-data-directory): Search for smilies in
15860         etc/images/smilies.
15861
15862 2005-02-09  Kim F. Storm  <storm@cua.dk>
15863
15864         Change Emacs release version from 21.4 to 22.1 throughout.
15865         Change Emacs development version from 21.3.50 to 22.0.50.
15866
15867 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15868
15869         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15870
15871         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15872         non-Mule XEmacs as well.
15873         (mm-decompress-buffer): Signal an error intentionally if it does
15874         not decompress compressed data because auto-compression-mode is
15875         disabled.
15876
15877 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15878
15879         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15880         an ID in the registry even if it has no groups.
15881
15882 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15885         merge it into mm-decompress-buffer.
15886         (gnus-mime-copy-part): Use the MIME part charset, the value which
15887         a user specified or gnus-newsgroup-charset for decoding, like
15888         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15889         save-buffer what was used.  Suggested by Kevin Ryde
15890         <user42@zip.com.au>.
15891         (gnus-mime-inline-part): Allow the name parameter as well as the
15892         filename parameter; force decompressing of compressed data; always
15893         display contents being not decoded as unibyte.
15894
15895         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15896         as well as the filename parameter.
15897
15898         * mm-util.el (mm-decompress-buffer):
15899         Merge gnus-mime-jka-compr-maybe-uncompress.
15900         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15901         of compressed data.
15902
15903 2005-02-08  Simon Josefsson  <jas@extundo.com>
15904
15905         * imap.el (imap-log): Doc fix.
15906
15907 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15910         the coding cookies; decompress compressed parts.
15911
15912         * mml.el (mml-generate-mime-1): Add the charset parameter according
15913         to the value which a user specified manually or the coding cookie.
15914
15915         * mm-util.el (mm-string-to-multibyte): New function.
15916         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15917         (mm-coding-system-to-mime-charset): New function.
15918         (mm-decompress-buffer): New function.
15919         (mm-find-buffer-file-coding-system): New function.
15920
15921         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15922         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15923         parts.
15924
15925 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15926
15927         * mm-view.el (mm-display-inline-fontify): Decode a part according
15928         to the charset parameter.
15929
15930 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15933         prefix arg is neither nil nor a number, as info specifies.
15934
15935 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15938         timestamps.
15939
15940 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15941
15942         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15943         groups error checking and notify user.
15944
15945 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15946
15947         * message.el (message-send-mail-function): Check existence of
15948         sendmail-program first before using default value
15949         `message-send-mail-with-sendmail'.  Otherwise use more generic
15950         `smtpmail-send-it'.
15951
15952 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15953
15954         * nntp.el (nntp-request-update-info): Always return nil.
15955
15956 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15957
15958         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15959
15960 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15961
15962         * message.el (message-beginning-of-line): Change the behavior when
15963         invoked between BOL and : so that it first moves backward.
15964
15965 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15966
15967         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15968         article buffer when editing of the article is discarded.
15969         (gnus-article-prepare): Revert.
15970
15971 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus-art.el (gnus-article-prepare):
15974         Remove message-strip-forbidden-properties from the local hook.
15975
15976 2005-01-27  Simon Josefsson  <jas@extundo.com>
15977
15978         * password.el (password-cache-add): Only start one timer per key.
15979         Reported by Derek Atkins <warlord@MIT.EDU>.
15980
15981 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15982
15983         * run-at-time.el: Remove.  It is no longer needed as
15984         timer-funcs.el in the xemacs-base package has a working version of
15985         `run-at-time'.
15986
15987         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15988
15989         * password.el: Require timer-funcs instead of run-at-time in
15990         XEmacs.
15991         Remove `password-run-at-time' macro.
15992         (password-cache-add): Use `run-at-time' instead of
15993         `password-run-at-time'.
15994
15995         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15996         Remove `nnheader-cancel-function-timers' alias,
15997         `cancel-function-timers' exists in XEmacs in timer-funcs.
15998
15999         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16000         for `run-with-idle-timer'.
16001
16002         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16003         for `run-at-time'.
16004
16005         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16006         for `with-timeout'.
16007
16008         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16009         the same as for XEmacs 21.4.
16010         No need to ignore `run-with-idle-timer', this function exists in
16011         XEmacs now in timer-funcs.el in the xemacs-base package.
16012         (dgnushack-compile): No need to delete
16013         run-at-time.el from the list of files to compile because it
16014         doesn't exist anymore.
16015
16016 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16019         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16020
16021 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16022
16023         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16024         sensitively.
16025
16026 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16027
16028         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16029
16030 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16033         which will be inserted according to the multibyteness of a buffer
16034         rather than the type of contents.  Suggested by ARISAWA Akihiro
16035         <ari@mbf.ocn.ne.jp>.
16036
16037         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16038         of string which old xml.el may return rather than a string.
16039
16040 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16043
16044 2005-01-16  Simon Josefsson  <jas@extundo.com>
16045
16046         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16047         idn/idna.el isn't available.
16048         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16049         <michael@waxrat.com>.
16050
16051         * hashcash.el: Remove non-FSF copyright header.
16052
16053         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16054         (hashcash-generate-payment): Use it.
16055         (hashcash-generate-payment-async): Use it.
16056
16057 2005-01-15  Simon Josefsson  <jas@extundo.com>
16058
16059         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16060         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16061
16062         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16063         gnus-summary-idna-message.
16064         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16065         (gnus-summary-idna-message): New function.
16066
16067 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16068
16069         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16070         gnus-novice-user.
16071
16072 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16073
16074         * nnrss.el (nnrss-request-delete-group): Delete entries in
16075         nnrss-group-alist as well.
16076         (nnrss-save-server-data): Insert newline.
16077
16078 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16079
16080         * gnus.el (gnus-user-agent): Use list of symbols instead of
16081         symbols.  Display full version number for (S)XEmacs.
16082         Optionally display (S)XEmacs codename.
16083
16084         * gnus-util.el (gnus-emacs-version): Update for new
16085         `gnus-user-agent'.
16086
16087         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16088         Gnus version.
16089
16090 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16091
16092         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16093         which is unreadable in some setups.
16094
16095 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * gnus-spec.el (gnus-update-format-specifications): Flush the
16098         group format spec cache if it doesn't support decoded group names.
16099
16100 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16101
16102         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16103         Allow to apply decay on score files matching a regexp.
16104
16105 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16108         compatibility in %g and %c.
16109
16110 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16113         name for only %g and %c.
16114         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16115         of gnus-tmp-group to decoded group name.
16116         (gnus-group-make-rss-group): Exclude `/'s from group names.
16117
16118 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * nnrss.el (nnrss-get-encoding): Fix regexp.
16121
16122 2004-12-27  Simon Josefsson  <jas@extundo.com>
16123
16124         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16125         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16126         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16127
16128 2004-12-17  Kim F. Storm  <storm@cua.dk>
16129
16130         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16131
16132         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16133
16134 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16135
16136         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16137
16138 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * nnrss.el: Require rfc2047 and mml.
16141         (nnrss-file-coding-system): New variable.
16142         (nnrss-format-string): Redefine it as an inline function.
16143         (nnrss-decode-group-name): New function.
16144         (nnrss-string-as-multibyte): Remove.
16145         (nnrss-retrieve-headers): Decode group name; don't use
16146         nnrss-format-string.
16147         (nnrss-request-group): Decode group name.
16148         (nnrss-request-article): Decode group name; allow a Message-ID as
16149         well as an article number; don't use nnrss-format-string; encode a
16150         Message-ID string which may contain non-ASCII characters; use
16151         mml-to-mime to compose a MIME article.
16152         (nnrss-request-expire-articles): Decode group name.
16153         (nnrss-request-delete-group): Decode group name.
16154         (nnrss-fetch): Clarify error message.
16155         (nnrss-read-server-data): Use insert-file-contents instead of load;
16156         bind file-name-coding-system; use multibyte buffer.
16157         (nnrss-save-server-data): Bind coding-system-for-write to the
16158         value of nnrss-file-coding-system; bind file-name-coding-system;
16159         add coding cookie.
16160         (nnrss-read-group-data): Use insert-file-contents instead of load;
16161         bind file-name-coding-system; use multibyte buffer.
16162         (nnrss-save-group-data): Bind coding-system-for-write to the
16163         value of nnrss-file-coding-system; bind file-name-coding-system.
16164         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16165         make it work with non-ASCII text.
16166         (nnrss-find-el): Make it work with old xml.el as well.
16167
16168 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16169
16170         * nnrss.el (nnrss-get-encoding): New function.
16171         (nnrss-fetch): Use unibyte buffer initially; bind
16172         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16173         decode contents according to the encoding attribute.
16174         (nnrss-save-group-data): Add coding cookie.
16175         (nnrss-mime-encode-string): New function.
16176         (nnrss-check-group): Use it to encode subject and author.
16177
16178 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16179
16180         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16181         imaginary variable.
16182
16183 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16186         correctly even if there are wide characters.
16187
16188 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16189
16190         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16191         downcased symbol names; make a new cache instead of reusing
16192         bbdb-hashtable.
16193
16194 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16197         concatenating segments rather than before concatenating them.
16198         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16199
16200         * message.el (message-get-reply-headers): Bind `extra'.
16201
16202 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203
16204         * message.el (message-extra-wide-headers): New variable.
16205         (message-get-reply-headers): Use it.
16206
16207 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16210         (gnus-agent-group-pathname): Ditto.
16211
16212         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16213
16214         * gnus-group.el (gnus-group-make-group): Decode group name.
16215         (gnus-group-make-rss-group): Register the group data after opening
16216         the nnrss group.
16217
16218 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16219
16220         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16221         by expiry now get marked as read.
16222
16223 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16226
16227 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16228
16229         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16230         unify Latin characters in XEmacs.
16231         (mm-find-mime-charset-region): Use it.
16232
16233 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * gnus-util.el (gnus-delete-directory): New function.
16236
16237         * gnus-agent.el (gnus-agent-delete-group): Use it.
16238
16239         * gnus-cache.el (gnus-cache-delete-group): Use it.
16240
16241 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16244         names.
16245
16246 2004-12-16  Simon Josefsson  <jas@extundo.com>
16247
16248         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16249
16250 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16253
16254         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16255         (gnus-group-set-current-level): Decode group name.
16256
16257 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16258
16259         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16260         failed.
16261
16262 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * gnus-group.el (gnus-group-delete-group): Decode group name.
16265         (gnus-group-make-rss-group): Encode group name.
16266         (gnus-group-catchup-current): Decode group name.
16267         (gnus-group-kill-group): Decode group name.
16268
16269 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16270
16271         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16272
16273 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * gnus-group.el (gnus-group-make-rss-group):
16276         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16277
16278         * gnus-start.el (gnus-setup-news): Honor user's setting to
16279         gnus-message-archive-method.  Suggested by Lute Kamstra
16280         <lute@gnu.org>.
16281
16282 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16283
16284         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16285         global counterparts of the buffer-local variables.
16286
16287 2004-11-16  Romain Francoise  <romain@orebokech.com>
16288
16289         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16290         counterparts of the buffer-local variables.
16291
16292 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16293
16294         * message.el (message-forbidden-properties): Fix typo in doc
16295         string.
16296
16297 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * gnus-util.el (gnus-replace-in-string): Add doc string.
16300
16301         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16302         to avoid problems when splitting mails with many recipients.
16303
16304 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16305
16306         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16307         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16308
16309 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16310
16311         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16312         if there is no hashtable in memory or file modification time is
16313         newer than cached timestamp.
16314
16315 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16316
16317         * gnus-sum.el (gnus-summary-limit-to-recipient):
16318         Implement not-matching option.
16319
16320 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16321
16322         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16323         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16324         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16325         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16326         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16327         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16328
16329 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * message.el (message-forward-make-body-mml): Remove headers
16332         according to message-forward-ignored-headers if a message is decoded.
16333
16334 2004-12-02  Romain Francoise  <romain@orebokech.com>
16335
16336         * message.el (message-forward-make-body-plain): Always remove
16337         headers according to message-forward-ignored-headers.
16338
16339 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16340
16341         * spam.el (spam-summary-prepare-exit): Remove the
16342         gnus-summary-limit pop for now, it has problems with ham marks for
16343         me.
16344
16345 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16346
16347         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16348         correctly.
16349
16350 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16351
16352         * format-spec.el (format-spec): Message the char.
16353
16354 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16355
16356         * gnus-art.el (gnus-split-methods): Reformat comments.
16357
16358         * spam.el (spam-summary-prepare-exit): Remove article limits
16359         before exiting the summary buffer.
16360
16361 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16364         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16365
16366         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16367         order to silence the byte compiler.
16368
16369         * spam.el: Fix the way to silence the byte compiler, which
16370         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16371         bbdb-search-simple, spam-BBDB-register-routine,
16372         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16373         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16374         spam-stat-buffer-is-spam, spam-stat-load,
16375         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16376         spam-stat-save and spam-stat-split-fancy.
16377
16378 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16381         which may confuse users.
16382         (canlock-password-for-verify): Ditto.
16383
16384         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16385
16386         * gnus-art.el (gnus-emphasis-alist): Ditto.
16387
16388         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16389
16390         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16391
16392         * gnus-start.el (gnus-save-killed-list): Ditto.
16393
16394         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16395         (gnus-sum-thread-tree-root): Ditto.
16396         (gnus-sum-thread-tree-false-root): Ditto.
16397         (gnus-sum-thread-tree-single-indent): Ditto.
16398
16399         * message.el (message-courtesy-message): Ditto.
16400         (message-archive-note): Ditto.
16401         (message-subscribed-address-file): Ditto.
16402         (message-user-fqdn): Ditto.
16403
16404         * spam-report.el (spam-report-gmane-regex): Ditto.
16405
16406         * spam.el (spam-blackhole-good-server-regex): Ditto.
16407
16408 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * mml.el (mml-preview): Widen the message buffer before copying
16411         the contents to the preview buffer; sort headers before previewing.
16412
16413         * message.el (message-hidden-headers): Fix the way to avoid a bug
16414         in the `repeat' widget in Emacs 21.3 or earlier.
16415
16416 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * message.el (message-hidden-headers): Default to "^References:".
16419         Improve customization type.  Suggested by Reiner Steib
16420         <Reiner.Steib@gmx.de>.
16421
16422 2004-11-25  Romain Francoise  <romain@orebokech.com>
16423
16424         * message.el (message-strip-forbidden-properties): Remove check for
16425         obsolete `message-hidden' text property, hidden headers are not
16426         accessible in the buffer anymore.
16427
16428 2004-11-22  Romain Francoise  <romain@orebokech.com>
16429
16430         * message.el (message-header-format-alist): Add `From' in list
16431         so that it can be sorted.
16432         (message-fix-before-sending): Widen and sort headers before
16433         sending.
16434         (message-hide-headers): Use narrowing to hide headers by moving
16435         them to the top of the buffer and narrowing to the region
16436         underneath.
16437
16438 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16439
16440         * message.el (message-strip-forbidden-properties):
16441         Bind buffer-read-only (etc) to nil.
16442
16443 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16446         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16447
16448 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16449
16450         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16451
16452 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16453
16454         * dns.el (query-dns): Use sit-for to time instead of
16455         accept-process-output, since that doesn't seem to work on udp
16456         sockets.
16457
16458 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16461
16462 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16463
16464         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16465         doc string.  Improve doc string.
16466
16467 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * nntp.el (nntp-request-update-info): Return nil if
16470         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16471         may not call gnus-activate-group which uselessly issues the GROUP
16472         commands for all nntp groups and wastes time.  Reported by Romain
16473         Francoise <romain@orebokech.com>.
16474
16475         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16476
16477 2004-11-15  Simon Josefsson  <jas@extundo.com>
16478
16479         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16480         headers separately.
16481         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16482         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16483
16484 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * gnus-start.el (gnus-convert-old-newsrc):
16487         Assign legacy-gnus-agent to 5.10.7.
16488
16489 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490
16491         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16492         start of the lines.
16493
16494 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16495
16496         * hashcash.el (hashcash-default-payment): Change default to 20.
16497         (hashcash-default-accept-payment): Change default to 20.
16498         (hashcash-process-alist): New variable.
16499         (hashcash-generate-payment-async): Add.
16500         (hashcash-already-paid-p): Add.
16501         (hashcash-insert-payment): Don't generate payments twice.
16502         (hashcash-insert-payment-async): Add.
16503         (hashcash-insert-payment-async-2): Add.
16504         (hashcash-cancel-async): Add.
16505         (hashcash-wait-async): Add.
16506         (hashcash-processes-running-p): Add.
16507         (hashcash-wait-or-cancel): Add.
16508         (mail-add-payment): New optional argument.  Conditionally start
16509         asynchronous calculation.
16510         (mail-add-payment-async): Add.
16511
16512         * message.el (message-send-mail): Wait for asynchronous hashcash
16513         results.  Don't clobber existing X-Hashcash headers.
16514         (message-setup-1): Call mail-add-payment-async when
16515         message-generate-hashcash is non-nil.
16516
16517 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16518
16519         * message.el (message-use-alternative-email-as-from): Examine the
16520         From header as well; use message-make-from in order to include a
16521         user's full name.
16522
16523 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16524
16525         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16526         default; improve customization type.
16527         (gnus-emphasis-custom-with-format): New macro.
16528         (gnus-emphasis-custom-value-to-external): New function.
16529         (gnus-emphasis-custom-value-to-internal): New function.
16530
16531 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16532
16533         * dns.el (query-dns): Resolve reverse addresses.
16534
16535 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16536
16537         * gnus-group.el (gnus-group-get-new-news): Use it.
16538
16539         * gnus-start.el (gnus-check-reasonable-setup): New function.
16540
16541 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16544         "Args out of range" error.  Reported by Arnaud Giersch
16545         <arnaud.giersch@free.fr>.
16546
16547 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16548
16549         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16550
16551 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16552
16553         * spam.el (spam group): Add :version.
16554
16555         * pgg-def.el (pgg group): Add :version.
16556
16557 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * gnus-art.el (gnus-article-edit-article): Don't associate the
16560         article buffer with a draft file.  This is a temporary measure
16561         against the 2004-08-22 change to gnus-article-edit-mode.
16562
16563 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16566         (html2text-format-tags): Remove unused variable `attr'.
16567
16568 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16571
16572         * tls.el (tls-process-connection-type, tls-success)
16573         (tls-certtool-program): Add :version.
16574
16575         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16576         (starttls-extra-arguments, starttls-process-connection-type)
16577         (starttls-connect, starttls-failure, starttls-success): Add :version.
16578
16579         * spam-stat.el (spam-stat): Add :version.
16580
16581         * sieve.el (sieve): Add :version.
16582
16583         * sha1.el (sha1): Add :version.
16584         (sha1-use-external): Remove redundant version.
16585
16586         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16587         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16588         (nnmail-split-fancy-match-partial-words)
16589         (nnmail-split-lowercase-expanded): Add :version.
16590
16591         * nndiary.el (nndiary): Add :version.
16592
16593         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16594
16595         * mml-sec.el (mml-default-sign-method)
16596         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16597         Add :version.
16598
16599         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16600
16601         * mm-url.el (mm-url-use-external, mm-url-program)
16602         (mm-url-arguments): Add :version.
16603
16604         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16605         (mm-attachment-file-modes, mm-decrypt-option)
16606         (mm-w3m-safe-url-regexp): Add :version.
16607
16608         * message.el (message-cite-prefix-regexp)
16609         (message-sendmail-envelope-from, message-minibuffer-local-map)
16610         (message-user-fqdn, message-completion-alist): Add :version.
16611
16612         * gnus-win.el (gnus-configure-windows-hook)
16613         (gnus-use-frames-on-any-display): Add :version.
16614
16615         * gnus-art.el (gnus-article-address-banner-alist)
16616         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16617         (gnus-treat-from-picon, gnus-treat-mail-picon)
16618         (gnus-treat-x-pgp-sig): Add :version.
16619
16620         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16621         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16622         (gnus-summary-article-delete-hook)
16623         (gnus-summary-display-while-building): Add :version.
16624
16625         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16626         (gnus-get-top-new-news-hook): Add :version.
16627
16628         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16629         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16630
16631         * gnus-registry.el (gnus-registry): Add :version.
16632
16633         * gnus-spec.el (gnus-use-correct-string-widths)
16634         (gnus-make-format-preserve-properties): Add :version.
16635
16636         * gnus.el (gnus-group-charter-alist)
16637         (gnus-group-fetch-control-use-browse-url)
16638         (gnus-install-group-spam-parameters): Add :version.
16639
16640         * gnus-diary.el (gnus-diary): Add :version.
16641
16642         * gnus-delay.el (gnus-delay): Add :version.
16643
16644         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16645         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16646         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16647         Add :version.
16648
16649         * gnus-agent.el (gnus-agent-max-fetch-size)
16650         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16651         (gnus-agent-prompt-send-queue): Add :version.
16652
16653         * deuglify.el (gnus-outlook-deuglify): Add :version.
16654
16655         * html2text.el: Beautify code.  Improve doc strings.
16656         Some checkdoc cleanup.
16657         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16658
16659 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16660
16661         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16662
16663 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16664
16665         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16666         when package is loaded.
16667
16668         * spam.el (spam-summary-score-preferred-header): Add global preference
16669         for people who want to override the default SpamAssassin over
16670         Bogofilter preference (when both are set).
16671         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16672         (spam-user-format-function-S):
16673         Check spam-summary-score-preferred-header.
16674         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16675         (spam-user-format-function-S): Format the score correctly.
16676
16677 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16678
16679         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16680         signature file.  Suggested by Manoj Srivastava
16681         <srivasta@golden-gryphon.com>.
16682
16683         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16684         iso-2022-jp even in the Japanese language environment.
16685         Suggested by Jason Rumney <jasonr@gnu.org>.
16686
16687 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16690         use the same characters as the dummy marks; make it free from
16691         getting affected by the language environment.
16692         (gnus-summary-read-group-1): Update mark positions only when the
16693         format spec is updated.
16694
16695         * gnus-spec.el (gnus-update-format-specifications): Return a list
16696         of updated types.
16697
16698 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16701         of boundp to check if display-warning is available.
16702
16703 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16704
16705         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16706
16707 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * nnspool.el (nnspool-spool-directory): Use news-path if the
16710         news-directory variable is not bound.
16711
16712         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16713         function instead of display-warning if it is not available.
16714
16715 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16716
16717         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16718         v5-10: Use `point-at-bol'.
16719
16720 2004-10-26  Simon Josefsson  <jas@extundo.com>
16721
16722         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16723         <chenggao@gmail.com>.
16724
16725 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16726
16727         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16728         instead.
16729
16730 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16731
16732         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16733         to remove a server from the nnimap-server-buffer-alist.
16734         (nnimap-open-connection, nnimap-close-server): Use it.
16735
16736         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16737
16738 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16741         running the major-mode function.
16742
16743 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16744
16745         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16746         dummy marks in the right way.
16747
16748 2004-10-18  David Edmondson  <dme@dme.org>
16749
16750         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16751         excessively.
16752
16753 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16754
16755         * gnus-util.el (gnus-split-references): Accept a nil references
16756         string and go on blissfully.
16757
16758         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16759         cases where the references string is non-nil but has no references.
16760
16761         * encrypt.el: Add autoload tags.
16762
16763         * spam.el (spam-resolve-registrations-routine): Remove article
16764         from unregistration list too.  Reported by David Hanak
16765         <dhanak@isis.vanderbilt.edu>
16766
16767 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16768
16769         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16770         nil.  Change custom type.
16771
16772 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16773
16774         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16775
16776         * gnus-sum.el (gnus-summary-move-article): Use it.
16777
16778 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16779
16780         * encrypt.el: Add autoload cookies.
16781
16782         * spam.el (spam-backend-article-list-property)
16783         (spam-backend-get-article-todo-list)
16784         (spam-backend-put-article-todo-list)
16785         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16786         Resolve registrations separately.
16787         (spam-register-routine): Format comments.
16788         (spam-unregister-routine, spam-register-routine): Always call with
16789         specific-articles, no default list.
16790         (spam-summary-prepare-exit): Use the spam-classifications function.
16791
16792         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16793         gnus-encrypt.el.
16794
16795         * encrypt.el: Copied from gnus-encrypt.el.
16796
16797         * gnus-encrypt.el: Commented that it's obsolete.
16798
16799 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16800
16801         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16802         (gnus-score-save): Use it.
16803
16804         * message.el (message-bury): Use `window-dedicated-p'.
16805
16806 2004-10-15  Simon Josefsson  <jas@extundo.com>
16807
16808         * pop3.el (top-level): Don't require nnheader.
16809         (pop3-read-timeout): Add.
16810         (pop3-accept-process-output): Add.
16811         (pop3-read-response, pop3-retr): Use it.
16812
16813 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16814
16815         * spam.el (spam-register-routine): Move comment.
16816         (spam-verify-bogofilter): Use 'unknown for the initial
16817         spam-bogofilter-valid state, not 'never.
16818
16819         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16820         for netrc-machine.
16821
16822         * nnimap.el (nnimap-open-connection):
16823         Use netrc-machine-user-or-password.
16824
16825 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16826
16827         * gnus-registry.el (gnus-registry-unload-hook):
16828         Set as a variable with add-hook.
16829
16830         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16831         of news-path.
16832
16833         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16834
16835         * spam.el: Delete duplicate `provide'.
16836         (spam-unload-hook): Set as a variable with add-hook.
16837
16838 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16839
16840         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16841         in the doc string.
16842
16843         * message.el (message-ignored-news-headers)
16844         (message-ignored-supersedes-headers)
16845         (message-ignored-resent-headers)
16846         (message-forward-ignored-headers): Improve custom type.
16847
16848 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * message.el (message-tokenize-header): Fix 2004-09-06 change
16851         which used point-min in the wrong place.
16852
16853 2004-10-12  Simon Josefsson  <jas@extundo.com>
16854
16855         * tls.el (tls-certtool-program): New variable.
16856         (tls-certificate-information): New function, based on
16857         ssl-certificate-information.
16858
16859 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * compface.el: Move the version of ELisp-based uncompface program
16862         to the contrib directory because of the copyright problem.
16863
16864 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16865
16866         * message.el (message-kill-buffer): Raise the current frame.
16867
16868 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16869
16870         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16871
16872         * gnus.el (message-y-or-n-p): Autoload.
16873
16874         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16875         (pop3-password-required, pop3-authentication-scheme)
16876         (pop3-leave-mail-on-server): Make customizable.
16877         (pop3): New custom group.
16878         (pop3-retr): Remove `sleep-for' statements.
16879         Suggested by Dave Love <fx@gnu.org>.
16880
16881         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16882         Windows/DOS.
16883
16884         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16885         (imap-parse-body): Fix incorrect use of `assert'.
16886         Suggested by Dave Love <fx@gnu.org>.
16887
16888         * mml.el (mml-minibuffer-read-disposition): Require match.
16889         Suggested by Dave Love <fx@gnu.org>.
16890
16891 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16892
16893         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16894         doc string.
16895
16896 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16899
16900 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16901
16902         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16903         instead of calling `mm-insert-inline', to decode text/* parts
16904         before displaying them.
16905
16906 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * mm-uu.el (mm-uu-text-plain-type): New variable.
16909         (mm-uu-pgp-signed-extract-1): Use it.
16910         (mm-uu-pgp-encrypted-extract-1): Use it.
16911         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16912         bind mm-uu-text-plain-type with that value.
16913         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16914         mm-uu-dissect.
16915
16916 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * gnus-group.el (gnus-update-group-mark-positions):
16919         * gnus-sum.el (gnus-update-summary-mark-positions):
16920         * message.el (message-check-news-body-syntax):
16921         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16922         of string-as-multibyte.
16923
16924 2004-10-05  Juri Linkov  <juri@jurta.org>
16925
16926         * gnus-group.el (gnus-update-group-mark-positions):
16927         * gnus-sum.el (gnus-update-summary-mark-positions):
16928         * message.el (message-check-news-body-syntax):
16929         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16930         8-bit unibyte values to a multibyte string for search functions.
16931
16932 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16935         (mm-uu-dissect-text-parts): New function.
16936
16937         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16938         dissect text parts.
16939
16940         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16941         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16942
16943         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16944
16945         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16946         Use gnus-current-topics instead of gnus-current-topic.
16947
16948 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16949
16950         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16951
16952 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16953
16954         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16955         where approriate.
16956
16957         * nnml.el (nnml-generate-active-info): do.
16958
16959         * nndiary.el (nndiary-generate-active-info): do.
16960
16961         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16962         (gnus-topic-move): do.
16963
16964         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16965         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16966
16967         * gnus-srvr.el (gnus-server-prepare)
16968         (gnus-server-open-all-servers): do.
16969
16970         * gnus-msg.el (gnus-summary-cancel-article)
16971         (gnus-summary-resend-message)
16972         (gnus-summary-mail-crosspost-complaint): do.
16973
16974         * gnus-move.el (gnus-change-server): do.
16975
16976         * gnus-group.el (gnus-group-unmark-all-groups)
16977         (gnus-group-set-current-level): do.
16978
16979 2004-10-04  Simon Josefsson  <jas@extundo.com>
16980
16981         * message.el (message-generate-hashcash): Doc fix.
16982
16983 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16984
16985         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16986         avoid infinite recursion via gnus-get-function.
16987
16988 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16989
16990         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16991
16992         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16993
16994         * nnmail.el (nnmail-split-history): do.
16995
16996         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16997         (nnml-request-delete-group): do.
16998
16999         * nnslashdot.el (nnslashdot-read-groups): do.
17000
17001         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17002         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17003
17004         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17005         (nnspool-sift-nov-with-sed): Use last.
17006         (nnspool-retrieve-headers-with-nov): Use mapc.
17007         (nnspool-request-newgroups): Use dolist.
17008         (nnspool-request-group): Use last.
17009
17010         * nntp.el (nntp-read-server-type): Use dolist.
17011
17012         * nnvirtual.el (nnvirtual-create-mapping)
17013         (nnvirtual-update-read-and-marked): Use dolist.
17014         (nnvirtual-convert-headers): Simplify.
17015
17016 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17017
17018         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17019         Add support for sync'ing tick marks.
17020
17021 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17024         there's no visible header.
17025
17026 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17027
17028         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17029         When necessary, pass full group name to gnus-request-set-marks.
17030
17031 2004-10-01  Simon Josefsson  <jas@extundo.com>
17032
17033         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17034         acroread.
17035
17036 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17037
17038         * spam-report.el (spam-report-gmane): Fix interactive.
17039
17040         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17041
17042         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17043         when writing file.
17044         (gnus-agent-synchronize-flags): Don't default to being
17045         interactive.
17046
17047 2004-09-30  Simon Josefsson  <jas@extundo.com>
17048
17049         * message.el (message-generate-hashcash): Add.
17050         (message-send-mail): Use it, call mail-add-payment.
17051
17052 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17053
17054         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17055
17056 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17057
17058         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17059         gnus-requst-update-info with explicit code to sync the in-memory
17060         info read flags with the marks being sync'd to the backend.
17061
17062         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17063
17064 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17065
17066         * spam.el (spam-verify-bogofilter): Add new function.
17067         (spam-check-bogofilter)
17068         (spam-bogofilter-register-with-bogofilter): Use it.
17069         (spam-verify-bogofilter): Add small fixes.
17070
17071 2004-09-28  Simon Josefsson  <jas@extundo.com>
17072
17073         * hashcash.el (hashcash-generate-payment): Revert.
17074
17075 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17076
17077         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17078         Use gnus-extract-references instead of gnus-split-references.
17079
17080         * gnus-util.el (gnus-extract-references): Add new function, analogous
17081         to gnus-split-references but extracts only the message-ID without
17082         anything extra.
17083
17084         * hashcash.el (hashcash-generate-payment)
17085         (hashcash-check-payment): Do the right thing if hashcash-path is
17086         nil (because the hashcash program could not be found).
17087
17088         * spam.el (spam-use-hashcash): Remove comment.
17089
17090 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17091
17092         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17093         (gnus-cache-enter-article, gnus-cache-remove-article)
17094         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17095
17096         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17097
17098         * gnus-art.el (article-hide-boring-headers)
17099         (article-translate-strings, article-display-face)
17100         (gnus-article-mime-match-handle-first)
17101         (gnus-article-highlight-headers)
17102         (gnus-article-add-buttons-to-head): do.
17103
17104 2004-09-27  Simon Josefsson  <jas@extundo.com>
17105
17106         * hashcash.el: New version, from
17107         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17108         ../contrib/.
17109
17110 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17113
17114 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17115
17116         * gnus-dup.el (gnus-dup-open): Use mapc.
17117         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17118
17119         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17120         Reported by Stefan Wiens <s.wi@gmx.net>.
17121
17122         * gnus.el (gnus-shutdown): Use dolist.
17123
17124         * gnus-undo.el (gnus-undo): Use mapc.
17125
17126         * nnrss.el (nnrss-generate-active): do.
17127
17128         * message.el (message-cite-original-without-signature)
17129         (message-cite-original): Use mapc.
17130         (message-do-actions, message-make-forward-subject): Use dolist.
17131
17132 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17133
17134         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17135         deletion to remove entire duplicate line.  Fixes merged article
17136         number bug.
17137
17138 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17139
17140         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17141         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17142         first ask if you want to open a server and then, even when you
17143         responded with no, asking if you want to synchronize the server's
17144         flags.
17145         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17146         multi-line expressions.
17147         (gnus-agent-synchronize-group-flags): New internal function.
17148         Updates marks in memory (in the info structure) AND in the
17149         backend.
17150
17151         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17152
17153         * nnagent.el (nnagent-request-set-mark):
17154         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17155         method, to ensure that synchronization updates marks in the
17156         backend and in the info (in memory) structure.
17157
17158 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17159
17160         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17161         convention fully; don't miss the root article of a thread; make
17162         the X-Draft-From header with correct article numbers.
17163
17164 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17165
17166         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17167         unless plugged.  Disable the agent so that an open failure causes
17168         an error.
17169
17170         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17171         Revert 2004-09-21 change.  The backend must be opened while
17172         synchronizing flags even when the backend stores the flags
17173         locally.
17174
17175 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17176
17177         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17178         in `header' match.  Reported by Svend Tollak Munkejord.
17179
17180         * message.el (message-cite-original): Fix use of
17181         `message-cite-articles-with-x-no-archive'.
17182
17183 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17186         (gnus-window-to-buffer): Ditto.
17187
17188         * mml.el (mml-preview-buffer): New variable.
17189         (mml-preview): Manage window layout with gnus-buffer-configuration.
17190
17191         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17192         X-Draft-From header even if those articles aren't quoted.
17193
17194 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17195
17196         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17197         (gnus-request-set-mark, gnus-request-update-mark): Use new
17198         g-s-t-u-l-m to decide to use backend even when unplugged.
17199
17200 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17203         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17204
17205 2004-09-20  Simon Josefsson  <jas@extundo.com>
17206
17207         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17208         "utf-16-le".
17209
17210 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17211
17212         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17213
17214 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17215
17216         * uudecode.el (uudecode-use-external): Add :version.
17217
17218         * smime.el (smime-CA-file, smime-encrypt-cipher)
17219         (smime-dns-server): Add :version.
17220
17221         * smiley.el (gnus-smiley-file-types): Add :version.
17222
17223         * sha1.el (sha1-use-external): Add :version.
17224
17225         * pgg-def.el (pgg-query-keyserver): Add :version.
17226
17227         * nnmail.el (nnmail-fancy-expiry-targets)
17228         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17229         Add :version.
17230
17231         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17232         (nnimap-retrieve-groups-asynchronous): Add :version.
17233         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17234
17235         * mml.el (mml-content-disposition-parameters)
17236         (mml-insert-mime-headers-always): Add :version.
17237
17238         * mm-util.el (mm-coding-system-priorities): Add :version.
17239
17240         * mm-decode.el (mm-inline-text-html-with-images)
17241         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17242         (mm-verify-option): Add :version.
17243         (mm-text-html-renderer): Change :version.
17244
17245         * message.el (message-fcc-externalize-attachments)
17246         (message-required-headers, message-draft-headers)
17247         (message-subject-trailing-was-query)
17248         (message-subject-trailing-was-ask-regexp)
17249         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17250         (message-mark-insert-end, message-archive-header)
17251         (message-archive-note, message-cross-post-default)
17252         (message-cross-post-note, message-followup-to-note)
17253         (message-cross-post-note-function, message-use-mail-followup-to)
17254         (message-subscribed-address-functions)
17255         (message-subscribed-address-file, message-subscribed-addresses)
17256         (message-subscribed-regexps, message-allow-no-recipients)
17257         (message-yank-cited-prefix, message-signature-insert-empty-line)
17258         (message-hidden-headers, message-hierarchical-addresses)
17259         (message-mail-user-agent, message-use-idna)
17260         (message-valid-fqdn-regexp)
17261         (message-strip-special-text-properties, message-header-synonyms)
17262         (message-beginning-of-line, message-tab-body-function): Add :version.
17263         (message-insert-canlock, message-wide-reply-confirm-recipients):
17264         Change :version.
17265
17266         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17267         and :version.
17268         (mail-source-delete-old-incoming-confirm)
17269         (mail-source-movemail-program): Add :version.
17270
17271         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17272         (gnus-agent-cache, gnus-agent): Change :version.
17273
17274         * gnus-util.el (gnus-use-byte-compile): Change :version.
17275
17276         * gnus-sum.el (gnus-summary-make-false-root-always)
17277         (gnus-summary-default-high-score)
17278         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17279         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17280         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17281         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17282         (gnus-sum-thread-tree-single-indent)
17283         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17284         (gnus-sum-thread-tree-leaf-with-other)
17285         (gnus-sum-thread-tree-single-leaf): Add :version.
17286         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17287         (gnus-article-loose-mime): Change :version.
17288
17289         * gnus-start.el (gnus-backup-startup-file)
17290         (gnus-save-startup-file-via-temp-buffer): Add :version.
17291
17292         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17293         (gnus-server-offline-face): Add :version.
17294
17295         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17296
17297         * gnus-msg.el (gnus-gcc-externalize-attachments)
17298         (gnus-debug-files, gnus-debug-exclude-variables)
17299         (gnus-discouraged-post-methods): Change :version.
17300         (gnus-confirm-mail-reply-to-news)
17301         (gnus-confirm-treat-mail-like-news): Add :version.
17302
17303         * gnus-int.el (gnus-server-unopen-status): Add :version.
17304
17305         * gnus-group.el (gnus-group-jump-to-group-prompt)
17306         (gnus-large-ephemeral-newsgroup)
17307         (gnus-fetch-old-ephemeral-headers): Add :version.
17308
17309         * gnus-fun.el (gnus-x-face-directory)
17310         (gnus-convert-pbm-to-x-face-command)
17311         (gnus-convert-image-to-x-face-command)
17312         (gnus-convert-image-to-face-command): Add :version.
17313
17314         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17315
17316         * gnus-cite.el (gnus-cite-blank-line-after-header)
17317         (gnus-article-boring-faces): Add :version.
17318
17319         * gnus-art.el (gnus-buttonized-mime-types)
17320         (gnus-inhibit-mime-unbuttonizing)
17321         (gnus-treat-display-face)
17322         (gnus-treat-body-boundary): Change :version.
17323         (gnus-body-boundary-delimiter, gnus-picon-databases)
17324         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17325         (gnus-treat-date-english, gnus-treat-fold-headers)
17326         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17327         (gnus-treat-mail-picon, gnus-treat-wash-html)
17328         (gnus-article-encrypt-protocol)
17329         (gnus-use-idna, gnus-article-over-scroll)
17330         (gnus-mime-display-multipart-alternative-as-mixed)
17331         (gnus-mime-display-multipart-related-as-mixed)
17332         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17333         (gnus-ctan-url, gnus-button-ctan-handler)
17334         (gnus-button-handle-ctan-bogus-regexp)
17335         (gnus-button-ctan-directory-regexp)
17336         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17337         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17338         (gnus-button-man-level, gnus-button-emacs-level)
17339         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17340
17341         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17342         (gnus-agent-go-online): Change :version.
17343         (gnus-agent-expire-unagentized-dirs)
17344         (gnus-agent-auto-agentize-methods): Add :version.
17345
17346         * flow-fill.el (fill-flowed-display-column)
17347         (fill-flowed-encode-column): Add :version.
17348
17349         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17350         (gnus-outlook-deuglify-unwrap-max)
17351         (gnus-outlook-deuglify-cite-marks)
17352         (gnus-outlook-deuglify-unwrap-stop-chars)
17353         (gnus-outlook-deuglify-no-wrap-chars)
17354         (gnus-outlook-deuglify-attrib-cut-regexp)
17355         (gnus-outlook-deuglify-attrib-verb-regexp)
17356         (gnus-outlook-deuglify-attrib-end-regexp)
17357         (gnus-outlook-display-hook): Add :version.
17358
17359         * binhex.el (binhex-use-external): Add :version.
17360
17361 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17362
17363         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17364         and `invisible'.
17365
17366 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17367
17368         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17369         in gnus-registry-trim.
17370
17371 2004-09-13  Simon Josefsson  <jas@extundo.com>
17372
17373         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17374
17375         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17376
17377         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17378         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17379         <yamaoka@jpl.org>.
17380         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17381         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17382         <yamaoka@jpl.org>.
17383
17384         * sieve.el (sieve-manage-mode): Ditto.
17385
17386 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17387
17388         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17389
17390 2004-09-11  Simon Josefsson  <jas@extundo.com>
17391
17392         * dns-mode.el: Add.
17393
17394         * mm-view.el (mm-display-dns-inline): Add.
17395
17396         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17397         (mm-automatic-display): Ditto.
17398
17399         * mailcap.el (mailcap-mime-data): Add text/dns.
17400         (mailcap-mime-extensions): Map .soa to text/dns.
17401
17402 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17403
17404         * gnus-art.el (article-decode-mime-words, article-babel)
17405         (gnus-article-highlight-signature, gnus-article-add-buttons)
17406         (gnus-signature-toggle): Remove unnecessary bindings of
17407         `inhibit-read-only' inherited from v5.10 merge.
17408
17409 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17410
17411         * nntp.el (nntp): New customization group.
17412         (nntp-authinfo-file): Add customization group.
17413
17414         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17415
17416         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17417
17418         * gnus.el (to-address, to-list, subscribed)
17419         (large-newsgroup-initial): Ditto.
17420
17421         * flow-fill.el (fill-flowed-display-column)
17422         (fill-flowed-encode-column): Ditto.
17423
17424 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17425
17426         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17427         Use point-min rather than 1.
17428         (message-send-mail): Use buffer-size rather than point-max.
17429
17430         * gnus-sum.el (gnus-summary-search-article-forward):
17431         Signal a specific `search-failed' rather than a generic `error'.
17432
17433         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17434         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17435         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17436
17437 2004-09-10  Simon Josefsson  <jas@extundo.com>
17438
17439         * nndb.el (require): Remove tcp and duplicate cl.
17440
17441 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17442
17443         * gnus-agent.el (directory-files-and-attributes): Move forward.
17444
17445 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17446
17447         * gnus-agent.el (directory-files-and-attributes):
17448         Optionally defined to support XEmacs.
17449
17450 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17451
17452         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17453         to avoid run-time CL dependencies.
17454         (gnus-agent-unfetch-articles): New function.
17455         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17456         article numbers even when local .overview file is missing.
17457         (gnus-agent-read-article-number): New function.  Only accepts
17458         27-bit article numbers.
17459         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17460         Use gnus-agent-read-article-number.
17461         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17462         from backend while recognizing that article numbers in .overview
17463         must be valid.
17464         (gnus-agent-update-files-total-fetched-for):
17465         Use directory-files-and-attributes to improve performance.
17466         * gnus-int.el (gnus-request-move-article):
17467         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17468         improve performance.
17469
17470         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17471         some users confused by references to .newsrc when they only have a
17472         .newsrc.eld file.
17473         (gnus-convert-mark-converter-prompt)
17474         (gnus-convert-converter-needs-prompt): Fix use of property list.
17475         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17476         New function.  Used internally to only display 'gnus converting
17477         files' message when actually necessary.
17478
17479         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17480         methods now autoloaded.
17481
17482 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17485         identifiers.
17486
17487 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17488
17489         * gnus-picon.el: Fix indentation and closing parenthesis.
17490
17491 2004-09-01  Simon Josefsson  <jas@extundo.com>
17492
17493         * message.el (message-canlock-generate): Require sha1, not
17494         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17495         to require within a function.  Sadly, if sha1.el isn't loaded, the
17496         let binding in m-c-g will hide the defcustom definition, which is
17497         bad.)
17498
17499         * canlock.el: Require sha1, not sha1-el.
17500
17501         * message.el: Don't autoload sha1 (there is a autoload cookie in
17502         sha1.el).
17503
17504         * sha1-el.el: Rename to sha1.el.
17505
17506 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17507
17508         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17509
17510 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17511
17512         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17513
17514 2004-08-30  Kim F. Storm  <storm@cua.dk>
17515
17516         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17517
17518         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17519         Add :group 'nnimap.
17520
17521 2004-08-30  Andreas Schwab  <schwab@suse.de>
17522
17523         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17524         ?* and ?\;.
17525
17526         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17527         and ?\' to symbol instead of whitespace.
17528
17529 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17532
17533         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17534         instead of re-search-forward.
17535
17536         * gnus-uu.el (gnus-uu-save-article): Ditto.
17537         (gnus-uu-post-encode-uuencode): Ditto.
17538
17539         * html2text.el (html2text-clean-list-items): Ditto.
17540         (html2text-clean-dtdd): Ditto.
17541         (html2text-format-tags): Ditto.
17542
17543         * message.el (message-send-mail-with-sendmail): Fix regexp.
17544         (message-fill-field-general): Use search-forward instead of
17545         re-search-forward.
17546         (unbold-region): Ditto.
17547
17548         * nnrss.el (nnrss-request-article): Ditto.
17549
17550         * nnslashdot.el (nnslashdot-request-article): Ditto.
17551
17552         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17553
17554         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17555         "Unrecognized menu descriptor" error in XEmacs.
17556
17557 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17558
17559         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17560         parent article of a sparse article in the thread hashtb.
17561
17562 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17563
17564         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17565         (nnmail-expand-newtext): Lowercase expanded entries if
17566         nnmail-split-lowercase-expanded is non-nil.
17567
17568 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17569
17570         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17571
17572         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17573         of gnus-tmp-news-method into string under XEmacs.  It will be
17574         passed to gnus-correct-length which takes only a string argument.
17575
17576 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * gnus-util.el (gnus-bind-print-variables): New macro.
17579         (gnus-prin1): Use it.
17580         (gnus-prin1-to-string): Use it.
17581         (gnus-pp): New function.
17582         (gnus-pp-to-string): New function.
17583
17584         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17585         Replace pp-to-string with gnus-pp-to-string.
17586         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17587         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17588         * gnus-msg.el (gnus-debug): Ditto.
17589         * gnus-score.el (gnus-score-save): Ditto.
17590         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17591         gnus-pp-to-string.
17592         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17593         with gnus-pp.
17594         * score-mode.el (gnus-score-pretty-print): Ditto.
17595         * webmail.el (webmail-debug): Ditto.
17596
17597 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-art.el (article-display-face, article-display-x-face):
17600         Use buffer-read-only.
17601
17602 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * gnus-art.el (article-hide-list-identifiers):
17605         Bind inhibit-read-only as t.
17606
17607 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17608
17609         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17610
17611 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17612
17613         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17614         (gnus-narrow-to-page): Don't assume point-min == 1.
17615         (gnus-article-edit-mode): Derive from message-mode.
17616
17617         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17618         point-min == 1.
17619
17620         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17621         Disable incorrect use of `assert'.
17622
17623         * message.el (message-mode): Set comment-start-skip.
17624
17625
17626 2004-08-22  Sam Steingold  <sds@gnu.org>
17627
17628         * pop3.el (pop3-leave-mail-on-server): New user variable.
17629         (pop3-movemail): Delete mail only when it is nil.
17630
17631 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17632
17633         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17634
17635         * mml.el (mml-preview): Use `pop-to-buffer'.
17636
17637         * message.el (message-goto-mail-followup-to): Insert after "To".
17638         (message-carefully-insert-headers): Add comment.
17639
17640         * gnus.el: Remove unused variable `gnus-article-check-size'.
17641
17642         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17643
17644         * gnus-art.el (gnus-button-alist):
17645         Improve `gnus-button-handle-library' entry.
17646
17647 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17648
17649         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17650         Use downcase, since XEmacs capitalizes error messages differently.
17651
17652 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17653
17654         * nntp.el: Add (require 'gnus) due to reference to
17655         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17656
17657 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17658
17659         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17660         Bind `mm-fill-flowed'.
17661
17662         * mm-decode.el (mm-dissect-singlepart): Check it.
17663
17664 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17665
17666         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17667         'imap' for netrc parsing.
17668
17669 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17670
17671         * mailcap.el (mailcap-mime-data): Mark as risky.
17672
17673 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17676         may be included in the encoded word.
17677         (rfc2047-encode): Don't append a space if the encoded word
17678         includes close parenthesis.
17679
17680 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17683         of text within parentheses.
17684
17685 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17686
17687         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17688         (gnus-encrypt-write-file-contents): Make the password key the file
17689         name PLUS the cipher, not just the cipher.  Also remove failed
17690         passwords from the cache.
17691
17692 2004-08-06  Simon Josefsson  <jas@extundo.com>
17693
17694         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17695         Doc fix.
17696
17697 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17700         LWSP.
17701
17702 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17703
17704         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17705         Try to append in-reply-to: data to the references: header.
17706
17707         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17708         (netrc-parse): Use gnus-encrypt.el functions.
17709
17710         * gnus-encrypt.el: Add new file for encryption support; currently
17711         does only a few GPG ciphers and an internal XOR cipher.
17712
17713         * password.el: Add comments on using password-read-and-add.
17714         (password-read-and-add): Add function to read and add the
17715         password to the cache at once.
17716
17717 2004-07-28  Simon Josefsson  <jas@extundo.com>
17718
17719         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17720         parameter (but don't use it, for now).
17721
17722         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17723         instead of hard coding to nil.
17724
17725 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17728         as mm-inline-image-xemacs does.
17729
17730 2004-07-26  Simon Josefsson  <jas@extundo.com>
17731
17732         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17733         Revert part of 2004-07-17 change below.
17734
17735 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17738         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17739
17740 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17741
17742         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17743         quotes that actually start with ">" at the beginning of the
17744         lines.
17745
17746 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * rfc2047.el (rfc2047-encode-region): Fix last change.
17749         (rfc2047-encode-parameter): Remove useless concat.
17750
17751 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17754         encode special characters; fix some kind of misconfigured headers;
17755         signal a real error if debug-on-quit or debug-on-error is non-nil.
17756         (rfc2047-encode-max-chars): New variable.
17757         (rfc2047-encode-1): Use it.
17758         (rfc2047-encode-parameter): New function.
17759
17760         * mml.el (mml-insert-parameter): Remove an excessive space.
17761
17762 2004-07-17  Simon Josefsson  <jas@extundo.com>
17763
17764         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17765         Kai Grossjohann <kai@emptydomain.de>.
17766         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17767         (gnus-group-make-menu-bar): Ditto.
17768
17769         * gnus-util.el (gnus-group-server): Add.
17770
17771 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17772
17773         * message.el (message-clone-locals): Clone sendmail and smtp
17774         variables.
17775
17776 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17777
17778         * rfc2047.el (rfc2047-encode-region): Fix last change.
17779
17780 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17783         characters as non-special.
17784
17785 2004-07-09  Simon Josefsson  <jas@extundo.com>
17786
17787         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17788         Users will lose all flag changes made while unplugged with
17789         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17790         good default.  See numerous reports on ding mailing list.
17791
17792 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17793
17794         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17795         add generate-head-function and generate-article-function to the
17796         rfc822-forward entry.
17797         (nndoc-rfc822-forward-generate-article): New function.
17798         (nndoc-rfc822-forward-generate-head): New function.
17799
17800         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17801
17802 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17803
17804         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17805         respect display group parameter and gnus-summary-expunge-below.
17806         (gnus-articles-to-read): Remove unused reference to display group
17807         parameter.
17808
17809 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17810
17811         * nnheader.el (nnheader-uniquify-message-id): New experimental
17812         variable.
17813         (nnheader-nov-read-message-id): Use it.
17814
17815         * spam-report.el (spam-report-gmane): Add interactive.
17816
17817 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * mm-encode.el (mm-content-transfer-encoding-defaults):
17820         Use qp-or-base64 for the application/* types.
17821
17822 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17823
17824         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17825
17826 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17827
17828         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17829         trim value.
17830
17831 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17832
17833         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17834         New macro and function.
17835         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17836
17837 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17840         after-load-alist.
17841
17842 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17843
17844         * gnus-group.el (gnus-group-get-new-news-this-group):
17845         Don't update info that isn't there.
17846
17847 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17848
17849         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17850         entry.
17851
17852 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * mm-view.el (mm-inline-render-with-function): Use multibyte
17855         buffer; decode html source by charset.
17856
17857         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17858
17859         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17860         Mule-UCS is loaded under XEmacs.
17861         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17862
17863 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17864
17865         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17866
17867 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17868
17869         * mm-util.el (mm-coding-system-p): Return a coding-system.
17870         (mm-mime-mule-charset-alist): Use shift_jis instead of
17871         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17872         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17873         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17874         instead of japanese-shift-jis and iso-latin-1 respectively in
17875         order to share the default value with both Emacs and XEmacs-mule.
17876         (mm-mule-charset-to-mime-charset):
17877         Make mm-coding-system-priorities effective.
17878         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17879         while predicating of candidates upon the priorities.
17880
17881 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17882
17883         * gnus-sum.el (gnus-summary-make-menu-bar):
17884         Add gnus-uu-invert-processable.
17885
17886         * gnus.el: Autoload gnus-uu-invert-processable.
17887
17888 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * mm-util.el (mm-with-multibyte-buffer): New macro.
17891
17892         * rfc2047.el (rfc2047-encode-string): Use it.
17893         (rfc2047-encode-region): Move point to the end of the region after
17894         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17895
17896 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17899         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17900
17901 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17902
17903         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17904         (gnus-cite-parse): Ignore quoted envelope From_.
17905         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17906
17907 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17908
17909         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17910         invalid addresses.
17911
17912 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17913
17914         * spam.el: Change section markers, revise TODO list.
17915         (spam-backends): Make new master list of all installed backends.
17916         (spam-summary-exit-behavior): Add new variable to determine how
17917         messages moves are done at summary exit.
17918         (spam-move-spam-nonspam-groups-only)
17919         (spam-process-ham-in-nonham-groups)
17920         (spam-process-ham-in-spam-groups): Remove variables, the
17921         spam-summary-exit-behavior variable should be used to manage this
17922         behavior.
17923         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17924         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17925         and spam-old-spam-articles.
17926         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17927         Add empty variables, placeholders for the backends they represent.
17928         (spam-set-difference): Move, unchanged.
17929         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17930         unless the user has a processor variable.
17931         (spam-classifications, spam-classification-valid-p)
17932         (spam-backend-properties, spam-backend-property-valid-p)
17933         (spam-backend-function-type-valid-p)
17934         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17935         (spam-report-articles-gmane, spam-report-articles-resend):
17936         Remove functions, they are not needed.
17937         (spam-install-backend-super, spam-backend-list)
17938         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17939         (spam-backend-function, spam-backend-ham-registration-function)
17940         (spam-backend-spam-registration-function)
17941         (spam-backend-ham-unregistration-function)
17942         (spam-backend-spam-unregistration-function)
17943         (spam-backend-statistical-p, spam-backend-mover-p)
17944         (spam-install-backend-alias, spam-install-checkonly-backend)
17945         (spam-install-mover-backend, spam-install-nocheck-backend)
17946         (spam-install-backend, spam-install-statistical-backend)
17947         (spam-install-statistical-checkonly-backend): Add backend installation
17948         support.
17949         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17950         (spam-group-processor-p): Use the new backend code and respect the
17951         summary exit behavior.
17952         (spam-mark-spam-as-expired-and-move-routine): Remove.
17953         (spam-summary-prepare): Change to use the new spam-old-articles
17954         variable.
17955         (spam-copy-or-move-routine, spam-copy-spam-routine)
17956         (spam-move-spam-routine, spam-copy-ham-routine)
17957         (spam-move-ham-routine): Add code to copy/move ham or spam.
17958         (spam-fetch-field-fast): Improve doc and code, plus allow the
17959         'number request.
17960         (spam-list-of-checks, spam-list-of-statistical-checks):
17961         Remove variables.
17962         (spam-split, spam-find-spam): Use the new backend code.
17963         (spam-registration-functions): Remove variable.
17964         (spam-unregister-routine): Add convenience wrapper.
17965         (spam-log-undo-registration, spam-register-routine)
17966         (spam-log-processing-to-registry)
17967         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17968         where possible.
17969         (spam-check-gmane-xref, spam-check-regex-headers)
17970         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17971         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17972         (spam-check-bogofilter-headers, spam-check-spamoracle)
17973         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17974         (spam-check-crm114-headers): Use the spam-split-group that
17975         spam-split prepares, no need to determine it every time.
17976
17977         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17978         to the nnheader-parse-naked-head call.
17979
17980         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17981
17982         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17983         the nnheader-nov-read-message-id call.
17984
17985 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17986
17987         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17988         gnus-activate-group twice.  Suggested by Markus Peter
17989         <warp@spin.de>.
17990
17991 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * gnus-art.el (gnus-article-time-format): Exchange the order of
17994         day and month in the default value; fix customization type.
17995         (article-date-ut): Use add-text-properties.
17996         (article-make-date-line): Use message-make-date instead of
17997         current-time-string.
17998
17999         * message.el (message-fetch-field): Don't use set-text-properties.
18000         (message-make-date): Simplify.
18001
18002         * messagexmas.el (message-xmas-make-date): New function.
18003         (message-xmas-redefine): Defalias message-make-date to it.
18004
18005 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18008         (rfc2047-encode-region): Treat text within parentheses as special;
18009         show the original text when error has occurred.
18010
18011         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18012         already-computed method to gnus-activate-group.
18013
18014         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18015         same select-methods identical Lisp objects.
18016
18017         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18018         object when modifying the info.
18019
18020 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18023         gnus-opened-servers since it has never been opened with the new
18024         configuration yet.
18025
18026 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18029         arg to nnheader-generate-fake-message-id.
18030
18031 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18032
18033         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18034         number and build a fake message ID localized to a group and
18035         article number (so it's repeatable from that point on).
18036         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18037         ID format.
18038
18039         * gnus-sum.el (gnus-get-newsgroup-headers):
18040         Call nnheader-generate-fake-message-id with the article number.
18041
18042 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18043
18044         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18045         end-of-buffer.
18046
18047 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18048
18049         * message.el (message-ignored-supersedes-headers): Add Approved.
18050
18051 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18054         goto-char.
18055         (rfc2047-encode): Fold the line before encoding.
18056
18057 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18058
18059         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18060         folding -- not all headers can be folded, and this should be done
18061         by the message composition mode.  Probably.  I think.
18062
18063 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18066         fast.
18067
18068         * gnus-ems.el (gnus-remove-image): Don't use
18069         message-text-with-property; remove only the image found first.
18070
18071         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18072         found first.
18073
18074 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18075
18076         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18077
18078 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * message.el (message-text-with-property): Make it fast and accept
18081         optional arguments.
18082         (message-strip-forbidden-properties): Use it.
18083         (message-fix-before-sending): Follow the m-t-w-p change.
18084
18085         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18086
18087 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18088
18089         * gnus-art.el (article-hide-headers): Don't change the buffer
18090         mistakenly when performing mml-preview even if
18091         gnus-single-article-buffer is nil.
18092
18093 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18094
18095         * message.el (message-expand-name-databases): New user option.
18096         (message-expand-name): Use it.
18097
18098 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18099
18100         * spam.el (spam-report-articles-resend)
18101         (spam-report-resend-register-routine): Allow ham reporting.
18102         (spam-report-resend-register-ham-routine): Add wrapper.
18103         (spam-registration-functions): Add ham resending functions.
18104         (spam-list-of-processors): Add ham resend processor.
18105
18106         * gnus.el (ham-resend-to): Add new group parameter.
18107         (spam-process): Add ham resend option.
18108
18109         * spam-report.el (spam-report-resend): Allow reporting ham.
18110         (spam-report-resend-ham): Add wrapper.
18111
18112 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18113
18114         * message.el (message-cite-articles-with-x-no-archive):
18115         New variable.
18116         (message-cite-original): Use it.
18117
18118 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18119
18120         * message.el (message-cite-original): Respect X-No-Archive.
18121
18122 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * gnus-art.el (article-hide-headers): Refer to the values for
18125         gnus-ignored-headers and gnus-visible-headers in the summary
18126         buffer since a user may have set them as group parameters.
18127
18128 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18129
18130         * assistant.el (assistant-node-name): Add convenience function.
18131         (assistant-render-text, assistant-render-node): Add error handling,
18132         plus handle multiple next nodes.
18133         (assistant-find-next-node): Comment out for now.
18134         (assistant-find-next-nodes): Add function, returns list of next
18135         nodes.
18136
18137 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * mail-source.el (mail-source-directory): Fix doc-string.
18140
18141 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18142
18143         * assistant.el (assistant-render-text, assistant-eval): Add :set
18144         widget type, which is different because it takes and returns a
18145         list.  Much hilarity ensues.
18146
18147 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18148
18149         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18150
18151         * gnus-group.el (gnus-group-get-new-news-this-group):
18152         Add doc-string.
18153
18154         * gnus-start.el (gnus-activate-group): Add doc-string.
18155
18156 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18159
18160 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18161
18162         * assistant.el (assistant-render-text): Try to add a :set
18163         widget, more to come.
18164
18165         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18166         strings.
18167         (spam-report-articles-resend)
18168         (spam-register-routine): Do registration iff any articles warrant
18169         it.
18170         (spam-summary-prepare-exit): Change log message for nil group
18171         destinations.
18172
18173 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18174
18175         * spam.el (spam-report-resend-register-routine):
18176         Allow spam-report-resend-to to be a group parameter or a global value.
18177
18178 2004-05-26  Simon Josefsson  <jas@extundo.com>
18179
18180         * starttls.el: Merge with my GNUTLS based starttls.el.
18181         (starttls-gnutls-program, starttls-use-gnutls)
18182         (starttls-extra-arguments, starttls-process-connection-type)
18183         (starttls-connect, starttls-failure, starttls-success):
18184         New variables.
18185         (starttls-program, starttls-extra-args): Doc fix.
18186         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18187         New functions.
18188         (starttls-negotiate, starttls-open-stream):
18189         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18190         function if it is set.
18191
18192 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18195         structured fields.
18196
18197 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18200
18201 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18202
18203         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18204         Add variable.
18205         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18206         assigning the spam-mark to new messages.
18207
18208 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18209
18210         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18211
18212 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18215
18216         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18217         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18218         default.
18219
18220 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18221
18222         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18223         correct data.
18224
18225 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18226
18227         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18228         (spam-group-processor-p): Fix function.
18229         (spam-group-processor-multiple-p)
18230         (spam-group-spam-processor-report-gmane-p)
18231         (spam-group-spam-processor-report-resend-p)
18232         (spam-group-spam-processor-bogofilter-p)
18233         (spam-group-spam-processor-blacklist-p)
18234         (spam-group-spam-processor-ifile-p)
18235         (spam-group-ham-processor-ifile-p)
18236         (spam-group-spam-processor-spamoracle-p)
18237         (spam-group-spam-processor-crm114-p)
18238         (spam-group-ham-processor-bogofilter-p)
18239         (spam-group-spam-processor-stat-p)
18240         (spam-group-ham-processor-stat-p)
18241         (spam-group-ham-processor-whitelist-p)
18242         (spam-group-ham-processor-BBDB-p)
18243         (spam-group-ham-processor-spamoracle-p)
18244         (spam-group-ham-processor-copy-p): Remove functions with some
18245         prejudice against unneeded code.
18246         (spam-report-articles-resend)
18247         (spam-report-resend-register-routine): Allow the group/topic
18248         spam-resend-to value to override spam-report-resend-to.
18249         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18250         properly now.
18251
18252         * gnus.el (spam-resend-to): Add group/topic parameter.
18253         (spam-process): Move the OBSOLETE processors to the end of the
18254         choices.
18255
18256 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18257
18258         * spam-report.el (spam-report-resend-to, spam-report-resend):
18259         Start with resend-to set to nil, and then ask the user if necessary.
18260         (spam-report-resend): spam-report-resend takes a list of articles, not
18261         separate article numbers.
18262
18263 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18266         addition to emacs-w3m.
18267
18268 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18269
18270         * assistant.el (assistant-authinfo-data): New function.
18271         (assistant-eval): Eval for entire assistant.
18272
18273         * netrc.el (netrc-services-file): New variable.
18274         (netrc-parse-services): New function.
18275         (netrc-find-service-name): New function.
18276         (netrc-find-service-number): New function.
18277         (netrc-port-equal): New function.
18278         (netrc-machine): Use it.
18279
18280         * nnimap.el (nnimap-open-connection): Use netrc.
18281
18282         * gnus-util.el (gnus-netrc-get): Remove aliases.
18283
18284         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18285
18286         * assistant.el (wid-edit): Fix compilation.
18287
18288         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18289
18290 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18291
18292         * gnus-util.el (gnus-set-file-modes): New function.  (small
18293         patch).
18294
18295 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18296
18297         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18298
18299         * assistant.el (assistant-render-node): Fix up rendering and
18300         read-only text.
18301         (assistant-render-node): Reset.
18302         (assistant-make-read-only): Not sticky.
18303
18304 2004-05-20  Danny Siu  <dsiu@adobe.com>
18305
18306         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18307         centered even when gnus-auto-center-summary is t.
18308
18309 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18310
18311         * dns.el (dns-get-txt-answer): New function.
18312         (dns-read-txt): Ditto.
18313         (query-dns): Use it.
18314
18315 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18318         active for foreign groups even if the group level is higher than
18319         the specified value.
18320
18321 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18322
18323         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18324         non-active groups.
18325
18326         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18327
18328 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18329
18330         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18331
18332 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18333
18334         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18335         (spam-crm114-header, spam-crm114-spam-switch)
18336         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18337         (spam-crm114-positive-spam-header)
18338         (spam-crm114-database-directory, spam-list-of-processors)
18339         (spam-group-spam-processor-crm114-p)
18340         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18341         (spam-generic-score, spam-list-of-checks)
18342         (spam-list-of-statistical-checks, spam-registration-functions)
18343         (spam-check-crm114-headers, spam-crm114-score)
18344         (spam-check-crm114, spam-crm114-register-with-crm114)
18345         (spam-crm114-register-spam-routine)
18346         (spam-crm114-unregister-spam-routine)
18347         (spam-crm114-register-ham-routine)
18348         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18349         From asjo@koldfront.dk (Adam Sjøgren).
18350
18351         * gnus.el: Add spam-use-crm114.
18352
18353         * spam.el (spam-list-of-processors, spam-registration-functions):
18354         Add spam-use-resend.
18355         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18356         (spam-report-articles-gmane): Add doc fix.
18357         (spam-report-articles-resend, spam-report-resend-register-routine):
18358         Add wrappers around spam-report-resend-to.
18359
18360         * spam-report.el (spam-report-resend-to, spam-report-resend):
18361         Add support for resending spam.
18362         (spam-report-gmane): Fix line length >80.
18363
18364         * gnus.el (spam-process): Add spam-use-resend.
18365
18366 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18367
18368         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18369         number of processed spam messages.
18370         (spam-ham-copy-or-move-routine): Return the number of processed
18371         ham messages.
18372         (spam-summary-prepare-exit): Use the above values to decide
18373         whether status messages shouled be displayed.
18374
18375 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18376
18377         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18378         `rfc2047-encoding-function-alist' in order to avoid conflicting
18379         with the old version.
18380         (rfc2047-encode-region): Concatenate words containing non-ASCII
18381         characters in structured fields; don't encode space-delimited
18382         ASCII words even in unstructured fields; don't break words at
18383         char-category boundaries.
18384         (rfc2047-encode-1): New function.
18385         (rfc2047-encode): Use it; encode text so that it occupies the
18386         maximum width within 76-column; work correctly on Q encoding for
18387         iso-2022-* charsets.
18388         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18389         sure not to break a line just after the header name.
18390         (rfc2047-b-encode-region): Remove.
18391         (rfc2047-b-encode-string): New function.
18392         (rfc2047-q-encode-region): Remove.
18393         (rfc2047-q-encode-string): New function.
18394
18395         * mm-util.el (mm-replace-in-string): New function.
18396
18397 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18398
18399         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18400         Really get it right.
18401         (gnus-inews-make-draft): Really.
18402
18403 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18404
18405         * nnmh.el (nnmh-request-list-1): Don't check the link count
18406         before descending.  (small patch)
18407
18408 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18409
18410         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18411         stuff.
18412
18413         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18414         Match on real group name.
18415
18416         * gnus-art.el (gnus-signature-limit): Doc fix.
18417
18418         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18419
18420         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18421
18422 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18423
18424         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18425         isn't a string.
18426
18427 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18428
18429         * gnus-draft.el (gnus-draft-send):
18430         Bind rfc2047-encode-encoded-words.
18431
18432         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18433         (rfc2047-encodable-p): Say that =? needs encoding.
18434         (rfc2047-encode-encoded-words): New variable.
18435
18436         * gnus-group.el (gnus-group-select-group): Doc fix.
18437
18438         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18439
18440         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18441         to nil.
18442
18443         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18444
18445         * nnheader.el (nnheader-get-lines-and-char): New function.
18446
18447 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18448
18449         * gnus-msg.el (gnus-summary-followup-with-original):
18450         Document yanking of region when active.
18451
18452 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18455         groups if the group level is higher than the specified value.
18456
18457 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18458
18459         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18460         (gnus-group-jump-to-group): Add prefix argument using
18461         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18462         non-active group.
18463
18464         * compface.el (uncompface): Be verbose when changing
18465         `uncompface-use-external'.
18466
18467         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18468         handle manual section.
18469
18470 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18471
18472         * gnus-art.el (gnus-button-alist): Revert previous change.
18473
18474 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18475
18476         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18477
18478 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18479
18480         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18481         whether backend can accept message.
18482
18483         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18484
18485 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18486
18487         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18488         Avoid creating directory when nntp-marks-is-evil is true.
18489         Reported by Reiner Steib.
18490
18491 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18492
18493         * gnus-picon.el (gnus-picon-style): New variable.
18494         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18495         (gnus-picon-transform-address): Support `gnus-picon-style'.
18496         From Jesper Harder <harder@ifa.au.dk>.
18497
18498 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18499
18500         * message.el (message-fill-field): Return point.
18501         (message-generate-headers): Go to end of field.
18502
18503         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18504         stuff for non-living groups.
18505
18506 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18507
18508         * gnus-art.el (gnus-article-followup-with-original)
18509         (gnus-article-reply-with-original): gnus-mark-active-p ->
18510         gnus-region-active-p.
18511
18512 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18513
18514         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18515         only when there is spam or ham to be processed.
18516
18517 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18518
18519         * mail-source.el (mail-source-delete-crash-box): Refactor.
18520         (mail-source-fetch): Use it.
18521         (mail-source-fetch-file): Ditto.
18522         (mail-source-fetch-directory): Run postscript in loop.
18523         (mail-source-fetch-pop): Delete.
18524         (mail-source-fetch-maildir): Ditto.
18525         (mail-source-fetch-imap): Ditto.
18526
18527         * imap.el (imap-authenticators): Comment out sasl.
18528
18529         * message.el (message-skip-to-next-address): New function.
18530         (message-fill-header-address): Refactor.
18531         (message-fill-address): Use it.
18532         (message-delete-address): Use it.
18533         (message-fill-header-general): Refactor.
18534         (message-fill-field-address): Rename.
18535         (message-narrow-to-field): Find the start of the header.
18536         (message-header-format-alist): Don't pre-fill.
18537         (message-fill-header): Remove.
18538         (message-insert-header): New function.
18539         (message-shorten-references): Use it.
18540
18541         * rfc2047.el (rfc2047-field-value): Strip props.
18542
18543         * mail-parse.el (mail-header-make-address): New alias.
18544
18545         * ietf-drums.el (ietf-drums-make-address): New function.
18546
18547         * imap.el: Add compiler directives.
18548
18549         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18550
18551         * gnus-art.el (article-decode-idna-rhs): Don't use
18552         message-idna-inside-rhs-p.
18553
18554 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18555
18556         * message.el (message-idna-inside-rhs-p): Remove.
18557         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18558
18559         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18560         false positives.
18561
18562 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18563
18564         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18565
18566 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18567
18568         * nneething.el (nneething-file-name): Don't create spurious
18569         files.
18570
18571         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18572         (gnus-inews-do-gcc): Remove sleep.
18573
18574         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18575         part under point.
18576
18577         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18578         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18579
18580 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18581
18582         * spam.el (spam-summary-prepare-exit): Fix (length).
18583
18584 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18585
18586         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18587         as expired without moving it" message when there are spam
18588         messages left.
18589
18590 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18591
18592         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18593         header is not nil.
18594
18595 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18596
18597         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18598         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18599         (nntp-marks-changed-p): New arg SERVER.
18600         (nntp-request-update-info): Adjust caller.
18601
18602 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18603
18604         * nntp.el (nntp-save-marks): Pass missing arg.
18605
18606 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18607
18608         * nntp.el: Support marks.
18609         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18610         (nntp-marks-modtime, nntp-marks-directory): New variables.
18611         (nntp-request-set-mark, nntp-request-update-info)
18612         (nntp-possibly-create-directory, nntp-marks-changed-p)
18613         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18614         New functions.
18615
18616 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18617
18618         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18619         (gnus-xmas-redefine): Rename.
18620
18621         * gnus-score.el (gnus-score-insert-help):
18622         Use gnus-select-lowest-window.
18623
18624         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18625         appt-select-lowest-window and rename to gnus-select-lowest-window.
18626
18627         * gnus.el: do.
18628
18629 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18630
18631         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18632         encodings of MIME-encoded words, in order to improve
18633         interoperability with several broken MUAs.
18634
18635 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18636
18637         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18638         tags, only when charsets are not specified in headers.
18639         (mm-inline-text-html-render-with-w3m): Ditto.
18640
18641         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18642         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18643
18644 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18645
18646         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18647         instead of MIME-decoded from fields when checking
18648         `gnus-article-address-banner-alist'.
18649
18650 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18651
18652         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18653         description rather than subject.
18654
18655 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18656
18657         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18658
18659 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18660
18661         * gnus.el (gnus-version-number): Bump.
18662
18663 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18664
18665         * gnus.el: No Gnus v0.2 is released.
18666
18667 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18668
18669         * gnus-agent.el (gnus-agent-read-agentview):
18670         Inline gnus-uncompress-range.
18671
18672 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18673
18674         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18675         `exec-installed-p'.
18676
18677 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18678
18679         * gnus.el (spam-process, spam-autodetect-methods):
18680         Add bsfilter and bsfilter-headers.
18681
18682         * spam.el (spam-bsfilter): New customize group.
18683         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18684         (spam-bsfilter-header, spam-bsfilter-probability-header)
18685         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18686         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18687         (spam-bsfilter-database-directory): New options.
18688         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18689         (spam-list-of-statistical-checks, spam-registration-functions):
18690         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18691         (spam-bsfilter-score): New command.
18692         (spam-check-bsfilter-headers, spam-check-bsfilter)
18693         (spam-bsfilter-register-with-bsfilter)
18694         (spam-bsfilter-register-spam-routine)
18695         (spam-bsfilter-unregister-spam-routine)
18696         (spam-bsfilter-register-ham-routine)
18697         (spam-bsfilter-unregister-ham-routine): New functions.
18698         (spam-generic-score): Support bsfilter; Accept an optional argument
18699         to recalcurate spam score even if scoring header has already been
18700         added.
18701         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18702         optional argument to recalcurate spam score even if scoring header
18703         has already been added.
18704
18705 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18706
18707         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18708         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18709         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18710         link is missing.
18711
18712 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18713
18714         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18715         (html2text-get-attr): Rewrite.
18716
18717         * message.el (message-setup-1): Remove redundant put-text-property
18718         on mail-header-separator.
18719
18720 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18721
18722         * gnus-registry.el (gnus-registry-cache-whitespace)
18723         (gnus-registry-action, gnus-registry-spool-action)
18724         (gnus-registry-split-fancy-with-parent): Change message levels
18725         from 5 to 3 or 7, as needed.
18726
18727         * spam.el (spam-summary-prepare-exit)
18728         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18729         (spam-split, spam-find-spam, spam-log-undo-registration)
18730         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18731         level from 5 to 6.
18732
18733 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18736         2004-03-04 change).
18737
18738 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18739
18740         * sieve-manage.el (sieve-manage-open):
18741         * nnweb.el (nnweb-insert-html):
18742         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18743         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18744         * nnspool.el (nnspool-request-group):
18745         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18746         * nnml.el (nnml-request-update-info):
18747         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18748         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18749         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18750         (nnimap-request-set-mark):
18751         * nnfolder.el (nnfolder-request-update-info):
18752         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18753         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18754         * gnus-uu.el (gnus-uu-find-articles-matching):
18755         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18756         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18757         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18758         * gnus-nocem.el (gnus-nocem-scan-groups):
18759         * gnus-int.el (gnus-start-news-server):
18760         * gnus-group.el (gnus-group-make-kiboze-group)
18761         (gnus-group-browse-foreign-server):
18762         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18763         Use mapc when appropriate.
18764
18765 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18766
18767         FIXME: Make separate entries for each person.
18768
18769         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18770         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18771         <shields@msrl.com>:
18772
18773         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18774         may need for spam sorting and scoring.
18775         (spam-user-format-function-S): Add user format function suitable for
18776         general use.
18777         (spam-article-sort-by-spam-status): Add sorting function for summary
18778         sorting.
18779         (spam-extra-header-to-number): Add function to get a score from a
18780         header.
18781         (spam-summary-score): Add function to get a numeric score from the
18782         headers.
18783         (spam-generic-score): Fix function doc, was in wrong place.
18784         (spam-initialize): Take symbols when it's run, and install the
18785         extra headers that spam-necessary-extra-headers thinks we need.
18786
18787 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18788
18789         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18790         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18791
18792 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18793
18794         * gnus-sum.el (gnus-set-global-variables)
18795         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18796         (gnus-article-get-xrefs, gnus-summary-best-group)
18797         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18798         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18799         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18800         Use with-current-buffer.
18801
18802 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18803
18804         * spam.el (spam-summary-prepare-exit): Simplify logic.
18805         (spam-fetch-article-header): Read the article header if it's not
18806         available.
18807         (spam-list-articles): Simplify logic.
18808         (spam-filelist-register-routine): Fix bug with unregister-list.
18809
18810         * gnus-registry.el: Fix comments at beginning.
18811
18812 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18813
18814         * message.el (message-cater-to-broken-inn): Remove.
18815         (message-shorten-references): Make sure the total folded length of
18816         References is shorter than 998 characters to cater to a bug in INN
18817         2.3.  Also, don't pretend that references aren't folded -- this
18818         hasn't worked for a while.
18819
18820 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18821
18822         * gnus-agent.el (gnus-agentize):
18823         gnus-agent-send-mail-real-function no longer set to current value
18824         of message-send-mail-function but rather a lambda that calls
18825         message-send-mail-function.  The change makes the agent real-time
18826         responsive to user changes to message-send-mail-function.
18827
18828 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18829
18830         * legacy-gnus-agent.el
18831         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18832         help from Florian Weimer <fw@deneb.enyo.de>
18833
18834 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18835
18836         * nnmail.el (nnmail-cache-insert): Revert last change.
18837
18838 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18839
18840         * nnmail.el (nnmail-cache-insert): Always check whether
18841         nnmail-cache-ignore-groups matches a group name.
18842
18843 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18844
18845         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18846         (spam-find-spam, spam-log-processing-to-registry)
18847         (spam-log-registered-p, spam-log-unregistration-needed-p)
18848         (spam-log-undo-registration): Use gnus-message instead of
18849         gnus-error, none of these errors are fatal.
18850
18851         * gnus-registry.el (gnus-registry-clean-empty-function)
18852         (gnus-registry-clean-empty): Remove only empty entries without
18853         extra data.
18854
18855 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18856
18857         * spam-stat.el (spam-stat-buffer-change-to-spam)
18858         (spam-stat-buffer-change-to-non-spam): Change (error) to
18859         (gnus-message 8) invocation.
18860
18861 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * nntp.el (nntp-via-netcat-command): New variable.
18864         (nntp-via-netcat-switches): New variable.
18865         (nntp-open-via-rlogin-and-netcat): New function.
18866         (nntp-open-connection-function): Doc fix.
18867         (nntp-telnet-command): Doc fix.
18868         (nntp-end-of-line): Doc fix.
18869         (nntp-via-rlogin-command): Doc fix.
18870         (nntp-via-user-name): Doc fix.
18871         (nntp-via-address): Doc fix.
18872
18873 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18876         error in Emacs 21.1.
18877
18878 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18879
18880         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18881
18882 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18883
18884         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18885         (gnus-agent-with-refreshed-group): New macro.
18886         (gnus-agent-rename-group): New function.
18887         (gnus-agent-delete-group): New function.
18888         (gnus-agent-save-group-info): Use gnus-command-method when
18889         `method' parameter is nil.  Don't write nil entries into the
18890         active file.
18891         (gnus-agent-get-group-info): New function.
18892         (gnus-agent-fetch-articles):
18893         Use gnus-agent-update-files-total-fetched-for to increment disk space
18894         used.
18895         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18896         Use gnus-agent-update-view-total-fetched-for to increment disk space
18897         used.
18898         (gnus-agent-get-local): Add optional parameters to avoid calling
18899         gnus-group-real-name and gnus-find-method-for-group.
18900         (gnus-agent-set-local): Delete stored entry if either min, or max,
18901         are nil.
18902         (gnus-agent-fetch-session): Reworded error/quit messages.
18903         On quit, use gnus-agent-regenerate-group to record existance of any
18904         articles fetched to disk before the quit occurred.
18905         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18906         gnus-agent-update-view-total-fetched-for, and
18907         gnus-agent-update-files-total-fetched-for to decrement disk space
18908         used.
18909         (gnus-agent-retrieve-headers):
18910         Use gnus-agent-update-view-total-fetched-for to increment disk space
18911         used.
18912         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18913         with gnus-agent-update-files-total-fetched-for to decrement disk
18914         space and fresh group buffer.
18915         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18916         (gnus-agent-need-update-total-fetched-for): New variable.
18917         (gnus-agent-update-files-total-fetched-for): New function.
18918         (gnus-agent-update-view-total-fetched-for): New function.
18919         (gnus-agent-total-fetched-for): New function.
18920
18921         * gnus-cache.el (gnus-cache-save-buffers):
18922         Use gnus-cache-update-overview-total-fetched-for to change disk space
18923         used by this group.
18924         (gnus-cache-possibly-enter-article):
18925         Use gnus-cache-update-file-total-fetched-for to increment disk space
18926         used by this group.
18927         (gnus-cache-possibly-remove-article):
18928         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18929         used by this group.
18930         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18931         (gnus-cache-rename-group): New function.
18932         (gnus-cache-delete-group): New function.
18933         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18934         (gnus-cache-need-update-total-fetched-for): New variable.
18935         (gnus-cache-with-refreshed-group): New macro.
18936         (gnus-cache-update-file-total-fetched-for): New function.
18937         (gnus-cache-update-overview-total-fetched-for): New function.
18938         (gnus-cache-rename-group-total-fetched-for): New function.
18939         (gnus-cache-delete-group-total-fetched-for): New function.
18940         (gnus-cache-total-fetched-for): New function.
18941
18942         * gnus-group.el: Require gnus-sum and autoload functions to
18943         resolve warnings when gnus-group.el compiled alone.
18944         (gnus-group-line-format): Documented new %F.
18945         (size of Fetched data) group line format; identifies disk space
18946         used by agent and cache.
18947         (gnus-group-line-format-alist): Defined new F format.
18948         (gnus-total-fetched-for): New function.
18949         (gnus-group-delete-group): No longer update
18950         gnus-cache-active-altered as gnus-request-delete-group now keeps
18951         the cache in sync.
18952         (gnus-group-list-active): Let the agent store a server's active
18953         list if currently plugged.
18954
18955         * gnus-int.el (gnus-request-delete-group):
18956         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18957         local disk in sync with the server.
18958         (gnus-request-rename-group):
18959         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18960         local disk in sync with the server.
18961
18962         * gnus-start.el (gnus-get-unread-articles):
18963         Cosmetic simplification to logic.
18964
18965         * gnus-util.el (gnus-rename-file): New function.
18966
18967 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18968
18969         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18970
18971 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18972
18973         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18974         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18975
18976 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18977
18978         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18979         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18980
18981 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18982
18983         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18984
18985 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18986
18987         * spam.el (spam-set-difference): Add function to replace
18988         gnus-set-difference in spam.el.
18989         (spam-summary-prepare-exit): Use spam-set-difference.
18990
18991 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18992
18993         * gnus-registry.el (gnus-registry-cache-file): Update to use
18994         gnus-dribble-directory OR gnus-home-directory OR ~.
18995         (gnus-registry-split-fancy-with-parent): Fix doc.
18996
18997 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18998
18999         * message.el (message-exchange-point-and-mark):
19000         Use message-mark-active-p.  Suggested by Jesper Harder
19001         <harder@ifa.au.dk>.
19002
19003 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19004
19005         * message.el (message-exchange-point-and-mark): Don't activate
19006         region if it was inactive.  Suggested by Hiroshi Fujishima
19007         <pooh@nature.tsukuba.ac.jp>.
19008
19009 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * gnus-art.el (article-display-face): Display Faces in the same
19012         order as X-Faces.
19013
19014 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19015
19016         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19017
19018 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19019
19020         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19021         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19022         (gnus-article-mime-hierarchy): Remove.
19023         (gnus-article-mime-hierarchy-next): Remove.
19024         (gnus-article-mode): Revert 2004-03-19 change.
19025         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19026         (gnus-insert-mime-button): Revert 2004-03-19 change.
19027         (gnus-mime-accumulate-hierarchy): Remove.
19028         (gnus-mime-enter-multipart): Remove.
19029         (gnus-mime-leave-multipart): Remove.
19030         (gnus-mime-display-part): Revert 2004-03-19 change.
19031         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19032
19033         * mml.el (mml-preview): Revert 2004-03-19 change.
19034
19035 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19036
19037         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19038
19039 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19042         t while entering a file name using the mm-with-multibyte macro.
19043         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19044
19045         * mm-util.el (mm-with-multibyte): New macro.
19046
19047 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19048
19049         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19050         New user option.
19051         (gnus-mime-multipart-functions): Doc and customization fix.
19052         (gnus-article-mime-hierarchy): New variable.
19053         (gnus-article-mime-hierarchy-next): New variable.
19054         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19055         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19056         gnus-article-mime-hierarchy-next to nil.
19057         (gnus-insert-mime-button): Show hierarchy numbers.
19058         (gnus-mime-accumulate-hierarchy): New function.
19059         (gnus-mime-enter-multipart): New function.
19060         (gnus-mime-leave-multipart): New function.
19061         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19062         (gnus-mime-display-alternative): Show hierarchy numbers.
19063
19064         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19065         gnus-article-mime-hierarchy-next to nil.
19066
19067 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19068
19069         * dns.el: Don't require gnus-xmas.
19070
19071 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19072
19073         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19074         inline PGP.
19075         (mml-menu): Disable mml-quote-region if mark is inactive.
19076
19077 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19078
19079         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19080         when the group's active is not available.
19081
19082 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19085         error.
19086
19087 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19088
19089         * imap.el (imap-store-password): New variable.
19090         (imap-interactive-login): Use it.
19091         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19092
19093 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19096         window-start and hscroll to summary window.
19097
19098 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19099
19100         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19101         conversion message to newsrc-dribble when an actual conversion is
19102         performed.
19103
19104 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19105
19106         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19107
19108 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * mm-decode.el (mm-complicated-handles): New function reviving
19111         former definition of mm-multiple-handles.
19112
19113         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19114         (gnus-mime-delete-part): Use it.
19115
19116 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19117
19118         * gnus-agent.el (gnus-agent-read-local):
19119         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19120         avoid the implicit assumption that they will always be equal.
19121         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19122         coding-system-for-write, as the with-temp-file macro first prints
19123         to a buffer then saves the buffer.
19124
19125 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * gnus-art.el (gnus-article-edit-part): New function.
19128         (gnus-mime-save-part-and-strip): Use it; do query instead of
19129         signaling an error; don't use mm-multiple-handles.
19130         (gnus-mime-delete-part): Ditto.
19131
19132 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19133
19134         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19135         old file versions.
19136         (gnus-group-prepare-hook): Remove function that converted list
19137         form of gnus-agent-expire-days to group properties.
19138
19139         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19140         (gnus-request-accept-article): Re-indented.
19141
19142         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19143         converters to handle old agent file formats.  Add logic for a
19144         "backup before upgrading warning".
19145         (gnus-convert-mark-converter-prompt): Developers can mark
19146         functions as needing (default), or not needing,
19147         gnus-convert-old-newsrc's "backup before upgrading warning".
19148         (gnus-convert-converter-needs-prompt): Tests whether the user
19149         should be protected from potentially irreversable changes by the
19150         function.
19151
19152         * legacy-gnus-agent.el: New.  Provides converters that are only
19153         loaded when gnus-convert-old-newsrc needs to call them.
19154
19155 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * mail-source.el (mail-source-touch-pop): Doc fix.
19158
19159         * message.el (message-smtpmail-send-it): Doc fix.
19160
19161 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19162
19163         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19164
19165         * nnmail.el (nnmail-split-fancy): do.
19166
19167         * gnus-kill.el (gnus-kill, gnus-execute): do.
19168
19169 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19170
19171         * gnus-sum.el (gnus-widget-reversible-match)
19172         (gnus-widget-reversible-to-internal)
19173         (gnus-widget-reversible-to-external): New functions.
19174         (gnus-widget-reversible): New widget.
19175         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19176
19177 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19178
19179         * gnus-sum.el (gnus-thread-sort-functions)
19180         (gnus-article-sort-functions): Document `(not F)' items.
19181
19182 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19183
19184         * spam.el (spam-use-gmane-xref): Add new backend.
19185         (spam-gmane-xref-spam-group): Add variable to control the name of the
19186         Gmane spam group.
19187         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19188         (spam-regex-headers-spam, spam-regex-headers-ham)
19189         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19190         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19191         backends and checks.
19192         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19193
19194         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19195         an autodetect method.
19196
19197 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19198
19199         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19200         articles are being added to a group.
19201         (gnus-request-replace-article): Inform the agent that articles
19202         need to be uncached as the cached contents are no longer valid.
19203
19204 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19205
19206         * binhex.el: Don't autoload executable-find.
19207
19208         * canlock.el: Don't autoload mail-fetch-field.
19209
19210         * dgnushack.el: Autoload c-mode for XEmacs.
19211
19212         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19213
19214         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19215         rmail-dont-reply-to and rmail-output.
19216
19217         * gnus-score.el: Don't autoload ffap-string-at-point.
19218
19219         * gnus-setup.el: Don't autoload sc-cite-original.
19220
19221         * imap.el: Don't autoload base64-decode-string,
19222         base64-encode-string and md5.
19223
19224         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19225         and rmail-msg-restore-non-pruned-header.
19226
19227         * mm-decode.el: Don't autoload executable-find.
19228
19229         * mm-url.el: Don't autoload executable-find.
19230
19231         * mm-view.el: Don't autoload diff-mode.
19232
19233         * nndb.el: Don't autoload news-reply-mode, news-setup,
19234         cancel-timer and telnet.
19235
19236         * password.el: Don't autoload run-at-time for Emacs.
19237
19238         * sha1-el.el: Don't autoload executable-find.
19239
19240         * sieve-mode.el: Don't autoload c-mode.
19241
19242         * uudecode.el: Don't autoload executable-find.
19243
19244 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19245
19246         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19247         (gnus-agent-possibly-alter-active): Avoid null in numeric
19248         comparison.
19249         (gnus-agent-set-local): Refuse to save null in local object table.
19250         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19251         list of articles that will be marked as unread.
19252
19253 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19254
19255         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19256
19257 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19258
19259         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19260         language tags.
19261
19262 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19263
19264         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19265         Don't bind "obarray".
19266
19267         * gnus-sum.el (gnus-thread-sort-functions):
19268         Add `gnus-thread-sort-by-most-recent-number' and
19269         `gnus-thread-sort-by-most-recent-date'.
19270         Reported by Kai Grossjohann <kai@emptydomain.de>.
19271
19272 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19273
19274         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19275
19276 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19277
19278         * gnus-cus.el (gnus-agent-customize-category):
19279         Remove ignore-errors macro reference that required cl to be loaded at
19280         run-time.
19281
19282         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19283         single-interval range of the form (min . max).  Previously the
19284         range had to look like ((min . max)).  Likewise, return
19285         (min . max) rather than ((min . max)).
19286         (gnus-range-map): Use gnus-range-normalize to accept
19287         single-interval range.
19288
19289         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19290         the cache, but not the agent, now appear with their usual face.
19291
19292         * dgnushack.el (loaddir): New variable that is bound to the
19293         directory containing the dgnushack.el file. Use loaddir, rather
19294         than srcdir, to update load-path. Change lets dgnushack compile
19295         code in directories other than GNUS/lisp.
19296
19297 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19298
19299         * lpath.el: Don't bind w3m-safe-url-regexp.
19300
19301         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19302         w3m-safe-url-regexp variable buffer-local.
19303
19304         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19305
19306 2004-02-27  Simon Josefsson  <jas@extundo.com>
19307
19308         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19309         gnus-group-real-prefix.
19310         (gnus-summary-move-article): Use it, instead of
19311         gnus-group-real-prefix.
19312
19313 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19314
19315         * lpath.el: Bind w3m-safe-url-regexp.
19316
19317         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19318         w3m-safe-url-regexp variable buffer-local and set it as the value
19319         of mm-w3m-safe-url-regexp.
19320
19321         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19322
19323         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19324         parsing gnus-posting-styles when the message is not for replying.
19325
19326         * dgnushack.el: Autoload sgml-mode for XEmacs.
19327
19328         * nnrss.el (nnrss-opml-export):
19329         Use mm-set-buffer-file-coding-system instead of
19330         set-buffer-file-coding-system.
19331
19332 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19333
19334         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19335         of checkdoc.el).
19336         * nnrss.el: do.
19337         * gnus-mlspl.el: do.
19338         * gnus-ml.el: do.
19339         * gnus-srvr.el: do.
19340
19341         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19342
19343 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19344
19345         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19346         Corrections to custom-manual links.
19347
19348         * gnus-art.el (gnus-article): Ditto.
19349
19350         * mm-decode.el (mime-display, mime-security): Ditto.
19351
19352 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19353
19354         * flow-fill.el: Typo.
19355
19356 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19357
19358         * spam-wash.el: New file.
19359
19360 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19361
19362         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19363
19364 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19365
19366         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19367         to be run with new-articles as LIST1, not LIST2.
19368         (spam-registration-functions): Add spam-use-ham-copy as a nil
19369         registration backend.
19370
19371 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19372
19373         * spam-stat.el (spam-stat-washing-hook): New option.
19374         (spam-stat-buffer-words): Use it.
19375         (spam-stat-process-directory, spam-stat-test-directory):
19376         Use insert-file-contents-literally.
19377         (spam-stat-coding-system): New variable.
19378         (spam-stat-load, spam-stat-save): Use it.
19379
19380 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19381
19382         * spam-report.el (spam-report-plug-agent):
19383         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19384
19385 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19386
19387         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19388         Allow / in mailto URLs.
19389
19390 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19391
19392         * spam-report.el (spam-report-process-queue): Fix interactive use.
19393         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19394         (spam-report-unplug-agent): Doc fixes.
19395         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19396         (spam-report-agentize, spam-report-deagentize): Autoload.
19397
19398 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19401
19402         * message.el (message-setup-fill-variables): Add mml tags to
19403         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19404         <ajk@iu.edu>.
19405         (message-mode): Don't modify paragraph-separate there.
19406
19407 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * compface.el (uncompface-use-external): Default to undecided.
19410         (uncompface-use-external-threshold): New variable.
19411         (uncompface-float-time): New macro.
19412         (uncompface): Determine whether to use the external decoder if
19413         uncompface-use-external is undecided.
19414
19415 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19416
19417         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19418         after images.
19419
19420         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19421
19422 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19423
19424         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19425
19426         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19427
19428         * gnus-sum.el (gnus-summary-limit-to-age)
19429         (gnus-summary-limit-children): do.
19430
19431         * gnus-int.el (gnus-request-scan): do.
19432
19433         * gnus-group.el (gnus-group-suspend): do.
19434
19435         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19436
19437         * gnus-cite.el (gnus-cite-parse-attributions): do.
19438
19439         * gnus-agent.el (gnus-summary-set-agent-mark)
19440         (gnus-agent-regenerate-group): do.
19441
19442         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19443
19444         * binhex.el (binhex-decode-region-internal): do.
19445
19446 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19447
19448         * gnus-fun.el (gnus-face-properties-alist): New user option.
19449         (gnus-display-x-face-in-from): Use it.
19450
19451         * gnus-art.el (article-display-face): Ditto.
19452
19453         * compface.el (uncompface-use-external): Default to nil.
19454
19455 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19456
19457         * nntp.el (nntp-erase-buffer): New function.
19458         (nntp-retrieve-data, nntp-send-command)
19459         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19460         (nntp-possibly-change-group): Use it.
19461
19462         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19463         Use with-current-buffer.
19464
19465 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19466
19467         * compface.el: Merge the ELisp-based uncompface program.
19468         (compface): New customization group.
19469         (uncompface-use-external): New user option.
19470         (uncompface): Call uncompface-internal if uncompface-use-external
19471         is nil.
19472         (uncompface-internal): New function.  Note that there are also
19473         some other functions and variables added for this function.
19474
19475 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19476
19477         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19478         if necessary.
19479
19480 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19481
19482         * spam-report.el (spam-report-unplug-agent)
19483         (spam-report-plug-agent, spam-report-deagentize)
19484         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19485         Add support for the Agent in spam-report: when unplugged, report to a
19486         file; when plugged, submit all the requests.
19487
19488         * spam.el (spam-register-routine): Fix message about
19489         registration.
19490
19491 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19492
19493         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19494         dependencies.
19495         (rfc2047-encode): Use it.
19496
19497         * gnus-art.el (gnus-button-marker-list): Move before first
19498         reference.
19499
19500         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19501         (imap-parse-body): Fix format string mismatch.
19502
19503         * gnus-score.el (gnus-summary-increase-score): do.
19504
19505         * nnrss.el (nnrss-close): New function.
19506
19507 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19508
19509         * nnrss.el (nnrss-make-filename): New function.
19510         (nnrss-request-delete-group, nnrss-read-server-data)
19511         (nnrss-save-server-data, nnrss-read-group-data)
19512         (nnrss-save-group-data): Use it.
19513         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19514         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19515         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19516
19517 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19518
19519         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19520
19521 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19522
19523         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19524         files.
19525
19526         * message.el (message-generate-headers-first): Don't quote nil
19527         and t in docstrings.
19528
19529         * imap.el (imap-id): do.
19530
19531         * gnus-agent.el (gnus-agent-consider-all-articles)
19532         (gnus-agent-queue-mail): do.
19533
19534 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19535
19536         * spam-report.el (spam-report-process-queue): New function.
19537         Process requests from `spam-report-requests-file'.
19538         (spam-report-process-queue): Doc fix.
19539
19540 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19541
19542         * spam.el (spam-register-routine)
19543         (spam-log-processing-to-registry, spam-log-registered-p)
19544         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19545         Change "check" to "spam-check" for semi-clarity.
19546
19547 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19548
19549         * pop3.el: Require nnheader.
19550
19551         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19552
19553         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19554
19555         * gnus-picon.el: Require cl.
19556
19557         * gnus-fun.el: Require gnus-ems and gnus-util.
19558
19559         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19560
19561         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19562
19563         * gnus-art.el (gnus-article-edit-mode): Define before first
19564         reference.
19565
19566 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19567
19568         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19569         (gnus-uu-post-encoded): Use point-at-bol.
19570
19571         * gnus-topic.el (gnus-group-active-topic-p): do.
19572
19573         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19574
19575         * gnus-group.el (gnus-group-kill-region): do.
19576
19577         * gnus-art.el (article-date-ut): do.
19578
19579         * message.el (message-fetch-field): Remove redundant
19580         case-fold-search binding.
19581         (message-narrow-to-field): Simplify.
19582
19583 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19584
19585         * spam.el (spam-directory): Derive from `gnus-directory'.
19586
19587         * spam-report.el (spam-report-url-to-file)
19588         (spam-report-requests-file): New function and variable for offline
19589         reporting.
19590         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19591         and user defined function.
19592         (spam-report-url-ping-mm-url): Remove doubled slash.
19593
19594 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19595
19596         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19597
19598 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19599
19600         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19601         Fix format string mismatch.
19602
19603         * sieve.el (sieve-deactivate-all): do.
19604
19605         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19606
19607         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19608
19609         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19610
19611         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19612
19613 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19614
19615         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19616         the list of checks.
19617
19618 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19619
19620         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19621         padding.
19622
19623 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19624
19625         * mm-view.el (mm-fill-flowed): New variable.
19626         (mm-inline-text): Use it.
19627
19628 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19629
19630         * spam.el (spam-spamassassin-register-ham-routine)
19631         (spam-spamassassin-register-spam-routine): Fix function names.
19632
19633 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19634
19635         * gnus.el (gnus-tmp-grouplens): Remove.
19636         (gnus-summary-line-format): Remove grouplens.
19637
19638         * gnus-group.el (gnus-group-line-format): Ditto.
19639
19640         * gnus-spec.el (gnus-format-specs): Ditto.
19641         (gnus-update-format-specifications): Flush the group format spec
19642         cache if there's the grouplens stuff.
19643         (gnus-parse-simple-format): Replace %l with the empty string.
19644
19645 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19646
19647         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19648         omission.
19649
19650 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19653         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19654
19655 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19656
19657         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19658         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19659         New macros and functions.
19660         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19661         Handle > NLINK_MAX messages.
19662         * nnmaildir.el (nnmaildir-request-set-mark):
19663         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19664
19665 2004-01-25  Alex Schroeder  <alex@gnu.org>
19666
19667         * spam-stat.el (spam-stat-process-directory-age): New option.
19668         (spam-stat-process-directory): Use it.
19669
19670 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19671
19672         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19673         (spam-stat-save): Accept prefix argument.
19674
19675 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19676
19677         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19678         links" error.
19679
19680 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19683         the rest of the and/or forms.
19684
19685 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19686
19687         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19688         compatibility with old .newsrc.eld files.
19689
19690         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19691
19692         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19693
19694         * gnus-start.el (gnus-1): do.
19695
19696         * gnus-group.el (gnus-group-line-format-alist): do.
19697
19698         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19699
19700         * gnus-gl.el: Remove.
19701
19702 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19703
19704         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19705         marks consisting of a single range {for example, (3 . 5)} rather
19706         than a list of a single range { ((3 . 5)) }.
19707
19708 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19709
19710         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19711         Use with-current-buffer.
19712         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19713         avoid consing a string.
19714
19715         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19716         Remove obsolete entries for big5 and gb2312.
19717
19718 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19719
19720         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19721         uncompressed list.
19722
19723 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19724
19725         * spam-stat.el (spam-stat-strip-xref): New function.
19726         (spam-stat-process-directory): Use it.
19727
19728         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19729         here -- it's done in message-fetch-field.
19730
19731 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19732
19733         * gnus-agent.el (gnus-agent-queue-mail)
19734         (gnus-agent-prompt-send-queue): New variables.
19735         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19736         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19737         "nndraft:queue" along to gnus-draft-send.
19738         Use gnus-agent-prompt-send-queue.
19739         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19740         is "nndraft:queue".  Suggested by Gaute Strokkenes
19741         <gs234@srcf.ucam.org>
19742
19743         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19744         (agent-enable-undownloaded-faces): Add.
19745         (gnus-agent-cat-groups): Use eval-and-compile, not
19746         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19747         method of gnus-agent-cat-groups even when the buffer has been
19748         evaled.
19749         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19750         delete gnus-agent-save-active-1.
19751         (gnus-agent-save-groups): Delete.  Identical to
19752         gnus-agent-save-active.
19753         (gnus-agent-write-active): No longer adjust agent's copy of active
19754         file as agent's adjustments are now stored in their own
19755         file.  Remove optional parameter.
19756         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19757         servers.  Add use of min/max range limits from server's local
19758         file.
19759         (gnus-agent-save-alist): Remove unused optional argument.
19760         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19761         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19762         (gnus-agent-set-local): A per-server file that keeps min/max range
19763         limits for articles known to the agent.  Provides a fast mechanism
19764         for altering many active ranges.
19765         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19766         active file (local makes it unnecessary).
19767         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19768
19769         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19770         (agent-enable-undownloaded-faces): Add.
19771
19772         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19773         disable it when sending to "nndraft:queue".
19774         (gnus-group-send-queue): Add safety check to avoid sending queue
19775         when unplugged.
19776
19777         * gnus-group.el (gnus-group-catchup): Use new
19778         gnus-sequence-of-unread-articles, not
19779         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19780         numbers of articles.  Use gnus-range-map to avoid having to
19781         uncompress the unread list.
19782         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19783         Fix invalid ange-ftp reference.
19784
19785         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19786         (gnus-sorted-range-intersection): Intersection of two ranges
19787         without requiring that they first be uncompressed.
19788
19789         * gnus-start.el (gnus-activate-group): Unless blocked by the
19790         caller, possibly expand the active range to include both cached
19791         and agentized articles.
19792         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19793         multiple version-dependent converters.
19794         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19795         gnus-agent-save-active.
19796         (gnus-save-newsrc-file): Save dirty agent range limits.
19797
19798         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19799         gnus-agent-possibly-alter-active.
19800         (gnus-adjust-marked-articles): Faster handling of simple lists.
19801
19802 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19803
19804         * spam-stat.el (spam-stat-test-directory): New optional argument
19805         displays a list of files detected.  Suggested by Andrew Cohen
19806         <cohen@andy.bu.edu>.
19807         (spam-stat-buffer-words-with-scores): Don't narrow and change
19808         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19809
19810 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19811
19812         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19813         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19814         (spam-spamassassin-arguments)
19815         (spam-spamassassin-spam-flag-header)
19816         (spam-spamassassin-positive-spam-flag-header)
19817         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19818         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19819         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19820         (spam-list-of-processors, spam-list-of-checks)
19821         (spam-list-of-statistical-checks, spam-registration-functions)
19822         (spam-check-spamassassin-headers, spam-check-spamassassin)
19823         (spam-spamassassin-score)
19824         (spam-spamassassin-register-with-sa-learn)
19825         (spam-spamassassin-register-spam-routine)
19826         (spam-spamassassin-register-ham-routine)
19827         (spam-assassin-register-spam-routine)
19828         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19829         (spam-bogofilter-score): Fix to show article before scoring.
19830
19831 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19832
19833         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19834         default scoring function.
19835         (spam-generic-score): Call spam-spamassassin-score if
19836         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19837         spam-bogofilter-score otherwise.
19838
19839         * gnus.el (spam-process, spam-autodetect-methods):
19840         Add spamassassin and spamassassin-headers.
19841
19842 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19843
19844         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19845         Suppress unnecessary messages.
19846
19847 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19848
19849         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19850         make-hash-table.
19851
19852 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19853
19854         * canlock.el (base64-encode-string): Don't autoload it.
19855
19856 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19857
19858         * run-at-time.el: Remove useless (require 'itimer),
19859         eval-and-compile and (featurep 'xemacs).
19860
19861 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19862
19863         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19864         GROUP is a virtual group.
19865
19866 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19867
19868         * gnus.el: Autoload `message-y-or-n-p'.
19869
19870 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19871
19872         * pgg-parse.el: Remove unnecessary (require 'custom).
19873
19874         * pgg-def.el: do.
19875
19876         * nnmail.el: do.
19877
19878         * gnus-undo.el: do.
19879
19880         * gnus-picon.el: do.
19881
19882         * gnus-util.el: do.
19883
19884 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19885
19886         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19887
19888 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19889
19890         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19891         handle, as well as a list.
19892
19893         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19894         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19895         (mm-w3m-cid-retrieve): Simplify.
19896
19897 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19898
19899         * message.el (message-kill-to-signature): Allow prefix arg to
19900         specify number of lines to keep before signature.
19901
19902 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19903
19904         * message.el (message-kill-to-signature): Change docstring.
19905
19906 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19907
19908         * canlock.el: Always require sha1-el.
19909         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19910
19911         * message.el: Autoload sha1 only when compiling.
19912
19913         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19914         eudc-expand-inline for XEmacs.
19915
19916 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19917
19918         * message.el (message-canlock-generate): Require sha1-el.
19919
19920 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19921
19922         * message.el (message-expand-name): Silence the byte compiler.
19923
19924         * lpath.el: Add detect-coding-system.
19925
19926         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19927         cus-edit.
19928
19929 2004-01-13  Simon Josefsson  <jas@extundo.com>
19930
19931         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19932         Invoke gnus-score-mode.
19933         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19934
19935         * gnus-range.el (gnus-compress-sequence): Doc fix.
19936         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19937
19938 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19939
19940         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19941
19942 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19943
19944         * spam.el (spam-get-article-as-string): Update to use
19945         gnus-request-article-this-buffer, much simpler.
19946         (spam-get-article-as-buffer): Remove.
19947
19948 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19949
19950         * message.el (message-expand-name): Use EUDC if the user uses that.
19951
19952 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19953
19954         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19955         character for the encoding to avoid consing a string.
19956
19957         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19958         unnecessarily.
19959
19960         * mm-util.el (mm-replace-chars-in-string): Remove.
19961
19962         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19963         of mm-replace-chars-in-string.
19964
19965 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19966
19967         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19968
19969         * mm-util.el (mm-subst-char-in-string): Support inplace.
19970
19971         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19972         a new string in every iteration.  Use shy groups.
19973
19974 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19975
19976         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19977         * gnus-soup.el (gnus-soup-group-brew):
19978         * gnus-msg.el (gnus-put-message):
19979         * gnus-move.el (gnus-group-move-group-to-server):
19980         * gnus-kill.el (gnus-batch-score):
19981         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19982         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19983         (gnus-group-update-group, gnus-group-read-group)
19984         (gnus-group-make-group, gnus-group-make-help-group)
19985         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19986         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19987         (gnus-group-sort-by-unread, gnus-group-catchup)
19988         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19989         (gnus-group-yank-group, gnus-group-set-info)
19990         (gnus-group-list-groups):
19991         * gnus.el (gnus-generate-new-group-name):
19992         * gnus-delay.el (gnus-delay-send-queue):
19993         * nnvirtual.el (nnvirtual-catchup-group):
19994         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19995         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19996         (gnus-group-prepare-topics, gnus-topic-check-topology):
19997         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19998         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19999         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20000         (gnus-group-make-articles-read):
20001         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20002         (gnus-group-change-level, gnus-kill-newsgroup)
20003         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20004         (gnus-get-unread-articles, gnus-make-articles-unread)
20005         (gnus-make-ascending-articles-unread): Use accessor
20006         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20007         to get group information for improved readability.
20008
20009
20010 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20011
20012         * gnus-art.el (article-decode-mime-words, article-babel)
20013         (gnus-article-highlight-signature, gnus-article-add-buttons)
20014         (gnus-signature-toggle): Use gnus-with-article-buffer.
20015
20016         * gnus-art.el (gnus-article-highlight-headers)
20017         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20018
20019         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20020         (gnus-article-set-globals, gnus-request-article-this-buffer)
20021         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20022         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20023         (gnus-mime-display-alternative): Use with-current-buffer.
20024
20025 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20026
20027         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20028         also under 80 char limit, and call gnus-error if needed.
20029         (spam-fetch-article-header): Fix - it was a
20030         buffer-local variable (gnus-newsgroup-data).
20031         (spam-find-spam): Use spam-generate-fake-headers, forget about
20032         spam-insert-fake-headers.
20033         (spam-insert-fake-headers): Remove.
20034
20035 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20036
20037         * deuglify.el (gnus-article-outlook-unwrap-lines)
20038         (gnus-outlook-rearrange-article)
20039         (gnus-outlook-repair-attribution-outlook)
20040         (gnus-outlook-repair-attribution-block)
20041         (gnus-outlook-repair-attribution-other): Remove redundant
20042         save-excursion.
20043
20044 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20045
20046         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20047         (spam-fetch-field-subject-fast)
20048         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20049         (spam-fetch-article-header): Add functions to deal with Gnus
20050         internals for fast retrieval of article header data.
20051         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20052
20053 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20054
20055         * pop3.el (pop3-md5): Remove.
20056         (pop3-apop): Replace pop3-md5 with md5.
20057
20058         * mm-bodies.el: base64 is always built-in.
20059
20060         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20061         Use with-current-buffer.
20062
20063 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20064
20065         * canlock.el (canlock-insert-header): Remove excessive grouping in
20066         regexp.
20067
20068         * gnus-sum.el (gnus-summary-read-document): Ditto.
20069
20070         * gnus-uu.el (gnus-uu-part-number): Ditto.
20071
20072         * html2text.el (html2text-remove-tags): Ditto.
20073         (html2text-format-tags): Ditto.
20074         (html2text-format-single-elements): Ditto.
20075
20076         * mml.el (mml-parse-1): Ditto.
20077
20078 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20079
20080         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20081
20082         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20083
20084         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20085
20086         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20087
20088 2003-11-15  Simon Josefsson  <jas@extundo.com>
20089
20090         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20091         (pgg-gpg-lookup-key): Use regexp match instead of
20092         split-string (split-string is different between emacs 21.2 and
20093         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20094
20095 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20096
20097         * gnus-art.el (gnus-mime-view-all-parts)
20098         (gnus-article-part-wrapper, gnus-article-view-part):
20099         Use with-current-buffer.
20100
20101 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20102
20103         * spam.el (spam-disable-spam-split-during-ham-respool)
20104         (spam-spamoracle-database, spam-cache-lookups)
20105         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20106         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20107         (spam-group-ham-marks, spam-group-spam-marks)
20108         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20109         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20110         also add spam-use-blackholes to the statistical checks.
20111         (spam-fetch-field-fast): Add interface to fetching fields, may
20112         become a macro.
20113         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20114         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20115         (spam-insert-fake-headers): Fake an article when needed.
20116         (spam-find-spam): Fake article when possible.
20117         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20118         (spam-check-bogofilter-headers): Use message-fetch-field instead
20119         of nnmail-fetch-field.
20120
20121 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20122
20123         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20124
20125 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20126
20127         * spam.el (spam-split): Do not require spam-use-CHECK to be
20128         enabled if that check is passed to spam-split explicitly; also
20129         fix so 'spam doesn't get converted to spam-split-group when
20130         spam-split-symbolic-return is t.
20131         (spam-find-spam): Find registrations of the article and use those
20132         instead of re-running spam-split to find the spam/ham
20133         classification of the article.
20134         (spam-log-processing-to-registry, spam-log-registered-p)
20135         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20136         Use gnus-error instead of gnus-message.
20137         (spam-log-registration-type): Add function to determine the
20138         classification of a message based on registry entries; will
20139         return nil if both 'spam and 'ham are found.
20140         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20141         a reasonably fast local cache without the loading errors.
20142         (spam-cache-lookups): Set to t by default.
20143         (spam-find-spam): Don't try to guess spam-cache-lookups.
20144         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20145         spam-caches entry.
20146         (spam-filelist-build-cache, spam-filelist-check-cache):
20147         Fix caching of whitelist/blacklist entries.
20148         (spam-check-whitelist, spam-check-blacklist):
20149         Invoke spam-from-listed-p with a type, not a cache variable.
20150         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20151
20152 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20153
20154         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20155
20156         * nnmail.el (nnmail-split-fancy): do.
20157
20158         * mml.el (mml-parse): do.
20159
20160         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20161         (gnus-score-adaptive): do.
20162
20163 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20166         (gnus-mime-button-map): Don't set keymap parent.
20167         (gnus-button-ctan-directory-regexp): Use shy grouping.
20168         (gnus-prev-page-map): Don't set keymap parent.
20169         (gnus-prev-page-map): Remove duplicated one.
20170         (gnus-next-page-map): Don't set keymap parent.
20171         (gnus-mime-security-button-map): Ditto.
20172
20173         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20174         version number.
20175
20176         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20177
20178 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20179
20180         * canlock.el (canlock-sha1-function): Remove.
20181         (canlock-sha1-function-for-verify): Remove.
20182         (canlock-openssl-program): Remove.
20183         (canlock-openssl-args): Remove.
20184         (canlock-ignore-errors): Remove.
20185         (canlock-sha1-with-openssl): Remove.
20186         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20187         (canlock-verify): Don't use canlock-ignore-errors.
20188
20189         * sha1-el.el (sha1-string-external): Make it can return a string
20190         in binary form.
20191         (sha1-region-external): Ditto.
20192         (sha1-string-internal): Ditto.
20193         (sha1-region-internal): Ditto.
20194         (sha1-region): Ditto.
20195         (sha1-string): Ditto.
20196         (sha1): Ditto.
20197
20198 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20199
20200         * spam.el (spam-report-articles-gmane): New command.
20201
20202 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20203
20204         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20205
20206         * run-at-time.el (run-at-time-saved): Remove.
20207         (run-at-time): Doc fix.
20208
20209 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20210
20211         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20212         (gnus-summary-limit-map): Add it.
20213         (gnus-summary-make-menu-bar): do.
20214
20215 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20216
20217         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20218         Make attempt at some caching support (done for BBDB only now).
20219         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20220         addresses to be checked.
20221         (spam-clear-cache-BBDB): Add function, to be invoked by
20222         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20223         (spam-check-BBDB): Check and use the caches, if
20224         spam-cache-lookups is on, remove superfluous (provide).
20225
20226 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20227
20228         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20229
20230 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20231
20232         * run-at-time.el (run-at-time-saved): Move to after the definition
20233         of `run-at-time'.
20234
20235         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20236
20237 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20238
20239         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20240         mm-w3m-local-map-property.
20241
20242         * mm-view.el (mm-w3m-mode-map): Remove.
20243         (mm-w3m-local-map-property): Remove.
20244         (mm-inline-text-html-render-with-w3m): Don't use
20245         mm-w3m-local-map-property.
20246
20247 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20248
20249         * run-at-time.el: New file.
20250
20251         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20252         under Emacs.
20253
20254         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20255         of gnus-set-text-properties.
20256
20257         * gnus-uu.el (gnus-uu-save-article): Ditto.
20258
20259         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20260
20261         * gnus-cite.el (gnus-cite-parse): Ditto.
20262
20263         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20264         of gnus-.
20265
20266         * gnus-xmas.el (run-at-time): Require run-at-time.
20267
20268         * gnus.el: Change calls to nnheader-run-at-time and
20269         password-run-at-time throughout to use run-at-time directly.
20270
20271         * password.el: Remove definition of run-at-time.
20272
20273         * nnheaderxm.el: Remove definition of run-at-time.
20274
20275 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20276
20277         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20278         in prompt.
20279
20280 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20281
20282         * messagexmas.el (message-xmas-redefine): Alias
20283         `message-make-caesar-translation-table' to
20284         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20285         version.
20286
20287         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20288         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20289         `gnus-xmas-set-text-properties'.
20290         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20291         `gnus-xmas-completing-read'.
20292         (gnus-xmas-completing-read): Removed.
20293         (gnus-xmas-open-network-stream): Removed.
20294
20295         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20296         XEmacs version.
20297
20298         * dns.el (dns-make-network-process): Use `open-network-stream'
20299         instead of `gnus-xmas-open-network-stream'.
20300
20301         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20302
20303         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20304
20305 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20306
20307         * gnus-art.el (gnus-mime-display-alternative)
20308         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20309         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20310         Don't use gnus-local-map-property.
20311
20312         * gnus-util.el (gnus-local-map-property): Remove.
20313
20314         * mm-view.el (mm-view-pkcs7-decrypt):
20315         Replace gnus-completing-read-maybe-default with completing-read.
20316
20317         * gnus-util.el (gnus-completing-read): do.
20318         (gnus-completing-read-maybe-default): Remove.
20319
20320 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20321
20322         * password.el: Only autoload `run-at-time' if not XEmacs.
20323         Only autoload the itimer functions if XEmacs.
20324
20325 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20326
20327         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20328         XEmacsen.
20329
20330         * dgnushack.el: Autoload executable-find for XEmacs.
20331
20332 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20333
20334         * gnus-art.el (gnus-read-string): Remove.
20335         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20336         read-string.
20337
20338 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20339
20340         * netrc.el: Autoload password-read.
20341         (netrc): Add configuration group.
20342         (netrc-encoding-method, netrc-openssl-path):
20343         Add variables for encoding and decoding of files with symmetric
20344         ciphers.
20345         (netrc-encode): Add assistant function to encode a file with
20346         netrc-encoding-method.
20347         (netrc-parse): Add interactive parameter, added optional
20348         decoding if netrc-encoding-method is non-nil but otherwise
20349         behavior is standard.
20350         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20351         Do s/encode/encrypt/ everywhere.
20352
20353         * spam.el: Remove executable-find autoload.
20354
20355 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20356
20357         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20358
20359         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20360
20361 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20362
20363         * gnus-art.el (gnus-treat-ansi-sequences)
20364         (article-treat-ansi-sequences): New variable and function.
20365         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20366
20367         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20368         Use it.
20369
20370 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20371
20372         * mm-util.el (mm-quote-arg): Remove.
20373
20374         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20375         shell-quote-argument.
20376
20377         * gnus-uu.el (gnus-uu-command): do.
20378
20379         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20380
20381         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20382         with make-char.
20383
20384         * mm-util.el (mm-make-char): Remove.
20385
20386         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20387         add-minor-mode.
20388
20389         * gnus-undo.el (gnus-undo-mode): do.
20390
20391         * gnus-topic.el (gnus-topic-mode): do.
20392
20393         * gnus-sum.el (gnus-dead-summary-mode): do.
20394
20395         * gnus-start.el (gnus-slave-mode): do.
20396
20397         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20398
20399         * gnus-ml.el (gnus-mailing-list-mode): do.
20400
20401         * gnus-gl.el (gnus-grouplens-mode): do.
20402
20403         * gnus-draft.el (gnus-draft-mode): do.
20404
20405         * gnus-dired.el (gnus-dired-mode): do.
20406
20407         * gnus-ems.el (gnus-add-minor-mode): Remove.
20408
20409         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20410         Replace gnus-char-width with char-width.
20411
20412         * gnus-ems.el (gnus-char-width): Remove.
20413
20414         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20415         Replace gnus-char-width with char-width.
20416
20417         * gnus-ems.el (gnus-char-width): Remove.
20418
20419         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20420         definition.
20421         Remove Emacs 20 hash table compatibility code.
20422
20423         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20424         20 compatibility code.
20425
20426         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20427
20428         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20429
20430         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20431         Replace with point-at-{eol,bol}.
20432
20433         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20434
20435         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20436
20437         * flow-fill.el (fill-flowed-point-at-bol)
20438         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20439
20440         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20441         Replace with point-at-{eol,bol} throughout all files.
20442
20443 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20444
20445         * ntlm.el (ntlm-string-as-unibyte): New macro.
20446         (ntlm-build-auth-response): Use it.
20447
20448         Remove Emacs 20 stuff:
20449         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20450         (butlast, mapc, remove): Remove the compiler macros.
20451         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20452         of delq and copy-sequence.
20453         * gnus-art.el (popup-menu): Remove the compiler macro.
20454         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20455         Emacs 20.
20456
20457 2004-01-05  Simon Josefsson  <jas@extundo.com>
20458
20459         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20460         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20461         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20462         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20463         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20464         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20465         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20466         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20467         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20468         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20469         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20470         string-xor into ntlm-string-xor.
20471         Suggested by Jesper Harder <harder@myrealbox.com>.
20472
20473         * ntlm.el: Don't include poem.
20474
20475         * md4.el (print-int32, print-string-hexa): Remove.
20476         Suggested by Jesper Harder <harder@myrealbox.com>.
20477
20478         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20479
20480         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20481         probably breaks emacs with DL patch, but do we care? Is anyone
20482         still using the DL stuff?)
20483
20484         * sieve-manage.el: Use the password package.
20485         (sieve-manage-read-passwd): Remove.
20486         (sieve-manage-interactive-login): Use password.  Re-add
20487         condition-case around loop.
20488
20489         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20490         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20491         Use the password package.
20492
20493 2003-02-19  Simon Josefsson  <jas@extundo.com>
20494
20495         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20496         token.
20497
20498 2002-08-07  Simon Josefsson  <jas@extundo.com>
20499
20500         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20501         (sieve-manage-authenticators):
20502         (sieve-manage-authenticator-alist): Add some SASL mechs.
20503         (sieve-sasl-auth): New function.
20504         (sieve-manage-cram-md5-auth):
20505         (sieve-manage-plain-auth): Rewrite using SASL library.
20506         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20507         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20508         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20509         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20510
20511 2004-01-05  Simon Josefsson  <jas@extundo.com>
20512
20513         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20514         New files.
20515
20516 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20517
20518         * gnus-group.el (gnus-no-groups-message): Update.
20519
20520         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20521
20522 2003-11-09  Simon Josefsson  <jas@extundo.com>
20523
20524         * imap.el: Support for ID IMAP extension (RFC 2971).
20525         (imap-local-variables): Add imap-id.
20526         (imap-id): New variable.
20527         (imap-id): New function.
20528         (imap-parse-response): Parse untagged ID response.
20529         * nnimap.el (nnimap-id): New variable.
20530         (nnimap-open-connection): Use it.
20531
20532 2003-12-28  Simon Josefsson  <jas@extundo.com>
20533
20534         * gnus-score.el (gnus-score-edit-all-score): New.
20535         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20536
20537 2004-01-04  Simon Josefsson  <jas@extundo.com>
20538
20539         * password.el: Add.
20540
20541 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20542
20543         * dns.el (dns-query-types): Fix typo.
20544         (dns-query-types): New function.
20545         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20546         PTR and SOA replies, see RFC 1035.
20547
20548 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20549
20550         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20551
20552         * Move to Changelog.2.
20553
20554 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20555
20556         * gnus.el (gnus-version-number): Bump version.
20557
20558 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20559
20560         * gnus.el: No Gnus v0.1 is released.
20561
20562 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20563
20564         * gnus.el: No Gnus v0.0 is released.
20565
20566 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20567
20568         * gnus.el (gnus-version-number): Bump.
20569         (gnus-version): No.
20570
20571 See ChangeLog.2 for earlier changes.
20572
20573   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20574
20575   This file is part of GNU Emacs.
20576
20577   GNU Emacs is free software: you can redistribute it and/or modify
20578   it under the terms of the GNU General Public License as published by
20579   the Free Software Foundation, either version 3 of the License, or
20580   (at your option) any later version.
20581
20582   GNU Emacs is distributed in the hope that it will be useful,
20583   but WITHOUT ANY WARRANTY; without even the implied warranty of
20584   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20585   GNU General Public License for more details.
20586
20587   You should have received a copy of the GNU General Public License
20588   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20589
20590 ;; Local Variables:
20591 ;; coding: utf-8
20592 ;; fill-column: 79
20593 ;; add-log-time-zone-rule: t
20594 ;; End: