message: handle message-generate-headers-first set to t
[gnus] / lisp / ChangeLog
1 2011-02-06  Julien Danjou  <julien@danjou.info>
2
3         * message.el (message-setup-1): Handle message-generate-headers-first
4         set to t.
5
6 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
7
8         * message.el (message-setup-1): Remove the read-only stuff, since it
9         doesn't work under XEmacs, for some reason.
10
11         * gnus-sum.el (gnus-user-date): Renamed back from
12         gnus-summary-user-date since user code refers to it.
13
14         * shr.el (shr-render-td): Store the actual background colour used.
15
16         * message.el (message-setup-1): Don't bind the constant
17         -forbidden-properties.
18         (message-setup-1): Revert previous change, since it needs to bind the
19         props to insert them.
20         (message-resend): Allow removing the read-only separator line.
21
22 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
23
24         * nnimap.el (nnimap-request-accept-article): Give an error message if
25         the APPEND wasn't successful.
26
27 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
28
29         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
30         that have no groups.
31
32 2011-02-03  Julien Danjou  <julien@danjou.info>
33
34         * gnus-draft.el: Remove progn around gnus-draft-setup.
35
36 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus-start.el (gnus-read-active-for-groups): This function is never
39         called with a nil `infos', so clean that up.
40         (gnus-get-unread-articles): Request active files from primary/secondary
41         methods that have no groups (yet).
42
43 2011-02-03  Julien Danjou  <julien@danjou.info>
44
45         * message.el (message-setup-1): Always generate References first.
46         (message-mail): Return the return value of message-setup, not always t.
47         (message-setup-1): Insert mail-header-separator with read-only and
48         intangible properties set.
49
50         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
51         user-date in docstring.
52
53         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
54
55         * gnus.el (gnus-summary-line-format): Mention &user-date format in
56         docstring.
57
58         * gnus.el (gnus-user-date-format-alist): Change default value. Use
59         defcustom, with type and group. Move from gnus-util.el. Rename to
60         gnus-summary-user-date-format-alist.
61
62 2011-02-03  Glenn Morris  <rgm@gnu.org>
63
64         * nnimap.el (gnus-fetch-headers): Declare.
65
66         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
67
68 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
69
70         * message.el (message-forward-make-body-digest-plain)
71         (message-followup, message-reply): Clean up things noted by Stefan.
72
73         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
74         gnus-article-update-date-headers is nil.
75         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
76         it didn't really work with defcustom.
77         (article-update-date-lapsed): Make sure the window start doesn't move,
78         either.
79
80 2011-02-01  Julien Danjou  <julien@danjou.info>
81
82         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
83         format.
84
85         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
86         standard in Emacs nowadays.
87
88         * color.el (color-gradient): Add a color-gradient function.
89
90 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
91
92         * message.el (message-expand-name): Don't trust the return value of
93         bbdb-complete-name.
94         (message-check-news-header-syntax): Remove unused var `start'.
95         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
96         (message-inhibit-body-encoding): Move to before first use.
97         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
98         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
99         (Organization, Message-ID, Date, mh-previous-window-config):
100         Defvar the vars using dynamic scoping.
101
102 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
103
104         * shr.el (shr-render-td): Only do colours at the final rendering.
105         Should be slightly faster.
106         (shr-insert-table): Fix up TD background colours when doing the
107         vertical padding.
108
109         * gnus-art.el (article-date-ut): Protect against articles with no Date
110         header.
111         (article-update-date-lapsed): Don't use current-column to find the
112         horizontal position.  It's fragile in the presence of \003 characters.
113
114         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
115
116 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus-art.el (article-transform-date): Rewrite to still work when
119         there are several rfc2822 parts.
120         (article-transform-date): Fix infinite recursion.
121         (article-date-ut): Replace infinitely many Date headers with a single
122         one when called interactively.
123
124         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
125         secure manner.
126
127         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
128         move around by not using save-window-excursion.  It seems to work...
129
130 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * gnus-art.el (article-make-date-line): Work for user-defined format.
133
134 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
135
136         * nntp.el (nntp-retrieve-group-data-early)
137         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
138         fetching functions.
139
140         * gnus-start.el (gnus-read-active-for-groups): Read the active files
141         thoroughly for all backends that have no known groups.  This should
142         allow new nnml methods to retrieve mail.
143
144         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
145         that Gnus doesn't know exists again.
146
147         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
148         (gnus-treat-date-ut): Ditto.
149         (gnus-article-update-date-header): Renamed.
150         (gnus-treat-date-local): Removed.
151         (gnus-treat-date-english): Removed.
152         (gnus-treat-date-lapsed): Removed.
153         (gnus-treat-date-combined-lapsed): Removed.
154         (gnus-treat-date-original): Removed.
155         (gnus-treat-date-iso8601): Removed.
156         (gnus-treat-date-user-defined): Removed.
157         (gnus-article-date-headers): New variable to control all the date
158         header options.
159         (article-date-ut): Rewrite to allow using the new way to format date
160         headers(s).
161
162 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
163
164         * nnmail.el (nnmail-article-group): Check for a direct fancy split
165         method.
166         (nnmail-article-group): A better test for fanciness.
167
168         * nnimap.el (nnimap-request-head): Protect against not finding the
169         article by Message-ID.
170
171 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
172
173         * gnus-art.el (article-update-date-lapsed): Try a better way to really
174         keep point at the "same place".
175
176 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
177
178         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
179         data if the group is unactivated.
180
181 2011-01-28  Julien Danjou  <julien@danjou.info>
182
183         * gnus-win.el: Remove dead function gnus-window-configuration-element.
184         (gnus-all-windows-visible-p): Remove old compatibility code.
185         (gnus-window-top-edge): Add docstring.
186
187         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
188
189 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
190
191         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
192         older request-update-info.
193
194         * gnus-art.el (article-make-date-line): Limit the length a bit more.
195
196 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
197
198         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
199         mml2015-signers higher precedence over mml2015-sign-with-sender.
200
201 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
202
203         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
204         groups.  This makes the nndraft:queue group pop up if it's not already
205         there.
206
207         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
208         messages" logic, which was reversed.
209
210         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
211         the "same place" even if point is on the line being replaced.
212         (article-update-date-lapsed): Allow updating both the combined lapsed
213         and the lapsed headers.
214         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
215         (article-make-date-line): Limit the number of segments dynamically to
216         avoid too-long lines.
217
218 2011-01-27  Julien Danjou  <julien@danjou.info>
219
220         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
221         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
222
223 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
226         Use plist-get instead of the cl function getf.
227
228 2011-01-27  Glenn Morris  <rgm@gnu.org>
229
230         * gnus-util.el (float-time): Get rid of compiler warning, again.
231
232 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
233
234         * shr.el (shr-put-color): Special-case background colours: Do put them
235         at the blank parts at the front of the lines.
236
237         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
238         exit hook to nix out all data on readedness on group exit.
239
240         * gnus-util.el (float-time): If float-time is bound, always use it on
241         all Emacsen.  It's unclear why the subrp check was there.
242         (time-date): Require to make some autoload issues on XEmacs go away.
243
244         * shr.el (shr-put-color): Don't do the box padding in tables, since
245         they're already padded.
246
247 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-art.el (gnus-article-next-page): When the last line of the
250         article is displayed, scroll down once more instead of going to the
251         next article at once.
252         (article-lapsed-string): Refactor out and allow specifying how many
253         segments you want.
254         (gnus-article-setup-buffer): Start updating the lapsed header directly.
255         (gnus-article-update-lapsed-header): New variable.
256
257         * shr.el: Revert change that made headings use different-sized faces.
258         The Emacs display engine isn't advanced enough that, for instance,
259         tables can comfortably use differntly-sized faces.
260
261 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
262
263         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
264         used.
265         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
266         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
267         we're using an encrypted connection.
268
269         * proto-stream.el: Alter the interface functions to also return the
270         actual stream type used: network or tls.
271
272 2011-01-25  Julien Danjou  <julien@danjou.info>
273
274         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
275         (mm-display-javascript-inline): New function.
276
277         * mm-decode.el (mm-inline-media-tests): Add application/javascript
278         viewing function.
279
280 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * shr.el (shr-expand-newlines): Fix variable name.
283
284 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
285
286         * shr.el (shr-expand-newlines): Make nested boxes work.
287
288 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
289
290         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
291         backgrounds.
292         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
293         in a more sensible manner.
294
295 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
296
297         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
298         if EPG is loaded.
299
300 2011-01-24  Julien Danjou  <julien@danjou.info>
301
302         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
303         tags.
304
305 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
308         commands.
309
310         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
311         in the article buffer.
312         (gnus-gravatar-insert): Use blank space from the current buffer to
313         avoid breaking text properties.  This makes X-Sent updating work again.
314
315         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
316
317 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
318
319         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
320         fix the bug in url-http.el instead.
321
322         * shr.el (shr-image-fetched): Ditto.
323
324         * shr.el (shr-image-fetched): Avoid having point move in the article
325         buffer.
326
327         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
328         buffer after being called.  It's apparently being killed by url.el, and
329         killing it made point move to end-of-buffer in a random buffer.
330
331         * shr.el (shr-image-fetched): Ditto.
332
333 2011-01-23  Julien Danjou  <julien@danjou.info>
334
335         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
336
337         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
338         text/x-org.
339
340 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
341
342         * gnus-sum.el (gnus-summary-move-article): Protect against backends
343         (i.e., nnimap) returning nil as the article number.
344
345 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
346
347         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
348         "DelSp" parameter in RFC3676.
349
350 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
351
352         * message.el (message-check-recipients): Display the encoded version of
353         the bogus address if they differ.
354
355         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
356         after sending.
357
358         * gnus-agent.el (gnus-agent-send-mail): Ditto.
359
360         * gnus-group.el (gnus-group-refresh-group): New convenience function.
361
362         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
363         group buffer after sending the queue.
364
365         * gnus-agent.el (gnus-agent-send-mail): Ditto.
366
367 2011-01-22  Julien Danjou  <julien@danjou.info>
368
369         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
370
371 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
372
373         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
374         nested related parts.
375
376         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
377         unexpired articles.  This fixes the regression that led expiry marks to
378         disappear from nnfolder groups.
379
380 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
381
382         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
383         Don't confuse the "ret" of "retrograde" with RET.
384
385 2011-01-21  Julien Danjou  <julien@danjou.info>
386
387         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
388         than mm-insert-inline.
389
390 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
393         Widen article buffer.
394
395 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
396
397         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
398         the temp buffer.
399         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
400
401 2011-01-20  Julien Danjou  <julien@danjou.info>
402
403         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
404
405         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
406         than mm-insert-inline to insert inline part: this respect
407         mm-inline-media-tests displayers.
408
409         * mm-view.el (mm-display-shell-script-inline): New function.
410
411         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
412
413         * mm-uu.el (mm-uu-type-alist): Add org block.
414         (mm-uu-org-src-code-block-extract): New function.
415
416         * mm-view.el (mm-display-org-inline): New function.
417
418         * mm-decode.el (mm-automatic-display): Add text/org.
419
420         * mailcap.el (mailcap-mime-extensions): Add .org.
421
422 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
423
424         * gnus-art.el (gnus-article-highlight): Remove argument passed to
425         gnus-article-add-buttons.
426
427 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
428
429         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
430         From header with a date and "nobody" as the sender.
431
432 2011-01-19  Julien Danjou  <julien@danjou.info>
433
434         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
435         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
436         if you have the same regexp several times.
437         (gnus-button-push): Fix matching when regexp is symbol.
438
439 2011-01-15  Glenn Morris  <rgm@gnu.org>
440
441         * message.el (message-mail): A compose-mail function should
442         accept headers as strings.
443
444 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
445
446         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
447         Add :vert-only tags.
448         (message-mail): New arg RETURN-ACTION.
449         (message-return-action): New var.
450         (message-bury): Use it.
451         (message-mode): Make it buffer-local.
452         (message-send-and-exit): Always call message-bury.
453
454         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
455         message-mail.
456
457 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * nnimap.el (nnimap-convert-partial-article): Protect against
460         zero-length body parts.
461
462         * mm-decode.el (mm-preferred-alternative-precedence):
463         Discourage showing empty parts.
464
465         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
466         and stuff if the backend didn't return the article number.  This fixes
467         an Exchange-related nnimap bug.
468
469         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
470         group window, because it does the wrong thing when a separate frame
471         displays the group buffer.
472
473         * proto-stream.el (open-protocol-stream): Protect against the low-level
474         transport functions returning nil.
475
476 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
477
478         * mml2015.el (epg-sub-key-fingerprint): Autoload.
479         (mml2015-epg-find-usable-secret-key): New function.
480         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
481         mml2015-epg-find-usable-key (Bug#7797).
482         (mml2015-epg-encrypt): Ditto.
483
484 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * dgnushack.el (rot13-string): Fix the way to get the argument.
487
488 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
491
492 2011-01-03  Glenn Morris  <rgm@gnu.org>
493
494         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
495
496         * sieve.el (sieve-open-server): Give a more explicit error if
497         sieve-manage-open returns nil.  (Bug#7720)
498
499 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
500
501         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
502
503 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
506         This avoids sending passwords in plain text over non-encrypted
507         channels.
508
509         * shr.el (shr-rescale-image): Display all GIF images as animated images.
510
511         * nnimap.el (nnimap-login): Refactored out into own function, and
512         implement CRAM-MD5.
513         (nnimap-wait-for-line): Refactored out.
514
515         * mm-view.el (mml-smime): Require.
516
517 2010-12-20  David Engster  <deng@eml.cc>
518
519         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
520         use EPG to decrypt S/MIME messages instead of openssl.
521
522 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
525
526         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
527         status is the group clearly is unreachable.
528
529         * auth-source.el (auth-source-create): Add the optional second
530         parameter to `local-variable-p' to be compatible with XEmacs.
531
532 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
533
534         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
535         work when using a compressed nnml folder.
536
537 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538
539         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
540         backends after sanitising on entry, because this never makes sense:
541         If the articles have gone missing, then the data no longer exists on
542         the backend, and if they haven't, then Gnus is wrong, and shouldn't
543         overwrite anything anyway.
544
545         * shr.el (shr-insert-document): Bind shr-width dynamically to
546         window-width if it's nil.
547
548 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
549
550         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
551         with the meaning of using the full emacs window width for rendering.
552
553 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
554
555         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
556         case when sender is not given.
557
558 2010-12-23  Julien Danjou  <julien@danjou.info>
559
560         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
561         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
562         the addresses, otherwise we might misplaced the gravatar.
563
564 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
565
566         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
567         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
568         obsolete in Emacs.
569
570 2010-12-20  Julien Danjou  <julien@danjou.info>
571
572         * gnus-util.el (gnus-rescale-image): Revert last change.
573
574 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
575
576         * binhex.el: Improve commentary (Bug#7482).
577
578 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-group.el (gnus-group-delete-articles): New command.
581
582 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
583
584         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
585
586 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
587
588         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
589         here, since it's up to the backends to do CRLF removal if their
590         protocol has it.
591
592         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
593
594 2010-12-17  Julien Danjou  <julien@danjou.info>
595
596         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
597         they are from file. Can also scale up.
598
599 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
600
601         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
602         gnus-use-agent.
603         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
604
605         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
606
607 2010-12-17  Julien Danjou  <julien@danjou.info>
608
609         * gravatar.el (gravatar-retrieve-synchronously): New function.
610         (gravatar-get-data): Make more robust.
611
612 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
615
616 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
619         to really consider the last line.
620
621 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
622
623         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
624         list of recipient keys, or use symmetric encryption if not a list.
625         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
626         EPA override, replacing the call to `netrc-store-data'.
627
628 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
629
630         * gnus-srvr.el: Avoid passing nil regexp argument to
631         delete-matching-lines.
632
633 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
636         fetching stops when Gnus exits.
637
638         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
639         function.
640         (nnfolder-request-expire-articles): Save all the buffers after doing
641         expiry.
642
643         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
644         the last article", since that led to serious performance regressions
645         when expiring nnml groups.
646
647 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
648
649         * nnir.el: Improve customizations.
650
651 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
654
655         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
656         group has been killed.
657         (gnus-group-yank-group): Ditto.
658
659         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
660
661         * nnimap.el (nnimap-request-update-group-status): New function.
662
663         * gnus-int.el (gnus-request-update-group-status): New interface
664         function.
665
666         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
667         copying read-ness to the backends.
668
669         * nnimap.el (nnimap-quirk): New function.
670         (nnimap-retrieve-group-data-early): Use it.
671         (nnimap-quirks): New alist.
672
673 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * shr.el (shr-insert): Set shr-start after deleting trailing space;
676         don't delete it within indentation.
677
678 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
681         previous line.
682
683 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
686         QRESYNC command by deleting a superfluous space which broke Cyrus
687         servers.  This change will break other servers that are buggy the other
688         way around.
689
690 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
691
692         * spam.el: Reindent and fix long lines.
693         (spam-copy-or-move-routine): Exclude invalid move destinations.
694
695 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
696
697         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
698         installed the registry.
699
700 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
703
704 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
705
706         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
707         groupname doesn't contain "gmane".
708
709 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
712         and netrc-bound-and-true-p bindings.
713         (netrc-parse): Cache the netrc contents.
714
715         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
716         (gnus-1): Don't create the nndrafts group twice.
717         (gnus-setup-news): There's no need to read the active file here, since
718         that's done again later on a per-backend basis.
719         (gnus-start-draft-setup): Make sure that the new group is started out
720         empty.
721
722         * gnus-agent.el (gnus-agentize): Don't create the queue group
723         automatically on startup.  It'll be created later, if needed.
724
725         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
726         of automatically subscribed groups.
727         (gnus-auto-subscribed-categories): New variable.
728         (gnus-matches-options-n): Use it.
729         (gnus-default-subscribed-newsgroups): Remove unused variable.
730         (gnus-start-draft-setup): Message a bit less.
731
732 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
733
734         * nnir.el (nnir-run-imap): Return article list in order of increasing
735         UID.
736
737 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * gnus-sum.el (gnus-summary-enter-digest-group):
740         Mention gnus-auto-select-on-ephemeral-exit.
741
742         * proto-stream.el (proto-stream-open-network-only): Fix the calling
743         convention of the network-only option.
744
745 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * proto-stream.el (proto-stream-open-network-only): New function to
748         have a way to specify non-STARTTLS upgrade connections.
749
750 2010-12-10  Julien Danjou  <julien@danjou.info>
751
752         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
753         email address is nil.
754
755         * message.el (message-bogus-recipient-p): Set address to "" if nil.
756
757 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
758
759         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
760         deletion.
761         (nnir-run-imap): Only need to parse list once.
762
763 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * shr.el (shr-tag-script): Ignore <script>.
766         (shr-tag-label): Add <label> support.
767
768 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
771
772         * shr.el (shr-image-displayer): Work for images lined side by side.
773
774 2010-12-08  Robert Pluim  <rpluim@gmail.com>
775
776         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
777         parameter, since XEmacs doesn't accept t as a parameter.
778
779 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
780
781         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
782         ids.
783         (nnir-run-gmane): Simplify groupspec formatting.
784         (nnir-request-expire-articles): New function.
785
786 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
789         overflow, possibly.
790
791         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
792         (shr-render-td): Handle td style="" better.
793         (shr-tag-table): Use the color from the style sheet.
794         (shr-render-td): Make sure we copy over all the overlays, too.
795
796 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
797
798         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
799         (nnir-request-article): Improve article retrieval.
800
801 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
802
803         * mm-util.el (mm-extra-numeric-entities): New variable.
804
805         * mm-url.el (mm-url-decode-entities):
806         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
807
808         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
809
810 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
811
812         * message.el: Use completion-at-point.
813         (message-completion-function): New fun, extracted from message-tab.
814         (message-mode): Use it for completion-at-point-functions.
815         (message-tab): Use it and completion-at-point.
816
817 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
820         character if a non-breakable character follows.
821
822 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
825         any stream.
826
827         * shr.el (shr-tag-font): Colorize the region.
828         (shr-tag-body): Ditto.
829         (shr-tag-font): Actually let the styles be inherited instead of
830         overwriting them.
831         (shr-tag-font): Get the background color right.
832         (shr-tag-style): Ignore all <style> tags for the moment.
833
834         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
835         a Message-ID to avoid having nnimap depend on gnus-sum.
836
837         * shr.el (shr-descend): Only colorize something if we have a node that
838         sets colors.
839
840 2010-12-06  Julien Danjou  <julien@danjou.info>
841
842         * shr.el (shr-render-td): Render td content with shr-descend, so style
843         will be applied to <td> too.
844         (shr-colorize-region): Colorize region even if we only have a background.
845         (shr-tag-body): Fix color and background color inheritance.
846         Do not recolorize after shr-generic.
847         (shr-tag-font): Let shr-generic colorize via inheritance.
848
849 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
852
853 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
854
855         * nnir.el (nnir-request-move-article): Remove obsolete code.
856
857 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
860
861 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus-sum.el (gnus-summary-respool-article): The completion function
864         expects a list instead of an alist.
865
866         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
867         string as the parameter.
868
869         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
870
871         * shr.el (shr-stylesheet): New dynamic variable for cascading the
872         styles.
873         (shr-colorize-region): New function.
874         (shr-insert-background-overlay): Remove.
875         (shr-render-td): Background setting should be taken care of on a higher
876         level.
877         (shr-tag-body): Use post-hoc colorizations.
878         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
879         (shr-put-color-1): Don't overwrite old colors.
880         (shr-colorize-region): When the background color isn't explicit, use
881         a fixed background.
882
883         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
884         nnmail variables.
885
886 2010-12-05  Bjørn Mork  <bjorn@mork.no>
887
888         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
889         unless necessary.
890
891 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
892
893         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
894         server.
895
896 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
899         so that TAB works.
900
901         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
902         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
903
904         * shr.el (shr-urlify): Show the URL before the title to avoid
905         misleading URLs.
906
907 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
908
909         * shr.el (shr-urlify): Display the title in <a> tags.
910
911 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
912
913         * nnir.el (nnir-categorize): Replace mapcar with mapc.
914
915 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
916
917         * nnir.el: Rearrange code to allow macros to be autoloaded by
918         gnus-sum.el.
919         (nnir-retrieve-headers-override-function): Make this variable
920         customizable.
921         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
922
923         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
924         from nnir.el.
925
926 2010-12-03  Julien Danjou  <julien@danjou.info>
927
928         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
929
930 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
931
932         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
933         allow optional argument `environment'.
934
935 2010-12-03  Glenn Morris  <rgm@gnu.org>
936
937         * mm-extern.el (message-goto-body): Update declaration.
938
939 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * gnus-util.el (gnus-macroexpand-all): New function.
942
943         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
944         instead of macroexpand-all that is unavailable in XEmacs.
945
946 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
947
948         * nnir.el (nnir-summary-line-format): New variable.
949         (nnir-mode): Use it.
950         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
951         (nnir-article-ids): Reimplement as defsubst.
952         (nnir-retrieve-headers): Don't mangle the subject header.
953         (nnir-run-imap): Use 100 as RSV score.
954         (nnir-run-find-grep): Fix for full server searching.
955         (nnir-run-gmane): Better restriction to gmane groups.
956
957         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
958         summary buffers.
959
960 2010-12-02  Julien Danjou  <julien@danjou.info>
961
962         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
963
964         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
965
966         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
967         support.
968
969 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
970
971         * nnir.el: Update to handle the registry better.
972         (autoload): Silence byte-compiler.
973         (nnir-open-server): Add a hook for nnir groups.
974         (nnir-request-move-article): Don't mangle the header. Better to use
975         formating variables (which will be added in the future).
976         (nnir-registry-action): Update the registry using the original article
977         group name.
978         (nnir-mode): Install nnir-specific hooks for updating the registry.
979
980         * gnus-sum.el
981         (gnus-article-original-subject,gnus-newsgroup-original-name):
982         Remove obsolete variables.
983         (gnus-summary-move-article): Remove use of obsolete variables.
984         (gnus-summary-local-variables): Make move and delete hooks local to
985         summary buffers.
986
987 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * rtree.el: New file.
990
991 2010-12-01  Julien Danjou  <julien@danjou.info>
992
993         * message.el (message-user-organization): Do not use
994         gnus-local-organization.
995
996         * gnus.el: Remove gnus-local-organization.
997
998         * gnus-msg.el: Remove nastygram thing.
999
1000 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1001
1002         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1003         funcall.
1004
1005 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1006
1007         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1008         names.
1009
1010         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1011         characters.
1012
1013         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1014         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1015         Suggested by Štěpán Němec <stepnem@gmail.com>.
1016         (gnus-gravatar-transform-address): Use mail-extract-address-components
1017         that supports non-ASCII names rather than mail-header-parse-addresses.
1018
1019 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * proto-stream.el (open-protocol-stream): All starttls connections are
1022         handled by the network handler.
1023
1024 2010-11-30  Julien Danjou  <julien@danjou.info>
1025
1026         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1027         (nnimap-open-connection-1): Fix PREAUTH.
1028
1029         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1030
1031 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1034         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1035         (shr-insert): Use them.
1036         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1037
1038 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1039
1040         * nnir.el (nnir-request-move-article): Bail out if original group
1041         doesn't support article moves.
1042         (nnir-get-active): Improve active list retrieval.
1043
1044 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1047
1048 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1049
1050         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1051         seem to accept strings-with-numbers as port numbers,
1052
1053 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1054
1055         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1056         change the registry.
1057
1058 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1059
1060         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1061         delete-dups that is not available in XEmacs 21.4.
1062
1063         * mm-util.el (mm-delete-duplicates): Add comment.
1064
1065 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1066
1067         * nnir.el (nnir-ignored-newsgroups): New variable.
1068         (nnir-get-active): Use it.
1069
1070 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * proto-stream.el (proto-stream-open-network): Add some comments.
1073
1074         * nntp.el (nntp-open-connection): Provide a :success condition.
1075
1076         * nnimap.el (nnimap-open-connection-1): Ditto.
1077
1078         * proto-stream.el (proto-stream-open-network): See what the response to
1079         the STARTTLS command is.
1080
1081         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1082         backwards compatibility).
1083         (nnimap-open-connection-1): Really respect nnimap-server-port.
1084
1085         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1086         TLS upgrades we don't really care about the identity of the peer.
1087         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1088         that what we've checked for.
1089         (proto-stream-always-use-starttls): Only default to t if
1090         open-gnutls-stream exists.
1091         (proto-stream-open-network): If STARTTLS failed, then just open a
1092         normal connection.
1093         (proto-stream-open-network): Wait until the greeting before doing
1094         STARTTLS.
1095
1096         * nntp.el (nntp-open-connection): Report what the connection error is.
1097
1098         * proto-stream.el (open-protocol-stream): Rename from
1099         open-proto-stream.
1100
1101 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * nnimap.el (nnimap-stream): Change default to `undecided'.
1104         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1105         first, and then network.
1106         (nnimap-open-connection-1): Respect nnimap-server-port.
1107         (nnimap-open-connection): Be more backwards-compatible.
1108
1109         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1110         (proto-stream-open-starttls): De-duplicate the starttls code.
1111         (proto-stream-open-starttls): Folded back into the main function.
1112         (proto-stream-open-network): Fix typo in the gnutls path.
1113         (proto-stream-command): Refactor out.
1114
1115         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1116
1117         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1118         starttls.el STARTTLS.
1119
1120         * color.el (color-lab->srgb): Fix function call name.
1121
1122         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1123         if we're using tls.el.
1124         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1125         built in, then don't try to establish a STARTTLS connection.
1126
1127         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1128         servers.
1129
1130         * proto-stream.el (open-proto-stream): Use network, not stream.
1131         (open-proto-stream): Add a way to specify what the end of a command is.
1132
1133         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1134         connections types.
1135         (nntp-open-network-stream): Remove.
1136         (nntp-open-ssl-stream): Remove.
1137         (nntp-open-tls-stream): Remove.
1138         (nntp-ssl-program): Remove.
1139
1140         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1141
1142 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1143
1144         * nnir.el: Fix typos.
1145         (nnir-retrieve-headers-override-function): Rename variable to reflect
1146         new semantics.
1147         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1148         macros.
1149         (nnir-request-article, nnir-request-move-article): Use them.
1150         (nnir-categorize): New function.
1151         (nnir-run-query): Use it.
1152         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1153         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1154         sorted.
1155         (nnir-group-full-name): Use gnus-group-full-name instead.
1156         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1157         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1158
1159 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1162
1163         * proto-stream.el: New library to provide protocol-specific
1164         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1165         protocols.
1166         (open-proto-stream): Complete the documentation.
1167         (proto-stream-open-network): Fix some typos.
1168
1169         * nnimap.el (nnimap-open-connection): Use it.
1170
1171 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1172
1173         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1174         negotiation.
1175
1176 2010-11-26  Julien Danjou  <julien@danjou.info>
1177
1178         * color.el: Rename various rgb functions to srgb.
1179
1180 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1183         names.
1184
1185 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * shr.el (shr-insert): Revert last change.
1188         (shr-find-fill-point): Never leave point being at bol;
1189         relax the kinsoku limitation when rendering tables.
1190
1191 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192
1193         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1194         results from -accept-article.
1195
1196         * shr-color.el: Require cl when compiling.
1197
1198         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1199         checkin.
1200
1201         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1202
1203         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1204
1205         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1206         'add and 'delete to set backend marks.
1207
1208         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1209
1210         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1211
1212         * nntp.el (nntp-request-set-mark): Use it.
1213
1214         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1215
1216         * nnml.el (nnml-request-set-mark): Ditto.
1217
1218         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1219         introduces regressions in article selection.
1220         (nnimap-find-uid-response): New function.
1221         (nnimap-request-accept-article): Use the UID returned, if any.
1222         (nnimap-request-move-article): Use the UID returned, if any.
1223         (nnimap-get-groups): Reimplement to work with folded lines.
1224         (nnimap-find-uid-response): The UID is the last element in the list.
1225         (nnimap-request-set-mark): Extend syntax with 'set.
1226
1227         * nnml.el (nnml-request-set-mark): Ditto.
1228
1229         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1230
1231         * nntp.el (nntp-request-set-mark): Ditto.
1232
1233 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * message.el (message-called-interactively-p): A temporary macro.
1236         (message-goto-body): Use it temporarily.
1237
1238 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1241         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1242         (nnimap-last-response-string): Fix last unfolding fix.
1243
1244 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * shr.el (shr-insert): Fix the way to fold lines.
1247
1248 2010-11-25  Julien Danjou  <julien@danjou.info>
1249
1250         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1251
1252         * color.el: Rename from color-lab.el
1253         (color-rgb->hex): Add.
1254         (color-complement): Add.
1255         (color-complement-hex): Add.
1256
1257         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1258
1259 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1262         don't exist.
1263
1264 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1265
1266         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1267         assuming that article displaying or another mml-preview may be
1268         interrupted for an error or for the like.
1269
1270         * shr.el (shr-get-background): Fix argument name.
1271
1272 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1275
1276         * gnus-sum.el (gnus-summary-include-articles): New function.
1277
1278         * message.el (message-goto-body): called-interactively-p needs a
1279         parameter, so use `any'.
1280
1281         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1282         clear marks before moving, since they're synced from the Gnus side
1283         first.
1284
1285         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1286         (gnus-summary-move-article): Copy over all marks before moving, so that
1287         IMAP doesn't think a new article has arrived.
1288
1289 2010-11-24  Julien Danjou  <julien@danjou.info>
1290
1291         * shr.el (shr-insert-background-overlay): Fix typo.
1292         (shr-render-td): Copy the background before rendering.
1293
1294         * shr-color.el (shr-color-visible): Fix docstring.
1295
1296         * shr.el (shr-tag-table): Add bgcolor support.
1297         (shr-render-td): Add bgcolor support.
1298         (shr-get-background): Add.
1299         (shr-insert-foreground-overlay): Use shr-get-background.
1300
1301         * message.el (message-goto-body): Use called-interactively-p.
1302         (message-in-body-p): message-goto-body returns point.
1303
1304 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1307         Fixes something or other in Emacs 23, and is backwards compatible.
1308
1309         * message.el (message-goto-body): Remove the <#secure special-casing,
1310         which is too special.
1311
1312         * shr.el (shr-parse-style): Drop !important from styles.
1313
1314 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1315
1316         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1317         this function to return incorrect results when calling it with an
1318         explicit article argument different from
1319         (gnus-summary-article-number).
1320
1321 2010-11-24  Julien Danjou  <julien@danjou.info>
1322
1323         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1324         (shr-tag-body): Add background support.
1325         (shr-descend): Add background support.
1326         (shr-tag-title): Add.
1327
1328         * shr-color.el (shr-color-visible): Really return original background
1329         if fixed.
1330
1331 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * shr.el (shr-color-check): Protect against non-existant colour names.
1334
1335 2010-11-24  Julien Danjou  <julien@danjou.info>
1336
1337         * color-lab.el: Require 'cl when compiling.
1338
1339         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1340
1341         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1342         matched part.
1343
1344         * color-lab.el: Fix all expt calls to use float type.
1345
1346 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1349         expression to shr-color-check as is.
1350
1351         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1352
1353         * color-lab.el: Add coding cookie.
1354         (float-pi): Use eval-and-compile.
1355
1356         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1357         compiled for Emacsen having no `libxml-parse-html-region' support.
1358
1359 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * shr.el (shr-insert-color-overlay): Split stuff like
1362         "#444444 !important" to find the real colour.
1363         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1364         parse <font color="red"> entries.
1365
1366 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1367
1368         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1369         point when parsing headers.
1370
1371         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1372         is positioned properly when parsing headers.
1373
1374 2010-11-23  Julien Danjou  <julien@danjou.info>
1375
1376         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1377
1378         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1379
1380         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1381
1382         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1383         Use shr-color-hue-to-rgb.
1384         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1385
1386 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * shr.el (shr-color->hexadecimal): Autoload.
1389         (shr-descend): Add color to all tags.
1390
1391 2010-11-22  Julien Danjou  <julien@danjou.info>
1392
1393         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1394         shr-color->hexadecimal.
1395
1396         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1397         RGB() or HSL() color representation.
1398
1399         * shr.el (shr-tag-font): Add.
1400         (shr-tag-color-check): New function to get better colors.
1401         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1402         tag-span.
1403
1404         * shr-color.el: New file.
1405
1406         * color-lab.el: New file.
1407
1408         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1409
1410 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1411
1412         * nnir.el: Fix typo in comments.
1413         (nnir-run-imap): Simplify code. No need to reverse artlist.
1414         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1415
1416 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1419
1420         * nnimap.el (nnimap-get-capabilities): Refactor out.
1421         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1422
1423 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1424
1425         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1426         appearing when `mm-uu-hide-markers' is nil.
1427
1428 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * nnimap.el (nnimap-unselect-group): Make into its own function.
1431         (nnimap-request-rename-group): Unselect group before renaming.
1432         This had gotten lost somewhere.
1433         (nnimap-request-accept-article): Keep track of examined groups, and
1434         unselect the group before APPENDing to read-only groups.
1435         (nnimap-request-move-article): Clear flags before moving so that they
1436         can be re-set later.
1437
1438 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1439
1440         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1441         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1442
1443 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * gnus-art.el (gnus-mime-display-single)
1446         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1447         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1448         parameter.
1449
1450 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1453         (shr-table-vertical-line): New variable.
1454         (shr-insert-table): Use it.
1455
1456 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * gnus-html.el (gnus-html-wash-images): Don't display images if
1459         gnus-inhibit-images is non-nil; register displayer for cid images.
1460         (gnus-html-display-image): Work for cid image.
1461         (gnus-html-insert-image): Allow arguments.
1462         (gnus-html-put-image): Inhibit read-only.
1463         (gnus-html-prefetch-images): Don't prefetch images if
1464         gnus-inhibit-images is non-nil.
1465
1466 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * shr.el (shr-put-image): Break lines when inserting big pictures.
1469
1470 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1471
1472         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1473         sender, thanks Katsumi Yamaoka.
1474
1475 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1476
1477         * nnir.el (nnir-run-imap): Reverse the article list for each group
1478         rather than the whole list.
1479
1480 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * shr.el (shr-image-displayer): Protect function against non-existent
1483         image source.
1484
1485         * gnus-art.el (gnus-inhibit-images): New user option.
1486         (gnus-mime-display-single): Don't display image if it is non-nil.
1487
1488         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1489         gnus-inhibit-images.
1490
1491         * shr.el (shr-image-displayer): New function.
1492         (shr-tag-img): Use it.
1493
1494 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1495
1496         * mml2015.el (mml2015-epg-sign): Use From header.
1497
1498 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1501
1502         * gnus-util.el (gnus-find-text-property-region): Return markers.
1503
1504         * shr.el (shr-tag-img): Put a displayer in the text property.
1505
1506         * gnus-util.el (gnus-find-text-property-region): New utility function.
1507
1508         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1509         (gnus-html-show-images): Remove.
1510
1511         * gnus-art.el (gnus-article-show-images): New, more general function.
1512
1513         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1514         image url text properties.
1515
1516         * shr.el: Ditto.
1517
1518         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1519         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1520
1521 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1524         work for two or more articles.
1525
1526 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1529         divide an image that's in an html article to two or more when washing
1530         non-ASCII characters in alt text of it.
1531
1532 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1535         smime-decrypt-region using function argument.
1536         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1537
1538         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1539
1540         * smime.el (smime-decrypt-region): Catch it.
1541
1542 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1543
1544         * smime.el (smime-mode-map): Move initialization into declaration.
1545         (gnus-run-mode-hooks): Don't autoload.
1546         (smime-mode): Use define-derived-mode.
1547
1548 2010-11-11  Glenn Morris  <rgm@gnu.org>
1549
1550         * smime.el (from): Restrict declaration to XEmacs.
1551
1552         * nnir.el (gnus-group-topic-name): Autoload.
1553
1554 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * shr.el (shr-insert): Don't break long line if it is because of
1557         kinsoku-bol characters in the line end.
1558
1559 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1560
1561         * nnir.el (nnir-request-move-article): Fix to provide original group
1562         and subject.
1563         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1564         been retrieved.
1565
1566         * gnus-sum.el (gnus-summary-move-article): Use original group and
1567         subject for virtual articles such as those in an nnir summary buffer.
1568
1569 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1570
1571         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1572         least 21.5).
1573
1574         * smime.el (from): Declare it again for XEmacs.
1575
1576 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * message.el (message-resend): Don't disable encoding unless it's
1579         already encoded.
1580
1581         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1582         low-numbered articles.
1583
1584 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * rfc2047.el (rfc2047-syntax-table): Simplify.
1587
1588         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1589
1590         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1591         set-char-table-range for XEmacs.
1592
1593 2010-11-10  Glenn Morris  <rgm@gnu.org>
1594
1595         * time-date.el (time-to-seconds): Always an alias on Emacs,
1596         never a real function.
1597         (with-no-warnings): Remove compat stub, now unused.
1598         (time-less-p): Doc fix.
1599         (time-to-number-of-days): Simplify.
1600
1601         * smime.el (from): Remove unused declaration.
1602
1603         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1604         (gnus-float-time): On Emacs, always an alias.
1605
1606         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1607         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1608
1609 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * dgnushack.el: Don't use ignore-errors in the top level form since it
1612         is unavailable in XEmacs even if cl is loaded.
1613
1614         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1615
1616 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * shr.el (browse-url-mailto): Autoload.
1619
1620         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1621
1622         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1623         regexp doesn't need quoting.
1624
1625 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1626
1627         * message.el (message-subject-trailing-was-ask-regexp)
1628         (message-subject-trailing-was-regexp): Match was: in addition to was.
1629
1630 2010-11-09  Glenn Morris  <rgm@gnu.org>
1631
1632         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1633         (nnbabyl-check-mbox): Use point-at-bol.
1634
1635 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1638
1639         * message.el (message-mailto): New function.
1640         (message-mailto): Should accept other parameters.
1641         (message-mailto): Remove since it duplicates browse-url-mailto
1642         functionality.
1643
1644 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1647         methods.
1648         (gnus-read-active-file): Ditto.
1649
1650         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1651         ": " from the prompt.
1652         (gnus-group-make-group): Ditto.
1653
1654 2010-11-07  Glenn Morris  <rgm@gnu.org>
1655
1656         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1657         (gnus-bookmark-kill-line): Use point-at-eol.
1658
1659 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1662         asterisks in From header.
1663
1664 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1667         string to avoid making the From headers syntactically invalid.
1668
1669         * message.el (message-send-mail): Don't insert courtesy messages if the
1670         message already has List-Post and List-ID messages.
1671
1672 2010-11-06  Glenn Morris  <rgm@gnu.org>
1673
1674         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1675         `condition', `type', `length' a prefix.
1676         (gnus-treat-predicate): Update for above name changes.
1677
1678 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1679
1680         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1681         binding.  Handled by `gnus-summary-refer-thread' instead.
1682         (nnir-warp-to-article): New backend function.
1683
1684         * nnimap.el (nnimap-request-thread): Force dependency updating.
1685
1686         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1687         (gnus-summary-refer-thread): Rework to improve thread-referral.
1688
1689         * gnus-int.el (gnus-warp-to-article): New function.
1690
1691         * gnus-sum.el (gnus-summary-article-map): Bind it.
1692
1693 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1694
1695         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1696         gnus-summary-refer-thread.
1697
1698         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1699         headers.
1700         (gnus-summary-limit-include-thread): Prevent articles in thread from
1701         being cut in gnus-cut-threads.
1702         (gnus-summary-refer-thread): Limit retrieved headers to those in
1703         thread.
1704
1705 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * message.el (message-send-mail): Use the value of
1708         message-courtesy-message from the message buffer.
1709
1710         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1711
1712         * shr.el (shr-browse-url): Implement mailto: URLs.
1713
1714         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1715         "raw".
1716
1717         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1718         if it's already selected.
1719
1720         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1721
1722 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1725         to measure the length and truncate alt text.
1726
1727 2010-11-03  Glenn Morris  <rgm@gnu.org>
1728
1729         * nndiary.el (nndiary-generate-nov-databases-1)
1730         (nndiary-generate-active-info): Rename dynamic variable `files' to
1731         something less generic.
1732
1733 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1734
1735         * nnir.el (nnir-request-move-article): Call the underlying backend to
1736         move articles from nnir.
1737
1738 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1741
1742 2010-11-02  Julien Danjou  <julien@danjou.info>
1743
1744         * nnir.el: Remove wais support.
1745
1746 2010-11-02  Glenn Morris  <rgm@gnu.org>
1747
1748         * gnus-html.el: Reorder requirements to quieten compiler.
1749
1750 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1753         properly for XEmacs as well.
1754         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1755         (gnus-article-natural-long-line-p): Use window-width rather than
1756         frame-width.
1757
1758 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1759
1760         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1761         (nnir-read-parms): Don't modify query.
1762         (nnir-run-query): Add ability to search topic on current line.
1763         (nnir-get-active): Clean up.
1764
1765 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1768         degenerate articles.
1769
1770         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1771         (gnus-print-buffer): Just print the buffer as is, without any copying
1772         to a buffer and then re-highlighting.
1773
1774         * nnimap.el (nnimap-request-group): Store the new updated info.
1775         (nnimap-request-group): Select the group when we don't know whether it
1776         exists or not.
1777
1778         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1779         groups.
1780
1781         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1782         groups.
1783
1784         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1785         groups.
1786
1787         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1788         long-lines case by only filling the long lines.
1789
1790         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1791         (bug #7311).
1792
1793 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * shr.el: No need to declare `declare-function' since shr.el is for
1796         only Emacsen that provide `libxml-parse-html-region'.
1797
1798         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1799         effective only in a file it is referred to.
1800
1801 2010-11-01  Glenn Morris  <rgm@gnu.org>
1802
1803         * mm-util.el (gnus-completing-read): Autoload.
1804         (mm-read-coding-system): Simplify Emacs definition.
1805
1806         * nnmail.el (gnus-activate-group):
1807         * nnimap.el (gnutls-negotiate):
1808         * nntp.el (netrc-parse): Fix declarations.
1809
1810 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1813         string-match-p in Emacs >=23.
1814
1815         * gnus-msg.el (gnus-configure-posting-styles)
1816         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1817
1818 2010-11-01  Glenn Morris  <rgm@gnu.org>
1819
1820         * nnir.el (declare-function): Add compat stub.
1821         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1822         (nnir-run-gmane): Require 'mm-url.
1823
1824         * mm-util.el (mm-string-to-multibyte): Simplify.
1825
1826         * shr.el (declare-function): Add compat stub.
1827         (url-cache-create-filename): Declare.
1828         (mm-disable-multibyte, widget-convert-button): Autoload.
1829
1830         * smime.el (ldap-search): Declare.
1831         (smime-cert-by-ldap-1): Require ldap on Emacs.
1832
1833         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1834         (nnimap-keepalive): Use gnus-float-time.
1835
1836         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1837         (mail-source-delete-crash-box): Use gnus-float-time.
1838
1839         * gnus-dired.el (gnus-completing-read): Autoload.
1840
1841         * mm-view.el (gnus-rescale-image): Autoload.
1842
1843         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1844
1845         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1846
1847         * sieve-manage.el: Require 'cl when compiling.
1848
1849         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1850         (gnus-iswitchb-completing-read): Require iswitchb.
1851         (gnus-select-frame-set-input-focus): Silence compiler.
1852
1853 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * message.el (message-subject-trailing-was-query): Change default to t,
1856         since I think that's what most people want.
1857
1858         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1859         appending for easier debugging.
1860         (nnimap-wait-for-connection): Take a regexp.
1861         (nnimap-request-accept-article): Wait for the continuation line before
1862         sending anything unless we're streaming.
1863
1864         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1865         leave the header washing to take place.
1866
1867 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1868
1869         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1870         regular expression match and replace in posting styles.
1871
1872 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1873
1874         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1875         an entire server.
1876         (nnir-get-active): New function.
1877         (nnir-run-imap): Use it.
1878         (nnir-run-gmane): Who knew, gmane search returns an article score!
1879
1880         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1881         server on the current line with nnir.
1882
1883 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1886         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1887         left edge.
1888         (gnus-article-foldable-buffer): Skip past the prefix when determining
1889         raggedness.
1890
1891         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1892         the raw article, and change `C-u g' to show the article without doing
1893         treatments.
1894
1895         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1896         on to `gnus-treat-article'.
1897         (gnus-inhibit-article-treatments): New variable.
1898
1899         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1900
1901         * gnus-art.el (gnus-treatment-function-alist): Have
1902         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1903         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1904         sections.
1905
1906         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1907         parameter.
1908         (gnus-article-fill-cited-long-lines): New function.
1909         (gnus-article-fill-cited-article): Allow filling only long sections.
1910
1911         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1912         and non-punctuation (like after the apostrophe in "'We").
1913
1914         * gnus-sum.el (gnus-summary-select-article): Make sure
1915         gnus-original-article-buffer is alive.
1916
1917         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1918         reflect the order they're in in the digest.
1919
1920         * gnus.el (gnus-group-startup-message): Move point to the start of the
1921         buffer.
1922
1923         * nnimap.el (nnimap-capability): New function.
1924         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1925         is set.
1926
1927 2010-10-31  David Engster  <dengste@eml.cc>
1928
1929         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1930         conform with changes to gnus-completing-read.
1931
1932 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1933
1934         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1935
1936 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1937
1938         * nnir.el: Move defvar, defcustom around to keep file organized
1939         and keep byte-compiler quiet.
1940         (nnir-read-parms): Accept search-engine as arg.
1941         (nnir-run-query): Pass search-engine as arg.
1942         (nnir-search-engine): Remove.
1943
1944 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * shr.el (shr-generic): The text nodes should be text, not :text.
1947
1948         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1949         later in the file.
1950
1951 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1952
1953         * nnir.el: General clean up.  Allow searching with multiple engines.
1954         Allow separate extra-parameters for each engine.
1955         Batch queries when possible.
1956         (nnir-imap-default-search-key,nnir-method-default-engines):
1957         Add customize interface.
1958         (nnir-run-gmane): New engine.
1959         (nnir-engines): Use it.  Qualify all prompts with engine name.
1960         (nnir-search-engine): Remove global variable.
1961         (nnir-run-hyrex): Restore for now.
1962         (nnir-extra-parms,nnir-search-history): New variables.
1963         (gnus-group-make-nnir-group): Use them.
1964         (nnir-group-server): Remove in favor of gnus-group-server.
1965         (nnir-request-group): Avoid searching twice.
1966         (nnir-sort-groups-by-server): New function.
1967
1968 2010-10-30  Julien Danjou  <julien@danjou.info>
1969
1970         * gnus-group.el: Remove gnus-group-fetch-control.
1971
1972         * gnus-start.el (gnus-find-new-newsgroups):
1973         Remove gnus-check-first-time-used.
1974
1975         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1976
1977 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1978
1979         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1980         set on groups that don't have \* permanentflags.
1981
1982 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1985         control the background color.
1986         (shr-tag-img): Ignore very small web bug type images.
1987         (shr-put-image): Add help-echo alt texts to the images.
1988         (shr-tag-video): Show the video poster image.
1989
1990 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * shr.el (shr-table-depth): New variable.
1993         (shr-tag-table-1): Only insert the images after the top-level table.
1994
1995         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1996
1997         * gnus-util.el (gnus-list-memq-of-list): New function.
1998
1999         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2000         selected.
2001         (nnimap-unsplittable-articles): New slot.
2002         (nnimap-new-articles): Use it.
2003
2004 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2005
2006         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2007         move to the previous line on `M-g'.
2008
2009 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2012         *-request-group, which seems unnecessary.
2013
2014         * nnimap.el (nnimap-quote-specials): Function copied over from
2015         imap.el.
2016         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2017         they support that.  Suggested by Tom Regner.
2018
2019 2010-10-29  Julien Danjou  <julien@danjou.info>
2020
2021         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2022         defalias.
2023         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2024
2025         * gnus.el: Remove `gnus-nntp-service' variable.
2026         (gnus-secondary-servers): Make obsolete.
2027         (gnus-nntp-server): Make obsolete.
2028
2029         * gnus-start.el (gnus-1): Remove x-splash calls.
2030
2031         * gnus-ems.el (gnus-x-splash): Remove.
2032
2033         * gnus.el (gnus-group-startup-message): Simplify/update code.
2034
2035         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2036         definition.
2037
2038         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2039         capability before doing anything.
2040         (gnus-group-insert-group-line): Remove useless
2041         gnus-group-remove-excess-properties.
2042
2043 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2046
2047 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2050         config after reselecting.
2051
2052 2010-10-28  Julien Danjou  <julien@danjou.info>
2053
2054         * shr.el (shr-put-image): Use point even if only inserting text.
2055         (shr-put-image): Save excursion when inserting alt text on non-graphic
2056         display, so the behaviour is the same when we are on a graphic display.
2057
2058         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2059
2060 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2063         (gnus-mime-copy-part): Check coding system, not charset.
2064         (gnus-mime-view-part-externally): Never remove part.
2065         (gnus-mime-view-part-internally): Don't remove part here.
2066         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2067         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2068         multipart/alternative.
2069
2070         * mm-decode.el (mm-display-part): Take optional arg `force'.
2071
2072 2010-10-26  Julien Danjou  <julien@danjou.info>
2073
2074         * gnus-group.el (gnus-group-default-list-level): Add this function to
2075         compute the default list level.
2076         (gnus-group-default-list-level): Add possibility to use a function.
2077
2078 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2081
2082         * gnus-group.el (gnus-group-completing-read)
2083         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2084         gnus-replace-in-string.
2085
2086 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * shr.el (shr-tag-div): Add.
2089
2090         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2091
2092 2010-10-25  Julien Danjou  <julien@danjou.info>
2093
2094         * gnus-util.el: Remove `gnus-with-local-quit'.
2095
2096         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2097
2098 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2101         the original article buffer.
2102
2103 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * nnimap.el (nnimap-request-head): New function.
2106         (nnimap-request-move-article): Try to be slighly faster by not
2107         requesting the entire message when moving.
2108         (nnimap-transform-headers): Don't bug out on bodiless articles.
2109         (nnimap-send-command): Have no outstanding messages if the IMAP server
2110         doesn't support streaming.
2111         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2112
2113 2010-10-24  Julien Danjou  <julien@danjou.info>
2114
2115         * message.el (message-default-headers): Fix type.
2116
2117 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2120         prefetching images.
2121
2122         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2123         backend for unknown groups.  This is mainly useful for nnimap groups.
2124
2125         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2126         group isn't covered by the agent.
2127
2128 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2129
2130         * nnir.el (nnir-method-default-engines): New variable.
2131         (nnir-run-query): Use it.
2132         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2133         (gnus-summary-nnir-goto-thread): Change group if needed.
2134
2135         * gnus-group.el (gnus-group-group-map): Add key binding for
2136         gnus-group-make-nnir-group.
2137
2138 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * shr.el (shr-tag-object): Add.
2141
2142         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2143         original article buffer live.
2144         (gnus-summary-select-article-buffer):
2145         Mention gnus-widen-article-buffer.
2146
2147 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * shr.el (shr-tag-strong): Add.
2150
2151 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152
2153         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2154         group names.  They mess up the group buffer badly.
2155
2156         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2157
2158         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2159         instead of the summary one.
2160
2161 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * mml.el (mml-preview): Work properly when editing article.
2164
2165         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2166         gnus-have-read-active-file if it's already been in.
2167
2168 2010-10-22  Tom Tromey  <tromey@redhat.com>
2169
2170         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2171         gnus-group-completing-read.
2172
2173 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * message.el (message-mode-map): Don't bind M-; to comment region, to
2176         allow the global comment-dwim to work.
2177
2178 2010-10-21  Julien Danjou  <julien@danjou.info>
2179
2180         * message.el (message-setup-1): Allow message-default-headers to be a
2181         function.
2182
2183 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * shr.el (shr-tag-table): Simplify.
2186
2187 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2190         to avoid trying to snarf invalid stuff.
2191
2192         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2193
2194         * gnus.el (gnus-message-archive-group): Quote value.
2195         (gnus-message-archive-group): Mark as changed.
2196
2197         * shr.el (shr-add-font): Don't put the font properties on the newline
2198         or the indentation.
2199
2200         * message.el (message-fix-before-sending): Change options when sending
2201         non-printable characters.
2202
2203         * gnus.el (gnus-message-archive-method): Change the default to
2204         monthly outgoing groups.
2205
2206         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2207         that have gotten new numbers.
2208
2209         * nnimap.el (nnimap-request-replace-article): New function.
2210
2211 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2214         (nnrss-request-article): Don't use special html washing code.
2215
2216 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2217
2218         * shr.el (shr-tag-table): Remove useless nconc.
2219
2220 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * gnus-art.el (article-wash-html): Simplify and remove the charset
2223         stuff.  Use the normal html rendering code instead of the special html
2224         washing code.
2225
2226         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2227         `gnus-w3m' symbols.
2228         (mm-text-html-washer-alist): Remove.
2229
2230         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2231         (mm-inline-media-tests): Remove use.
2232         (mm-text-html-renderer): Change default to the `shr' symbol.
2233
2234         * mm-view.el (mm-inline-text-html): Remove use.
2235
2236         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2237         `gnus-blocked-images' to be a function.
2238         (gnus-article-wash-function): Remove.
2239
2240 2010-10-20  Julien Danjou  <julien@danjou.info>
2241
2242         * spam.el (spam-list-of-processors): Mark as obsolete.
2243
2244         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2245         (nnimap-insert-partial-structure): Fix boundary detection.
2246
2247 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2248
2249         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2250         run file-truename on remote files.  This can be expensive and even
2251         prevent one from editing drafts if some unrelated buffer has a stale
2252         connection.
2253
2254 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2257         kinsoku-eol regardless of shr-kinsoku-shorten.
2258         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2259         (shr-tag-table): Support caption, thead, and tfoot.
2260
2261 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2264         lines.
2265         (shr-save-contents): New command and keystroke.
2266
2267         * nndoc.el (nndoc-type-alist): Add git support.
2268         (nndoc-git-type-p): New function.
2269         (nndoc-transform-git-article): Ditto.
2270         (nndoc-transform-git-headers): Ditto.
2271         (nndoc-transform-git-headers): Generate Subject headers.
2272
2273         * shr.el (shr-parse-style): New function.
2274         (shr-tag-span): Ditto.
2275
2276         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2277         to `G G' to avoid collisions.
2278
2279 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * shr.el: Load kinsoku if necessary.
2282         (shr-kinsoku-shorten): New internal variable.
2283         (shr-find-fill-point): Make kinsoku shorten text line if
2284         shr-kinsoku-shorten is bound to non-nil.
2285         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2286         shr-indentation too when testing if table is wider than frame width.
2287         (shr-insert-table): Use `string-width' instead of `length' to measure
2288         text width.
2289         (shr-insert-table-ruler): Make sure indentation is done at bol.
2290
2291 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2292
2293         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2294         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2295         undecoded network data.
2296
2297 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2300         name in the mode line spec so that the mode line menu works
2301         (bug #2431).
2302
2303         * message.el (message-get-reply-headers): If we're fed `to-address',
2304         then always use that.
2305
2306         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2307         aren't so wide as to need to switch off the edit menu.
2308
2309         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2310         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2311
2312         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2313         `M-g'.
2314         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2315         the permanent marks.
2316
2317 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2318
2319         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2320         Splitting according to references/in-reply-to obeys the ignore-groups
2321         variable, while splitting by sender and subject do not.
2322
2323 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2326         alist, so that we can look for non-Unicode chars.
2327         (article-translate-strings): Allow both character and string maps.
2328
2329 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * shr.el (shr-insert): Don't insert space behind a wide character
2332         categorized as kinsoku-bol, or between characters both categorized as
2333         nospace.
2334
2335 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2336
2337         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2338         headers to gnus-newsgroup-headers.
2339
2340 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * shr.el (shr-tag-img): Don't align images -- since we're not
2343         rescaling, this often leads to ugly displays.
2344
2345 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2346
2347         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2348         duplicates.
2349
2350 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2351
2352         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2353         call.
2354
2355 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * gnus.el: Autoload gnus-html-show-images.
2358
2359         * nnimap.el: Use nnheader-message throughout.
2360
2361         * shr.el (shr-tag-img): Ignore images with no data.
2362
2363 2010-10-15  Julien Danjou  <julien@danjou.info>
2364
2365         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2366         a possibility to disable format=flow encoding when using hard newlines.
2367
2368 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2369
2370         * shr.el (shr-insert): Remove space inserted before or after a
2371         breakable character or at the beginning or the end of a line.
2372         (shr-find-fill-point): Do kinsoku; find the second best point or give
2373         it up if there's no breakable point.
2374
2375 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * nnimap.el (nnimap-open-connection): Message when opening connection
2378         for debugging purposes.
2379
2380         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2381         on every setup buffer call to allow this to change from article to
2382         article.
2383
2384         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2385         buffers where we have a wide table.
2386
2387 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2388
2389         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2390         uses *-request-thread.
2391
2392 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2395         incantation, which is no longer valid.
2396
2397 2010-10-14  Julien Danjou  <julien@danjou.info>
2398
2399         * shr.el: Fix defcustom type (char -> character).
2400
2401 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2404         programs.
2405
2406 2010-10-14  Julien Danjou  <julien@danjou.info>
2407
2408         * shr.el (shr-tag-a): Use url-link as widget type.
2409
2410         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2411         `gnus-group-get-icon'.
2412
2413 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2416         This should make server editing work better.
2417
2418         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2419
2420         * tls.el (tls-program): Remove spurious %s from openssl.
2421
2422         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2423         (nnimap-parse-flags): Fix regexp.
2424
2425         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2426         probably work for CJVK text, too.
2427
2428         * nnimap.el (nnimap-extend-tls-programs): Remove.
2429         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2430
2431         * tls.el (tls-starttls-switches): Remove starttls hack.
2432         (open-tls-stream): Ditto.
2433         (tls-find-starttls-argument): Ditto.
2434
2435 2010-10-13  Julien Danjou  <julien@danjou.info>
2436
2437         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2438         responses.
2439
2440 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2443
2444         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2445         anything in Emacs.
2446
2447         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2448
2449 2010-10-13  Julien Danjou  <julien@danjou.info>
2450
2451         * shr.el (shr-width): Make shr-width a defcustom with default to
2452         fill-column.
2453         (shr-tag-img): Use shr-width rather than fill-column.
2454
2455 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2456
2457         * dgnushack.el (byte-optimize-apply)
2458         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2459
2460         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2461         position when (X-)Faces exist.
2462         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2463         avatars when called interactively.
2464
2465 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2468         gnus-article-x-face-too-ugly is bound.
2469
2470 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2473
2474         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2475         mailbox that doesn't exist.
2476
2477 2010-10-12  Julien Danjou  <julien@danjou.info>
2478
2479         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2480         (shr-get-image-data): Encode URL properly when fetching from cache.
2481         (shr-tag-img): Use aligned-to spaces to align correctly images.
2482
2483         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2484         before inserting the Gravatar.
2485
2486         * shr.el (shr-tag-img): Add align attribute support for <img>.
2487
2488 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * gnus-gravatar.el (gnus-art): Require.
2491
2492         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2493         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2494         Remove long obsoleted functions.
2495
2496 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2497
2498         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2499
2500         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2501
2502         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2503         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2504         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2505         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2506         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2507         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2508         * sieve-manage.el, smime.el, spam.el:
2509         Fix comment for declare-function.
2510
2511 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * nnimap.el (nnimap-request-rename-group): Select group read-only
2514         before renaming it.
2515
2516         * shr.el (shr-insert): Fix up the white space only regexp.
2517
2518         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2519         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2520
2521         * shr.el (shr-current-column): New function.
2522         (shr-find-fill-point): New function.
2523
2524 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2525
2526         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2527         numbers.
2528
2529 2010-10-11  Julien Danjou  <julien@danjou.info>
2530
2531         * shr.el (shr-hr-line): Add.
2532         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2533         display hr lines.
2534         (shr-max-columns): Do not change state to nil if we just inserting
2535         spaces.
2536
2537 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2540         select the last group.
2541
2542 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2543
2544         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2545
2546 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2547
2548         * dig.el (dig-mode-map): Declare and define in one step.
2549
2550 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2553         for Gnus.
2554         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2555         (nnimap-update-qresync-info): Mark \Seen articles as read.
2556
2557         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2558         non-variable, too.
2559
2560         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2561         available.
2562         (nnimap-update-info): Rely more on the current active than the param
2563         active to avoid marking articles as read too much.
2564
2565         * auth-source.el (auth-source-create): Use (user-login-name) for the
2566         user name default.
2567
2568         * nnimap.el (nnimap-update-info): If the server doesn't return any
2569         useful info, just use the previous info.
2570         (nnimap-update-info): Prefer old info over start-article.
2571         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2572
2573 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2574
2575         * nnir.el (autoload): Clean up autoloads.
2576         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2577         Use key rather than value.
2578         (nnir-imap-search-other): New variable.
2579         (nnir-read-parm): Use it.
2580         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2581         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2582
2583 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2584
2585         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2586         the process, too.
2587
2588 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * spam.el (gnus-summary-mode-map): Bind to "$".
2591         Suggested by Russ Allbery.
2592
2593         * shr.el: Rework the way things are indented by <li> slightly.
2594
2595         * gnus.el (gnus-group-set-parameter): Fix typo.
2596
2597         * nnimap.el: Start implementing QRESYNC support.
2598
2599 2010-10-09  Julien Danjou  <julien@danjou.info>
2600
2601         * nnir.el (nnir-engines): Fix too many arguments.
2602
2603 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604
2605         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2606         group is the "last", so that the backends like nnfolder actually save
2607         their folders.
2608
2609         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2610         try to use that for the tls stream.
2611         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2612         UIDVALIDITY and find out which groups are read-only and not.
2613         (nnimap-get-flags): Use the same marks parsing code as the rest of
2614         nnimap.
2615
2616 2010-10-09  Julien Danjou  <julien@danjou.info>
2617
2618         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2619
2620         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2621         retrieving gravatars.
2622
2623         * shr.el (shr-table-corner): Add.
2624         (shr-table-line): Add.
2625         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2626
2627 2010-10-08  Julien Danjou  <julien@danjou.info>
2628
2629         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2630
2631 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2632
2633         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2634
2635         * gnus-sum.el (gnus-mark-article-as-unread)
2636         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2637         (gnus-summary-set-bookmark): Use it.
2638
2639         * gnus-msg.el (gnus-setup-message): Use it.
2640
2641         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2642
2643         * gnus.el (gnus-group-remove-parameter): Use it.
2644
2645         * gnus-group.el (gnus-group-make-web-group): Use it.
2646
2647         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2648
2649         * nnregistry.el: Update docs to mention manual.
2650
2651         * gnus-registry.el: Update docs to mention nnregistry.el.
2652         (gnus-registry-initialize): Don't install nnregistry refer method
2653         automatically.
2654         (gnus-registry-install-nnregistry): Remove it.
2655
2656 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * shr.el (shr-insert): Don't insert double spaces.
2659
2660 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-gravatar.el (gnus-treat-from-gravatar)
2663         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2664         called interactively.
2665
2666         * gnus-art.el (gnus-mime-view-part-externally)
2667         (gnus-mime-view-part-internally): Make predicate function passed to
2668         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2669         of a mime type.
2670
2671         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2672
2673 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * shr.el (require): Require cl when compiling.
2676         (shr-tag-hr): New function.
2677
2678         * nnimap.el (nnimap-update-info): Remove double setting of high.
2679         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2680         This makes nnimap work properly on Courier again.
2681
2682         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2683         the variable for backwards compatability.
2684
2685         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2686         the file name before using to avoid setting mm-default-directory to
2687         nil.
2688
2689         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2690         bidning gnus-agent variables.
2691
2692         * shr.el (shr-render-td): Use a cache for the table rendering function
2693         to avoid getting an exponential rendering behaviour in nested tables.
2694         (shr-insert): Rework the line-breaking algorithm.
2695         (shr-insert): Don't leave trailing spaces.
2696         (shr-insert-table): Also insert empty TDs.
2697         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2698
2699 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2700
2701         * gnus-sum.el (gnus-number): Rename from `number'.
2702         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2703         (gnus-summary-limit-children): Update uses correspondingly.
2704
2705 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2708         (gnus-gravatar-transform-address): Don't show avatars of people of
2709         which mail addresses match gnus-gravatar-too-ugly.
2710
2711 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * shr.el (shr-table-widths): Expand TD elements to fill available
2714         space.
2715
2716 2010-10-07  Julien Danjou  <julien@danjou.info>
2717
2718         * nnimap.el (nnimap-request-rename-group): Add this method.
2719
2720 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2723         name from XEmacs' function-arglist.
2724
2725         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2726         gravatar under XEmacs.
2727
2728 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2729
2730         * auth-source.el: Update docs with TODO items.
2731
2732         * gnus-sync.el: Update docs to explain state and plans.
2733
2734         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2735         Hooks for mark updates.
2736         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2737
2738         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2739         hooks with arguments, which is needed for mark update hooks.
2740
2741 2010-10-06  Julien Danjou  <julien@danjou.info>
2742
2743         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2744         was matched.
2745
2746         * sieve-manage.el: Update example in `Commentary'.
2747
2748         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2749
2750         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2751         not 2000.
2752         (sieve-manage-authenticate): Re-add function.
2753
2754 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * shr.el (shr-insert): Get 'space transition right.
2757         (shr-render-td): Only delete space at the end of the TD.
2758
2759         * nnimap.el (nnimap-open-connection): Prepare to support
2760         open-gnutls-stream.
2761
2762         * shr.el: Rearrange function order to be more logical.
2763
2764 2010-10-06  Julien Danjou  <julien@danjou.info>
2765
2766         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2767         (nnrss-discover-feed): Remove 404 URL in docstring.
2768
2769         * nnir.el: Fix Swish-E URL.
2770         Fix Namazu URL.
2771
2772         * message.el (message-change-subject): Remove 404 URL in a comment.
2773
2774 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2777         called interactively.
2778
2779         * gnus-util.el (gnus-remove-if): Allow hash table.
2780         (gnus-remove-if-not): New function.
2781
2782         * gnus-art.el (gnus-mime-view-part-as-type)
2783         * gnus-score.el (gnus-summary-score-effect)
2784         * gnus-sum.el (gnus-read-move-group-name):
2785         Replace remove-if-not with gnus-remove-if-not.
2786
2787         * gnus-group.el (gnus-group-completing-read):
2788         Regard collection as a hash table if it is not a list.
2789
2790 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2793
2794         * shr.el: Document the table-rendering algorithm.
2795
2796 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2799         for Emacsen having no `libxml-parse-html-region' support.
2800
2801 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2804         invalid URLs.
2805
2806         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2807         line-broken.
2808         (shr-tag-img): Ignore image fetching errors.
2809         (shr-overlays-in-region): Compute overlay positions correctly.
2810
2811         * mm-decode.el (mm-shr): Require shr.
2812
2813         * gnus-art.el (gnus-blocked-images): Move variable here.
2814
2815         * shr.el (shr-insert-table): Bind free variable.
2816
2817         * mm-decode.el (mm-shr): Bind shr-content-function.
2818
2819         * shr.el (shr-content-function): New variable.
2820
2821         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2822         added for symmetry.
2823
2824         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2825
2826         * gnus-group.el (gnus-group-make-group): Doc fix.
2827
2828         * nnimap.el (nnimap-request-newgroups): Return success.
2829
2830         * shr.el (shr-find-elements): New function.
2831         (shr-tag-table): Put all the images after the table.
2832         (shr-tag-table): Really inhibit images inside the table.
2833         (shr-collect-overlays): Copy over overlays from the TD elements to the
2834         main document.
2835
2836         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2837         gnus-blocked-images.
2838
2839 2010-10-05  Julien Danjou  <julien@danjou.info>
2840
2841         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2842
2843         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2844         (gnus-html-maximum-image-size): Add this function.
2845         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2846
2847         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2848         server-value of the capability is nil.
2849
2850 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851
2852         * shr.el (shr-tag-em): Add <EM> tag.
2853
2854 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2855
2856         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2857         customizable.
2858
2859         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2860         handing broken links to browse-url.
2861
2862 2010-10-05  Julien Danjou  <julien@danjou.info>
2863
2864         * gnus-util.el (gnus-emacs-completing-read)
2865         (gnus-iswitchb-completing-read): Use autoload rather than require.
2866
2867 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2870         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2871         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2872         iswitchb-temp-buflist for XEmacs.
2873
2874         * gnus-util.el (gnus-completing-read-function): Exclude
2875         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2876         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2877         XEmacs.
2878
2879         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2880         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2881
2882         * gnus-html.el: Don't require help-fns under XEmacs.
2883         (gnus-html-schedule-image-fetching): Work for XEmacs.
2884
2885         * mm-decode.el (mm-shr): Decode contents by charset.
2886
2887 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2890         unknown.
2891
2892         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2893         (shr-get-image-data): Ensure against the cache file missing.
2894
2895         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2896         for data.
2897
2898         * spam-report.el (spam-report-url-ping-plain): Don't query about
2899         killing the process.
2900
2901         * shr.el (shr-render-td): Protect against too-wide text.
2902
2903 2010-10-04  Julien Danjou  <julien@danjou.info>
2904
2905         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2906         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2907
2908         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2909         retrieved.
2910
2911 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2912
2913         * shr.el (browse-url): Require.
2914         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2915         lines.
2916         (shr-show-alt-text, shr-browse-image): New commands.
2917         (shr-browse-url, shr-copy-url): New commands.
2918
2919         * gnus-sum.el (gnus-widen-article-window): New variable.
2920         (gnus-summary-select-article-buffer): Use it.
2921
2922         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2923         without @ signs.
2924
2925 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2926
2927         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2928
2929 2010-10-04  Julien Danjou  <julien@danjou.info>
2930
2931         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2932         for XEmacs.
2933
2934 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2937
2938         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2939         (nnimap-close-server): Implement.
2940
2941         * dgnushack.el (iswitchb): Require to shut up the compiler.
2942
2943         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2944         (shr-insert): Tweak line breaking.
2945         (shr-insert): Handle <pre> better.
2946         (shr-tag-li): Get <li> indentation right.
2947         (shr-tag-li): Get <li> indentation even righter.
2948         (shr-tag-blockquote): Ensure paragraph start.
2949         (shr-make-table): Tweak table generation.
2950         (shr-make-table): Fix typo.
2951
2952         * shr.el: Implement table rendering.
2953
2954 2010-10-04  Julien Danjou  <julien@danjou.info>
2955
2956         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2957
2958 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * shr.el (shr-insert): Use string anchors instead of line anchors.
2961
2962 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2963
2964         * shr.el: Add headings.
2965         (shr-ensure-paragraph): Actually work.
2966         (shr-tag-li): Make <ul> prettier.
2967         (shr-insert): Get white space at the beginning/end of elements right.
2968         (shr-tag-p): Collapse subsequent <p>s.
2969         (shr-ensure-paragraph): Don't insert double line feeds after blank
2970         lines.
2971         (shr-insert): \t is also space.
2972         (shr-tag-s): Fix "s" tag name function.
2973         (shr-tag-s): Fix face prop name.
2974
2975 2010-10-03  Julien Danjou  <julien@danjou.info>
2976
2977         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2978
2979         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2980         gnus-window-inside-pixel-edges.
2981
2982         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2983         gnus-ems.
2984
2985         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2986
2987         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2988         function.
2989
2990         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2991         resize choice.
2992
2993 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2996         beginning of the buffer.
2997
2998         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2999         article buffer again.
3000
3001         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3002
3003         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3004         when it's at the start of the buffer.
3005
3006         * shr.el (shr-tag-blockquote): Convert name.
3007         (shr-rescale-image): Use the right image-size variant.
3008
3009         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3010         buffer isn't shown, then select the current article first instead of
3011         bugging out.
3012         (gnus-summary-select-article-buffer): Show both the article and summary
3013         buffers again.
3014
3015         * shr.el (shr-fontize-cont): Protect against regions with no text.
3016         Rename tag functions to shr-tag-* for enhanced security.
3017         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3018
3019 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3020
3021         * shr.el (shr-insert):
3022         * pop3.el (pop3-movemail):
3023         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3024         loaded.
3025
3026 2010-10-03  Glenn Morris  <rgm@gnu.org>
3027
3028         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3029
3030         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3031
3032         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3033
3034         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3035
3036         * gnus-util.el (gnus-make-local-hook): Simplify.
3037
3038 2010-10-02  Julien Danjou  <julien@danjou.info>
3039
3040         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3041         (gnus-ido-completing-read): New function.
3042         (gnus-emacs-completing-read): New function.
3043         (gnus-completing-read): Use gnus-completing-read-function.
3044         Add gnus-completing-read-function.
3045
3046 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * shr.el (shr-insert-document): Autoload.
3049         (shr-img): Be silent.
3050         (shr-insert): Add a newline after every picture before text.
3051         (shr-add-font): Use overlays for combining faces.
3052         (shr-insert): Pass upwards the text start point.
3053
3054         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3055         possible.
3056         (mm-shr): New function.
3057
3058 2010-10-02  Julien Danjou  <julien@danjou.info>
3059
3060         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3061         should go backward.
3062
3063 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3064
3065         * shr.el (shr): Fix typo in provide call.
3066
3067 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * shr.el: New file.
3070
3071         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3072
3073         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3074         completing read.
3075
3076 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3077
3078         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3079         we're being queried about.  Suggested by Dan Jacobson.
3080
3081         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3082         Suggested by Jason Eisner.
3083
3084         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3085         table, too.  Suggested by Stefan Wiens.
3086         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3087         the table unnecessary.  Suggested by Stefan Wiens.
3088
3089         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3090         longer needed, and probably doesn't work either, as pointed out by
3091         Stefan Wiens.
3092         (gnus-summary-exit): Remove call to the clearing function.
3093         (gnus-summary-exit-no-update): Ditto.
3094
3095         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3096         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3097         Reported by Stefan Monnier.
3098         (gnus-summary-save-in-rmail): Ditto.
3099
3100         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3101         article buffer, instead of both the article buffer and the summary
3102         buffer.  Sort of suggested by Dan Jacobson.
3103
3104         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3105
3106         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3107         Suggested by Dan Jacobson.
3108
3109         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3110         documentation clearer.
3111
3112         * message.el (message-shorten-references): Comment on the number "21".
3113         Suggested by Stefan Monnier.
3114
3115         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3116         Suggested by Dan Jacobson.
3117
3118         * gnus.el (gnus-large-newsgroup):
3119         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3120
3121         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3122         externalize attachments.  Bug reported by Steve Wen.
3123
3124         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3125         really message anything to the user.
3126
3127         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3128         directly.
3129
3130         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3131         messages in empty groups.
3132
3133 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3134
3135         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3136         non-UIDNEXT group.
3137
3138 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3141         not the value from the collection.
3142
3143         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3144         values.  This sometimes happens on some groups that have no info.
3145         (nnimap-request-newgroups): New function.
3146
3147 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3148
3149         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3150         check into `gnus-registry-initialize'.
3151         (gnus-registry-initialize): Ditto.
3152         Fix and extend header docs.
3153
3154 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3157         regexp backtrace overflows.
3158
3159         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3160         for starttls that tls.el implements; i.e. openssl.
3161
3162         * tls.el (tls-starttls-switches): Give up on using starttls with
3163         gnutls-cli.
3164         (tls-program): Add --insecure to be consistent with the defaults from
3165         openssl s_client.  Now all three commands are insecure.
3166
3167 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * lpath.el: Bind completion-styles-alist for XEmacs.
3170
3171         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3172         (gravatar-create-image): New function that's an alias to
3173         gnus-xmas-create-image, gnus-create-image, or create-image.
3174         (gravatar-data->image): Use it.
3175
3176 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3177
3178         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3179         install the nnregistry refer method.
3180         (gnus-registry-install-hooks): Use it.
3181         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3182         unfollowed groups.
3183
3184 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3185
3186         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3187         expanding threads.
3188
3189 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * nnir.el: Use the server names without suffixes (bug #7009).
3192
3193         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3194         unencrypted to STARTTLS, if possible.
3195
3196 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3197
3198         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3199         headers before superseding.
3200
3201 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * nnrss.el (nnrss-use-local): Add documentation.
3204
3205         * nnimap.el (nnimap-extend-tls-programs): New function.
3206         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3207         (nnimap-wait-for-connection): Accept the greeting from the stupid
3208         output from openssl s_client -starttls, too.
3209
3210         * tls.el (tls-starttls-switches): New variable.
3211         (tls-find-starttls-argument): Use it.
3212         (open-tls-stream): Ditto.
3213
3214         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3215         (netrc-machine): Ditto.
3216
3217         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3218         article number.
3219         (nnimap-split-fancy): New variable.
3220         (nnimap-split-incoming-mail): Use it.
3221
3222         * nntp.el (nntp-server-list-active-group): Document.
3223
3224         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3225         SELECT to get the message-id.
3226
3227         * mail-source.el (mail-sources): Remove webmail support.
3228         (defvar): Ditto.
3229         (mail-source-fetcher-alist): Ditto.
3230         (mail-source-fetch-webmail): Remove.
3231
3232         * webmail.el: Remove -- doesn't seem relevant any more.
3233
3234         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3235
3236         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3237         the \r.
3238
3239 2010-09-30  Julien Danjou  <julien@danjou.info>
3240
3241         * gnus-agent.el (gnus-agent-add-group): Fix call to
3242         gnus-completing-read.
3243
3244 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * nndoc.el (nndoc-retrieve-groups): New function.
3247
3248         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3249         `default', use nnmail-split-methods.
3250         (nnimap-request-article): Downcase the NILs so that they are nil.
3251
3252         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3253         symbol.
3254
3255         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3256         code, since if the user has requested network, that's what they ought
3257         to get.
3258         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3259         (nnimap-split-rule): Mark as obsolete.
3260
3261         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3262         New variable.
3263
3264         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3265         correct slot, too.
3266
3267 2010-09-29  Julien Danjou  <julien@danjou.info>
3268
3269         * gnus.el (gnus-local-domain): Declare variable obsolete.
3270
3271         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3272         Fix history computing.
3273         (gnus-ido-completing-read): Require ido.
3274
3275 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3278         build Gnus.
3279
3280         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3281         when interpreting the structures.
3282         (nnimap-request-accept-article): Add \r\n to the lines to make this
3283         work with Cyrus.
3284
3285         * nndraft.el (nndraft-request-expire-articles): Use the group name
3286         instead if "nndraft".  Fix found by Nils Ackermann.
3287
3288 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3289
3290         * nnregistry.el: Add.
3291
3292 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3293
3294         * nnmail.el (group, group-art-list, group-art):
3295         Remove unneeded directives.
3296
3297 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3298
3299         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3300         (mm-mime-charset)
3301         * rfc2047.el (rfc2047-syntax-table)
3302         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3303
3304         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3305         rather than `insert-file-contents' and `eval-region'.
3306
3307         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3308         construction.
3309
3310         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3311
3312         * time-date.el: No need to require cl for Emacs 21.
3313
3314 2010-09-29  Julien Danjou  <julien@danjou.info>
3315
3316         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3317         replacement of `gnus-gravatar-relief' to mimic
3318         `gnus-faces-properties-alist'.
3319         Add :version property.
3320
3321 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * mail-source.el (mail-source-report-new-mail)
3324         * message.el (message-default-mail-headers)
3325         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3326
3327         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3328
3329 2010-09-28  Julien Danjou  <julien@danjou.info>
3330
3331         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3332         mail-address contains the same string as real-name.
3333
3334         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3335         non-blank in header, otherwise it'll get stripped.
3336
3337         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3338         real-name, and then for mail address rather than doing : or , search.
3339
3340 2010-09-27  Julien Danjou  <julien@danjou.info>
3341
3342         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3343         right completing-read function.
3344         (gnus-use-ido): New variable
3345         (gnus-completing-read-with-default): Remove.
3346         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3347         (gnus-agent-add-group):
3348         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3349         * mm-view.el (mm-view-pkcs7-decrypt):
3350         * mm-util.el (mm-codepage-setup):
3351         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3352         * mml-smime.el (mml-smime-openssl-sign-query):
3353         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3354         (mml-insert-multipart):
3355         * gnus-msg.el (gnus-summary-yank-message):
3356         * gnus-int.el (gnus-start-news-server):
3357         * mm-decode.el (mm-interactively-view-part):
3358         * gnus-dired.el (gnus-dired-attach):
3359         * gnus.el (gnus-read-method):
3360         * gnus-bookmark.el (gnus-bookmark-jump):
3361         * gnus-art.el (gnus-mime-view-part-as-type)
3362         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3363         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3364         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3365         * nnmairix.el (nnmairix-create-server-and-default-group)
3366         (nnmairix-update-groups, nnmairix-get-server)
3367         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3368         (nnmairix-get-group-from-file-path):
3369         * nnrss.el (nnrss-find-rss-via-syndic8):
3370         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3371         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3372         (gnus-group-browse-foreign-server):
3373         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3374         (gnus-summary-execute-command, gnus-summary-respool-article)
3375         (gnus-read-move-group-name):
3376         * gnus-score.el (gnus-summary-increase-score)
3377         (gnus-summary-score-effect):
3378         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3379
3380 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3383         x-focus-frame.
3384
3385         * nnimap.el (auth-source-forget-user-or-password)
3386         (auth-source-user-or-password): Autoload.
3387
3388         * message.el (message-from-style, message-interactive)
3389         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3390         (message-yank-prefix, message-indentation-spaces, message-signature)
3391         (message-signature-file): Add comment.
3392
3393 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394
3395         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3396         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3397         new articles.
3398
3399         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3400         parts.
3401         (nnimap-request-article): Work with the t setting, too.
3402
3403         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3404         that you don't get flashes of other buffers.
3405         (gnus-summary-show-complete-article): Intern before setting.
3406
3407 2010-09-27  David Engster  <dengste@eml.cc>
3408
3409         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3410         well as HEADERS.
3411         (nnmairix-retrieve-headers): Provide new argument for the above.
3412
3413 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * gnus-sum.el (gnus-summary-move-article): Don't alter
3416         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3417         group.
3418
3419         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3420
3421         * message.el (message-cite-prefix-regexp): Revert my last edit.
3422
3423         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3424         variable instead of the Gnus variable.
3425
3426         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3427
3428         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3429
3430         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3431         since some servers don't like it.
3432         (nnimap-open-connection): Forget credentials if the server says the
3433         password was wrong.
3434         (nnimap-parse-line): Protect against invalid data.
3435
3436         * gnus-sum.el (gnus-summary-move-article): Add comment.
3437         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3438         nothing alters it while scanning for new messages.
3439
3440         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3441         which may or may not help.
3442         (nnimap-open-connection): If we're doing a stream connection, and then
3443         discover we're on a STARTTLS-capable server, then open a STARTTLS
3444         connection instead.
3445
3446 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3447
3448         * nnimap.el (utf7): Require.
3449
3450         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3451         prefix.
3452
3453 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3454
3455         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3456
3457 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * nnimap.el (nnimap-request-accept-article): Message the error on
3460         error.
3461
3462 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3465
3466 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467
3468         * nndoc.el (nndoc-request-list): Return success always.
3469
3470         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3471         `fetch-old' -- we only want to fetch the articles we've requested.
3472         The rest are in the agent, probably.
3473         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3474         disappeared server" to something low.  It's not important.
3475
3476         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3477         arrived before the FETCH data.
3478
3479         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3480         target here, because we don't know the Gnus name of the group.
3481
3482         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3483         for the correct group.
3484
3485         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3486
3487         * gnus.el (gnus): Give a final warning after startup.
3488
3489         * gnus-util.el (gnus-action-message-log): New variable.
3490         (gnus-message): Use it.
3491         (gnus-final-warning): New function.
3492
3493         * nnimap.el (nnimap-open-connection): Record the greeting.
3494         (nnimap): Add greeting.
3495
3496 2010-09-26  Julien Danjou  <julien@danjou.info>
3497
3498         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3499         arguments.
3500         (gnus-html-wash-images): Fix spec computing to include start/end.
3501
3502         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3503
3504 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3507         deletion.
3508         (nnimap-retrieve-headers): Don't select the group, because that's
3509         already done by nnimap-possibly-change-group.
3510
3511         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3512         (gnus-picon-transform-address): Use it.
3513
3514         * mail-source.el (mail-source-value): Revert previous patch.
3515
3516         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3517         on failure.
3518         (nnimap-open-connection): Look up both virtual and physical server name
3519         credentials.
3520
3521         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3522
3523 2009-02-07  Dave Love  <fx@gnu.org>
3524
3525         * tls.el (open-tls-stream): Don't query killing process.
3526
3527 2009-02-08  Dave Love  <fx@gnu.org>
3528
3529         * gnus-win.el (gnus-window-to-buffer-helper)
3530         (gnus-all-windows-visible-p): Function needn't be a symbol.
3531
3532         * mail-source.el (mail-source-value): Function needn't be a symbol.
3533
3534 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3535
3536         * message.el (message-cite-prefix-regexp): Remove } from the cite
3537         prefix.
3538
3539         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3540         highlight again, so that the highlight is correct.
3541
3542         * gnus-picon.el (gnus-picon): Remove again.
3543         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3544
3545         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3546         doing the header highlightling, so that the background colour of the
3547         picon is correct.
3548
3549         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3550         (gnus-picon): Ditto.
3551         (gnus-picon): Reinstate.  The background colour for picons is white.
3552         (gnus-picon-insert-glyph): Make the background white.
3553
3554         * nnml.el (nnml-open-nov): Don't return dead buffers.
3555
3556         * auth-source.el (auth-source-create): Query the user for whether to
3557         store the credentials.
3558
3559         * netrc.el (netrc-store-data): New function.
3560
3561         * auth-source.el (auth-source-user-or-password): Use the existing auth
3562         sources, if any, for creation.
3563
3564         * gnus.el (gnus-group-fast-parameter): Return the last matching
3565         parameter instead of the first matching parameter.
3566
3567 2010-09-26  Julien Danjou  <julien@danjou.info>
3568
3569         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3570
3571 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3572
3573         * mml2015.el (mml2015-use): Remove gpg support.
3574
3575         * mml1991.el (mml1991-function-alist): Remove gpg function.
3576         (mml1991-gpg-sign): Remove.
3577
3578 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3579
3580         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3581         (gnus-browse-unsubscribe-current-group): Document it.
3582         (gnus-browse-unsubscribe-group): Use it.
3583
3584 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3587         address to the To list for easier response.
3588
3589         * gnus.el (gnus-play-startup-jingle): Remove.
3590         (gnus-splash): Don't play jingle.
3591         (gnus): Silence gnus-load message.
3592
3593         * gnus-art.el (gnus-treat-play-sounds): Remove.
3594
3595         * gnus.el (gnus-play-jingle): Remove audio support.
3596
3597         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3598
3599         * earcon.el: Remove -- no users.
3600
3601         * gnus-audio.el: Remove -- no users of this package.
3602
3603         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3604
3605         * gnus-start.el (gnus-setup-news): Remove nocem support.
3606
3607         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3608
3609         * gnus.el (gnus-use-nocem): Remove.
3610
3611         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3612         Remove.
3613
3614         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3615         uses NoCeM any more.
3616
3617         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3618         (gnus-button-ctan-handler): Ditto.
3619         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3620         (gnus-button-ctan-directory-regexp): Ditto.
3621         (gnus-button-handle-ctan): Ditto.
3622         (gnus-button-tex-level): Ditto.
3623         (gnus-button-alist): Remove CTAN stuff.
3624
3625 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626
3627         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3628         nnimap-streaming test.
3629
3630         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3631         servers twice.
3632
3633         * nnimap.el (nnimap-open-connection): Add more error reporting when
3634         nnimap fails early.
3635
3636         * nnheader.el (nnheader-get-report-string): New function.
3637         (nnheader-get-report): Use it.
3638
3639         * gnus-int.el (gnus-check-server): Say what the error was when opening
3640         failed.
3641
3642         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3643         using streaming.
3644
3645 2010-09-25  Julien Danjou  <julien@danjou.info>
3646
3647         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3648         gnus-window-inside-pixel-edges.
3649
3650 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3653
3654         * mm-decode.el (mm-save-part): Allow saving to other directories the
3655         normal Emacs way.
3656
3657         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3658         Suggested by Jay Berkenbilt.
3659
3660         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3661         there isn't a single byte.
3662
3663         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3664         just do it.  It doesn't really seem to matter what the user responds
3665         here, I think, so it's just a confusing question.
3666
3667         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3668         non-streaming case.
3669
3670         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3671         (gnus-article-encrypt-body): Use it.
3672
3673         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3674         keystroke.
3675
3676         * nnimap.el (nnimap-find-wanted-parts-1):
3677         Use gnus-fetch-partial-articles.
3678
3679         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3680
3681         * nnimap.el (nnimap-insert-partial-structure): New function.
3682         (nnimap-get-partial-article): New function.
3683         (nnimap-request-article): Use it.
3684         (nnimap-wait-for-response): Return whether the wait was successful.
3685         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3686         retrieval wasn't successful.
3687         (nnimap-retrieve-group-data-early): Allow throttling servers.
3688         (nnimap-streaming): New variable.
3689         (nnimap-fetch-partial-articles): Remove.
3690
3691         * mm-decode.el (mm-with-part): Protect against killed buffers.
3692
3693         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3694         for prettier summary display.
3695
3696 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3697
3698         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3699
3700 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3703         apparently third-party libraries depend on it.
3704
3705         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3706         before starting negotiation.
3707
3708         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3709         privacy reasons.
3710         (gnus-treat-mail-gravatar): Ditto.
3711
3712         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3713         buffer when inserting images.  Inserting text into the headers, for
3714         instance, can make them invalid.
3715
3716 2010-09-25  Julien Danjou  <julien@danjou.info>
3717
3718         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3719         variables.
3720
3721         * nnheader.el: Remove useless variables news-reply-yank-from and
3722         news-reply-yank-message-id.
3723
3724         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3725         variables.
3726
3727         * mml1991.el: Remove useless mml1991-verbose.
3728
3729         * gnus.el: Remove useless variable gnus-use-generic-from.
3730         Remove obsolete variable gnus-topic-indentation.
3731
3732         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3733
3734         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3735
3736         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3737
3738         * gnus-group.el: Remove useless gnus-group-icon-cache.
3739         Remove useless gnus-ephemeral-group-server.
3740
3741         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3742
3743         * mml2015.el: Remove useless mml2015-verbose.
3744
3745         * mml-smime.el: Remove useless mml-smime-verbose.
3746
3747         * gnus.el: Remove useless gnus-local-domain.
3748
3749         * gnus-gravatar.el (gnus-gravatar-transform-address):
3750         Use gnus-gravatar-size.
3751
3752         * gnus-art.el: Remove useless gnus-treat-translate.
3753
3754 2010-09-24  Julien Danjou  <julien@danjou.info>
3755
3756         * gnus-sum.el: Add support for Gravatars.
3757
3758         * gnus-art.el: Add support for Gravatars.
3759
3760         * gnus-gravatar.el: Add this file.
3761
3762         * gravatar.el: Add this file.
3763
3764 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3767
3768         * gnus-group.el (gnus-group-fetch-faq): Remove.
3769
3770         * gnus.el (gnus-group-faq-directory): Remove.
3771
3772         * gnus-group.el (gnus-group-fetch-charter): Remove.
3773
3774         * gnus.el (gnus-group-charter-alist): Remove.
3775
3776         * gnus-group.el (gnus-group-archive-directory): Remove.
3777         (gnus-group-recent-archive-directory): Ditto.
3778         (gnus-group-make-archive-group): Remove.
3779
3780         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3781
3782         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3783         use the same article number for all the cached articles.
3784
3785         * nnimap.el (nnimap-command): Register the last command time so
3786         that we can use it for idling NOOPs.
3787         (nnimap-open-connection): Start the keeplive timer.
3788         (nnimap-make-process-buffer): Store all the process buffers.
3789         (nnimap-keepalive): New function.
3790
3791         * starttls.el (starttls-open-stream): Add autoload cookie.
3792
3793 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3794
3795         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3796         handling.
3797
3798 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3801         its data structures.
3802
3803         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3804         instead of the cl.el copy-list.
3805         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3806         equalp.
3807
3808 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3811         and tool-bar-local-item-from-menu.
3812
3813         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3814         mode-line-highlight face for Emacs.
3815
3816         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3817         loading gnus-sum.elc; fix comment for canlock-verify.
3818         (gnus-article-jump-to-part): Use read-number.
3819         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3820         Remove Emacs pre-21 compatible code for help-echo.
3821         (gnus-article-next-page-1): No need to adjust the number of lines.
3822         (gnus-article-describe-bindings): Always use help-buffer.
3823
3824         * gnus-audio.el (gnus-audio-inline-sound)
3825         * gnus-cus.el (gnus-custom-mode)
3826         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3827
3828         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3829
3830         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3831         compatible code.
3832
3833 2010-09-24  Glenn Morris  <rgm@gnu.org>
3834
3835         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3836         visiting the fcc file in rmail-mode.
3837
3838         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3839
3840 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * nnir.el: Silence the byte compiler.
3843
3844         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3845         alias to browse-url-url-encode-chars if any.
3846         (gnus-html-encode-url): Use it.
3847
3848 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849
3850         * gnus-start.el (gnus-use-backend-marks): New variable.
3851         (gnus-get-unread-articles-in-group): Use it.
3852
3853         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3854         makeover.
3855
3856 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3857
3858         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3859
3860 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3861
3862         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3863         Remove.
3864         (gnus-setup-news-hook):
3865         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3866
3867         * gnus-int.el (gnus-request-update-info): Protect against backends not
3868         having the function.
3869
3870         * nnimap.el (nnimap-stream): Mention starttls.
3871         (nnimap-open-connection): Add starttls support.
3872
3873 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3874
3875         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3876
3877 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3878
3879         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3880         BODYSTRUCTUREs.
3881         (nnimap-transform-headers): Unfold quoted {42} headers.
3882
3883         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3884         the info.
3885         (gnus-get-unread-articles): Only call updatep on backends that support
3886         it.
3887
3888         * nnweb.el (nnweb-request-update-info): NOOP.
3889
3890         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3891
3892         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3893         since it only deals with marks.
3894
3895         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3896         gnus-request-marks, and make a new gnus-request-update-info.
3897
3898         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3899         the active instead of the high number, which is usually too low.
3900
3901 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3902
3903         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3904         * encrypt.el: Remove.
3905
3906 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3909         server in symbolic form.
3910
3911         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3912
3913 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3916         (nnimap-update-info): Fix up code slightly.
3917
3918         * gnus-int.el (gnus-open-server): Add tracing for performance
3919         debugging.
3920
3921         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3922         (gnus-group-insert-group-line): Pass the real group name so that it
3923         gets the right data.
3924
3925         * gnus-start.el (gnus-get-unread-articles): Don't have
3926         `gnus-get-unread-articles-in-group' update info, since that can be
3927         really slow and doesn't seem to be needed?
3928
3929 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3930
3931         * time-date.el (date-to-time): Try using parse-time-string first before
3932         using the slower timezone-make-date-arpa-standard.
3933
3934 2010-09-22  Julien Danjou  <julien@danjou.info>
3935
3936         * gnus-group.el (gnus-group-insert-group-line):
3937         Call gnus-group-highlight-line.
3938         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3939         default hook list.
3940         (gnus-group-update-eval-form): Add new function.
3941         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3942         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3943
3944 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3945
3946         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3947         immediate, then expire all articles.
3948         (nnimap-update-info): Fix off-by-one errors.
3949         (nnimap-flags-to-marks): Would return no marks lists for group with no
3950         flags.  Instead return the other data.
3951
3952 2010-09-22  Julien Danjou  <julien@danjou.info>
3953
3954         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3955         Only return an icon.
3956         (gnus-group-insert-group-line): Compute icon to return.
3957
3958         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3959         (gnus-html-image-fetched): Only cache if
3960         gnus-html-image-automatic-caching is set.
3961         (gnus-html-image-fetched): Check for errors.
3962
3963 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3964
3965         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3966         once per method on `g'.  This ensures that backends like nnfolder don't
3967         open all their folders.
3968
3969         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3970         (nnimap-request-list): Nix out group in the correct buffer.
3971         (nnimap-parse-flags): Implement by using `read' instead of
3972         hand-parsing.
3973         (nnimap-flags-to-marks): Pass on permanent-flags.
3974         (nnimap-make-process-buffer): Record the server name.
3975         (nnimap-parse-flags): Fix typo.
3976         (nnimap-request-scan): Run split on the server in general, not just a
3977         single group.
3978
3979         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3980         parameter, and propagate this downwards.
3981
3982         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3983         since EXAMINE changes it on the server.
3984
3985         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3986         this command might take a while.
3987
3988 2010-09-22  Julien Danjou  <julien@danjou.info>
3989
3990         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3991         harmful if you have 2 images side-by-side, they can't be properly
3992         update on text deletion.  Using text-property is safer here.
3993         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3994         data.
3995
3996 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * nnimap.el (nnimap-expunge-inbox): Remove.
3999         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4000         (nnimap-expunge): Flip default to t.
4001
4002         * gnus.el (gnus-method-to-server): Don't push things to the cache
4003         unless it's unique.
4004         (gnus-server-to-method): Ditto.
4005
4006 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4007
4008         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4009
4010 2010-09-22  Julien Danjou  <julien@danjou.info>
4011
4012         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4013         get the start of data.
4014         (gnus-html-encode-url): Add this function to encode special chars in
4015         URL.
4016         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4017         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4018
4019         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4020         default.
4021         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4022
4023         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4024         images alt-text.
4025         (gnus-html-put-image): Put alt-text as help-echo.
4026
4027 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4030         * mm-util.el (mm-decompress-buffer)
4031         * nnir.el (nnir-run-find-grep)
4032         * pop3.el (pop3-list): Use 3rd arg of split-string.
4033
4034         * time-date.el (format-seconds): Comment fix.
4035
4036         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4037         and byte-optimize-form-code-walker.
4038         (dgnushack-make-auto-load): Don't advise make-autoload.
4039
4040         * lpath.el: Remove Emacs 21 stuff.
4041
4042 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4043
4044         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4045         outside the active range.  Suggested by Dan Christensen.
4046
4047         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4048         slightly later to avoid double-getting it.
4049
4050         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4051         previous patch.
4052
4053         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4054
4055 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4056
4057         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4058
4059 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060
4061         * gnus-int.el (gnus-open-server): Give a better error message in the
4062         "go offline" case.
4063
4064         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4065         marks for nnimap, which is seldom the right thing to do.
4066
4067         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4068         (gnus-same-method-different-name): New function.
4069
4070         * nnimap.el (parse-time): Require.
4071
4072         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4073         method in the presence of many similar methods.
4074
4075         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4076
4077         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4078         nnml-inhibit-expiry.
4079
4080         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4081         find out whether methods are equal.
4082
4083         * nnimap.el (nnimap-find-expired-articles): New function.
4084         (nnimap-process-expiry-targets): New function.
4085         (nnimap-request-move-article): Request the article before looking at
4086         what the Message-ID is.  Fix found by Andrew Cohen.
4087         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4088
4089         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4090         for oldness in addition to being a predicate.
4091
4092         * nnimap.el (nnimap-request-group): When we have zero articles, return
4093         the right data to Gnus.
4094         (nnimap-request-expire-articles): Only delete articles immediately if
4095         the target is 'delete.
4096
4097         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4098         method, this would bug out.
4099
4100         * gnus-group.el (gnus-group-expunge-group): Rename from
4101         gnus-group-nnimap-expunge, and implemented as a normal interface
4102         function.
4103
4104         * gnus-int.el (gnus-request-expunge-group): New function.
4105
4106         * nnimap.el (nnimap-request-create-group): Implement.
4107         (nnimap-request-expunge-group): New function.
4108
4109 2010-09-21  Julien Danjou  <julien@danjou.info>
4110
4111         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4112         (gnus-html-cache-expired): Add new function.
4113         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4114         wethever we should display image for fetch it.
4115         Compute alt-text earlier to pass it to the fetching function too.
4116         (gnus-html-schedule-image-fetching): Change function argument to only
4117         get one image at a time, not a list.
4118         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4119         cache.
4120         (gnus-html-get-image-data): New function to retrieve image data from
4121         cache.
4122         (gnus-html-put-image): Change buffer argument to use image data rather
4123         than file, and place image above region rather than inserting a new
4124         one.  Do not take alt-text as argument, since it's useless now: we place
4125         the image above alt-text.
4126         (gnus-html-prune-cache): Remove.
4127         (gnus-html-show-images): Start to fetch image when we find one, do not
4128         push into a temporary list.
4129         (gnus-html-prefetch-images): Only fetch image if they have expired.
4130         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4131         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4132
4133 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4136
4137 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138
4139         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4140         spec inser "*" if the group isn't active instead of 0.
4141
4142         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4143         opening the server.
4144         (nnimap-request-delete-group): Implement group deletion.
4145         (nnimap-transform-headers): Return the size of the entire message in
4146         the Bytes header, not just the size of the first part.
4147         (nnimap-request-move-article): When moving an article from nnimap,
4148         request the article first so the accepting form has an article to
4149         accept.  Reported by Dan Christensen.
4150         (nnimap-command): Make sure that the error message doesn't error out.
4151
4152 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4153
4154         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4155         we haven't requested anything.
4156
4157 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4158
4159         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4160         "".  Fix found by Andrew Cohen.
4161
4162         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4163         instead of -encode-string.
4164
4165 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4168
4169         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4170         by mm-subst-char-in-string.
4171
4172 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4175         waiting for the connection string.
4176
4177         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4178         arriving.
4179
4180         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4181         bogus characters.  This allows selecting certain Gmail groups.
4182
4183         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4184         (nnimap-fetch-partial-articles): New variable.
4185         (nnimap-open-connection): When looking for credentials, also use the
4186         nnimap-server-port.
4187         (nnimap-request-article): Return the group/article number, so that Gnus
4188         `^' works as expected.
4189         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4190
4191         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4192         comments.
4193         (gnus-methods-sloppily-equal): New function.
4194         (gnus): When using the development version of Gnus, load the gnus-load
4195         file.
4196
4197         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4198         `gnus-open-server' on each method before trying to scan them etc.
4199         This ensures that all the backend parameters are set correctly.
4200
4201         * nnimap.el (nnimap-authenticator): New variable.
4202         (nnimap-open-connection): Allow anonymous login.
4203         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4204         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4205
4206         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4207         patch, found by Knut Anders Hatlen.
4208
4209 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4210
4211         * gnus-agent.el (gnus-agent-batch-confirmation)
4212         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4213         to gnus-message.
4214         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4215         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4216         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4217         * gnus-int.el (gnus-open-server): Likewise.
4218         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4219         (gnus-score-check-syntax): Likewise.
4220         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4221         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4222         Likewise.
4223         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4224
4225 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4228         calling conventions so that prefetch doesn't bug out.
4229
4230 2010-09-19  Julien Danjou  <julien@danjou.info>
4231
4232         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4233         rather than `subst-char-in-region' in order to be able to replace ASCII
4234         char by UTF-8 ones.
4235
4236         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4237         than curl.
4238         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4239         the right URL and ALT text on images.
4240         (gnus-html-wash-tags): Fix tag case.
4241         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4242         (gnus-article-html): Add -o display_ins_del=2 option.
4243         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4244
4245 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4248         the extra mail headers, which sometimes seem to happen for unknown
4249         reasons.
4250
4251         * mail-parse.el (mail-header-encode-parameter): Define as
4252         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4253         (or most, perhaps?) mail readers don't understand the latter, but do
4254         understand the former.
4255
4256         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4257         to nil, so that no methods are automatically agentized.  I think this
4258         is probably what most users want.
4259
4260         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4261         from url-retrieve, for instance about invalid URLs.
4262
4263         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4264         groups that have no articles.
4265         (nnimap-request-article): Check that we really got an article when we
4266         requested one.
4267
4268         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4269         doesn't exist.
4270
4271         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4272         nntp buffer so the agent can save it.
4273         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4274         that CRLF doesn't get translated to \n.
4275         (nnimap-open-connection): Don't make 'shell commands only send \n.
4276
4277 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4278
4279         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4280         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4281         Update var name.
4282         (nnml-generate-nov-file): Use dolist.
4283         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4284         Use with-current-buffer.
4285
4286 2010-09-18  Julien Danjou  <julien@danjou.info>
4287
4288         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4289         parallel.
4290
4291 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292
4293         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4294         the range update right.
4295         (nnimap-request-group): Don't make `M-g' bug out on group with no
4296         marks.
4297         (nnoo): Require, so that other packages can require nnimap.
4298         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4299         command we're looking for.  This helps when the server sends more
4300         responses after we've gotten everything we expected.
4301         (nnimap): Add a `newlinep' field to keep track of end-of-line
4302         conventions.
4303         Don't send CRLF to things that don't want it.
4304         (nnimap-request-accept-article): Ditto.
4305
4306 2010-09-18  Julien Danjou  <julien@danjou.info>
4307
4308         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4309         than curl to retrieve images.
4310
4311 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312
4313         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4314         the marks.
4315         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4316         (nnimap-wait-for-connection): New function.
4317         (nnimap-open-connection): If we have PREAUTH, don't query for login
4318         credentials.
4319         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4320         when doing a partial update.
4321
4322 2010-09-18  Julien Danjou  <julien@danjou.info>
4323
4324         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4325         tags.
4326
4327 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * nnimap.el (nnimap-credentials): New function.
4330         (nnimap-open-connection): Use the new function to look for credentials
4331         also on the numeric equivalents of "imap" and "imaps".
4332
4333         * gnus-start.el (gnus-activate-group): Send the info to
4334         gnus-request-group.
4335
4336         * nnimap.el (nnimap-request-group): Have the "check" version of the
4337         function parse flags and update the info, so that a `M-g' get a total
4338         resync of all flags from the group.
4339
4340         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4341         to allow backends to alter the info on group selection.  Also alter all
4342         the backend -request-group functions to take the parameter.
4343
4344         * nnimap.el (nnimap-store-info): New function.
4345         (nnimap-update-info): Store the info for later usage.
4346         (nnimap-request-group): Use the stored info for the dont-check case, so
4347         that we don't retrieve all marks when we enter a group.
4348
4349         * nnimap.el: Use deffoo instead of defun for interface functions.
4350
4351         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4352         update the group info.  This makes the nndraft groups, for instance, go
4353         back to their old behaviour.
4354
4355         * gnus-sum.el (gnus-select-newsgroup): Indent.
4356
4357         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4358         in.
4359         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4360         nothing.
4361
4362         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4363         from methods that are denied.
4364
4365         * gnus-int.el (gnus-method-denied-p): New function.
4366
4367         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4368         store the password instead of netrc.
4369         (nnimap-open-connection): Don't error out when we can't make a
4370         connections.
4371
4372         * auth-source.el (auth-source-create): In the password prompt, say what
4373         we're querying for.  Also prompt for user name if that hasn't been
4374         given.
4375
4376         * nnimap.el (nnimap-with-process-buffer): Remove.
4377
4378 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4381         method when we're reading from the agent.
4382
4383         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4384
4385         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4386         that's probably most useful for users.
4387
4388         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4389         "failed" all the time.
4390
4391         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4392         ...)) with (with-current-buffer ... ).
4393
4394         * nntp.el (nntp-open-server): Return whether the open was successful or
4395         not.
4396
4397         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4398         select an unread unseen article first.
4399
4400         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4401         /etc/services, supply some sensible port defaults.
4402
4403         * dgnushack.el: Define netrc-credentials.
4404
4405 2010-09-17  Julien Danjou  <julien@danjou.info>
4406
4407         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4408
4409 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4410
4411         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4412         doesn't have any parameters.
4413
4414 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4415
4416         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4417         only upcased checks.
4418
4419         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4420
4421         * nnimap.el (nnimap-open-shell-stream): New function.
4422         (nnimap-open-connection): Use it.
4423         (nnimap-transform-headers): Get the number of lines in each message.
4424         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4425         number of lines.
4426         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4427         problem.
4428
4429         * utf7.el (utf7-encode): Autoload.
4430
4431         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4432         to allow the mail splitting to not return a default group.  This is
4433         useful for nnimap, which will leave unmatched mail in the inbox.
4434
4435         * nnimap.el: Rewritten.
4436
4437         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4438         nnimap usage.
4439
4440         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4441         if the move is internal, so that nnimap can do fast internal moves.
4442
4443         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4444         data.
4445         (gnus-read-active-for-groups): Support finishing the early retrieval of
4446         data.
4447
4448         * gnus-range.el (gnus-range-nconcat): New function.
4449
4450         * gnus-int.el (gnus-finish-retrieve-group-infos)
4451         (gnus-retrieve-group-data-early): New functions.
4452
4453 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4454
4455         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4456         (nnrss-retrieve-groups):
4457         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4458         (pop3-quit): Use with-current-buffer.
4459
4460 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4463         instead of nnheader-accept-process-output.
4464
4465         * dgnushack.el (dgnushack-compile): Add comment.
4466
4467         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4468
4469         * gnus-html.el (gnus-html-schedule-image-fetching)
4470         (gnus-html-prefetch-images): Replace process-kill-without-query by
4471         gnus-set-process-query-on-exit-flag.
4472
4473 2010-09-16  Romain Francoise  <romain@orebokech.com>
4474
4475         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4476
4477 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478
4479         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4480         parameter to unintern is mandatory-ish in Emacs 24.
4481
4482         * gnus-html.el (gnus-html-schedule-image-fetching)
4483         (gnus-html-prefetch-images): Check for curl before using it.
4484
4485         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4486         depend on curl, which isn't essential.
4487
4488         * imap.el: Revert back to version
4489         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4490         seem problematic.
4491
4492 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4493
4494         * gnus-registry.el (gnus-registry-install-shortcuts):
4495         Explicitly pass `obarray' to `unintern' to avoid a warning.
4496
4497 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4500         change.
4501
4502         * nnrss.el (nnrss-request-list): Remove this function and related
4503         functions, including the moreover stuff.
4504
4505 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4506
4507         * nnrss.el (nnrss-retrieve-groups): New function.
4508
4509 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4510
4511         * .dir-locals.el: Add no-byte-compile cookie.
4512
4513 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * time-date.el (format-seconds): Comment fix.
4516
4517         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4518         for back end that doesn't support request-scan.
4519
4520 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4523         then do request scans from the backends.
4524
4525         * netrc.el (netrc-credentials): New conveniency function.
4526
4527         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4528         avoid running a hook per line, since this takes a lot of time,
4529         profiling shows.
4530         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4531         directly if gnus-visual-p is true.
4532
4533 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4536         groups; replace mapcar with dolist which is a bit faster; pass groups
4537         info to gnus-read-active-file-1.
4538         (gnus-read-active-file-1): Scan only specified groups if the new
4539         optional arg `infos' is given.
4540
4541 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4544
4545         * pop3.el (pop3-movemail): Remove.
4546         (pop3-streaming-movemail): Rename to pop3-movemail.
4547
4548         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4549         don't restrict end-tag searches to the end of the line.
4550
4551 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4554         articles of every unchecked group to t, which means unknown since the
4555         server has never been opened.
4556
4557 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558
4559         * gnus-html.el (gnus-html-show-alt-text): New command.
4560         (gnus-html-browse-image): Ditto.
4561         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4562         to browse the image directly.
4563         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4564         better.
4565
4566         * gnus-async.el (gnus-async-article-callback):
4567         Call `gnus-html-prefetch-images' unconditionally.
4568
4569         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4570         before feeding URLs to curl.
4571
4572 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4575         internal images as deletable by `W D D'.
4576
4577         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4578         (gnus-async-article-callback): Fix typo.
4579
4580 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4581
4582         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4583         current line to work around bugs in the output from w3m.
4584
4585         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4586         for groups that want that.
4587
4588         * nntp.el (nntp-wait-for-string): Supply a timeout for
4589         accept-process-output to ensure progress.
4590
4591         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4592         level to get unread articles from, then use that for foreign groups,
4593         too.
4594
4595         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4596         confuses the rest of the function.
4597
4598         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4599         for the methods that support -retrieve-groups, too.
4600
4601         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4602
4603 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4606         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4607
4608         * pop3.el: Require cl when compiling.
4609         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4610
4611 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4614         that aren't going to be activated.
4615         (gnus-get-unread-articles): Fix up the last commit.
4616
4617         * gnus-html.el (gnus-article-html): Allow calling without specifying
4618         the handle.  In that case, dissect the buffer first.
4619
4620         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4621
4622         * nnimap.el (nnimap-open-connection): Revert the change that would look
4623         into authinfo for imaps instead of imap.
4624
4625         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4626         say that you don't want to call gnus-request-group with don-check, but
4627         do check the reponse.  This is for virtual groups only.
4628         (gnus-get-unread-articles): Count the archive groups as secondary, so
4629         that they're activated the same way as before.
4630
4631         * imap.el (imap-message-map): Removed optional buffer parameter, since
4632         no callers use it.
4633         (imap-message-get): Ditto.
4634         (imap-message-put): Ditto.
4635         (imap-mailbox-map): Ditto.
4636         (imap-mailbox-put): Ditto.
4637         (imap-mailbox-get): Ditto.
4638         (imap-mailbox-get): Revert last change for this function.
4639
4640         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4641         case-insensitively.
4642         (nnimap-debug): Remove.
4643
4644         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4645         to use `imap-fetch' instead.  According to the comments, this should be
4646         safe, since all other IMAP clients use the 1:* syntax.
4647         (imap-enable-exchange-bug-workaround): Removed.
4648         (imap-debug): Removed -- doesn't seem very useful.
4649
4650         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4651         mail from a file, and the file doesn't exist.
4652
4653         * imap.el (imap-log): New convenience function used throughout instead
4654         of repeating the same code all over the place.
4655
4656         * pop3.el (pop3-streaming-movemail): Return t for success.
4657
4658         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4659         .authinfo if we're using ssl connection.
4660
4661         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4662         already have if we're in a main Gnus `g' run.
4663
4664         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4665
4666 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4669
4670         * nnmh.el (nnmh-request-list-1): Bind `file'.
4671
4672         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4673         alias to set-process-query-on-exit-flag or process-kill-without-query.
4674         (pop3-open-server): Use it.
4675
4676 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677
4678         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4679         box to the Incoming file.  Fixes mistake in previous checkin.
4680
4681         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4682         request loop (for debugging purposes) removed.
4683
4684         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4685         culprit is more visible.
4686         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4687         (nnml-add-incremental-nov): New functions to do "incremental" nov
4688         updates, where we just append to the end of the existing nov files
4689         without reading/writing them in full.
4690
4691         * mail-source.el (mail-source-delete-crash-box): Really only check the
4692         incoming files once in a while.
4693
4694         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4695
4696         * mail-source.el (mail-source-delete-crash-box): Only check the
4697         incoming files for deletion once per day to save a lot of file
4698         accesses.
4699
4700         * pop3.el (pop3-logon): Fix up unbound variable typo.
4701
4702         * mail-source.el (pop3-streaming-movemail): Autoload.
4703
4704         * pop3.el (pop3-streaming-movemail):
4705         Respect pop3-leave-mail-on-server.
4706
4707         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4708         retrieval.
4709
4710         * pop3.el (pop3-process-filter): Remove unused function.
4711         (pop3-streaming-movemail, pop3-send-streaming-command)
4712         (pop3-wait-for-messages, pop3-write-to-file)
4713         (pop3-number-of-responses): New functions for streaming pop3
4714         retrieval.
4715
4716         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4717         come from no known methods.
4718         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4719         list.
4720
4721         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4722         message sizes.
4723         (pop3-movemail): Use erase-buffer instead of looping and deleting
4724         regions, which seems rather odd.
4725
4726         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4727         file once per `g' run.
4728
4729         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4730         directories.  This makes the draft queue directory work.
4731
4732         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4733         data from the backends, so that we only request the list of groups from
4734         each method once.  This should speed things up considerably.
4735
4736         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4737         detect that it's not implemented.
4738
4739         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4740         we actually do recurse down into the tree, but don't stat all leaf
4741         nodes.
4742
4743         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4744         then say so instead of bugging out.
4745
4746         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4747         files exist before trying to read them.
4748
4749         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4750         around <pre_int>.
4751
4752         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4753
4754         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4755
4756 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * mm-util.el (mm-image-load-path): Just return the image directories,
4759         not all directories in the path in addition to the image directories.
4760         (mm-image-load-path): Maintain a cache of the image directories so that
4761         the `g' command in Gnus doesn't have to stat dozens of directories each
4762         time.
4763
4764         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4765         (gnus-html-wash-tags): Add a new `i' command to insert images.
4766         (gnus-html-insert-image): New command and keystroke.
4767         (gnus-html-redisplay-with-images): New command and keystroke.
4768         (gnus-html-show-images): Rename command.
4769         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4770         spacers.
4771         (gnus-html-wash-tags): Decode entities at the end, so that entities
4772         inside the tags don't mess up the rest of the "parsing".
4773
4774         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4775         so that nnimap methods aren't agentized by default.  There's apparently
4776         many problems related to agent/imap behaviour.
4777
4778         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4779
4780         * gnus-html.el: Doc fix.
4781
4782 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4785         specifier-spec-list for Emacs 21.
4786
4787         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4788         glyph-width and glyph-height instead of display-graphic-p and
4789         image-size; make avoidance of displaying small images work for XEmacs.
4790
4791         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4792         for XEmacs.
4793
4794         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4795         of symbol that holds plist data.
4796         (gnus-process-plist): Remove plist of process after getting it.
4797
4798 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * message.el (message-generate-hashcash): Change default to
4801         'opportunistic if hashcash is installed.
4802
4803         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4804         (gnus-html-put-image): Only call image-size once, since it's somewhat
4805         time-consuming on remote X servers.
4806
4807 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4810         type on data, not a file name.
4811
4812         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4813         window-pixel-edges for Emacs 21.
4814
4815         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4816         decoded contents.
4817         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4818
4819 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4820
4821         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4822         group line format, since it isn't very interesting.
4823
4824         * gnus-agent.el (gnus-agent-short-article),
4825         (gnus-agent-long-article): Increase values for these two variables,
4826         since most people are likely to have more network connection and
4827         storage than before.
4828
4829         * gnus.el (gnus-refer-article-method): Change default to 'current.
4830         When referring an article, the common behaviour is to refer it from the
4831         current select method, not the native select method.  The chances of
4832         the native select method having the message in question is rather slim
4833         these days.
4834
4835         * gnus-sum.el (gnus-auto-select-subject): Change default to
4836         `unseen-or-unread'.  I think it's likely that most people want to
4837         select an unseen article over a previously seen, but unread one.
4838
4839         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4840         means that in the article buffer none of the minor mode elements will
4841         be shown, usually, and this is not desirable in most cases.
4842
4843         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4844         that commands like `d' (and the like) go to the next line in the
4845         buffer, instead of the next unread article.  I think this is the
4846         behaviour that is most natural for most users.
4847         (gnus-single-article-buffer): Change default to nil, so that people can
4848         have as many article buffers open as they have summary buffer.  I think
4849         this is the most natural way for the groups to behave.
4850
4851         * message.el (message-generate-new-buffers): Change default to
4852         `unsent', so that all new message buffers start their names with the
4853         string "*unsent", and it's easier to find the buffers if you move from
4854         them.
4855
4856 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857
4858         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4859         small.  They're probably tracking images.
4860         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4861         (gnus-html-rescale-image): Yet another try at getting the image sizing
4862         right.
4863
4864         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4865         nntp-marks-file-name is nil.
4866
4867 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * gnus-html.el (gnus-html-wash-tags)
4870         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4871         Better logging.
4872
4873 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874
4875         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4876
4877         * gnus-html.el (gnus-html-wash-tags): Check the value of
4878         gnus-blocked-images in the summary buffer.
4879
4880 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4881
4882         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4883
4884 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4887         like "a", it seems like.
4888         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4889         since it needs to be picked from the correct buffer.
4890
4891         * nnwfm.el: Remove.
4892
4893         * nnlistserv.el: Remove.
4894
4895 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4896
4897         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4898         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4899
4900 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901
4902         * nnkiboze.el: Remove.
4903
4904         * nndb.el: Remove.
4905
4906         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4907         alt text.
4908         (gnus-html-rescale-image): Try to get the rescaling logic right for
4909         images that are just wide and not tall.
4910
4911         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4912         overshadow variable bindings.
4913
4914 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4915
4916         * gnus-html.el (gnus-html-wash-tags)
4917         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4918         Add extra logging.
4919
4920 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921
4922         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4923         (gnus-max-image-proportion): New variable.
4924         (gnus-html-rescale-image): New function.
4925         (gnus-html-put-image): Rescale images.
4926
4927 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4928
4929         Fix up some byte-compiler warnings.
4930         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4931         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4932         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4933         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4934         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4935         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4936         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4937
4938 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4939
4940         * gnus-html.el (gnus-article-html): Decode contents by charset.
4941
4942 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4945         (gnus-html-frame-width, gnus-blocked-images)
4946         * message.el (message-prune-recipient-rules): Add custom version.
4947         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4948
4949         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4950         functions.
4951
4952         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4953         gnus-process-get.
4954
4955 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4956
4957         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4958         instead of lsub directly.
4959
4960 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * nnwarchive.el: Remove.
4963
4964         * gnus-soup.el: Remove.
4965
4966         * nnsoup.el: Remove.
4967
4968         * nnultimate.el: Remove.
4969
4970         * gnus-html.el (gnus-blocked-images): New variable.
4971
4972         * message.el (message-prune-recipients): New function.
4973         (message-prune-recipient-rules): New variable.
4974
4975         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4976         guess whether a long line is natural text or not.
4977
4978         * gnus-html.el (gnus-html-schedule-image-fetching):
4979         Use gnus-process-plist and friends for compatibility.
4980
4981 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4982
4983         * gnus-html.el: Require packages that define macros used in this file.
4984         (gnus-article-mouse-face): Declare to silence byte-compiler.
4985         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4986         process-get.
4987         (gnus-html-put-image): Use plist-get to avoid getf.
4988         (gnus-html-prefetch-images): Use with-current-buffer.
4989
4990 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * gnus-ems.el: Provide compatibility functions for
4993         gnus-set-process-plist.
4994
4995         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4996         header-line-format for XEmacs 21.4.
4997
4998         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4999         * gnus.el (gnus-valid-select-methods)
5000         * message.el (message-send-mail-partially-limit)
5001         * mm-decode.el (mm-text-html-renderer)
5002         * mml.el (mml-insert-mime-headers-always)
5003         * smiley.el (smiley-regexp-alist): Bump custom version.
5004
5005 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006
5007         * gnus-html.el: require mm-url.
5008         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5009         with the url to `url'.
5010         (gnus-html-wash-tags): Support cid: URLs/images.
5011
5012 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5015         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5016         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5017
5018         * gnus-move.el: Remove file, since it doesn't really work.
5019
5020         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5021         UTF-8.  This seems to fix problems with some German web feeds.
5022
5023         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5024         at the top so that the proper colours are applied.
5025
5026         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5027         don't have dots in their names.
5028
5029         * gnus-art.el (gnus-article-view-part): Doc fix.
5030
5031         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5032         XEmacs-compatible.
5033         (gnus-html-put-image): Don't do images on non-graphic displays.
5034
5035         * nnslashdot.el: Remove this unused backend.
5036
5037         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5038         actions.
5039         (gnus-undo-register-1): Revert last change.
5040
5041         * gnus-group.el (gnus-group-completing-read): Protect against not
5042         having completion-styles bound.
5043
5044         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5045         make broken recipients happier.
5046
5047         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5048
5049         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5050         point parameter.
5051
5052         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5053
5054         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5055         completion-styles for group selection.
5056
5057 2009-02-04  Andreas Schwab  <schwab@suse.de>
5058
5059         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5060         headers and regexp-quote the match if necessary.
5061
5062 2009-03-24  Miles Bader  <miles@gnu.org>
5063
5064         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5065         the blinking smiley.
5066
5067 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5068
5069         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5070         blink smiley.
5071
5072 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5075         where the dribbel file lives exists.
5076
5077         * message.el (message-send-mail-partially-limit): Change the default to
5078         nil, since most people don't want this.
5079
5080         * mm-url.el (mm-url-decode-entities): Also decode entities like
5081         &#x3212.
5082
5083 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5084
5085         * gnus-sum.el (gnus-summary-idna-message):
5086         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5087         Hyperlink urls in docstrings with URL `...'.
5088
5089 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5090
5091         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5092         functions.
5093
5094 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5095
5096         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5097         say what the mouseover text should be.
5098
5099         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5100         version of the mm-w3m-safe-url-regexp variable to only download images
5101         in the groups where we want that to happen.
5102
5103         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5104
5105         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5106         easier debugging.
5107         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5108         big pictures in the article buffer.
5109
5110         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5111         gnus-article-html.
5112         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5113         w3m.
5114
5115         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5116
5117 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5118
5119         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5120         which doesn't exist.
5121
5122         * message.el (message-inhibit-ecomplete): New variable to allow some
5123         function to inhibit ecomplete address storage.
5124         (message-resend): Disable ecomplete message storage when resending
5125         messages.
5126
5127         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5128
5129 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5132         Save excursion while copying, moving, and deleting articles in order to
5133         prevent the cursor from jumping to unforeseen place.
5134
5135 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * lpath.el: No need to bind bookmark-current-buffer,
5138         bookmark-yank-point and bookmark-make-record-function.
5139
5140 2010-08-17  Glenn Morris  <rgm@gnu.org>
5141
5142         * gnus-sync.el: Require gnus components whose functions are used.
5143
5144         * gnus-art.el (bookmark-make-record-function):
5145         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5146         Declare for compiler.
5147
5148         * mm-url.el (mml-compute-boundary): Autoload.
5149
5150 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5153
5154 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5155
5156         Typo fix "hoo4a" -> "hook".
5157
5158         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5159
5160 2010-08-14  Glenn Morris  <rgm@gnu.org>
5161
5162         * gnus-sync.el (gnus-sync): Fix defgroup version.
5163
5164 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5165
5166         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5167
5168         * gnus-sync.el: Fix docs.
5169         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5170         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5171
5172 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5173
5174         Optimizations for gnus-sync.el.
5175
5176         * gnus-sync.el: Add docs about gnus-sync-backend
5177         possibilities.
5178         (gnus-sync-save): Remove unnecessary message.
5179         (gnus-sync-read): Optimize and show what groups were skipped.
5180
5181 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5182
5183         Minor bug fixes for gnus-sync.el.
5184
5185         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5186         Don't read the sync on get-new-news.
5187
5188         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5189         quiet.
5190
5191         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5192         (fix typo).
5193
5194 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5195
5196         Make saving and restoring of hidden threads work with overlays.
5197         Patch applied by Ted Zlatanov.
5198
5199         * gnus-sum.el (gnus-hidden-threads-configuration)
5200         (gnus-restore-hidden-threads-configuration): Update to deal with text
5201         properties, rather than searching for a magic character.
5202
5203 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5204
5205         New gnus-sync.el library for synchronization of marks.
5206
5207         * gnus-sync.el: New library for synchronization of marks.
5208
5209         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5210         renamed from `gnus-registry-grep-in-list'.
5211
5212         * gnus-registry.el (gnus-registry-follow-group-p):
5213         Use `gnus-grep-in-list'.
5214
5215         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5216
5217 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5220         determining charset of text fails.
5221
5222 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * nnmail.el (nnmail-get-new-mail-1): Revert.
5225
5226         * nnml.el (nnml-active-number): Make sure names of newly created groups
5227         in nnml-group-alist are encoded.
5228
5229 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5232         containing non-ASCII characters in active file for nnml back end.
5233
5234 2010-07-24  David Engster  <dengste@eml.cc>
5235
5236         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5237         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5238
5239 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5240
5241         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5242         tag (Bug#6654).
5243
5244 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5247         the article buffer, not the summary buffer.
5248
5249 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5250
5251         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5252         Emacs 23 as well.
5253
5254 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5257         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5258
5259 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5260
5261         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5262         Patch applied by Karl Fogel.
5263
5264         * gnus-sum.el (gnus-summary-bookmark-make-record):
5265         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5266
5267 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5268
5269         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5270         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5271         C-w still not working correctly from Article buffers; Thierry's
5272         patch to fix that will be applied after this.
5273
5274         * gnus-art.el (bookmark-make-record-function): New local variable.
5275
5276         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5277         article buffer.
5278         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5279
5280 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5281
5282         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5283         on changes in bookmark.el.
5284
5285 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5286
5287         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5288         `no-log' instead of message not to log prompt string.
5289
5290 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5291
5292         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5293         the *other* type of HTML form submission.
5294
5295 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5296
5297         * auth-source.el (auth-source-pick): If choice does not contain a
5298         questioned keyword, set the check to t.
5299
5300 2010-06-12  Romain Francoise  <romain@orebokech.com>
5301
5302         * gnus-util.el (gnus-date-get-time): Move up before first use.
5303
5304 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5307         (gnus-article-edit-part): Bind it to make last part that is substituted
5308         or deleted visible.
5309         (gnus-mime-display-single): Buttonize part of which id equals to
5310         gnus-mime-buttonized-part-id.
5311
5312 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5313
5314         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5315         (gnus-dd-mmm): Use gnus-date-get-time.
5316         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5317         simplify logic.
5318         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5319         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5320
5321 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5322
5323         * auth-source.el (top): Autoload `secrets-list-collections',
5324         `secrets-create-item', `secrets-delete-item'.
5325         (auth-sources): Fix tag string.
5326         (auth-get-source, auth-source-retrieve, auth-source-create)
5327         (auth-source-delete): New defuns.
5328         (auth-source-pick): Rewrite in order to avoid 2 passes.
5329         (auth-source-forget-user-or-password): New parameter USERNAME.
5330         (auth-source-user-or-password): New parameters CREATE-MISSING and
5331         DELETE-EXISTING.  Retrieve password interactively, if needed.
5332
5333 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5334
5335         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5336         deleting unused directories when gnus-expert-user is t.
5337
5338 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5341         for each temp file when gnus-article-browse-delete-temp is ask.
5342
5343 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5344
5345         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5346         Lisp calls to delete-backward-char by calls to delete-char.
5347
5348 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5349
5350         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5351
5352 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5353
5354         * password-cache.el (password-cache-remove): Fix docstring.
5355
5356 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5359         article unless decoding article to be saved.
5360
5361 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5364         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5365         generated within the mm-with-unibyte-current-buffer macro.
5366
5367 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5370         to nil when we're in a mml-preview buffer and no group is selected.
5371
5372 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5373
5374         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5375         when catching the `C-g'.  Reported by "Leo".
5376
5377 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * message.el (message-forward-make-body-plain)
5380         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5381         multibyte-string-p.
5382
5383         * lpath.el: Revert.
5384
5385 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * message.el (message-forward-make-body-mml): Assume original message
5388         is multibyte string; error on unibyte.
5389         (message-forward-make-body-plain): Ditto; don't add excessive newline
5390         in body end.
5391
5392         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5393
5394 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5395
5396         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5397         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5398
5399 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * mm-extern.el (mm-extern-url): Don't use
5402         mm-with-unibyte-current-buffer.
5403         (mm-extern-cache-contents): Use with-current-buffer instead of
5404         save-excursion + set-buffer.
5405
5406 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * mm-util.el (mm-emacs-mule): Remove.
5409
5410 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5411
5412         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5413         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5414         change.
5415
5416 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5419         bind the default value of enable-multibyte-characters to nil.
5420
5421 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * message.el (message-forward-make-body-plain)
5424         (message-forward-make-body-mml):
5425         Don't use mm-with-unibyte-current-buffer.
5426
5427 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5428
5429         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5430
5431 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5432
5433         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5434         (Bug#5592).
5435
5436 2010-05-07  Julien Danjou  <julien@danjou.info>
5437
5438         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5439         it to mm-pipe-part.
5440
5441         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5442         it is given.
5443
5444 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * binhex.el (binhex-decode-region-internal)
5447         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5448         (dns-query)
5449         * nnweb.el (nnweb-gmane-search)
5450         * pgg-parse.el (pgg-parse-armor)
5451         * pgg.el (pgg-verify-region)
5452         * sha1.el (sha1-string-external)
5453         * uudecode.el (uudecode-decode-region-internal)
5454         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5455         XEmacs.
5456
5457         * gnus-art.el (gnus-article-browse-html-parts)
5458         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5459         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5460         make-temp-file.
5461
5462         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5463         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5464         compiling.
5465
5466         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5467         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5468         XEmacs when compiling.
5469
5470         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5471         gnus-pick-mode-off-hook for XEmacs when compiling.
5472         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5473         gnus-binary-mode-off-hook for XEmacs when compiling.
5474
5475         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5476         Return nil if char-charset is not available.
5477
5478         * imap.el (imap-disable-multibyte)
5479         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5480         macros.
5481
5482         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5483         instead of encode-coding-string.
5484
5485         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5486         'xemacs) instead of mm-emacs-mule to switch function definitions.
5487         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5488
5489         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5490         bind temporary-file-directory for XEmacs;
5491         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5492         timer-set-function for XEmacs 21.4 and SXEmacs;
5493         bind timer-list for XEmacs 21.4 and SXEmacs;
5494         fbind char-charset and find-charset-region for non-Mule XEmacs;
5495         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5496         encode-coding-region and encode-coding-string for XEmacs having no
5497         file-coding feature.
5498
5499 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5500
5501         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5502
5503 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5506         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5507
5508 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5509
5510         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5511         alias `jka-compr-delete-temp-file' no longer exists.
5512
5513 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5514
5515         Use define-minor-mode in Gnus where applicable.
5516         * mml.el (mml-mode): Use define-minor-mode.
5517         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5518         (gnus-undo-mode): Use define-minor-mode.
5519         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5520         (gnus-dead-summary-mode): Use define-minor-mode.
5521         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5522         Initialize in declaration.
5523         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5524         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5525         (gnus-mailing-list-mode): Use define-minor-mode.
5526         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5527         (gnus-draft-mode): Use define-minor-mode.
5528         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5529         (gnus-dired-mode): Use define-minor-mode.
5530
5531 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5532
5533         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5534         handles on recursive mml-to-mime translation and check them for
5535         boundary delimiter collisions.  Reported by Greg Troxel.
5536
5537 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5540
5541 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5542
5543         * mm-util.el (mm-find-buffer-file-coding-system):
5544         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5545
5546 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5547
5548         * message.el (message-generate-headers): Record insertion of optional
5549         headers as well.  Otherwise the check to prevent repeated insertion of
5550         optional headers is a no-op.
5551
5552 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         * smime.el: Don't mention CVS.
5555
5556         * nnrss.el (nnrss-fetch): Don't mention CVS.
5557
5558         * nnir.el: Don't mention CVS.
5559
5560 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5561
5562         * gnus-sum.el (gnus-summary-bookmark-make-record):
5563         Add `location' field.
5564
5565 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * lpath.el: Fbind bookmark-default-handler,
5568         bookmark-get-bookmark-record, bookmark-make-record-default,
5569         bookmark-prop-get for Emacs <23 and XEmacs.
5570
5571 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5572
5573         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5574         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5575         Use with-current-buffer to silence the byte-compiler.
5576         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5577         bother to require `gnus'.
5578         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5579
5580 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5581
5582         * gnus-sum.el (gnus-summary-bookmark-make-record)
5583         (gnus-summary-bookmark-jump): New functions.
5584         (gnus-summary-mode): Setup bookmark support.
5585
5586 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5587
5588         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5589         if set.
5590
5591 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5594         gnus-article-browse-html-save-cid-image; make it work recursively for
5595         forwarded messages as well.
5596         (gnus-article-browse-html-parts): Work when prefix arg is given.
5597         (gnus-article-browse-html-article): Doc fix.
5598
5599 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5600
5601         * message.el (message-default-mail-headers):
5602         (message-default-headers): Carry the value mail-default-headers over
5603         into message-default-mail-headers, rather than message-default-headers.
5604
5605 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5606
5607         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5608         charset.
5609
5610         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5611         charset into the <meta> tag when the article is encoded to utf-8.
5612
5613 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-art.el (gnus-article-browse-delete-temp-files):
5616         Delete directories as well.
5617         (gnus-article-browse-html-parts): Work for images that do not specify
5618         file names; delete temp directory when quitting; insert header at the
5619         right place; use file: scheme for image files.
5620
5621 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5622
5623         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5624         (gnus-article-browse-html-parts): Use it to make temporary cid image
5625         files in addition to html file so that browser may display them.
5626
5627 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5630
5631 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5632
5633         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5634
5635 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5636
5637         * auth-source.el (auth-sources): Change default to be simpler.
5638         Explain about Secret Service API sources.  Improve Customize options.
5639         (auth-source-pick): Change to accept any number of search parameters.
5640         Implement fallbacks iteratively, not recursively.  Add scoring on the
5641         second pass and sort by score.  Call Secret Service API when needed.
5642         (auth-source-user-or-password): Use it.  Call Secret Service API
5643         directly when needed to get the user name and the password.
5644
5645 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5646
5647         * message.el (message-interactive): Doc fix.
5648         (message-qmail-inject-args): Reflow.
5649         (message-kill-to-signature): Fix typo in docstring.
5650
5651         * smiley.el (smiley-buffer): Fix typo in docstring.
5652
5653 2010-03-24  Glenn Morris  <rgm@gnu.org>
5654
5655         * mail-source.el (gnus-message): Declare.
5656         (mail-source-delete-old-incoming): Require gnus-util.
5657
5658 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5661
5662         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5663
5664         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5665         password-cache's default if it is not bound.
5666         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5667         password-cache-expiry's default if it is not bound.
5668
5669         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5670         available in Emacs 21.
5671
5672         * lpath.el: Suppress compiler warnings for:
5673         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5674         XEmacs;
5675         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5676         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5677         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5678
5679 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5680
5681         * auth-source.el (auth-sources): Fix up definition so extra parameters
5682         are always inline.
5683
5684 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5685
5686         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5687         wasn't updated after mismatch.  Clear cached mailbox info correctly
5688         when uidvalidity changes.
5689         (nnimap-group-prefixed-name): New function to avoid some code
5690         duplication.
5691         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5692         (nnimap-request-group): Use it.
5693         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5694         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5695         with many imap folders.  This is done by caching the group status from
5696         the imap server persistently in a group parameter `imap-status'.  (This
5697         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5698         but not persistently, so every Gnus startup was still very slow.)
5699
5700 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5701
5702         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5703         delete the extra newline.  Otherwise editing of :string and :number
5704         types don't work.
5705
5706 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5707
5708         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5709         secrets.el dependency.
5710         (auth-sources): Add optional user name.  Add secrets.el configuration
5711         choice (unused right now).
5712
5713 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5714
5715         * gnus-sum.el (gnus-summary-make-menu-bar):
5716         Let `gnus-registry-install-shortcuts' fill in the functions.
5717
5718         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5719         warnings.
5720         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5721         (gnus-registry-install-shortcuts): Populate and use it in a
5722         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5723
5724 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5725
5726         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5727         In-place substitutions for the group name encoding/decoding.
5728         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5729         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5730         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5731         (nnimap-update-unseen, nnimap-request-list)
5732         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5733         (nnimap-request-set-mark, nnimap-split-to-groups)
5734         (nnimap-split-articles, nnimap-request-newgroups)
5735         (nnimap-request-create-group, nnimap-request-accept-article)
5736         (nnimap-request-delete-group, nnimap-request-rename-group)
5737         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5738         `encoded-mbx' for consistency.
5739         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5740         variable `imap-current-mailbox'.
5741
5742         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5743         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5744
5745 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5746
5747         * pop3.el (pop3-display-message-size-flag): Display message size byte
5748         counts during POP3 download.
5749         (pop3-movemail): Use it.
5750         (pop3-list): Implement listing of available messages.
5751
5752 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5753
5754         * nnir.el (nnir-get-article-nov-override-function): New function to
5755         override the normal NOV retrieval.
5756         (nnir-retrieve-headers): Use it.
5757
5758 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5759
5760         * auth-source.el (netrc-machine-user-or-password): Autoload.
5761
5762 2010-03-19  Glenn Morris  <rgm@gnu.org>
5763
5764         Stop message.el from loading about 40 libraries it doesn't always need.
5765         The general approach is to autoload rather than require, and to
5766         require in the specific functions rather than the file.  (Bug#5642)
5767
5768         * gmm-utils.el: Don't require wid-edit.
5769         (widget-create-child-value, widget-convert, widget-default-get):
5770         Autoload.
5771
5772         * gnus-util.el: Don't require time-date, netrc.
5773         (message-fetch-field, gnus-group-name-decode): Declare rather than
5774         autoloading.
5775         (gnus-fetch-field): Require message.
5776         (gnus-decode-newsgroups): Require gnus-group.
5777
5778         * ietf-drums.el: Don't require time-date.
5779
5780         * message.el: Don't require hashcash, canlock, ecomplete.
5781         Do require mail-utils.  Require nnheader only when compiling.
5782         (smtpmail-default-smtp-server): Remove declaration.
5783         (message-send-mail-function): Check smtpmail-default-smtp-server
5784         is bound rather than requiring smtpmail.
5785         (message-auto-save-directory, message-insert-signature):
5786         Use expand-file-name rather than nnheader-concat.
5787         (nnheader-insert-file-contents): Autoload.
5788         (hashcash-wait-async): Declare.
5789         (message-send-mail): Only call gnus-setup-posting-charset if
5790         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5791         (message-send-mail-with-sendmail): Require sendmail.
5792         (canlock-password, canlock-password-for-verify): Declare.
5793         (message-canlock-password): Require canlock.
5794         (nnheader-get-report): Autoload.
5795         (gnus-setup-posting-charset): Declare.
5796         (message-send-news): Require gnus-msg.
5797         (message-make-references, message-make-in-reply-to): Use mail-header-id
5798         rather than the alias mail-header-message-id.
5799         (ecomplete-add-item, ecomplete-save): Declare.
5800         (message-put-addresses-in-ecomplete): Require ecomplete.
5801         (ecomplete-display-matches): Autoload.
5802
5803         * mm-decode.el: Don't require mailcap, gnus-util.
5804         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5805         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5806         Autoload.
5807         (mailcap-mime-extensions): Declare.
5808
5809         * mm-encode.el: Don't require mailcap.
5810         (mailcap-extension-to-mime): Autoload.
5811
5812         * mml-sec.el: Don't require password-cache.
5813
5814         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5815         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5816         (mml-minibuffer-read-type): Require mailcap.
5817         (mml-preview): Require gnus-msg.
5818
5819         * mml1991.el: Require password-cache.
5820         (password-cache-expiry): Remove declaration.
5821
5822         * mml2015.el: Require password-cache.
5823         (password-cache-expiry): Remove declaration.
5824
5825         * nneething.el (mailcap): Require mailcap.
5826
5827         * nnheader.el (declare-function): Add compatibility stub.
5828         (message-remove-header): Declare rather than autoload.
5829         (nnheader-replace-header): Require message.
5830
5831         * nnimap.el (declare-function): Add compatibility stub.
5832         (netrc-parse, netrc-machine-user-or-password): Declare.
5833         (nnimap-open-connection): Require netrc.
5834
5835         * nntp.el (declare-function): Add compatibility stub.
5836         (netrc-parse, netrc-machine, netrc-get): Declare.
5837         (nntp-send-authinfo): Require netrc.
5838
5839         * rfc2047.el: Don't require qp.
5840         (quoted-printable-encode-region, quoted-printable-decode-string):
5841         Autoload.
5842
5843         * sieve-mode.el: Don't require easymenu.
5844         (easy-menu-add-item): Autoload it.
5845
5846         * spam-stat.el (time-to-number-of-days): Autoload it.
5847
5848 2010-03-19  Glenn Morris  <rgm@gnu.org>
5849
5850         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5851
5852 2010-03-18  Glenn Morris  <rgm@gnu.org>
5853
5854         * hashcash.el (declare-function): Remove duplicate definition.
5855
5856 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5857
5858         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5859         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5860         value if any backslash escapes).
5861
5862 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5865         if it is available.  (bug#5647)
5866
5867         * lpath.el: Suppress compiler warning for coding-system-from-name for
5868         Emacs 21 and XEmacs.
5869
5870 2010-03-14  Juri Linkov  <juri@jurta.org>
5871
5872         * hmac-def.el:
5873         * hmac-md5.el:
5874         * netrc.el: Fix keywords.
5875
5876 2010-02-26  Glenn Morris  <rgm@gnu.org>
5877
5878         * message.el (message-send-mail-function): Change the default, so that
5879         it inherits from a customized send-mail-function.  (Bug#5643)
5880
5881 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5882
5883         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5884         shell-command-to-string signals an error (bug#5299).
5885
5886 2010-02-24  Glenn Morris  <rgm@gnu.org>
5887
5888         * message.el (message-smtpmail-send-it)
5889         (message-send-mail-with-mailclient): Doc fixes.
5890
5891 2010-02-16  Glenn Morris  <rgm@gnu.org>
5892
5893         * message.el (message-default-mail-headers): Change the default value
5894         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5895
5896 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5899         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5900
5901 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5902
5903         * time-date.el (date-to-time): Doc fix (Bug#5408).
5904
5905 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5906
5907         * message.el (message-mail): Just pass yank-action on to message-setup.
5908         (message-setup): Handle (FUN . ARGS) form of yank-action.
5909         (message-with-reply-buffer, message-widen-reply)
5910         (message-yank-original): Handle non-buffer values of
5911         message-reply-buffer (Bug#4080).
5912         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5913
5914 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5915
5916         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5917         Fix typo in docstring.
5918
5919 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5920
5921         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5922         response.
5923
5924 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5927
5928         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5929
5930         * message.el (message-check-news-header-syntax): Protect against a
5931         string that `rfc822-addresses' returns when parsing fails.
5932
5933 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5936         (gnus-previous-char-property-change): New functions.
5937
5938         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5939
5940 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5941
5942         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5943         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5944
5945 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5946
5947         * message.el (message-exchange-point-and-mark): Rework last change to
5948         avoid using optional arg of exchange-point-and-mark, for backward
5949         compatibility.
5950
5951 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5952
5953         * message.el (message-exchange-point-and-mark):
5954         Call exchange-point-and-mark with an argument rather than setting
5955         mark-active by hand (Bug#5175).
5956
5957 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * nntp.el (nntp-service-to-port): Work for service expressed with
5960         numeric string; replace [:digit:] with [0-9] for XEmacs.
5961
5962 2009-12-17  Glenn Morris  <rgm@gnu.org>
5963
5964         * gnus-group.el (gnus-bug-group-download-format-alist):
5965         Change emacs entry to debbugs.gnu.org.  Bump :version.
5966
5967 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5968
5969         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5970
5971 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * message.el (message-info): Explain why we use `Info-goto-node'.
5974
5975 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5976
5977         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5978
5979 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5980
5981         * message.el (message-completion-in-region): New compatibility function.
5982         (message-expand-group): Use it.
5983
5984 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5987         with no unread article should be listed if the 2nd arg `predicate' is
5988         given.
5989
5990 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5993
5994 2009-11-29  Juri Linkov  <juri@jurta.org>
5995
5996         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5997         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5998         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5999
6000 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6001
6002         * sha1.el (sha1-string-external): default-directory "/" in case
6003         otherwise non-existent.  process-connection-type pipe for touch of
6004         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6005
6006 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6007
6008         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6009         it's comms related and sgml-mode.el has "comm" on that basis too.
6010
6011 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6014         containing tspecial characters if they have been already quoted.
6015
6016 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6017
6018         * dns-mode.el (auto-mode-alist): Purecopy string.
6019
6020 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6021
6022         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6023
6024 2009-10-24  Glenn Morris  <rgm@gnu.org>
6025
6026         * gnus-art.el (help-xref-stack-item): Define for compiler.
6027
6028 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6029
6030         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6031
6032 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6035
6036 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6039         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6040
6041 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6044         (gnus-overlays-in): New alias to overlays-in.
6045
6046         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6047         gnus-overlay-get, and gnus-delete-overlay.
6048         (gnus-summary-show-thread): Make it work as well for systems in which
6049         next-single-char-property-change is not available.
6050         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6051
6052         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6053         (gnus-overlay-get): New alias to extent-property.
6054         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6055
6056         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6057         SXEmacs.
6058
6059         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6060         SXEmacs.
6061
6062 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6063
6064         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6065
6066 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6067
6068         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6069         and XEmacs that don't have `remove-overlays'.
6070
6071 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6072
6073         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6074         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6075         selective display.  Use overlays instead.
6076
6077 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6078
6079         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6080
6081 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6082
6083         * spam-stat.el (spam-stat-load): Fix typo in message.
6084
6085 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6086
6087         * dig.el (dig-invoke): Fix typo in docstring.
6088         (query-dig): Reflow docstring.
6089
6090 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6091
6092         * gnus-art.el (gnus-article-encrypt-body):
6093         * message.el (message-check-recipients):
6094         * mm-util.el (mm-codepage-setup):
6095         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6096         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6097
6098 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6099
6100         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6101         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6102         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6103         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6104         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6105
6106 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6107
6108         * dig.el: Add "Keywords: comm", as per net-utils.el.
6109
6110 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6111
6112         * dig.el (dig-mode): Use define-derived-mode.
6113
6114 2009-09-19  Glenn Morris  <rgm@gnu.org>
6115
6116         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6117
6118 2009-09-18  Glenn Morris  <rgm@gnu.org>
6119
6120         * gnus-diary.el (gnus-diary-check-message):
6121         * message.el (message-insert-formatted-citation-line):
6122         * nnbabyl.el (top-level):
6123         * nndiary.el (nndiary-schedule):
6124         Fix typos in condition-case handlers.
6125
6126 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6129         configuration that provides the sole article window in a frame;
6130         position point correctly after deleting a part.
6131
6132 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6133
6134         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6135         (spam-resolve-registrations-routine): Use it to unregister articles
6136         that change status.
6137
6138 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6141         with XEmacs.
6142         (parse-time-string-chars): Use it.
6143
6144 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6145
6146         * imap.el (imap-interactive-login): Better messages.
6147         (imap-open): Fix bug with renamed buffer on reconnect.
6148         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6149         for easier debugging and cleaner code.  On successful (guessed based on
6150         server capabilities) secondary authentication, set imap-state
6151         correctly.
6152         (imap-last-authenticator): Define imap-last-authenticator as a variable
6153         to avoid warnings.
6154
6155 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * nnrss.el (nnrss-request-article): Remove binding of
6158         default-enable-multibyte-characters that has gotten needless by
6159         the 2007-07-13 change in rfc2047-encode-message-header.
6160
6161         * mml.el (mml-insert-multipart): Error on the message header.
6162         (mml-insert-part): Error on the message header; position point at
6163         the end of a MIME tag.
6164
6165 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * time-date.el (autoload): Expand define-obsolete-function-alias into
6168         defalias and make-obsolete for old Emacsen that Gnus supports.
6169         (with-no-warnings): Define it for old Emacsen.
6170         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6171         is available.
6172         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6173         float-time is available; suppress compile warning for time-to-seconds.
6174
6175         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6176         (gnus-float-time): Alias to float-time if it exists.
6177
6178         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6179         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6180         float-time is available; suppress compile warning for time-to-seconds.
6181
6182         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6183         XEmacs.
6184
6185 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6186
6187         * imap.el (imap-message-map): Docstring fix.
6188
6189 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6192         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6193         Add the optional argument `encoding' that overrides the default.
6194
6195         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6196         mm-encode-buffer.
6197
6198 2009-09-04  Glenn Morris  <rgm@gnu.org>
6199
6200         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6201         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6202         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6203         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6204         * mm-util.el (mm-with-unibyte-current-buffer)
6205         (mm-find-buffer-file-coding-system):
6206         * yenc.el (yenc-decode-region): Use default-value rather than
6207         default-enable-multibyte-characters.
6208
6209 2009-09-03  Glenn Morris  <rgm@gnu.org>
6210
6211         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6212         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6213         than default-enable-multibyte-characters.
6214
6215 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6216
6217         * gnus-art.el (gnus-article-read-summary-keys):
6218         Fix gnus-buffer-configuration's value temporarily used.
6219
6220 2009-09-02  Glenn Morris  <rgm@gnu.org>
6221
6222         * gnus-util.el (gnus-float-time): New function.
6223         * gnus-delay.el (gnus-delay-article):
6224         * gnus-sum.el (gnus-thread-latest-date):
6225         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6226         * nnspool.el (nnspool-request-newgroups):
6227         Use gnus-float-time rather than time-to-seconds.
6228         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6229
6230         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6231         (gnus-header-subject-face, gnus-header-newsgroups-face)
6232         (gnus-header-name-face, gnus-header-content-face):
6233         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6234         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6235         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6236         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6237         (gnus-cite-face-11):
6238         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6239         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6240         (gnus-server-closed-face, gnus-server-denied-face)
6241         (gnus-server-offline-face):
6242         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6243         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6244         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6245         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6246         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6247         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6248         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6249         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6250         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6251         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6252         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6253         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6254         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6255         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6256         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6257         (gnus-summary-high-undownloaded-face)
6258         (gnus-summary-low-undownloaded-face)
6259         (gnus-summary-normal-undownloaded-face)
6260         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6261         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6262         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6263         (gnus-splash-face):
6264         * message.el (message-header-to-face, message-header-cc-face)
6265         (message-header-subject-face, message-header-newsgroups-face)
6266         (message-header-other-face, message-header-name-face)
6267         (message-header-xheader-face, message-separator-face)
6268         (message-cited-text-face, message-mml-face):
6269         * sieve-mode.el (sieve-control-commands-face)
6270         (sieve-action-commands-face, sieve-test-commands-face)
6271         (sieve-tagged-arguments-face):
6272         * spam.el (spam-face):
6273         Mark face aliases with "-face" in the name as obsolete.
6274
6275 2009-09-01  Glenn Morris  <rgm@gnu.org>
6276
6277         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6278         than goto-line.
6279
6280 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6283         Don't move point if the command is invoked inside the message header.
6284
6285 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6286
6287         * imap.el (imap-send-command): Simplify.
6288         (imap-wait-for-tag): point-max -> buffer-size.
6289
6290 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6291
6292         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6293         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6294         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6295         * nnir.el (nnir-swish-e-index-file):
6296         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6297         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6298         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6299         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6300         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6301         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6302
6303 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6306         Don't save excursion.
6307
6308 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6309
6310         * nnheader.el (nnheader-find-file-noselect):
6311         * mm-util.el (mm-insert-file-contents):
6312         Use (default-value 'major-mode) instead of default-major-mode.
6313
6314 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6315
6316         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6317
6318 2009-08-26  Glenn Morris  <rgm@gnu.org>
6319
6320         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6321         than placing in files.el.
6322
6323 2009-08-25  Glenn Morris  <rgm@gnu.org>
6324
6325         * nnir.el (top-level): Don't require cl at run-time.
6326         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6327         Replace cl-function substitute with gnus-replace-in-string.
6328         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6329         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6330         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6331         simplified expansions.
6332
6333 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6334
6335         * dig.el (dig): Add autoload cookie.
6336
6337 2009-08-22  Glenn Morris  <rgm@gnu.org>
6338
6339         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6340         goto-line.
6341
6342 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6343
6344         * parse-time.el (parse-time-string-chars): Save match data.
6345
6346 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6347
6348         * parse-time.el (parse-time-string-chars): Compute using character
6349         classes, to handle non-ascii characters (Bug#3190).
6350
6351 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6352
6353         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6354
6355         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6356         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6357         (gnus-mm-display-part, gnus-mime-display-single)
6358         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6359         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6360
6361         * gnus-sum.el
6362         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6363         (gnus-summary-move-article): Add expirable mark to articles copied or
6364         moved to group that has auto-expire turned on if the option is non-nil.
6365
6366 2009-07-24  Glenn Morris  <rgm@gnu.org>
6367
6368         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6369         Fix typo.  (Bug#3903)
6370
6371 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6374         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6375         that should not be used for draft articles.
6376         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6377         that has no concern in minor mode keys.
6378         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6379         Abolish.
6380
6381 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6384         article without making inquiry to a user for unknown encoding.
6385
6386         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6387         (nnmaildir--scan): Assume i-node and device number that file-attributes
6388         returns might be cons-cell.
6389
6390         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6391
6392         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6393
6394 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6395
6396         * auth-source.el: Remove docs now in auth.texi.  Don't use
6397         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6398         `auth-source-hide-passwords' and use them.
6399
6400 2009-07-15  Glenn Morris  <rgm@gnu.org>
6401
6402         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6403
6404 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6407         excessive whitespace from the default values of title and description.
6408
6409 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6412         mail-fetch-field to fetch Content-Description header in order to
6413         exclude newlines.
6414
6415 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6416
6417         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6418         format used by GnuPG 2.0.11.
6419
6420 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6423         to deleted part.
6424
6425 2009-05-30  David Engster  <dengste@eml.cc>
6426
6427         * nnmairix.el: Remove old documentation in the commentary block.
6428         (nnmairix-request-group): Do not update active file for nnml back ends.
6429         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6430         end so that overview files are ignored.
6431         (nnmairix-update-groups): Make updating the groups more robust by using
6432         marks.
6433         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6434         with dollar characters in message-id.
6435
6436 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6439         2008-12-25 in dns.el.
6440
6441 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6442
6443         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6444         could happen if the text is only composed of spaces and/or tabs.
6445
6446 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6447
6448         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6449         when sending a queued message to avoid extra mml tags.
6450
6451 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6454
6455 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6458         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6459         rmail-toggle-header for XEmacs;
6460         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6461
6462 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus-dired.el: Remove autoload for gnus-setup-message.
6465         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6466         displaying Gnus logo; always use compose-mail.
6467
6468 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6471
6472 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6475         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6476         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6477         available.
6478         (gnus-nocem-epg-verify): New function.
6479
6480 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6483
6484 2009-02-15  Glenn Morris  <rgm@gnu.org>
6485
6486         * gnus-util.el (rmail-insert-rmail-file-header)
6487         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6488         autoloads.
6489         (rmail-default-rmail-file): Remove unnecessary declaration.
6490         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6491
6492 2009-02-14  Glenn Morris  <rgm@gnu.org>
6493
6494         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6495         variable (only used in gnus-util, which declares it anyway).
6496         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6497         which was only needed by gnus-art (changed to not use it any more).
6498         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6499         only used in gnus-util, which autoloads it itself.
6500         (rmail-update-summary): Fix autoload.
6501
6502         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6503         rather than rmail-output-to-rmail-file.
6504
6505 2009-02-07  Glenn Morris  <rgm@gnu.org>
6506
6507         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6508         autoload of function that no longer exists.
6509         (rmail-toggle-header): Declare.
6510         (message-forward-rmail-make-body): Handle mbox Rmail.
6511
6512 2009-01-31  Glenn Morris  <rgm@gnu.org>
6513
6514         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6515         2009-01-09 change.
6516
6517 2009-01-31  Dave Love  <fx@gnu.org>
6518
6519         * imap.el (imap-fetch-safe): Bind debug-on-error.
6520         (imap-debug): Add imap-fetch-safe.
6521
6522 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6523
6524         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6525         (auth-source-forget-all-cached): New convenience function.
6526         (auth-source-user-or-password): Accept list of modes or a single mode.
6527
6528         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6529         auth-source modes.
6530
6531         * netrc.el (netrc-machine-user-or-password): Use list of
6532         auth-source modes.
6533
6534         * nnimap.el (nnimap-open-connection): Use list of
6535         auth-source modes.
6536
6537         * nntp.el (nntp-send-authinfo): Use list of
6538         auth-source modes.
6539
6540 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6543         now.
6544
6545 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6548         coding system in XEmacs; add a workaround for XEmacs.
6549
6550         * lpath.el: Fbind coding-system-aliasee.
6551
6552 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6555         of current-language-environment.
6556
6557 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6560         available at runtime.
6561
6562 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6563
6564         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6565
6566 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6567
6568         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6569         the greatest positive fixnum value doesn't work under an XEmacs with
6570         bignum support; use the most-positive-fixnum constant instead,
6571         available since Emacs 21.1 with cl and XEmacs 21.1.
6572
6573 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6576         XEmacs gets not to work.
6577
6578 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * mm-util.el (mm-coding-system-priorities): Allow the value like
6581         "Japanese (UTF-8)" of current-language-environment.
6582
6583 2009-01-09  Glenn Morris  <rgm@gnu.org>
6584
6585         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6586         with last-command-event.
6587
6588 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6589
6590         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6591         in the doc string.
6592
6593         * message.el (message-fix-before-sending): Amend comment.
6594
6595 2009-01-08  Dave Love  <fx@gnu.org>
6596
6597         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6598
6599 2009-01-07  David Engster  <dengste@eml.cc>
6600
6601         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6602         simplified server definitions by converting it via
6603         gnus-server-to-method.
6604
6605 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6608         parameter's operands.
6609
6610 2009-01-06  David Engster  <dengste@eml.cc>
6611
6612         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6613         primary select method (for gnus-group-mark-article-as-read).
6614
6615 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6616
6617         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6618         `(gnus)Face', not `(gnus)X-Face'.
6619
6620 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * mm-util.el (mm-ucs-to-char): New function.
6623
6624         * mm-url.el (mm-url-decode-entities): Use it.
6625
6626         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6627         unicode-to-char.
6628
6629 2009-01-05  Dave Love  <fx@gnu.org>
6630
6631         * time-date.el: Require cl for `declare'.
6632
6633 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6636         Dave Love.
6637
6638 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6639
6640         * message.el (message-fix-before-sending): Add `eight-bit' to
6641         illegible-text check.
6642
6643 2009-01-03  Michael Olson  <mwolson@gnu.org>
6644
6645         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6646         `headers' is nil.  This can occur if the IMAP server does not have
6647         permissions to read messages from a folder, but can write new messages
6648         to the folder.
6649         (nnimap-request-article-part): Do not insert `data' if it is nil.
6650
6651         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6652         characters which will confuse `read', so skip past them.
6653
6654 2009-01-01  Dave Love  <fx@gnu.org>
6655
6656         * imap.el (imap-string-to-integer): Fix typo.
6657         (imap-fetch-safe): New function.
6658         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6659
6660         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6661
6662         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6663         (imap-parse-greeting): Fix doc strings.
6664         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6665         (imap-parse-flag-list): Make messages unique.
6666         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6667
6668         * nnimap.el: Fix author email.
6669         (nnimap-split-rule): Add FIXME comment.
6670         (nnimap-debug): Fix doc string.
6671
6672 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6675
6676 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6677
6678         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6679         nslookup if resolv.conf isn't available.
6680         (dns-query): Rename from query-dns.
6681         (dns-query-cached): Rename from query-dns-cached.
6682
6683 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6686         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6687         to check if those variables exist (first appeared in Emacs 18.50).
6688
6689 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * mm-util.el (mm-line-number-at-pos): New function.
6692
6693         * spam-report.el (spam-report-process-queue): Use it.
6694
6695 2008-12-24  David Engster  <dengste@eml.cc>
6696
6697         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6698         parameters that haven't existed as variables as buffer-local variables.
6699
6700 2008-12-23  Dave Love  <fx@gnu.org>
6701
6702         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6703         cadar.
6704
6705         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6706         imap-starttls-p.
6707         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6708
6709 2008-12-22  Dave Love  <fx@gnu.org>
6710
6711         * imap.el: Fix author email.  Doc fixes.
6712         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6713         reply.
6714
6715 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6716
6717         * spam-report.el (spam-report-gmane-max-requests): New constant.
6718         (spam-report-gmane-wait): New variable.
6719         (spam-report-gmane-ham, spam-report-gmane-spam)
6720         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6721         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6722         the server.
6723
6724         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6725         Add explanations.
6726
6727         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6728         nnheader-accept-process-output and nnheader-read-timeout if available.
6729         (pop3-movemail): Use it.
6730
6731         * message.el (message-check-news-body-syntax): Fix signature check if
6732         there's an attachment.
6733
6734 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * mm-util.el: Add comments to the mm- emulating functions.
6737
6738 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6741         Reported by Stephen Berman <stephen.berman@gmx.net>.
6742
6743 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * mm-util.el (mm-substring-no-properties): New function.
6746         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6747         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6748         (mm-string-to-multibyte): Doc fix.
6749
6750         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6751
6752 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * mml.el (mml-attach-file): Strip text properties from file name.
6755         (Bug#1574)
6756
6757 2008-12-16  Glenn Morris  <rgm@gnu.org>
6758
6759         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6760
6761 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6764         knows since the charset specified might be a bogus alias that
6765         mm-charset-synonym-alist provides.
6766
6767 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6770         "ISO_8859-1".
6771
6772         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6773
6774 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6775
6776         * mm-util.el (mm-charset-eval-alist):
6777         Define it before mm-charset-to-coding-system.
6778         (mm-charset-to-coding-system): Add optional argument `silent';
6779         define it before mm-charset-override-alist.
6780         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6781         default value if it can be used in Emacs currently running;
6782         silence mm-charset-to-coding-system.
6783
6784 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6787         `allow-override' which says whether to use `mm-charset-override-alist'.
6788         (rfc2047-decode-encoded-words): Use it.
6789
6790         * mm-util.el (mm-charset-override-alist): Fix custom type;
6791         add `(gb2312 . gbk)' to choices.
6792
6793 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6796         fast.
6797
6798         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6799
6800         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6801
6802 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6803
6804         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6805         on links.
6806
6807         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6808
6809 2008-12-03  Lute Kamstra  <lute@gnu.org>
6810
6811         * sha1.el: Remove leading * from docstrings of defcustoms,
6812         deffaces, defconsts and defuns.
6813
6814 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6817         users' addresses that don't have domain parts.
6818         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6819         rather than message-narrow-to-head since there will be the message
6820         header separator.
6821
6822 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6823
6824         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6825         since the result is inserted in a unibyte buffer anyway.
6826         (nnimap-demule-use-string-to-multibyte): Remove.
6827         (nnimap-demule): Alias it to mm-string-to-multibyte.
6828
6829 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6830
6831         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6832         variable for debugging bug#464 and bug#1174.
6833         (nnimap-demule): Use it.
6834
6835 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6836
6837         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6838         score calculation correctly.
6839
6840 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6841
6842         * message.el (message-send-mail): Just set the buffer to unibyte
6843         rather than use mm-with-unibyte-current-buffer which does a lot more.
6844         (message-send-mail-partially): Don't bother with
6845         mm-with-unibyte-current-buffer since it's already been made unibyte by
6846         message-send-mail.
6847
6848 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6851
6852 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6853
6854         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6855
6856 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6859         require itself and to remove `with-no-warnings'.
6860
6861 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6862
6863         * starttls.el (starttls-any-program-available): Get the name of the
6864         available TLS layer program.
6865         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6866         well as the host name in the "opening" message.
6867
6868         * auth-source.el (auth-source-cache, auth-source-do-cache)
6869         (auth-source-user-or-password): Cache passwords and logins by default,
6870         allow override with `auth-source-do-cache'.
6871         (auth-source-forget-user-or-password): Allow users to remove cache
6872         entries if needed.
6873
6874 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6875
6876         * md4.el (md4-buffer): Fix typo in docstring.
6877         (md4, md4-64): Doc fixes.
6878         (md4-pack-int32): Reflow docstring.
6879
6880 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6881
6882         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6883         condition-case to only the forward-sexp call.
6884
6885 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6886
6887         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6888         quotes contained.  Make it more robust regardless by an extra
6889         condition-case wrapper.
6890
6891 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6894
6895 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * nnml.el (nnml-request-expire-articles): Check if the function set to
6898         `nnmail-expiry-target' returns the symbol `delete'.
6899
6900         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6901
6902         * nnmail.el (nnmail-expiry-target): Fix custom type.
6903
6904 2008-10-02  Glenn Morris  <rgm@gnu.org>
6905
6906         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6907         Silence compiler warning.
6908
6909 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6910
6911         * tls.el (open-tls-stream): Show the actual command being
6912         executed, instead of the format string.
6913
6914 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * lpath.el: Fbind codepage-setup for Emacs 23.
6917
6918 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6919
6920         * mml.el (mml-menu): Don't assume mml2015 is bound.
6921
6922 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6925         exists.
6926
6927 2008-09-27  Glenn Morris  <rgm@gnu.org>
6928
6929         * gnus-util.el (mail-header-remove-comments): Autoload it.
6930
6931 2008-09-27  Andreas Schwab  <schwab@suse.de>
6932
6933         * gnus-util.el (gnus-split-references): Strip comments.
6934         (gnus-parent-id): Likewise.
6935
6936 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * message.el (message-confirm-send): Fix version.
6939
6940 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * message.el (message-idna-to-ascii-rhs-1): Use
6943         mail-extract-address-components rather than mail-header-parse-addresses
6944         that is an alias by default to ietf-drums-parse-addresses that does not
6945         support non-ASCII names in headers' contents.
6946
6947 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6948
6949         * message.el (message-confirm-send): Fix variable documentation to
6950         avoid the "y/n" wording.
6951
6952 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6953
6954         * message.el (message-set-auto-save-file-name): Save to a different
6955         filename so multiple messages (especially drafts) can be recovered.
6956
6957 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6958
6959         * message.el (message-confirm-send): Add appropriate version.
6960
6961 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6962
6963         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6964         defvar.
6965
6966 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6967
6968         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6969         (mm-pkcs7-enveloped-magic): Ditto.
6970
6971 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6972
6973         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6974         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6975
6976 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6977
6978         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6979         default, it's better.
6980
6981 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6984         summary line gnus-number property and ignore them (with a warning
6985         message).
6986
6987 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6990         macro caddr in the interactive form since it won't be expanded.
6991
6992 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6995         `charset'; fix name of function called recursively.
6996         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6997
6998 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7001         (gnus-mime-set-charset-parameters): New function.
7002         (gnus-mime-view-part-as-charset): Use it to correctly display part
7003         specifying wrong charset.
7004
7005 2008-09-08  David Engster  <dengste@eml.cc>
7006
7007         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7008         in completing-read for back end server.
7009
7010 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7011
7012         * message.el (message-confirm-send): New variable to confirm sending a
7013         message.
7014         (message-send): Use it.
7015
7016 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7017
7018         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7019
7020 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7023
7024 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7025
7026         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7027         prevent tracking too many groups.
7028         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7029         Use it.
7030
7031 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7032
7033         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7034         moving point to the bottom of the window in order to avoid recentering.
7035
7036 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7039
7040         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7041         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7042         (gnus-article-beginning-of-window): Fix calculation.
7043
7044 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * gnus-msg.el (gnus-summary-supersede-article)
7047         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7048         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7049         message header.
7050
7051 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7052
7053         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7054         pending output coming after the status change.
7055
7056 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7057
7058         * message.el:
7059         * gnus-start.el:
7060         * gnus-registry.el: Remove VMS support.
7061
7062 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7063
7064         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7065         macro.
7066         (rfc2104-hash): Use it.
7067
7068 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7069
7070         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7071         (gnus-summary-sort-by-most-recent-date): New commands.
7072         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7073         and menu entries.
7074
7075 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7078         don't redisplay article for raw contents; remove plural articles stuff.
7079
7080         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7081         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7082         on gnus-summary-save-article; display results properly.
7083
7084 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * lpath.el: No need to fbind ns-focus-frame.
7087
7088 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7091
7092 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-art.el (gnus-summary-save-in-pipe):
7095         Consider gnus-save-all-headers.
7096
7097 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7098
7099         * gnus-util.el (ns-focus-frame): Remove declaration.
7100         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7101         like x.
7102
7103 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7104
7105         * rfc2104.el (rfc2104-zero): Delete defconst.
7106         (rfc2104-hex-alist): Likewise.
7107         (rfc2104-hex-to-int): Delete func.
7108         (rfc2104-hexstring-to-bitstring): Likewise.
7109         (rfc2104-nybbles): New defconst.
7110         (rfc2104-hash): Rewrite for speed.
7111
7112 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * tls.el (open-tls-stream): Make it work with the 2nd argument
7115         BUFFER that is a string but does not exist as a buffer object, as
7116         mentioned in the doc-string.
7117
7118 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7121         SXEmacs.
7122
7123 2008-07-16  Glenn Morris  <rgm@gnu.org>
7124
7125         * gnus-util.el (ns-focus-frame): Declare for compiler.
7126
7127 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7130         set as a group parameter.
7131         (gnus-summary-save-in-pipe): Work when it is called independently.
7132         (gnus-summary-pipe-to-muttprint): Don't modify
7133         gnus-summary-pipe-output-default-command.
7134
7135 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7136
7137         * message.el (message-send-mail-with-sendmail):
7138         Display the error message.
7139
7140 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * gnus-art.el (gnus-default-article-saver):
7143         Add gnus-summary-save-in-pipe to choices.
7144         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7145         gnus-summary-pipe-output-default-command as the default command.
7146         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7147         instead of gnus-last-shell-command.
7148
7149         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7150         New user option.
7151         (gnus-summary-muttprint-program): Mention the value will be changed.
7152         (gnus-summary-save-article): Force showing of all headers.
7153         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7154
7155 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7156
7157         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7158
7159 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7160
7161         * nnimap.el (nnimap-id):
7162         * sieve-manage.el (sieve-manage-open): Doc fixes.
7163
7164 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7165
7166         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7167         if available.
7168
7169 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7170
7171         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7172
7173         * nnkiboze.el (nnkiboze-generate-group):
7174         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7175
7176         * nnmairix.el: Require CL.
7177
7178 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * dgnushack.el: Autoload get-display-table and put-display-table for
7181         XEmacs 21.5.
7182
7183         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7184         21.4 and SXEmacs.
7185
7186 2008-06-15  David Engster  <dengste@eml.cc>
7187
7188         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7189
7190 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7191
7192         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7193         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7194         runtime choice under XEmacs.
7195
7196         * gnus-sum.el (gnus-summary-set-display-table):
7197         Use `gnus-put-display-table', `gnus-get-display-table',
7198         `gnus-set-display-table' for the display table, instead of `aset'.
7199
7200         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7201         Use `gnus-put-display-table', `gnus-get-display-table',
7202         `gnus-set-display-table' for the display table.
7203
7204 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7205
7206         * nnmairix.el: Add autoloads.
7207
7208 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * nnmairix.el (nnmairix-delete-recreate-group)
7211         (nnmairix-update-and-clear-marks): Fix error messages.
7212
7213 2008-06-14  David Engster  <dengste@eml.cc>
7214
7215         * nnmairix.el: Upgrade to version 0.6.
7216         (nnmairix-group-toggle-propmarks-this-group)
7217         (nnmairix-group-toggle-readmarks-this-group)
7218         (nnmairix-group-delete-recreate-this-group)
7219         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7220         (nnmairix-remove-tick-mark-original-article): New commands.
7221         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7222         (nnmairix-propagate-marks-to-nnmairix-groups)
7223         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7224         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7225         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7226         functions needed for marks propagation and manipulation of read marks.
7227         (nnmairix-update-groups): New function.
7228         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7229         (nnmairix-determine-original-group-from-registry)
7230         (nnmairix-determine-original-group-from-path)
7231         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7232         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7233         New helper functions.
7234         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7235         keystrokes for new commands.
7236         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7237         (nnmairix-request-group): Check allow-fast group parameter.
7238         (nnmairix-request-create-group): Set allow-fast group parameter if
7239         nnmairix-allowfast-default is set.
7240         (nnmairix-close-group): Propagate marks upon closing if needed.
7241         (nnmairix-group-toggle-threads-this-group): Use new.
7242         nnmairix-group-toggle-parameter helper function.
7243         (nnmairix-search): Better check for empty search result.
7244         (nnmairix-goto-original-article): Use new helper functions for
7245         determining original article.
7246         (nnmairix-show-original-article): Make sure message-id is in brackets.
7247         (nnmairix-call-mairix-binary): Change variable name.
7248         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7249         helper function.
7250         (nnmairix-widget-toggle-activate): Fix doc string.
7251
7252 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * nnir.el: Require edmacro when compiling with XEmacs.
7255         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7256         available in Emacs 21.
7257
7258 2008-06-11  Glenn Morris  <rgm@gnu.org>
7259
7260         * gnus-util.el (x-focus-frame):
7261         * gnus.el (image-size):
7262         * mm-decode.el (image-size): Declare.
7263
7264         * gnus-picon.el (declare-function): Add compat definition.
7265         (image-size): Declare.
7266
7267         * gnus-group.el (tool-bar-map):
7268         * gnus-sum.el (tool-bar-map): Define for compiler.
7269
7270         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7271
7272         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7273
7274         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7275         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7276         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7277         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7278         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7279         * sieve-manage.el, spam-report.el, spam.el:
7280         Remove unnecessary eval-and-compile of autoloads.
7281
7282 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7283
7284         * auth-source.el: Precise Tramp doc.
7285
7286 2008-06-07  Glenn Morris  <rgm@gnu.org>
7287
7288         * nnmairix.el: Remove unnecessary eval-when-compile.
7289
7290 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * lpath.el: Fbind propertize for XEmacs 21.4.
7293
7294 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * nnir.el: Move here from ../contrib.
7297
7298 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7299
7300         * gnus-util.el (gnus-read-shell-command): New function.
7301         * mm-decode.el (mm-pipe-part):
7302         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7303
7304 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7307
7308 2008-06-03  Glenn Morris  <rgm@gnu.org>
7309
7310         * pop3.el (nnheader-accept-process-output): Autoload it.
7311
7312 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7315         are not 2-digit hexadecimal characters that follow `%'s.
7316
7317 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * message.el (message-bogus-recipient-p): Fix type in doc string.
7320         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7321         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7322         Improve custom options.
7323         (message-bogus-recipient-p): Adjust accordingly.
7324
7325 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7326
7327         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7328         long-form month and day names.
7329
7330 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * dgnushack.el: Autoload debug, eudc-expand-inline and
7333         pgg-snarf-keys-region for XEmacs.
7334
7335         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7336
7337         * nnmairix.el: Require edmacro when compiling with XEmacs.
7338
7339 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7342         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7343
7344 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7345
7346         * auth-source.el: Add more docs.
7347
7348         * netrc.el (netrc-machine): Always match if the port is not given.
7349
7350 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351
7352         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7353         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7354         retrieval faster in some cases, but might make CPU usage larger.
7355         If this has any bad side effects, we might revert this change.
7356
7357         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7358         seems to make mail retrieval much, much faster.
7359         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7360         unconditionally.
7361
7362         * gnus-draft.el (gnus-group-send-queue):
7363         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7364
7365 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7368
7369         * message.el (message-bogus-address-regexp): Fix and improve custom
7370         type.
7371         (message-setup-hook): Add message-check-recipients as custom option.
7372
7373 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * message.el (message-cite-function): Remove bogus autoload which crept
7376         in during merge from v5-10.
7377
7378 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7379
7380         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7381
7382         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7383
7384         * auth-source.el: Preliminary Tramp docs.
7385         (auth-sources): Change the default auth-sources to use
7386         EPA .gpg files.
7387
7388 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * nntp.el: Autoload `auth-source-user-or-password'.
7391         (nntp-send-authinfo): Use it.
7392
7393         * nnimap.el: Autoload `auth-source-user-or-password'.
7394         (nnimap-open-connection): Use it.
7395
7396         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7397         for the gnus-message function.
7398         (auth-source-user-or-password): Use it.
7399
7400 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7401
7402         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7403         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7404         (rfc2104-hash): Use it.
7405
7406 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7407
7408         * gnus-art.el (gnus-article-toggle-truncate-lines):
7409         Don't use `iff' in docstring.
7410
7411 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7412
7413         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7414
7415         * gnus-util.el (gnus-extract-address-component-name)
7416         (gnus-extract-address-component-email): Convenience functions around
7417         `gnus-extract-address-components'.
7418
7419         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7420         Use `gnus-extract-address-component-email' to fix bug of comparing full
7421         sender name to `user-mail-address'.
7422
7423 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7426         catch/throw to optimize.
7427         (gnus-registry-find-keywords): Just use member to find a keyword.
7428
7429 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7430
7431         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7432         is current before calling gnus-server-prepare.
7433         (gnus-server-setup-buffer, gnus-server-update-server)
7434         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7435
7436 2008-05-04  Juri Linkov  <juri@jurta.org>
7437
7438         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7439         (mailcap-file-default-commands): Use mailcap-replace-in-string
7440         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7441         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7442
7443 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7444
7445         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7446
7447 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7448
7449         * gnus.el: Bump version to 0.11.
7450
7451 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7452
7453         * gnus.el: No Gnus v0.10 is released.
7454
7455 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7456
7457         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7458         hooks.
7459         (gnus-update-read-articles): Speed up non-marks-using users.
7460         (gnus-use-marks): Define gnus-use-marks.
7461         (gnus-propagate-marks): Rename variable to something more sensible.
7462
7463 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7464
7465         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7466         (gmm-image-load-path-for-library): Fix typos in docstrings.
7467         (gmm-message): Reflow docstring.
7468
7469 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7470
7471         * mail-source.el (mail-source-set-1, mail-source-bind):
7472         Move auth-source code out of the macro to clean it up and fix bugs.
7473
7474 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7475
7476         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7477         by sender if it's equal to user-mail-address, it's likely to be
7478         useless.
7479
7480         * mail-source.el (mail-source-bind): Don't use user or password if they
7481         are not bound.  Unintern them if they are nil.  Don't use server unless
7482         it's bound, and default it to empty string otherwise.
7483
7484 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7485
7486         * mail-source.el: Load auth-source.el.
7487         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7488         get user name or password, if auth-sources is set up.
7489
7490         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7491         strategy of splitting with parent.
7492         (gnus-registry-split-fancy-with-parent)
7493         (gnus-registry-post-process-groups): Use it and fix prior
7494         bug (returning a list as the split result).
7495
7496         * auth-source.el (auth-sources): Remove server parameter.
7497         (auth-source-pick, auth-source-user-or-password)
7498         (auth-source-user-or-password-imap)
7499         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7500         (auth-source-user-or-password-sftp)
7501         (auth-source-user-or-password-smtp): Remove server parameter.
7502
7503 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7504
7505         * smime.el (smime-sign-region, smime-encrypt-region)
7506         (smime-decrypt-region):
7507         Remove redundant calls to `generate-new-buffer-name'.
7508
7509 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7510
7511         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7512         Don't use QP for message/rfc822.
7513         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7514
7515 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7516
7517         * sieve-manage.el (sieve-string-bytes): Remove.
7518         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7519         correct byte-length only if the process's coding-system is the same as
7520         the one used internally by Emacs to represent strings.
7521
7522 2008-04-22  Juri Linkov  <juri@jurta.org>
7523
7524         * mailcap.el (mailcap-file-default-commands): New function.
7525
7526 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * message.el (message-signature-separator, message-cite-function):
7529         Change custom version.
7530
7531 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7532
7533         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7534         commands.
7535         (tls-checktrust): Ditto.
7536
7537 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * mm-decode.el (mm-display-external): Make temp file read-only.
7540
7541 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7544         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7545         `C-c C-f d'.
7546
7547 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7548
7549         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7550
7551 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * gnus.el: Bump version to 0.9.
7554
7555 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7556
7557         * gnus.el: No Gnus v0.8 is released.
7558
7559 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7560
7561         * mail-source.el (mail-source-value):
7562         Prefer fboundp to functionp so it works with macros as well.
7563
7564 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7565
7566         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7567         Fix last change in case the element is not even a symbol.
7568
7569 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7570
7571         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7572         Prefer fboundp to functionp so it works with macros as well.
7573
7574 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7575
7576         * auth-source.el: Add docs.
7577         (auth-sources): Modify format to support server.
7578         (auth-source-pick, auth-source-user-or-password)
7579         (auth-source-user-or-password-imap)
7580         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7581         (auth-source-user-or-password-sftp)
7582         (auth-source-user-or-password-smtp): Add server parameter.
7583
7584 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7585
7586         * gnus-registry.el: Initialize the registry when gnus-registry-install
7587         is t.
7588
7589 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * compface.el (uncompface): Make buffer unibyte.
7592
7593 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7594
7595         * mail-source.el (mail-source-value):
7596         Prefer fboundp to functionp so it works with macros as well.
7597
7598 2008-04-05  Glenn Morris  <rgm@gnu.org>
7599
7600         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7601
7602 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7603
7604         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7605         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7606
7607         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7608         multibyteness after rather than before erasing it.
7609
7610         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7611         mm-with-multibyte.
7612         (gnus-request-article-this-buffer): Make sure the proper decoding is
7613         used if gnus-original-article-buffer happens to be unibyte.
7614
7615         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7616         default-enable-multibyte-characters.
7617
7618         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7619         default-enable-multibyte-characters.
7620
7621         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7622
7623         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7624
7625 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7626
7627         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7628         Fix last change in case the element is not even a symbol.
7629
7630 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7631
7632         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7633         (imap-message-copyuid-1): Use it.
7634         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7635         J. Williams in
7636         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7637
7638         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7639         imap-enable-exchange-bug-workaround.
7640         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7641
7642 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7643
7644         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7645         a 100 byte status-checks into a 2-3MB transfer for each group.
7646         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7647         to enable bug workaround or not.
7648         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7649
7650 2008-03-31  Glenn Morris  <rgm@gnu.org>
7651
7652         * message.el (mml2015-use): Declare for compiler.
7653         (message-info): Require mml2015 when appropriate.
7654
7655 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7658         whitespace.
7659
7660 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7661
7662         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7663         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7664         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7665         (nntp-service-to-port): New function.
7666         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7667         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7668         (nntp-open-netcat-stream): New function.
7669         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7670
7671 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7672
7673         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7674
7675 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7676
7677         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7678
7679 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7680
7681         * dns.el (dns-write): Use set-buffer-multibyte.
7682
7683 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7684
7685         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7686
7687 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7688
7689         * message.el (message-signature-separator): Change default.
7690         Improve custom type.
7691         (message-cite-function): Change default to
7692         message-cite-original-without-signature.
7693
7694         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7695         toggle.
7696
7697         * message.el (message-check-news-body-syntax): Fix signature check.
7698         (message-setup-1): Mark buffer as unmodified _after_ running
7699         message-setup-hook and handling message-alternative-emails.
7700         (message-shorten-references): Be more strict when building list of
7701         valid references to comply with GNKSA.
7702
7703         * gnus-group.el (gnus-read-ephemeral-bug-group)
7704         (gnus-read-ephemeral-debian-bug-group)
7705         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7706
7707         * message.el (message-info): Don't use booleanp which isn't supported
7708         in Emacs 21 and XEmacs.
7709
7710 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7713         gnus-group-gmane-group-download-format.
7714         (gnus-group-read-ephemeral-gmane-group): Rename from
7715         gnus-group-read-ephemeral-gmane-group.
7716         (gnus-read-ephemeral-gmane-group-url): Rename from
7717         gnus-group-read-ephemeral-gmane-group-url.
7718         (gnus-bug-group-download-format-alist): New variable.
7719         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7720         (gnus-read-ephemeral-emacs-bug-group): New commands.
7721
7722 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7725         (gnus-visible-headers): Improve custom type.
7726
7727 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * mml.el (mml-menu): Add workarounds for XEmacs.
7730
7731         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7732         X-Boundary header.
7733
7734         * message.el (message-simplify-recipients): Fix previous commit.
7735
7736 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7737
7738         * mm-util.el (mm-set-buffer-multibyte): New function.
7739         * mm-decode.el (mm-copy-to-buffer): Use it.
7740
7741         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7742         Prefer fboundp to functionp so it works with macros as well.
7743
7744 2008-03-19  Glenn Morris  <rgm@gnu.org>
7745
7746         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7747         Accidentally removed in the sync process with Emacs.
7748
7749 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * message.el (message-alter-recipients-discard-bogus-full-name):
7752         New function.
7753         (message-alter-recipients-function): New variable.
7754         (message-get-reply-headers): Use it.
7755         (message-replace-header): New helper function.
7756         (message-recipients-without-full-name): New variable.
7757         (message-simplify-recipients): New command.
7758
7759         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7760
7761         * message.el (message-info): Handle EasyPG manual.
7762
7763         * mml.el (mml-menu): Add entry for EasyPG.
7764
7765 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7766
7767         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7768         parameter.
7769
7770         * message.el (message-disassociate-draft): Specify drafts group name
7771         fully.
7772
7773 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7774
7775         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7776         Eliminate unnecessary duplicates from the match list.
7777
7778 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7779
7780         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7781
7782         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7783
7784         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7785         args of `how-many' of which the XEmacs version doesn't take; declare
7786         Info-index-next as function.
7787
7788 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * gnus-score.el (gnus-score-headers): Fix handling of
7791         gnus-inhibit-slow-scoring.
7792
7793         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7794         string.
7795         (gnus-button-url-regexp): Improve handling of parenthesis.
7796         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7797         (gnus-button-handle-info-keystrokes): Handle index entries.
7798
7799 2008-03-15  Glenn Morris  <rgm@gnu.org>
7800
7801         * parse-time.el (parse-time-string): Simplify.
7802
7803 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7806         Incoming* files.
7807
7808 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7809
7810         * auth-source.el (auth-sources): Rename from auth-source-choices.
7811         (auth-source-pick): Use it.
7812
7813 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7814
7815         * binhex.el (binhex-decode-region-internal):
7816         * uudecode.el (uudecode-decode-region-internal):
7817         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7818         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7819         setting default-enable-multibyte-characters.
7820
7821 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7822
7823         * auth-source.el (auth-source-protocols)
7824         (auth-source-protocols-customize, auth-source-choices): Add and
7825         modified variable customizations and defaults.
7826         (auth-source-pick, auth-source-user-or-password)
7827         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7828         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7829         (auth-source-user-or-password-sftp)
7830         (auth-source-user-or-password-smtp): Use new variables and provide an
7831         interface to netrc.el.
7832
7833 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7836         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7837         Make sure the nntp port to specify is a string.
7838
7839 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7840
7841         * nntp.el: Use with-current-buffer.
7842         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7843         dubious mm-with-unibyte-current-buffer.
7844         (nntp-with-open-group-function): New function extracted from
7845         nntp-with-open-group macro.
7846         (nntp-with-open-group): Use the function, so it's easier to debug.
7847         Add indentation and debugging info.
7848         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7849         Recommend the use of the netcat alternatives.
7850
7851         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7852         Avoid mm-string-as-multibyte as well.
7853
7854         * nnweb.el (nnweb-insert-html):
7855         Remove use of nnheader-string-as-multibyte.
7856
7857         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7858         (nnheader-string-as-multibyte): Remove.
7859
7860         * mm-view.el: Use inhibit-read-only.
7861         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7862         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7863         or unibyte-string.
7864
7865         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7866         (mm-uu-yenc-extract): Use with-current-buffer.
7867
7868         * gnus-soup.el (gnus-soup-send-packet): Don't use
7869         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7870
7871         * nnmh.el: Use with-current-buffer.
7872         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7873         mm-string-as-multibyte on the output of mm-encode-coding-string.
7874
7875         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7876         (nnimap-request-move-article): Use with-current-buffer.
7877
7878         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7879         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7880         conversion uses string-make-unibyte rather than string-as-unibyte.
7881
7882         * gnus-msg.el: Use with-current-buffer.
7883
7884         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7885
7886 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7887
7888         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7889         string for caching if it is 'PIN.
7890
7891 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * lpath.el: Consider the case without Emacs/W3.
7894
7895 2008-03-08  Glenn Morris  <rgm@gnu.org>
7896
7897         * time-date.el (date-to-time, time-subtract, time-add)
7898         (safe-date-to-time): Doc fixes.
7899
7900 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7901
7902         * mail-source.el (mail-source-delete-old-incoming-confirm):
7903         Change default to nil.
7904         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7905
7906 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * lpath.el: Rearrange.
7909
7910         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7911         (gnus-article-goto-prev-page): Work for articles having ^L's.
7912
7913         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7914
7915         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7916
7917 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7918
7919         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7920         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7921         (gnus-bookmark-jump): Adjust some variable names.
7922
7923 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7924
7925         * auth-source.el: New package.
7926         (auth-source-choices): Add customization entry point variable.
7927
7928         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7929         bug.
7930
7931 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7932
7933         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7934         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7935         (gnus-registry-install-shortcuts): Rename from
7936         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7937         the `gnus-registry-mark-map' keymap dynamically from
7938         `gnus-registry-marks'.  The generated functions update the summary line
7939         when a registry mark is added or deleted, and will call
7940         `gnus-registry-install-p' (see the comments in the code).
7941         (gnus-registry-user-format-function-M): Use concat intelligently.
7942
7943         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7944         the registry mark functions.
7945
7946 2008-03-05  Glenn Morris  <rgm@gnu.org>
7947
7948         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7949         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7950         gnus-art.
7951         (top-level): No need to load own source when compiling.
7952
7953 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7956         Suggested by <chris.anderton@zetnet.co.uk>.
7957
7958 2008-03-04  Glenn Morris  <rgm@gnu.org>
7959
7960         * gnus-sum.el (top-level): No need to require gnus when compiling,
7961         since unconditionally required near start of file.
7962         (gnus-summary-display-while-building): Move definition before use.
7963
7964 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7965
7966         * gnus-registry.el (gnus-registry-user-format-function-M):
7967         Add formatting function.
7968
7969 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7970
7971         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7972         with plists.
7973         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7974         Use new format.
7975
7976 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7979         `where-is-internal' that returns a range of key sequences.
7980
7981 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7982
7983         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7984
7985         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7986         (gnus-summary-jump-to-group): Consider windows on other displayed
7987         frames as well.  Similar changes might be needed elsewhere, but that's
7988         the one I've bumped into during my use.
7989
7990         * nndoc.el (nndoc-oe-dbx-type-p):
7991         * gnus-msg.el (gnus-debug):
7992         * gnus-group.el (gnus-update-group-mark-positions):
7993         Use mm-string-to-multibyte.
7994
7995 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7998         doesn't handle NotDashEscaped.
7999
8000         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8001         (mml-dnd-attach-options): Fix typo in custom choice.
8002
8003         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8004         Change nndoc-article-type to mbox.
8005         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8006
8007         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8008         to nil, instead of html2text.
8009
8010         * imap.el (imap-debug): Add `imap-ping-server'.
8011
8012         * gnus-bookmark.el: Add FIXMEs.
8013
8014         * message.el (message-form-letter-separator)
8015         (message-send-form-letter-delay): New variables.
8016         (message-send-form-letter): Use them.  New command to send form
8017         letters.  Requested by Uwe Siart.
8018         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8019
8020 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * Update copyright years.
8023
8024 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         Sync from EMACS_22_BASE.
8027
8028         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8029
8030 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8031
8032         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8033         empty author.
8034
8035 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8036
8037         * gnus-registry.el (gnus-registry-marks): Add variable for
8038         customization of marks and their appearance.
8039         (gnus-registry-read-mark): Use it.
8040         (gnus-registry-do-marks): Add utility function to loop through
8041         `gnus-registry-marks'.
8042         (gnus-registry-install-shortcuts-and-menus): Add function to install
8043         shortcuts and menus.
8044         (gnus-registry-initialize): Use it.
8045         (gnus-registry-default-mark): Clarify documentation.
8046
8047 2008-02-29  Glenn Morris  <rgm@gnu.org>
8048
8049         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8050         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8051         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8052         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8053         Change defcustom :version from 23.0 to 23.1.
8054
8055 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8056
8057         * gnus-registry.el (gnus-registry-follow-group-p)
8058         (gnus-registry-post-process-groups): Add functions to aid registry
8059         splitting and improve logging.  Clarify behavior in function
8060         documentation.
8061         (gnus-registry-split-fancy-with-parent): Use them.
8062
8063 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8064
8065         * gnus-art.el: Use with-current-buffer.
8066
8067 2008-02-27  David Engster  <dengste@eml.cc>
8068
8069         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8070         Express real group name in the response.
8071
8072 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8075         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8076         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8077         autoload gnus-registry-fetch-group when compiling.
8078         (nnmairix-request-group-with-article-number-correction):
8079         Remove unreferenced argument passed to nnmairix-call-backend.
8080
8081 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8084         (mm-uu-extract): Improve face for low color ttys.
8085         Reported by Sascha Wilde.
8086
8087 2008-02-27  Glenn Morris  <rgm@gnu.org>
8088
8089         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8090         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8091         variables to defconsts.  Convert comments to doc-strings.
8092         (nnmairix-last-server, nnmairix-current-server): Convert from free
8093         variables to defvars.  Convert comments to doc-strings.
8094         (gnus-registry-fetch-group): Autoload.
8095         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8096         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8097         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8098         caddr.
8099         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8100         nnmairix-request-group-with-article-number-correction call.
8101         (nnmairix-fast, nnmairix-group): New, less general names, for free
8102         variables passed from nnmairix-request-group to
8103         nnmairix-request-group-with-article-number-correction.  Declare.
8104         (nnmairix-request-group-with-article-number-correction):
8105         Use nnmairix-fast, nnmairix-group rather than fast, group.
8106
8107 2008-02-26  David Engster  <dengste@eml.cc>
8108
8109         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8110         version 0.5.
8111
8112 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8113
8114         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8115         instead of making an extra function call.  Don't add the current group
8116         to articles only when they have the group.  Use
8117         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8118         Reported by David <de_bb@arcor.de>.
8119
8120 2008-02-24  Miles Bader  <miles@gnu.org>
8121
8122         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8123         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8124         (mm-find-mime-charset-region):
8125         * mm-bodies.el (mm-encode-body):
8126         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8127
8128 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8131         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8132
8133 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8134
8135         * mail-source.el (mail-source-delete-incoming): Change default.
8136         Supplement doc string.
8137
8138         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8139
8140 2008-02-14  Glenn Morris  <rgm@gnu.org>
8141
8142         * time-date.el (format-seconds): New function.
8143
8144 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8145
8146         * nnmail.el (nnmail-message-id-cache-file): Derive from
8147         `gnus-home-directory'.
8148
8149 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8152         Document negative prefix.
8153
8154         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8155
8156 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157
8158         * message.el (message-unsent-separator): Add the Exim bounce
8159         separator.
8160
8161 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8162
8163         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8164         list.
8165         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8166         recipient/signer list.
8167
8168 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * Makefile.in (datarootdir): Define.
8171         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8172         name that might contain whitespace.
8173
8174 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8175
8176         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8177         fbound (Emacs 23 unicode), signal an error.
8178
8179 2008-02-08  Glenn Morris  <rgm@gnu.org>
8180
8181         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8182
8183 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8184
8185         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8186         ports to the calls to `netrc-machine-user-or-password' in addition to
8187         "imap" and "imaps".
8188
8189 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8190
8191         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8192
8193         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8194
8195 2008-02-01  Kenichi Handa  <handa@m17n.org>
8196
8197         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8198         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8199         (rfc2104-hash): Convert the result of concat to unibyte string.
8200
8201 2008-02-01  Dave Love  <fx@gnu.org>
8202
8203         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8204         coding-system-for-read.
8205         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8206
8207 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8208
8209         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8210         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8211         <hanche@math.ntnu.no>.
8212
8213 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8216
8217         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8218
8219 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8220
8221         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8222         * message.el (message-beginning-of-line): Use featurep instead of bound
8223         tests in order to resolve conditionals at compile time.
8224
8225 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8226
8227         * mail-source.el (mail-sources): Add `group' choice.
8228
8229         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8230         parameter `in-group' to control into which group the articles go.
8231         Add treatment of `group' mail-source.
8232
8233 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8234
8235         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8236
8237         * mm-decode.el (mm-dissect-buffer): Decode description.
8238
8239         * mml.el (mml-to-mime): Encode message header first.
8240
8241 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8244         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8245
8246         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8247         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8248
8249 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8250
8251         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8252
8253 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8256         prefix keys.
8257         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8258         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8259         gnus-xmas.el.
8260
8261         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8262         (gnus-xmas-article-describe-bindings): New function.
8263         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8264         gnus-xmas-article-describe-bindings.
8265
8266         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8267
8268 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8269
8270         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8271         Add new variables for article mark management.
8272         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8273         list of extra data entries which, when present, will indicate that the
8274         article ID should not be trimmed from the registry.
8275         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8276         functions.
8277         (gnus-registry-read-mark): New function to read a mark name from the
8278         user.
8279         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8280         (gnus-registry-set-article-mark-internal): New functions to add and
8281         remove marks.
8282         (gnus-registry-get-article-marks): New function to show the marks for
8283         an article, or retrieve them for further use.
8284
8285 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8288         keys when no argument is given.
8289
8290 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8291
8292         * imap.el (imap-ping-server): New variable.
8293         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8294         (imap-ping-server): Minor doc string fixes.
8295
8296 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8297
8298         * imap.el (imap-ping-server): New function.
8299         (imap-opened): Call imap-ping-server.
8300
8301 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8302
8303         * gnus-sum.el (gnus-article-sort-by-random)
8304         (gnus-thread-sort-by-random): Fix doc strings.
8305         Reported by jidanni@jidanni.org.
8306
8307 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * gnus-art.el (gnus-article-describe-bindings): New function.
8310         (gnus-article-read-summary-keys): Use it.
8311         (gnus-article-mode-map): Bind `C-h b' to it.
8312
8313 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8316         XEmacs.
8317         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8318         Protect against non-character events.
8319
8320         * lpath.el: Fbind map-keymap for Emacs 21.
8321
8322 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8323
8324         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8325         New command.
8326         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8327         instead of END.  Change name of the temp file.
8328         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8329         customizable.
8330
8331 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8334         bind `S W' to gnus-article-wide-reply-with-original; set default
8335         binding to gnus-article-read-summary-send-keys.
8336         (gnus-article-read-summary-keys): Fix the order of keys; display
8337         continuation keys correctly in the echo area; describe bindings
8338         correctly when keys end with `C-h'.
8339         (gnus-article-read-summary-send-keys): New function.
8340         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8341         Work for gnus-article-read-summary-send-keys; display continuation keys
8342         correctly in the echo area.
8343         (gnus-article-reply-with-original): Ignore prefix argument.
8344         (gnus-article-wide-reply-with-original): New function.
8345
8346         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8347         Emacs 21.
8348
8349 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8352         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8353
8354 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8355
8356         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8357         (gnus-group-read-ephemeral-gmane-group): New command.
8358
8359 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8360
8361         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8362
8363 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8364
8365         * message.el (message-send-mail-function): Increase custom version.
8366
8367         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8368         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8369
8370 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8371
8372         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8373         for the cases where imap-authenticate is called with a nil buffer
8374         parameter.
8375
8376 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8379         html parts correctly; support forwarded messages.
8380         (gnus-article-browse-html-article): Remove work buffers.
8381
8382         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8383         compiling.
8384         (netrc-bound-and-true-p): New macro.
8385         (netrc-parse): Use it instead of bound-and-true-p that is not available
8386         in XEmacs 21.4.
8387
8388 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8389
8390         * gnus-registry.el (gnus-registry-mark-article)
8391         (gnus-registry-article-marks): Add functionality to mark articles
8392         through the Gnus registry.
8393
8394         * encrypt.el: Clarify documentation for the new pgg method.
8395         (encrypt-file-alist): Add PGG option.
8396         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8397         functionality.  Abstract password key and messaging to external
8398         functions.
8399         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8400         (encrypt-message-method-and-cipher): Add new convenience external
8401         functions.
8402         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8403         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8404
8405         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8406         (netrc-parse): Use encrypt-file-alist to determine if
8407         encrypt-find-model or encrypt-insert-file-contents should be used.
8408
8409         * encrypt.el: Clarify documentation.  Load password-cache or
8410         password, whichever one is found first, instead of autoloading.
8411
8412 2007-12-19  Glenn Morris  <rgm@gnu.org>
8413
8414         * mml.el (message-options-set, message-narrow-to-head)
8415         (message-in-body-p, message-mail-p, message-encode-message-body):
8416         Autoload.
8417         (message-remove-header, message-narrow-to-headers-or-head)
8418         (message-subscribed-p, message-make-mail-followup-to)
8419         (message-position-on-field, message-news-p)
8420         (message-options-set-recipient, message-generate-headers)
8421         (message-sort-headers): Declare as functions.
8422
8423 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8424
8425         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8426         convention in doc string.
8427
8428 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8431         title to html parts.
8432         (gnus-article-browse-html-article): Pass message header to it.
8433
8434         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8435
8436 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8437
8438         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8439         or password compatible with XEmacs.
8440
8441 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8442
8443         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8444         format document.
8445         (gnus-mime-delete-part): Don't write description line if empty.
8446         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8447
8448 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8449
8450         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8451         (gnus-summary-mark-read-and-unread-as-read)
8452         (gnus-summary-mark-current-read-and-unread-as-read)
8453         (gnus-summary-mark-unread-as-ticked): Doc fix.
8454         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8455
8456 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8459         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8460
8461 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8464         yes-or-no-p.
8465
8466 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * mm-decode.el (mm-add-meta-html-tag): New function.
8469         (mm-save-part-to-file, mm-pipe-part): Use it.
8470
8471         * gnus-art.el (gnus-article-browse-delete-temp-files):
8472         Use gnus-y-or-n-p instead of y-or-n-p.
8473         (gnus-article-browse-html-parts): Work with message/external-body; use
8474         mm-add-meta-html-tag.
8475
8476 2007-12-11  Glenn Morris  <rgm@gnu.org>
8477
8478         * gnus-cache.el: Require gnus-sum not just when compiling.
8479
8480         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8481
8482         * gnus-int.el (gnus-server-opened, gnus-status-message):
8483         Move definitions before use.
8484
8485         * mm-decode.el: Require gnus-util.
8486         (mm-remove-part): Only call delete-annotation on XEmacs.
8487
8488         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8489
8490         * nnmail.el: Require gnus-int.
8491
8492         * spam.el: Move `require's before `eval-when-compile's.
8493
8494         * gnus-ems.el (gnus-alive-p):
8495         * gnus-fun.el (message-goto-eoh):
8496         * gnus-util.el (gnus-group-name-decode):
8497         * mail-source.el (gnus-compress-sequence):
8498         * message.el (Info-goto-node, format-spec):
8499         * mm-bodies.el (message-options-get):
8500         * mm-decode.el (mm-view-pkcs7):
8501         * mm-util.el (gmm-write-region):
8502         * mml-smime.el (mml-compute-boundary)
8503         (gnus-completing-read-with-default):
8504         * mml.el (widget-button-press, gnus-make-hashtable):
8505         * mml1991.el (mm-decode-content-transfer-encoding)
8506         (mm-encode-content-transfer-encoding)
8507         (message-options-get, message-options-set):
8508         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8509         * nnfolder.el (gnus-request-group):
8510         * nnheader.el (ietf-drums-unfold-fws):
8511         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8512         * smime.el (gnus-run-mode-hooks):
8513         * spam-stat.el (gnus-message): Autoload.
8514
8515         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8516         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8517         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8518         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8519         Add declare-function compatibility definition.
8520
8521         * gnus-cache.el (nnvirtual-find-group-art):
8522         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8523         (gnus-add-image, gnus-add-wash-type):
8524         * gnus-group.el (nnkiboze-score-file):
8525         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8526         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8527         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8528         (message-tokenize-header, gnus-get-buffer-create)
8529         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8530         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8531         * gnus.el (gnus-group-decoded-name):
8532         * mail-source.el (imap-capability):
8533         * mm-bodies.el (message-options-set):
8534         * mm-decode.el (gnus-configure-windows):
8535         * mm-extern.el (message-goto-body):
8536         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8537         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8538         (epg-sub-key-validity, message-options-set):
8539         * mml.el (widget-event-point, gnus-configure-windows):
8540         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8541         * mml2015.el (epg-check-configuration, epg-configuration)
8542         (message-options-set):
8543         * nndb.el (nndb-request-article):
8544         * nnfolder.el (gnus-request-create-group):
8545         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8546         * nnmaildir.el (gnus-group-mark-article-read):
8547         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8548         * rfc1843.el (message-fetch-field):
8549         * spam.el (gnus-extract-address-components):
8550         Declare as functions.
8551
8552 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8555
8556         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8557
8558         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8559         bind show-trailing-whitespace for XEmacs.
8560
8561 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8562
8563         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8564         new no-op macro for backward compatibility.
8565
8566         * imap.el (imap-string-to-integer): New function.
8567
8568 2007-12-09  Glenn Morris  <rgm@gnu.org>
8569
8570         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8571
8572         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8573         * message.el, mm-view.el, sieve-manage.el, smime.el:
8574         Add declare-function compatibility definition.
8575
8576         * gnus-art.el (w3-region, w3m-region, Info-menu):
8577         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8578         * gnus-sum.el (gnus-get-predicate):
8579         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8580         * message.el (mail-abbrev-in-expansion-header-p):
8581         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8582         (w3m-detect-meta-charset, w3m-region):
8583         * sieve-manage.el (password-read, password-cache-add)
8584         (password-cache-remove):
8585         * smime.el (password-read-and-add): Declare as functions.
8586
8587 2007-12-08  David Kastrup  <dak@gnu.org>
8588
8589         * gnus-sum.el (gnus-summary-simplify-subject-query):
8590         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8591         `message'.
8592
8593 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8596         it to bind idna-program, installation-directory, defined-colors, and
8597         face-attribute for XEmacs of the version that compiles defcustom forms.
8598
8599 2007-12-07  Glenn Morris  <rgm@gnu.org>
8600
8601         * gnus-art.el (article-make-date-line): Revert previous change.
8602
8603 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8606
8607 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8608
8609         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8610         Call gnus-add-to-range ranges only once with a prepared article-list.
8611
8612 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8613
8614         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8615         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8616         group names with backslashes.
8617         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8618
8619 2007-12-06  Deepak Goel  <deego3@gmail.com>
8620
8621         * gnus-art.el (article-make-date-line):
8622         * gnus-start.el (gnus-load):
8623         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8624
8625 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-art.el (gnus-use-idna)
8628         * gnus-start.el (gnus-site-init-file)
8629         * message.el (message-use-idna)
8630         * mm-uu.el (mm-uu-hide-markers)
8631         * smiley.el (smiley-style): Revert changes that suppress warnings.
8632
8633 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8636         specify charset to html source.
8637         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8638
8639 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8642         idna-program in order to suppress byte compile warning issued by XEmacs
8643         that came to byte compile the default value section of defcustom forms
8644         recently.
8645
8646         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8647         value of installation-directory.
8648
8649         * message.el (message-use-idna): Don't directly refer to the value of
8650         idna-program.
8651
8652         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8653
8654         * smiley.el (smiley-style): Don't directly call face-attribute.
8655
8656 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8659
8660         * gnus-dired.el: Reduce Gnus dependencies.
8661         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8662         Don't require.  Use autoloads instead.
8663         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8664         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8665         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8666         (gnus-dired-mode): Adjust doc string.
8667         (gnus-dired-mail-mode): New variable.
8668         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8669         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8670         (gnus-dired-mail-buffers): New function.  Return mail or message
8671         composition buffers.
8672         (gnus-dired-attach): Use it.
8673         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8674         NO-DECODE.
8675         (gnus-dired-print): Use `gnus-print-buffer' depending on
8676         `gnus-dired-mail-mode'.
8677
8678 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * rfc2047.el (rfc2047-encoded-word-regexp)
8681         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8682         explaining what regexp patterns are for.
8683
8684 2007-12-04  Glenn Morris  <rgm@gnu.org>
8685
8686         * password.el: Move to password-cache.el.
8687
8688         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8689         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8690         * mml-smime.el (password-read, password-cache-add)
8691         (password-cache-remove):
8692         No need to autoload, since mml-sec requires password.
8693
8694         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8695         * message.el (gnus-extract-address-components):
8696         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8697
8698         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8699         password.
8700
8701 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * mailcap.el: Reduce dependencies.
8704         (mail-header-parse-content-type): Autoload.
8705         (mailcap-delete-duplicates): New alias.
8706         (mailcap-mime-info): Add optional argument NO-DECODE.
8707         (mailcap-mime-types): Use mailcap-delete-duplicates.
8708
8709         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8710
8711 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8712
8713         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8714         (imap-parse-status): Upcase status-att for servers that sends them
8715         lower-case (e.g., MS Exchange 2007).
8716
8717 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8718
8719         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8720         function.
8721
8722         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8723         (gnus-uu-yenc-article): New function.
8724
8725         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8726
8727         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8728
8729 2007-12-02  Glenn Morris  <rgm@gnu.org>
8730
8731         * binhex.el (binhex): New custom group.
8732         (binhex-decoder-program, binhex-decoder-switches)
8733         (binhex-use-external): Move to the binhex custom group.
8734
8735         * uudecode.el (uudecode): New custom group.
8736         (uudecode-decoder-program, uudecode-decoder-switches)
8737         (uudecode-use-external): Move to the uudecode custom group.
8738
8739         * netrc.el (top-level): Don't load `encrypt' features.
8740         (netrc-parse): Don't use encrypt.
8741         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8742
8743         * encrypt.el: Remove file.
8744
8745 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8748         matches on patches.
8749
8750         * gnus-art.el (gnus-article-browse-html-article):
8751         Mention `mm-text-html-renderer' in the doc string.
8752
8753         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8754         string.  Add comments.
8755
8756         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8757         if rhs is ASCII.
8758
8759 2007-12-01  Glenn Morris  <rgm@gnu.org>
8760
8761         * mail-source.el (top-level): Require format-spec before
8762         eval-when-compile.
8763
8764 2007-11-30  Glenn Morris  <rgm@gnu.org>
8765
8766         * encrypt.el: Require password, rather than autoloading password-read.
8767
8768 2007-11-29  Glenn Morris  <rgm@gnu.org>
8769
8770         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8771         (sasl-make-client, sasl-next-step, sasl-step-data)
8772         (sasl-step-set-data): Declare as functions.
8773
8774 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8777
8778 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8779
8780         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8781         certs should be verified and what is to be done in the event of a
8782         verification failure.
8783
8784         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8785         caller can indicate whether the cache should be disregarded for this
8786         call.  This way the result of the call is reproducible at all times and
8787         can be considered a canonical server name for the supplied method.
8788         (gnus-agent-method-p): Canonicalize server names by pushing their
8789         method through `gnus-method-to-server' using the no-cache argument.
8790
8791         * gnus-srvr.el (gnus-server-insert-server-line):
8792         Call `gnus-method-to-server' with `no-cache' argument.
8793
8794         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8795         gnus-agent-possibly-synchronize-flags as this should be called when the
8796         server is actually being opened.
8797         (gnus-agent-possibly-synchronize-flags)
8798         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8799         flags file of an agentized server to the latter function.
8800
8801         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8802         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8803         after a connection has been established successfully.
8804
8805 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (article-display-face): Force to display face if called
8808         interactively; check if gnus-article-x-face-too-ugly matches author.
8809         (article-display-x-face): Display face even if From header is missing
8810         as article-display-face does.
8811
8812 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8813
8814         * hashcash.el (message-narrow-to-headers-or-head)
8815         (message-fetch-field, message-goto-eoh)
8816         (message-narrow-to-headers): Declare as functions.
8817
8818 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * mail-source.el (mail-sources): Default to fetch from file for
8821         compatibility with default of nnmail-spool-file.
8822
8823 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8826         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8827         to look for encoded word that should be encoded again.
8828         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8829         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8830         encoding pattern.
8831         (rfc2047-decode-region): Switch strict regexp and loose one according
8832         to rfc2047-allow-irregular-q-encoded-words.
8833
8834 2007-11-25  Romain Francoise  <romain@orebokech.com>
8835
8836         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8837
8838 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * tls.el (tls-program): Provide more custom choices from
8841         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8842         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8843
8844 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8847         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8848
8849         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8850         `nnmail-spool-file'.
8851
8852         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8853         `nnmail-spool-file'.
8854
8855         * gnus-move.el (gnus-change-server): Ditto.
8856
8857         * gnus-kill.el (gnus-batch-score): Ditto.
8858
8859         * gnus-cache.el (gnus-jog-cache): Ditto.
8860
8861         * gnus-msg.el (gnus-summary-reply):
8862         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8863
8864 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8867         version.  Minor improvement to doc strings.
8868         (tls-program): Add comment.
8869
8870 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8871
8872         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8873         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8874         mismatch between the hostname provided in the certificate and the name
8875         of the host connnecting to.
8876         (open-tls-stream): Use them.  Check certificates against trusted root
8877         certificates.
8878
8879 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8880
8881         * gnus-cache.el (gnus-cache-generate-nov-databases):
8882         Use nnml-generate-nov-databases-directory instead of
8883         nnml-generate-nov-databases-1.
8884
8885 2007-11-24  Glenn Morris  <rgm@gnu.org>
8886
8887         * message.el (message-tool-bar-retro): Update for rename
8888         mail_send.xpm->mail-send.xpm.
8889
8890 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8893         `smime-ldap-search' for Emacs 22 and up.
8894
8895 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8896
8897         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8898
8899         * message.el (message-send-mail-function): Fix error convention.
8900         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8901         (message-widen-reply, message-send-mail, message-talkative-question)
8902         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8903         (message-clone-locals, message-send-news): Use with-current-buffer.
8904         (message-insert-or-toggle-importance): Remove unused var `valid'.
8905         (message-make-references): Remove unused var `new-references'.
8906         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8907
8908 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8909
8910         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8911         (spam-split-symbolic-return-positive): Reflow docstring.
8912         (spam-backends, spam-summary-exit-behavior)
8913         (spam-mark-ham-unread-before-move-from-spam-group)
8914         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8915         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8916         (spam-clear-cache, spam-backend-check, spam-install-backend)
8917         (spam-install-statistical-backend, spam-list-of-processors)
8918         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8919         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8920         (spam-check-crm114, spam-initialize, spam-unload-hook):
8921         Fix typos in docstrings.
8922
8923 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8926         been checked if they have never been read and those group levels are
8927         higher than the one that a user specified.
8928
8929 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8932         foreign groups unless a group level is specified by a user.
8933         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8934
8935 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * message.el (message-send-mail-function): Require sendmail.
8938
8939 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * message.el (message-send-mail-function): Check for smtpmail too.
8942
8943         * utf7.el (utf7-encode, utf7-decode): Use coding system
8944         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8945
8946         * message.el (message-send-mail-function): New function.
8947         (message-send-mail-function): Set default using
8948         message-send-mail-function.  Adjust doc string.
8949         (message-send-mail-with-mailclient): New function.
8950
8951 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8952
8953         * smime.el (from):
8954         * rfc2047.el (message-posting-charset):
8955         * qp.el (mm-use-ultra-safe-encoding):
8956         * pop3.el (parse-time-months):
8957         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8958         * nnml.el (files):
8959         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8960         (jka-compr-compression-info-list, ange-ftp-path-format)
8961         (efs-path-regexp):
8962         * nndiary.el (files):
8963         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8964         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8965         (epg-digest-algorithm-alist, inhibit-redisplay)
8966         (password-cache-expiry):
8967         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8968         (pgg-output-buffer, password-cache-expiry):
8969         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8970         (efs-path-regexp):
8971         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8972         (inhibit-redisplay):
8973         * mm-uu.el (file-name, start-point, end-point, entry)
8974         (gnus-newsgroup-name, gnus-newsgroup-charset):
8975         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8976         (latin-unity-ucs-list):
8977         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8978         (mm-uu-binhex-decode-function):
8979         * message.el (gnus-message-group-art, gnus-list-identifiers)
8980         (rmail-enable-mime-composing, gnus-local-organization)
8981         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8982         (gnus-read-active-file, facemenu-add-face-function)
8983         (facemenu-remove-face-function, gnus-article-decoded-p)
8984         (tool-bar-mode):
8985         * mail-source.el (display-time-mail-function):
8986         * gnus-util.el (nnmail-pathname-coding-system)
8987         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8988         (gnus-original-article-buffer, gnus-user-agent)
8989         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8990         (xemacs-codename, sxemacs-codename, emacs-program-version):
8991         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8992         * gnus-start.el (gnus-agent-covered-methods)
8993         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8994         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8995         (gnus-newsgroup-headers, gnus-group-list-mode)
8996         (gnus-group-mark-positions, gnus-newsgroup-data)
8997         (gnus-newsgroup-unreads, nnoo-state-alist)
8998         (gnus-current-select-method, mail-sources)
8999         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9000         (nnmail-spool-file, gnus-cache-active-hashtb):
9001         * gnus-mh.el (mh-lib-progs):
9002         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9003         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9004         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9005         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9006         (gnus-group-buffer):
9007         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9008         (font-lock-set-defaults):
9009         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9010         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9011         (gnus-summary-post-menu, total-parts, type, condition, length):
9012         * gnus-agent.el (gnus-agent-read-agentview):
9013         * flow-fill.el (show-trailing-whitespace):
9014         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9015         eval-and-compile wrappers for byte compiler pacifiers.
9016
9017         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9018         (mm-display-inline-fontify): Check for featurep 'xemacs not
9019         extent-list.
9020
9021         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9022         itimer-list.
9023         (mm-create-image-xemacs): Only do something for XEmacs.
9024         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9025
9026         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9027
9028         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9029         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9030
9031 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9032
9033         * nnimap.el (nnimap-split-download-body):
9034         * gnus-demon.el (gnus-demon):
9035         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9036
9037 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9040         New macros.
9041         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9042         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9043         copy data from unibyte buffer to multibyte current buffer.
9044         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9045         to copy data from unibyte current buffer to multibyte buffer.
9046         (nntp-make-process-buffer): Make process buffer unibyte.
9047
9048         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9049
9050 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9051
9052         * pop3.el (pop3-open-server): Accept and process data more robustly at
9053         connexion start to avoid spurious "POP SSL connexion failed" errors.
9054
9055 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9058         read group names.
9059
9060 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9063
9064 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9067         (nnmail-save-active): Use a unibyte buffer when saving active file,
9068         which may contain non-ASCII group names.
9069
9070         * nnml.el (nnml-request-group): Decode group names in messages.
9071
9072 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * message.el (message-citation-line-function)
9075         (message-insert-formatted-citation-line): Fix spelling of
9076         `message-insert-formated-citation-line'.
9077
9078 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9081
9082 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9085         nnmail-pathname-coding-system.
9086
9087         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9088         that a user enters; decode group names in messages.
9089
9090         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9091
9092 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9095
9096         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9097
9098         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9099         risky local variable.
9100
9101         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9102
9103 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9104
9105         * encrypt.el: Improve documentation to fix function name typo.
9106         Reported by Daiki Ueno <ueno@unixuser.org>.
9107
9108 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9111         even if the point is not in the last page of an article.
9112         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9113         back to the previous page.
9114
9115 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9118
9119 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9122
9123 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9124
9125         * message.el (message-check-news-body-syntax):
9126         Avoid mm-string-as-multibyte.
9127         (message-hide-headers): Don't assume (point-min)==1.
9128
9129 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9130
9131         * message.el (message-remove-blank-cited-lines): Fix if remove is
9132         given.
9133         (message-bogus-address-regexp): New variable.
9134         (message-bogus-recipient-p): New function.
9135         (message-check-recipients): New command.
9136         (message-syntax-checks): Add `bogus-recipient'.
9137         (message-fix-before-sending): Add `bogus-recipient'.
9138
9139         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9140         (gnus-treat-body-boundary): Don't test window-system.
9141
9142 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9143
9144         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9145
9146 2007-10-28  Miles Bader  <miles@gnu.org>
9147
9148         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9149         at compile-time too.
9150
9151 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9152
9153         * gnus-msg.el (gnus-message-setup-hook):
9154         Add `message-remove-blank-cited-lines' to options.
9155
9156 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9157
9158         * message.el (message-remove-blank-cited-lines): New function.
9159         Suggested by Karl Plästerer.
9160
9161 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9164         mapc.
9165
9166         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9167         (top-level): Use mapc to set functions to be traced for debugging.
9168
9169         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9170         called for effect with while loop.
9171
9172         * message.el (message-talkative-question): Replace mapcar called for
9173         effect with mapc.
9174
9175         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9176         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9177         called for effect with dolist.
9178
9179         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9180
9181         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9182         gnus-extra-headers and nnmail-extra-headers.
9183
9184         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9185         called for effect with dolist.
9186         (top-level): Use mapc to set functions to be traced for debugging.
9187
9188         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9189         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9190         dolist.
9191
9192         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9193         Replace mapcar called for effect with mapc.
9194         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9195         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9196         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9197         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9198
9199         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9200         remove-if that's a cl function.
9201
9202         * webmail.el (webmail-debug): Replace mapcar called for effect with
9203         dolist.
9204
9205         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9206         with mapc.
9207
9208 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9211         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9212         with while loop.
9213
9214         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9215         functions from article-* functions.
9216         (gnus-multi-decode-header): Replace mapcar called for effect with
9217         dolist.
9218
9219         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9220         (gnus-bookmark-show-details): Replace mapcar called for effect with
9221         while loop.
9222
9223         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9224         called for effect with while loop.
9225
9226         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9227         with dolist.
9228
9229         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9230         Replace mapcar called for effect with dolist.
9231
9232         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9233
9234         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9235         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9236         Replace mapcar called for effect with dolist.
9237         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9238         mapc.
9239
9240         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9241         Replace mapcar called for effect with dolist.
9242         (gnus-topic-list): Replace mapcar called for effect with mapc.
9243
9244         * gnus.el: Use mapc instead of mapcar to add autoloads.
9245
9246 2007-10-23  Richard Stallman  <rms@gnu.org>
9247
9248         * gnus-group.el (gnus-group-highlight): Mark as risky.
9249
9250 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9251
9252         * gnus.el (gnus-server-to-method): Return method found first in
9253         gnus-newsrc-alist.
9254
9255         * gnus-art.el (gnus-article-highlight-signature)
9256         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9257         button overlay without the front stickiness.
9258
9259 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9260
9261         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9262         overview buffer needed a catch to receive its throw.
9263         (gnus-agent-flush-cache): Declare as interactive to make this function
9264         easier to use.
9265
9266 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9269         `next-line'.
9270
9271 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9274         exclude address matching message-dont-reply-to-names.
9275
9276 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * gnus-util.el (gnus-string<): New function.
9279
9280         * gnus-sum.el (gnus-article-sort-by-author)
9281         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9282
9283 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9286         the frame-focus tag is set in gnus-buffer-configuration.
9287
9288 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9291         the front stickiness.
9292
9293 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9296         url pattern; remove duplicate one.
9297         (gnus-article-extend-url-button): New function.
9298         (gnus-article-add-buttons): Use it.
9299         (gnus-button-push): Use concatenated url that it makes.
9300
9301 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9302
9303         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9304
9305 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9306
9307         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9308         Don't hardcode point-min==1.
9309
9310 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9313         Fix comment about "iso8859-1".
9314
9315 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9316
9317         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9318         ones returned from the verify-function.
9319
9320         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9321         Call mml2015-extract-cleartext-signature if extraction failed.
9322
9323 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9324
9325         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9326         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9327         failed.
9328
9329 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9332
9333 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9336         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9337         recommends to use EasyPG instead of PGG.
9338
9339         * pgg.el: Revert to revision 6.23.2.16.
9340
9341         * pgg-def.el: Revert to revision 6.6.2.14.
9342
9343         * pgg-gpg.el: Revert to revision 6.23.2.34.
9344
9345 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9346
9347         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9348         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9349         thread for both the null and zero (kill/expire thread) universal prefix
9350         cases.
9351         (gnus-summary-expire-thread): Add new function to expire a thread,
9352         using gnus-summary-kill-thread.
9353         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9354         shortcuts for gnus-summary-expire-thread.
9355         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9356         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9357
9358 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9359
9360         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9361         extras value, so an extras entry can be deleted.
9362         (gnus-registry-delete-extra-entry): Use it.
9363         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9364         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9365         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9366         storage through the gnus-registry, and provide an appropriate API for
9367         it.
9368
9369 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9372         Suggested by Leo <sdl.web@gmail.com>.
9373
9374         * gnus.el: Do.
9375
9376 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9379         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9380
9381         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9382
9383         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9384         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9385
9386 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9389         newline.
9390         (nnmbox-request-accept-article): Don't change article in source buffer;
9391         narrow to header to use message-fetch-field rather than
9392         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9393         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9394         as delimiters; make sure article ends with newline.
9395         (nnmbox-delete-mail): Correct last position of article to be deleted;
9396         ignore X-Gnus-Newsgroup header in article body.
9397         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9398         positions; make sure article ends with newline.
9399
9400         * message.el (message-display-abbrev): Don't infloop when a user
9401         inserts SPC in the beginning of header.
9402
9403         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9404         coding-system-for-read and coding-system-for-write for XEmacs having no
9405         file-coding feature.
9406
9407         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9408
9409 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9410
9411         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9412         list of groups not followed by default.  Fix type to be regexp.
9413         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9414
9415 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9416
9417         * hmac-def.el (define-hmac-function): Switch from old-style to
9418         new-style backquotes.
9419
9420         * md4.el (md4-make-step): Likewise.
9421
9422 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9425         raw-text coding system when saving .newsrc file, which may contain
9426         non-ASCII group names.
9427
9428 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-cus.el (gnus-score-extra): New widget.
9431         (gnus-score-extra-convert): New function.
9432         (gnus-score-customize): Use it for Extra.
9433
9434 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9435
9436         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9437         (mml2015-mailcrypt-clear-verify): Use it.
9438         (mml2015-gpg-clear-verify): Use it.
9439         (mml2015-pgg-clear-verify): Use it.
9440         (mml2015-epg-clear-verify): Replace the current part with the output
9441         from GnuPG; don't extract the plaintext by itself.
9442
9443         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9444         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9445         mml2015-clear-verify-function; don't touch the armor headers or
9446         dash-escaped text here.
9447
9448 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9451         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9452         parts, or application/octet-stream as a last resort.
9453         (gnus-mime-view-part-as-type): Don't toggle display.
9454         (gnus-mime-view-part-as-charset): Don't turn off display before
9455         querying charset.
9456
9457         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9458         stuff to undisplayer function in Emacs.
9459         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9460
9461         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9462         text/calendar parts.
9463
9464 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9465
9466         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9467         decoding text/calendar parts.
9468
9469         * message.el (message-forward-make-body-mime): Always mark body as
9470         having no illegible text; remove signed-or-encrypted argument.
9471         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9472
9473         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9474         (mml-generate-mime-1): Don't encode body if it is specified to be in
9475         raw form; don't make buffer be unibyte when inserting multibyte string.
9476
9477 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9478
9479         * sha1.el: Fix up comment style.
9480         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9481         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9482
9483         * hex-util.el: Fix up comment style.
9484         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9485
9486         * gnus-salt.el: Use with-current-buffer.
9487         (gnus-pick-setup-message): Fix long-standing typo.
9488
9489 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * imap.el (imap-logout-timeout): New variable.
9492         (imap-logout, imap-logout-wait): New functions.
9493         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9494
9495         * nnimap.el (nnimap-logout-timeout): New server variable.
9496         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9497         nnimap-logout-timeout.
9498
9499         * gnus-art.el (gnus-article-summary-command-nosave)
9500         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9501
9502 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus.el (gnus-maximum-newsgroup): New variable.
9505
9506         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9507         according to gnus-maximum-newsgroup.
9508
9509         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9510         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9511         Limit the range of articles according to gnus-maximum-newsgroup.
9512
9513 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9514
9515         * gnus-art.el (gnus-sticky-article): Fix problems described in
9516         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9517         Don't perform gnus-configure-windows here; reuse existing sticky
9518         article buffer.
9519
9520         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9521         it doesn't exist in gnus-article-mode.
9522
9523 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9526         (gnus-agent-decoded-group-name): New function.
9527         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9528         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9529
9530 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9531
9532         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9533         Add binding for gnus-sticky-article.
9534         (gnus-summary-exit): Don't kill sticky article buffers.
9535
9536         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9537         article buffer.
9538         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9539         (gnus-kill-sticky-article-buffers): New commands.
9540
9541 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * nntp.el (nntp-xref-number-is-evil): New server variable.
9544         (nntp-find-group-and-number): If it is non-nil, don't trust article
9545         numbers in the Xref header.
9546
9547 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-agent.el (gnus-agent-read-group): New function.
9550         (gnus-agent-flush-group, gnus-agent-expire-group)
9551         (gnus-agent-regenerate-group): Use it.
9552         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9553         nnmail-pathname-coding-system.
9554
9555 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9558
9559         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9560         that are unread as unread, and also as selected so that information of
9561         marks having been changed by a user may be updated when exiting group.
9562
9563 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9566
9567 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9570         calculated ignoring signature parts to gnus-treat-article.
9571
9572 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9575         a point here in order to keep the window start.
9576         (gnus-insert-mime-security-button): Make a button overlay without the
9577         front stickiness.
9578         (gnus-mime-display-security): Goto the end of a button.
9579
9580         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9581
9582 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9585         group-name-at-point.
9586         (gnus-group-completing-read): New function that offers decoded
9587         non-ASCII group names for completion.
9588         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9589         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9590         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9591         (gnus-group-fetch-control): Use it.
9592         (gnus-fetch-group): Use group-name-at-point for the initial value
9593         rather than the default value; use gnus-alive-p.
9594
9595         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9596         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9597         (gnus-summary-post-news): Use gnus-group-completing-read.
9598
9599         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9600         (gnus-read-move-group-name): Decode group name for completion.
9601
9602 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9603
9604         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9605         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9606         Yamaoka slightly modified the code).
9607
9608 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9609
9610         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9611         (nnmail-split-incoming): Bind it.
9612
9613         * nnml.el (nnml-group-name-charset): New function.
9614         (nnml-decoded-group-name): Use it; don't decode group name if
9615         nnmail-group-names-not-encoded-p is non-nil.
9616         (nnml-encoded-group-name): New function.
9617         (nnml-group-pathname): Inline nnml-decoded-group-name.
9618         (nnml-request-expire-articles): Decode group name in message.
9619         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9620         nnmail-pathname-coding-system.
9621         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9622         not decoded ones according to nnmail-group-names-not-encoded-p.
9623         (nnml-generate-active-info): Use nnml-encoded-group-name.
9624
9625 2007-08-08  Glenn Morris  <rgm@gnu.org>
9626
9627         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9628         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9629         doc-strings and comments.
9630
9631 2007-07-25  Glenn Morris  <rgm@gnu.org>
9632
9633         * Relicense all FSF files to GPLv3 or later.
9634
9635 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-sum.el (gnus-summary-move-article):
9638         Make gnus-summary-respool-article work.
9639
9640 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9643         string.
9644
9645 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9646
9647         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9648         that should be ignored when comparing distant RSS articles with local
9649         ones.
9650         (nnrss-make-hash-index): New function.  Create a hash index according
9651         to the ignored fields.
9652         (nnrss-check-group): Use it.
9653
9654 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9657
9658         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9659
9660         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9661         the new optional argument ENCODED is non-nil.
9662         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9663         coding system for encoding group name.
9664         (gnus-group-make-rss-group): Pass un-encoded group name to
9665         gnus-group-make-group.
9666         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9667         encoded.
9668
9669         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9670         Encode group name to which articles are moved or copied.
9671         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9672         coding system for encoding Newsgroup, Followup-To and Xref headers.
9673
9674         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9675         marks; use nnheader-file-coding-system to write a file.
9676         (nnagent-retrieve-headers): Bind file-name-coding-system to
9677         nnmail-pathname-coding-system.
9678
9679         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9680
9681         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9682         (nnml-request-article, nnml-request-create-group)
9683         (nnml-request-rename-group, nnml-find-id)
9684         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9685         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9686         (nnml-save-marks): Use nnml-group-pathname instead of
9687         nnmail-group-pathname.
9688
9689         (nnml-request-create-group, nnml-request-expire-articles)
9690         (nnml-request-move-article, nnml-request-delete-group)
9691         (nnml-deletable-article-p, nnml-possibly-create-directory)
9692         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9693         (nnml-open-marks): Bind file-name-coding-system to
9694         nnmail-pathname-coding-system.
9695
9696         (nnml-request-article): Pass server argument to nnml-find-group-number.
9697         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9698         Pass server argument to nnml-possibly-create-directory.
9699         (nnml-request-accept-article): Pass server argument to
9700         nnml-active-number and nnml-save-mail.
9701         (nnml-find-group-number): Pass server argument to nnml-find-id.
9702         (nnml-request-update-info): Pass server argument to
9703         nnml-marks-changed-p.
9704
9705         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9706         (nnml-save-mail, nnml-active-number): Add server argument.
9707
9708         (nnml-request-delete-group): Warn if group is missing.
9709         (nnml-get-nov-buffer): Decode group name.
9710         (nnml-generate-active-info): Encode group name.
9711         (nnml-open-marks): Decode group name in messages.
9712
9713 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9716         if it is not specified.
9717         (gnus-article-pipe-part, gnus-article-save-part)
9718         (gnus-article-interactively-view-part, gnus-article-copy-part)
9719         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9720         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9721         (gnus-article-replace-part, gnus-article-delete-part)
9722         (gnus-article-view-part-as-type): Pass raw prefix argument to
9723         gnus-article-part-wrapper.
9724
9725 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * gnus-agent.el (gnus-agent-save-active):
9728         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9729
9730         * gnus-cache.el (gnus-cache-save-buffers)
9731         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9732         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9733         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9734         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9735         (gnus-cache-generate-active, gnus-cache-rename-group)
9736         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9737         (gnus-cache-update-overview-total-fetched-for):
9738         Bind file-name-coding-system to nnmail-pathname-coding-system.
9739         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9740         New variables.
9741         (gnus-cache-decoded-group-name): New function.
9742         (gnus-cache-file-name): Use it.
9743         (gnus-cache-generate-active): Use non-decoded group name for active.
9744
9745         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9746         right place.
9747         (gnus-write-active-file): Don't break non-ASCII group names.
9748
9749         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9750         nnmail-pathname-coding-system.
9751
9752         * lpath.el: Bind default-file-name-coding-system,
9753         file-name-coding-system and language-info-alist for XEmacs.
9754
9755         * gnus-uu.el (gnus-uu-decode-save): Typo.
9756
9757 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9760
9761 2007-07-14  David Kastrup  <dak@gnu.org>
9762
9763         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9764         finishing actions if we did not edit the article.
9765
9766 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9769         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9770         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9771         (gnus-agent-flush-group, gnus-agent-flush-cache)
9772         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9773         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9774         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9775         (gnus-agent-regenerate-group)
9776         (gnus-agent-update-files-total-fetched-for)
9777         (gnus-agent-update-view-total-fetched-for):
9778         Bind file-name-coding-system to nnmail-pathname-coding-system.
9779         (gnus-agent-group-pathname): Don't encode file names by
9780         nnmail-pathname-coding-system.
9781         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9782         coding-system-for-write instead of buffer-file-coding-system to
9783         gnus-agent-file-coding-system.
9784
9785         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9786         Decode group name.
9787
9788         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9789
9790         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9791         (gnus-read-newsrc-el-file): Make group names unibyte.
9792
9793         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9794         nnmail-pathname-coding-system.
9795
9796         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9797         (nnrss-request-delete-group): Bind file-name-coding-system to
9798         nnmail-pathname-coding-system.
9799         (nnrss-read-server-data, nnrss-read-group-data):
9800         Bind file-name-coding-system correctly.
9801         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9802
9803         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9804         (nntp-server-to-method-cache): New variable.
9805         (nntp-group-pathname): New function that decodes non-ASCII group names.
9806         (nntp-possibly-create-directory, nntp-marks-changed-p)
9807         (nntp-save-marks, nntp-open-marks): Use it.
9808         (nntp-possibly-create-directory, nntp-open-marks):
9809         Bind file-name-coding-system to nnmail-pathname-coding-system.
9810         (nntp-open-marks): Decode group names when bootstrapping marks.
9811
9812         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9813         Newsgroups and Folowup-To headers.
9814
9815 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9818         (gnus-server-closed-face, gnus-server-denied-face)
9819         (gnus-server-offline-face): Remove variable.
9820         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9821
9822         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9823         of modifying message-stack directly for XEmacs.
9824
9825         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9826         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9827         if the coding-system argument is nil for XEmacs.
9828
9829         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9830         mm-charset-override-alist.
9831
9832         * rfc2047.el: Don't require base64; require rfc2045 for the function
9833         rfc2045-encode-string.
9834         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9835         to quote the parameter value.
9836
9837 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9840         form in gnus-group-name-charset-method-alist.
9841
9842         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9843         overrides the default layout edit-form.
9844
9845         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9846
9847         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9848
9849 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9852         as unfetched articles.
9853
9854 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9857
9858 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9861         original back end that keeps marks in the local system.
9862
9863 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9866         arg of pop-to-buffer for XEmacs.
9867         (gnus-article-read-summary-keys): Ditto; don't restore window
9868         configuration if summary command ends up with neither article buffer
9869         nor summary buffer; describe bindings if summary keys end with C-h.
9870
9871 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * message.el (message-fix-before-sending): Skip raw message part to be
9874         forwarded while checking illegible text.
9875         (message-forward-make-body-mime, message-forward-make-body):
9876         Mark signed or encrypted raw message as having no illegible text.
9877
9878 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9881         (gnus-message-with-timestamp-1): New macro.
9882         (gnus-message-with-timestamp): New function.
9883         (gnus-message): Use them.
9884
9885         * nnheader.el (nnheader-message): Use them.
9886
9887 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9890         .newsrc.eld file.
9891
9892 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * gnus-agent.el (gnus-agent-fetch-headers)
9895         (gnus-agent-retrieve-headers):
9896         Bind gnus-decode-encoded-address-function to identity.
9897
9898         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9899         available also when the server returns simply a dot.
9900
9901         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9902
9903 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9906
9907 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * gnus-ems.el (gnus-x-splash): Make it work.
9910
9911         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9912         from being used.
9913
9914         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9915
9916 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9919         4th and the 5th arguments.
9920
9921         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9922         the front stickiness.
9923         (gnus-article-summary-command-nosave): Correct the order of the
9924         arguments passed to pop-to-buffer.
9925         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9926         summary command ends up with the article buffer.
9927
9928         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9929         the same faces.
9930
9931 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9932
9933         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9934
9935 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9936
9937         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9938         * gnus-sum.el (gnus-summary-highlight):
9939         * pgg.el (pgg-sign-region, pgg-sign):
9940         * mail-source.el (mail-source-delete-old-incoming-confirm):
9941         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9942
9943 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * gnus-art.el (gnus-mime-view-part-externally)
9946         (gnus-mime-view-part-internally): Fix predicate function passed to
9947         completing-read.
9948
9949         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9950
9951         * gnus.el (gnus-update-message-archive-method): Add :version.
9952
9953 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * gnus.el (gnus-update-message-archive-method): New variable.
9956
9957         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9958         according to gnus-message-archive-method if
9959         gnus-update-message-archive-method is non-nil.
9960
9961 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9964         Suggested by Loic Dachary <loic@dachary.org>.
9965         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9966
9967 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * message.el (message-pop-to-buffer): Add switch-function argument.
9970         (message-mail): Pass switch-function argument to it.
9971
9972 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9973
9974         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9975         Improve doc string.
9976
9977 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9980         (gnus-header-content)
9981         * gnus-cite.el (gnus-cite-10)
9982         * gnus-srvr.el (gnus-server-closed)
9983         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9984         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9985         (gnus-group-mail-3-empty, gnus-group-mail-low)
9986         (gnus-group-mail-low-empty, gnus-splash)
9987         * message.el (message-header-to, message-header-cc)
9988         (message-header-subject, message-header-other, message-header-name)
9989         (message-header-xheader, message-separator, message-cited-text)
9990         (message-mml): Lighten colors of faces used for dark background.
9991
9992 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9993
9994         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9995         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9996
9997 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * message.el (message-narrow-to-headers-or-head):
10000         Ignore mail-header-separator in the body.
10001
10002 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10005         same as window size.
10006
10007 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10008
10009         * message.el (message-font-lock-keywords): Use message-header-xheader
10010         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10011         ahead of the anything pattern, to get it recognised.
10012
10013 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10016         spam.el loads uses it in the compiled defadvice form.
10017
10018 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10019
10020         * gnus-sum.el (gnus-articles-to-read)
10021         (gnus-summary-insert-old-articles): Don't truncate group name for
10022         `read-string'.
10023
10024         * gnus-util.el (gnus-limit-string): Delete this function.
10025
10026         * gnus-sum.el (gnus-simplify-subject-fully):
10027         Use `truncate-string-to-width' instead.
10028
10029 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10030
10031         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10032         Tell if, on summary exit, the next group has to be selected.
10033         (gnus-summary-exit): Use it.
10034
10035 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10038         non-break space.
10039
10040 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10043         Check if group is not a directory.
10044         (nnfolder-request-expire-articles): Don't delete articles if the target
10045         group is not available.
10046
10047         * nnml.el (nnml-request-create-group): Properly check if group is not a
10048         file.
10049         (nnml-request-expire-articles): Don't delete articles if the target
10050         group is not available.
10051
10052         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10053         Don't quote characters that are within parentheses.
10054
10055 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10058         (gnus-handle-ephemeral-exit): Select article according to it.
10059
10060 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10061
10062         * message.el (message-insert-formated-citation-line): Remove newline.
10063         (message-citation-line-format): Add final \n here so that the user can
10064         avoid a blank line.
10065
10066 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10067
10068         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10069         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10070         Update lanl/arXiv support.
10071
10072 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * gnus.el: Bump version number.
10075
10076 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10077
10078         * gnus.el (gnus-version-number): Bump version.
10079
10080 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10081
10082         * gnus.el: No Gnus v0.6 is released.
10083
10084 2007-04-27  Didier Verna  <didier@xemacs.org>
10085
10086         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10087         * gmm-utils.el (gmm-regexp-concat): ... here.
10088         * message.el: Don't require 'gnus-util.
10089         (message-dont-reply-to-names): Handle name change above.
10090         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10091
10092 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10095         since the initial value varies according to the system.
10096
10097 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10098
10099         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10100
10101 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10102
10103         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10104
10105 2007-04-24  Didier Verna  <didier@xemacs.org>
10106
10107         Improve the type of gnus-ignored-from-addresses.
10108         * gnus-util.el (gnus-orify-regexp): New function.
10109         * message.el (gnus-util): Require it.
10110         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10111         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10112         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10113
10114 2007-04-24  Didier Verna  <didier@xemacs.org>
10115
10116         * gnus-sum.el:
10117         * gnus-utils.el: Fix some trailing whitespaces.
10118
10119 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10122         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10123         article's Message-ID; refer parent article in summary buffer.
10124
10125         * message.el (message-bounce): Call mime-to-mml.
10126
10127         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10128         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10129         optimize and/or forms properly.
10130
10131 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10132
10133         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10134         URL.
10135
10136 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10139
10140 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10143         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10144         displayed of multipart/alternative part if it is invoked from summary
10145         buffer.
10146
10147         * mm-view.el (mm-inline-text-html-render-with-w3m)
10148         (mm-inline-text-html-render-with-w3m-standalone)
10149         (mm-inline-render-with-function): Use mail-parse-charset by default.
10150
10151 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10152
10153         * parse-time.el (parse-time-string-chars): Check if CHAR
10154         is less than the length of parse-time-syntax.
10155
10156 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10159         from gnus-newsgroup-processable.
10160
10161 2007-04-16  Didier Verna  <didier@xemacs.org>
10162
10163         * gnus-msg.el (gnus-configure-posting-styles):
10164         Handle message-signature-directory properly with :file syntax.
10165         Reported by "Leo".
10166
10167 2007-04-11  Didier Verna  <didier@xemacs.org>
10168
10169         New user option: message-signature-directory.
10170         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10171         * message.el (message-insert-signature): Ditto.
10172         * message.el (message-signature-file): Doc update.
10173         * message.el (message-signature-directory): New.
10174
10175 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-msg.el (gnus-inews-yank-articles):
10178         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10179
10180 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * message.el (message-yank-original): Make sure cited text ends with
10183         newline; don't exchange point and mark.
10184
10185 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10186
10187         * tls.el (open-tls-stream): Properly handle case where there
10188         is no associated buffer.
10189
10190 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10191
10192         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10193         message-yank-original, make sure (< mark TEXT point).
10194
10195 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * message.el (message-fill-column): New variable.
10198         (message-mode): Use it.  Add comment on a possible new hook.
10199
10200         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10201         (nnmail-get-new-mail): Reformat.
10202
10203         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10204
10205         * gmm-utils.el: Fix Commentary.
10206         (gmm-tool-bar-from-list): Fix typo in doc string.
10207
10208 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10209
10210         * message.el (message-yank-original): Don't switch point and mark
10211         unnecessarily to put point and mark as documented.
10212
10213 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10214
10215         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10216         from the message heads.
10217
10218 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10219
10220         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10221         article buffer does not have a window.  This may not be the best
10222         solution but is certainly better than setting the start of the null,
10223         that is the current, window.
10224
10225 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10228         (gnus-draft-setup): Run it.
10229
10230         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10231         gnus-score-fast-scoring.  Allow regexp.
10232         (gnus-score-headers): Use it.
10233
10234         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10235         XEmacs.
10236
10237         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10238         string.
10239         (gnus-button-alist): Also catch `<f1> k ...'.
10240         (gnus-treat-display-x-face): Fix doc string.
10241
10242 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10243
10244         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10245         evaluation of gnus-extended-version to ensure correct generation of the
10246         User-Agent header when message-generate-headers-first is used.
10247
10248 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10249
10250         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10251         hashcash-path is nil.  Don't call callback with incorrect number of
10252         parameters if val is 0.
10253
10254 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10255
10256         * message.el (message-required-news-headers):
10257         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10258
10259 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10260
10261         * tls.el (open-tls-stream): In handshake-waiting loop,
10262         don't wait more if there is output available to process.
10263
10264 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10265
10266         * tls.el (tls-program): Doc fix.
10267
10268 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * message.el (message-generate-new-buffers): Change the meaning of the
10271         nil value; add `standard' to the choices; treat t as `unique'; improve
10272         doc string.
10273         (gnus-select-frame-set-input-focus): Autoload.
10274         (message-buffer-name): Search for the existing message buffer if
10275         message-generate-new-buffers is nil or `standard'; treat the value t of
10276         message-generate-new-buffers as `unique'.
10277         (message-pop-to-buffer): Raise the frame already displaying the message
10278         buffer; clear the echo area after querying.
10279         (message-setup): Pass the `continue' argument to compose-mail.
10280         (message-mail): Prefer `switch-function' if it is given; search for the
10281         existing message buffer if the `continue' argument is non-nil; pass
10282         continue and switch-function arguments to compose-mail by way of
10283         message-setup.
10284         (message-mail-other-window): Adjust argument of message-setup.
10285         (message-mail-other-frame): Ditto.
10286
10287 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10290         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10291         to turn font-lock on when turning gnus-message-citation-mode on.
10292
10293 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10294
10295         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10296         (mml-smime-function-alist): New variable; add epg as the backend.
10297         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10298         mml-smime- functions instead.
10299         * mm-view.el: Require smime.
10300
10301 2007-03-05  Didier Verna  <didier@xemacs.org>
10302
10303         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10304         instead of just inheritance for posting styles.
10305         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10306
10307 2007-02-24  Chris Moore  <dooglus@gmail.com>
10308
10309         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10310         * pgg-pgp.el (pgg-pgp-encrypt-region):
10311         * pgg-gpg.el (pgg-gpg-encrypt-region):
10312         Check pgg-encrypt-for-me if no other recipients.
10313
10314 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10315
10316         * tls.el (tls-certtool-program): Fix custom type.
10317
10318 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10321         and point-at-eol instead of line-(beginning|end)-position.
10322
10323         * assistant.el (assistant-parse-buffer): Ditto.
10324
10325         * netrc.el (netrc-parse-services): Ditto.
10326
10327 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10328
10329         * mml2015.el (mml2015-epg-find-usable-key): New function.
10330         (mml2015-epg-sign): Use it.
10331         (mml2015-epg-encrypt): Use it.
10332
10333 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * message.el (message-make-in-reply-to): Quote name containing
10336         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10337         if there are special characters.  Reported by NAKAJI Hiroyuki
10338         <nakaji@jp.freebsd.org>.
10339
10340 2007-02-27  Didier Verna  <didier@xemacs.org>
10341
10342         Include the group parameters as well as the topic ones in the
10343         inheritance filter process.
10344         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10345         argument GROUP-PARAMS-LIST.
10346         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10347
10348 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * nntp.el (nntp-never-echoes-commands)
10351         (nntp-open-connection-functions-never-echo-commands): New variables.
10352         (nntp-send-command): Use them.
10353
10354 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10355
10356         * mml2015.el (mml2015-epg-verify): Simplify.
10357
10358 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * mml.el (mml-content-disposition-alist): New user option.
10361         (mml-content-disposition): New function.
10362         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10363         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10364
10365 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10366
10367         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10368         verification.
10369
10370 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10371
10372         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10373         articles posted in the last 24 hours.
10374
10375 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10376
10377         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10378
10379 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10380
10381         * nntp.el (nntp-send-command): Don't wait for echoes when
10382         nntp-open-ssl-stream is used.
10383
10384 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10387         (gnus-message-add-citation-keywords)
10388         (gnus-message-remove-citation-keywords): Remove.
10389         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10390         directly, make the variables in font-lock-defaults buffer-local, add
10391         gnus-message-citation-keywords to them and then update the value of
10392         font-lock-keywords.
10393
10394 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * message.el (message-cite-original-1): Don't call
10397         gnus-article-highlight-citation.
10398
10399         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10400         citations; fix line count.
10401
10402 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10405         (gnus-message-add-citation-keywords)
10406         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10407         versions of font-lock-add-keywords and font-lock-remove-keywords to
10408         work with XEmacs correctly.
10409
10410 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-cite.el (gnus-cite-face-list): Set the values of
10413         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10414         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10415         (gnus-message-cite-prefix-regexp): New variable.
10416         (gnus-message-search-citation-line): Use it; protect against long
10417         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10418         the 0th match data for Emacs.
10419         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10420         (gnus-message-add-citation-keywords): Append keywords rather than
10421         prepending; emulate font-lock-add-keywords if it is not available.
10422         (gnus-message-remove-citation-keywords):
10423         Emulate font-lock-remove-keywords if it is not available.
10424
10425         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10426
10427         * message.el (message-cite-prefix-regexp): Set the value of
10428         gnus-message-cite-prefix-regexp.
10429
10430 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10431
10432         * nnweb.el (nnweb-google-parse-1): Update parser.
10433
10434 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10435
10436         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10437
10438 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10439
10440         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10441         regexp.
10442
10443 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10446         string-to-multibyte.
10447         (uudecode-decode-region-internal): Use it.
10448
10449         * lpath.el: Fbind string-as-multibyte for XEmacs.
10450
10451 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10454         Fix custom choice.
10455
10456         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10457
10458 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10459
10460         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10461
10462         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10463         `write-region' to respect `mm-inhibit-file-name-handlers'.
10464
10465 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10468         Use gnus-home-directory instead of "~/" or "$HOME".
10469
10470 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10471
10472         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10473         to mention filename.
10474         Add comments at beginning regarding usage.
10475         (encrypt-write-file-contents): Change interactive so a string is
10476         acceptable.  If the file has no associated model, show an error instead
10477         of a nonsense prompt.
10478
10479 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10480
10481         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10482         Thanks to Yoshihiko Yamada for kind notification of this typo.
10483
10484 2007-01-12  Kenichi Handa  <handa@m17n.org>
10485
10486         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10487         multibyte buffer.
10488
10489 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * gnus-score.el (gnus-score-fast-scoring): New variable.
10492         (gnus-score-headers): Use it.
10493
10494         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10495
10496         * message.el (message-cite-original-1):
10497         Call gnus-article-highlight-citation if requested.
10498         (message-make-from): Allow name and address as optional arguments.
10499
10500         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10501
10502         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10503         bugs to doc string.
10504         (gnus-button-alist): Add mid\\|message-id.
10505         (gnus-button-fetch-group): Extend for use in
10506         `browse-url-browser-function'.
10507         (gnus-button-url-regexp): Try to catch paired parentheses like in
10508         Wikipedia URLs.
10509
10510         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10511         Suggested by Simon Krahnke <overlord@gmx.li>.
10512
10513 2007-01-13  Romain Francoise  <romain@orebokech.com>
10514
10515         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10516         Update copyright.
10517
10518 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10519
10520         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10521
10522 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10523
10524         * gnus-registry.el (gnus-registry-unfollowed-groups)
10525         (gnus-registry-split-fancy-with-parent): Fix documentation.
10526
10527 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10528
10529         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10530         from nnweb groups.
10531
10532 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10533
10534         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10535         Xref urls.  Erase buffer before requesting head.
10536
10537         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10538
10539 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10542         customizable.
10543
10544 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10545
10546         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10547         no signing key is found.
10548         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10549         no encrypting and/or signing key is found.
10550
10551 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10554
10555 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10556
10557         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10558         headers read from disk with the ones newly found in the current search.
10559         This should no longer cause problems, because the article numbers in
10560         Gmane's `nov.php' output are ignored since the previous change.
10561
10562 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10563
10564         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10565
10566 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10569         replace-regexp-in-string; bind url-version; fbind display-images-p and
10570         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10571         find-face and set-itimer-function for Emacs; bind itimer-list for
10572         Emacs.
10573
10574         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10575
10576 2007-01-01  Romain Francoise  <romain@orebokech.com>
10577
10578         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10579
10580 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10581
10582         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10583         `define-minor-mode' macro definition expanded properly.
10584         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10585         exclude it there.
10586
10587         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10588         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10589         `fboundp' test.
10590         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10591         This is OK to autoload in (S)XEmacs now.
10592
10593 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594
10595         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10596         keystroke.
10597         (gnus-summary-limit-to-singletons): Fix typo.
10598
10599         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10600         else fails.
10601
10602 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10603
10604         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10605         docstring.
10606
10607         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10608         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10609         (gnus-summary-insert-dormant-articles): Fix typo in message.
10610
10611 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10612
10613         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10614         nil for XEmacs.
10615         (gnus-message-citation-mode): Don't autoload in XEmacs.
10616
10617         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10618
10619 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10620
10621         * nnimap.el (nnimap-expunge-search-string):
10622         Mention nnimap-search-uids-not-since-is-evil in docstring.
10623
10624 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * spam.el: Revert to make-obsolete-variable because
10627         define-obsolete-variable-alias is not supported in Emacs 21.
10628
10629         * spam.el (spam-ifile-path, spam-ifile-database-path)
10630         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10631         make-obsolete-variable.
10632         (spam-bsfilter-path, spam-bsfilter-program)
10633         (spam-spamassassin-path, spam-spamassassin-program)
10634         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10635         Don't use "path" inappropriately.
10636         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10637         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10638         variable names.
10639
10640 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10641
10642         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10643         summary buffer.
10644
10645         * password.el (password-cache-remove): Use clear-string to burn
10646         password, if available.
10647
10648 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10651
10652         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10653
10654         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10655         (gnus-message-highlight-citation): Move defcustom here from
10656         gnus-cite.el.
10657         (gnus-message-citation-mode): Autoload.
10658
10659         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10660         checks to make it compile with XEmacs.
10661         (gnus-message-citation-mode): New minor mode.
10662         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10663         (gnus-message-highlight-citation): New variables.
10664         (gnus-message-search-citation-line)
10665         (gnus-message-add-citation-keywords)
10666         (gnus-message-remove-citation-keywords)
10667         (turn-on-gnus-message-citation-mode)
10668         (turn-off-gnus-message-citation-mode): New functions.
10669
10670 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10671
10672         * gnus-cite.el: Enable highlighting of different citation levels in
10673         message-mode.
10674
10675 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * message.el (message-make-fqdn): Fix comment.
10678         (message-bogus-system-names): Add ".local".
10679
10680         * spam.el (spam-ifile-path, spam-ifile-program)
10681         (spam-ifile-database-path, spam-ifile-database)
10682         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10683         Don't use "path" inappropriately.
10684         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10685         strings.
10686         (spam-check-ifile, spam-ifile-register-with-ifile)
10687         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10688         Use new variable names.
10689
10690         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10691         (gnus-treat-display-smileys): Simplify using
10692         gnus-image-type-available-p.
10693
10694         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10695         available.
10696
10697         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10698         Use `display-images-p' if available.
10699
10700 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10703         one after turning on the buffer's multibyteness instead of decoding
10704         them directly in the unibyte buffer that causes unexpected conversion
10705         in Emacs 23 (unicode).
10706
10707 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10708
10709         * message.el (message-generate-hashcash): Fix custom type.
10710
10711 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10714
10715 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10718         disconnect icons.  Add help text.
10719
10720 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10721
10722         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10723         negated to be consistent with the others we handle.
10724
10725 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10726
10727         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10728         version of gnus-summary-buffer to something, so that we can use two
10729         article buffers at the same time.
10730
10731 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10732
10733         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10734         trigger all the extra headers.
10735         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10736         sorting.
10737
10738 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10739
10740         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10741         solid groups.
10742
10743 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10744
10745         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10746
10747 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10748
10749         * legacy-gnus-agent.el: Add Copyright notice.
10750
10751 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10752
10753         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10754
10755 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10756
10757         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10758
10759         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10760         to make it work reliably in CVS Emacs.
10761         (gnus-summary-limit-strange-charsets-predicate)
10762         (gnus-summary-limit-to-predicate): New functions.
10763
10764 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10765
10766         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10767         specifying array size.
10768         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10769         array if it is too small.
10770         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10771         (gnus-sort-threads-loop): New function.
10772
10773 2006-12-06  Chris Moore  <dooglus@gmail.com>
10774
10775         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10776         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10777
10778 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10779
10780         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10781         options.
10782
10783 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10784
10785         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10786         DOS-ing the recipient.
10787
10788         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10789         the headers when creating the mapping to avoid mismappings.
10790         (nnweb-gmane-create-mapping): Always nix out old mapping.
10791
10792 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10795         and mm-verify-option to never.
10796
10797 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * message.el (message-signed-or-encrypted-p): New function.
10800         (message-forward-make-body): Use it.
10801
10802         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10803         Replace encode-coding-string with mm-encode-coding-string.
10804
10805 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * nneething.el (nneething-decode-file-name):
10808         Replace decode-coding-string with mm-decode-coding-string.
10809
10810         * gnus-int.el (gnus-open-server): Say failed server's name.
10811
10812 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10813
10814         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10815         strings to a single string.  Quote `errors-file-name'.
10816         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10817         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10818         Adjust calls.  Use `shell-quote-argument'.
10819
10820 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10821
10822         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10823         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10824
10825         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10826         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10827         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10828         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10829         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10830         (gnus-subscribe-newsgroup, gnus-1):
10831         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10832         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10833         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10834         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10835
10836 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10837
10838         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10839         keystroke.
10840         (gnus-summary-limit-to-bodies): Implement headersp.
10841
10842 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10843
10844         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10845
10846 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10849
10850 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851
10852         * message.el (message-generate-hashcash): Expand range of values to
10853         include `opportunistic'.
10854         (message-send-mail): Use it.
10855
10856 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10857
10858         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10859         and comment it.
10860
10861         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10862
10863 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * gnus-util.el (gnus-extract-address-components): Improve comment.
10866
10867 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-util.el (gnus-extract-address-components): Work with address in
10870         which the name portion contains @.
10871
10872         * lpath.el: Fbind custom-autoload.
10873
10874 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * gnus.el (gnus-start): Move custom group up.
10877         (gnus-select-method): Don't autoload, but make it available for
10878         `customize-variable'.
10879         (gnus-getenv-nntpserver): Don't autoload.
10880
10881 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10882
10883         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10884
10885 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10886
10887         * message.el (message-sendmail-extra-arguments): New variable.
10888         (message-send-mail-with-sendmail): Use it.
10889
10890 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10893         mm-with-unibyte-current-buffer to make string unibyte.
10894
10895         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10896         mm-string-as-multibyte.
10897
10898 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10899
10900         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10901         Reported by Werner Koch <wk@gnupg.org>.
10902
10903 2006-11-14  Daiki Ueno  <ueno@p360>
10904
10905         * mml2015.el: Autoload epa-select-keys when compiling.
10906
10907 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10908
10909         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10910         message-options.
10911         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10912
10913 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10914
10915         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10916         EasyPG (< 0.0.6).
10917         (mml2015-always-trust): New user option.
10918         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10919         prompt.
10920
10921 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * nntp.el (nntp-authinfo-force): New variable.
10924         (nntp-send-authinfo): Use it.
10925
10926 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10927
10928         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10929         decode encoded words.  Improve prompt.  Add comment about forwarding.
10930         (message-replacement-char): Move up.
10931
10932 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10933
10934         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10935         instead of gnus-intersection because arguments of gnus-sorted-nunion
10936         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10937
10938 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10939
10940         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10941         (message-simplify-subject-functions):
10942         Enable message-strip-subject-encoded-words by default.
10943
10944 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10945
10946         * message.el (message-strip-subject-encoded-words): New function.
10947         (message-simplify-subject-functions): New variable.
10948         (message-simplify-subject): Use it.  Fix typo in doc string.
10949         Support message-strip-subject-encoded-words.
10950
10951 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10952
10953         * gnus-diary.el (gnus-diary-delay-format-function):
10954         * nndiary.el (nndiary-reminders):
10955         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10956
10957 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-art.el (article-hide-boring-headers): Fetch date from
10960         gnus-original-article-buffer to avoid problems with localized date
10961         strings.
10962
10963 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10966
10967 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10970         New variables.
10971         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10972         (mm-charset-synonym-alist): Move some entries to
10973         mm-codepage-iso-8859-list.
10974         (mm-charset-synonym-alist, mm-charset-override-alist):
10975         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10976
10977 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10980
10981 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10984         with Emacs 21 and XEmacs.
10985
10986 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10987
10988         * spam.el (spam-parse-address): New function for better parsing,
10989         catching errors, etc.
10990         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10991
10992 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * mm-view.el: Add interactive arg to html2text autoload.
10995
10996 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10999
11000 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11001
11002         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11003         New variables.
11004         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11005         (mm-charset-synonym-alist): Move some entries to
11006         mm-codepage-iso-8859-list.
11007
11008         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11009
11010 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * message.el (message-citation-line-format)
11013         (message-insert-formated-citation-line): Fix implementation of %E, %N
11014         and %n according to the doc string.
11015
11016 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11017
11018         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11019         Use car-safe to avoid bad parses.
11020
11021 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11022
11023         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11024         names.
11025
11026         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11027
11028 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11031         header.
11032
11033         * message.el (message-draft-headers): Add Date.
11034         (message-headers-to-generate): Fix typo in docstring.
11035
11036         * nndraft.el (nndraft-required-headers): New variable.
11037         (nndraft-generate-headers): Use it.
11038
11039         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11040
11041 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11042
11043         * gnus-registry.el (gnus-registry-wash-for-keywords)
11044         (gnus-registry-find-keywords): New functions to allow easy searching of
11045         articles that are in the registry.
11046
11047 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11048
11049         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11050         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11051         Reported by Damien Elmes <damien@repose.cx>.
11052
11053 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * gnus.el (gnus-mime): Remove unused custom group.
11056
11057 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11058
11059         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11060         "blank line" when searching for end of armor headers.
11061
11062 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * gmm-utils.el (gmm-write-region): Fix variable name.
11065
11066 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11067
11068         * gmm-utils.el (gmm-write-region): New function based on compatibility
11069         code from `mm-make-temp-file'.
11070
11071         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11072
11073         * nnmaildir.el (nnmaildir--update-nov)
11074         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11075         Use `gmm-write-region'.
11076
11077 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11080         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11081
11082         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11083
11084         * message.el (message-replacement-char): New variable.
11085         (message-fix-before-sending): Use it.
11086         (message-simplify-subject): New function to remove duplicate code.
11087         (message-reply, message-followup): Use it.
11088
11089         * gnus-sum.el (gnus-summary-make-menu-bar):
11090         Clarify gnus-summary-limit-to-articles.
11091
11092 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * gnus-util.el (gnus-with-local-quit): New macro.
11095
11096         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11097
11098 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11099
11100         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11101         ignore non-string data.
11102
11103 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11104
11105         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11106         non-string data (needs to be done in the registry too).
11107
11108 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11109
11110         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11111         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11112         (gnus-registry-split-fancy-with-parent)
11113         (gnus-registry-fetch-simplified-message-subject-fast)
11114         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11115         Remove text properties on ingress into the registry and when it's saved.
11116         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11117         registry from entries with no groups.
11118
11119 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11120
11121         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11122         function to remove string properties.
11123
11124 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * gmm-utils.el (gmm): Adjust custom version.
11127
11128         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11129         Adjust custom version.
11130
11131         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11132
11133 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * gnus-art.el (gnus-insert-prev-page-button)
11136         (gnus-insert-next-page-button): Simplify.  Reformat.
11137
11138 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11139
11140         * gnus-art.el (gnus-insert-prev-page-button)
11141         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11142
11143 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11144
11145         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11146
11147 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11148
11149         * gnus-art.el (gnus-insert-mime-button)
11150         (gnus-insert-mime-security-button):
11151         Apply gnus-article-button-face to MIME and security buttons.
11152
11153 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11154
11155         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11156         readable.
11157
11158 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11161
11162 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11163
11164         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11165         `browse-url-of-file' instead of `browse-url'.
11166
11167 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11168
11169         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11170         regexp.  Articles containing quotation were cut prematurely.
11171
11172 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * message.el (message-cite-original-1): Use nobody by default for the
11175         value of From header.
11176         (message-reply): Ditto.
11177
11178 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11179
11180         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11181         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11182         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11183
11184 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11187         mails in the doc string.  Add some URLs in comment.
11188         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11189
11190 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11193         backslashes handling and the way to find boundaries of quoted strings.
11194
11195 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11196
11197         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11198         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11199         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11200         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11201
11202 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11205         doc string.
11206         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11207
11208 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * lpath.el: Fbind epg-check-configuration.
11211
11212 2006-09-06  Simon Josefsson  <jas@extundo.com>
11213
11214         * mml2015.el (mml2015-use): Doc fix, mention epg.
11215
11216 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11217
11218         * mml2015.el (mml2015-use): Default to epg, if available.
11219
11220 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11221
11222         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11223         message-sender.
11224         (mml1991-epg-encrypt): Ditto.
11225         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11226         message-sender.
11227         (mml2015-epg-encrypt): Ditto.
11228
11229 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11230
11231         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11232         several common directories.
11233
11234 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11235
11236         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11237         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11238
11239 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gnus-art.el (article-decode-encoded-words): Make it fast.
11242
11243 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11246
11247         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11248         in quoted string into `\'.
11249
11250 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11253         Use standard-syntax-table.
11254
11255 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-art.el (gnus-decode-address-function): New variable.
11258         (article-decode-encoded-words): Use it to decode headers which are
11259         assumed to contain addresses.
11260         (gnus-mime-delete-part): Remove useless `or'.
11261
11262         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11263         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11264         (gnus-nov-parse-line): Use it to decode From header.
11265         (gnus-get-newsgroup-headers): Ditto.
11266         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11267
11268         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11269         (mail-decode-encoded-address-string): New alias.
11270
11271         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11272         New function.
11273         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11274         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11275         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11276         (rfc2047-decode-string): Ditto.
11277         (rfc2047-decode-address-region): New function.
11278         (rfc2047-decode-address-string): New function.
11279
11280 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * message.el (message-caesar-buffer-body): Allow rotating headers.
11283
11284         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11285
11286         * message.el (message-insert-formated-citation-line): Fix %f.
11287         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11288
11289 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11292         (gnus-bookmark-mouse-available-p): New macro.
11293         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11294         (gnus-bookmark-bmenu-show-infos): Use it.
11295         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11296         (gnus-bookmark-bmenu-hide-infos): Ditto.
11297         (gnus-bookmark-remove-properties): New function.
11298         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11299         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11300         (gnus-bookmark-write-file): Bind coding-system-for-write.
11301         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11302         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11303         group before selecting it.
11304         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11305         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11306         quit-window if it is not available; use gnus-mouse-2 and bind it to
11307         gnus-bookmark-bmenu-select-by-mouse.
11308         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11309         (gnus-bookmark-bmenu-select-by-mouse): New function.
11310
11311 2006-08-13  Romain Francoise  <romain@orebokech.com>
11312
11313         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11314         space.
11315
11316 2006-08-10  Romain Francoise  <romain@orebokech.com>
11317
11318         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11319         (dns-mode-soa-auto-increment-serial): New user option.
11320         (dns-mode-soa-maybe-increment-serial): New function.
11321         (dns-mode): Add the latter to `write-contents-functions'.
11322
11323 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * compface.el (uncompface): Use binary rather than raw-text-unix.
11326
11327 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * compface.el (uncompface): Make sure the eol conversion doesn't take
11330         place when communicating with the external programs.
11331         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11332
11333 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11336
11337 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11338
11339         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11340         Make it more robust by parsing author and date independently.
11341
11342 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11345
11346 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11347
11348         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11349         first matching secret key.
11350         (mml2015-epg-encrypt): Ditto.
11351
11352         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11353         first matching secret key.
11354         (mml1991-epg-encrypt): Ditto.
11355
11356         * mml2015.el (mml2015-encrypt-to-self): New user option.
11357         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11358         mml2015-epg-encrypt-to-self is set.
11359
11360         * mml1991.el (mml1991-encrypt-to-self): New variable.
11361         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11362         mml1991-epg-encrypt-to-self is set.
11363
11364         * mml2015.el (mml2015-signers): New user option.
11365         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11366         (mml2015-epg-encrypt): Allow to select signing keys.
11367
11368         * mml1991.el (mml1991-signers): New variable.
11369         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11370         (mml1991-epg-encrypt): Allow to select signing keys.
11371
11372 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * nnheader.el (nnheader-insert-head): Make it work even if the file
11375         uses CRLF for the line-break code.
11376
11377 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11378
11379         * mml2015.el: Require mml-sec instead of password.
11380         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11381         (mml2015-cache-passphrase): Inherit the default value from
11382         mml-secure-cache-passphrase.
11383         (mml2015-passphrase-cache-expiry): Inherit the default value from
11384         mml-secure-passphrase-cache-expiry.
11385
11386         * mml1991.el: Require mml-sec instead of password.
11387         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11388         (mml1991-cache-passphrase): Inherit the default value from
11389         mml-secure-cache-passphrase.
11390         (mml1991-passphrase-cache-expiry): Inherit the default value from
11391         mml-secure-passphrase-cache-expiry.
11392
11393         * mml-sec.el: Require password.
11394         (mml-secure-verbose): New user option.
11395         (mml-secure-cache-passphrase): New user option.
11396         (mml-secure-passphrase-cache-expiry): New user option.
11397
11398 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11399
11400         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11401         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11402         andreas@altroot.de (Andreas Vögele).
11403
11404         FIXME: Use `tiny change'?
11405
11406 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11407
11408         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11409         workaround for the url package included with Emacs.
11410
11411         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11412
11413 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11416         correctly.  This fixes a bug caused by the 2006-05-12 change.
11417
11418 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11419
11420         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11421         some information about the error when saying that the `bogus' mail
11422         group will be used.
11423
11424 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11427         string.
11428
11429 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11430
11431         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11432
11433 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11434
11435         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11436
11437 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11438
11439         * mml1991.el (mml1991-function-alist): Add epg.
11440         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11441         (mml1991-epg-encrypt): New functions.
11442
11443 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11444
11445         * mml2015.el (mml2015-verbose): New variable.
11446         (mml2015-cache-passphrase): Ditto.
11447         (mml2015-passphrase-cache-expiry): Ditto.
11448         (mml2015-function-alist): Add epg.
11449         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11450         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11451         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11452         New functions.
11453
11454 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11455
11456         * message.el (message-cite-original-1): Preserve region when removing
11457         quoted text due to X-No-Archive in order to avoid bogus attribution
11458         when citing multiple messages.
11459
11460 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11461
11462         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11463         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11464
11465 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * gnus-diary.el (gnus-user-format-function-d)
11468         (gnus-user-format-function-D): Autoload.
11469
11470         * imap.el (Commentary): Fix typo.
11471
11472         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11473         2006-04-22 contribution.
11474
11475 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11476
11477         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11478         It didn't really fix the bogosity I'm seeing with solid web groups.
11479
11480 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11481
11482         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11483         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11484         created using server names.  If we use the feature without declaring
11485         it, Gnus does not properly manage server and group state.
11486
11487         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11488         bound.
11489
11490 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11491
11492         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11493         looking up the method using GROUP's prefix before inventing a new one.
11494         It is used on killed/unknown groups in various places where returning
11495         an all-new method isn't expected by the caller.
11496
11497         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11498         and match semantics of gnus-group-real-prefix.
11499
11500 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * nnmail.el (nnmail-broken-references-mailers): New variable.
11503         (nnmail-ignore-broken-references): New function generalizing
11504         nnmail-fix-eudora-headers.
11505         (nnmail-fix-eudora-headers): Now obsolete.
11506
11507         * gnus-art.el (gnus-button-handle-custom):
11508         Support `customize-apropos*'.
11509
11510 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11511
11512         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11513
11514         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11515         articles.
11516
11517 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * message.el (message-cite-reply-above): New variable.
11520         (message-yank-original): Use it.
11521
11522 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11525
11526 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11527
11528         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11529         as read.
11530
11531         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11532
11533 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11536         (gnus-bookmark-default-file): Use gnus-directory.
11537         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11538         Remove "*" in doc string.
11539         (gnus-bookmark-write-file): Simplify.
11540         (gnus-bookmark-maybe-sort-alist): Use `when'.
11541         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11542         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11543         Add FIXME about Emacs 21 and XEmacs compatibility.
11544         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11545         compatibility.
11546         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11547         compatibility.
11548         (gnus-bookmark-menu-heading): Fix version.
11549
11550 2006-06-19  Bastien Guerry  <bzg@altern.org>
11551
11552         * gnus-bookmark.el: New file.
11553
11554 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * message.el (message-syntax-checks): Doc fix.
11557
11558 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11559
11560         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11561         unsubscribed groups as if they were killed ones.  It causes duplicate
11562         entries in gnus-newsrc-alist.
11563
11564 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * message.el (message-syntax-checks): Doc fix.
11567         (message-send-mail): Add check for continuation headers.
11568         (message-check-news-header-syntax): Fix regexp used to check for
11569         continuation headers.
11570
11571 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11574
11575 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11578
11579 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11582         default-truncate-lines.
11583
11584 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11587         to fill the utf-8 entry.
11588
11589         * lpath.el: Fbind unicode-precedence-list.
11590
11591 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11592
11593         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11594
11595 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11596
11597         * gnus-agent.el (directory-files-and-attributes): Move all the way
11598         forward (the third and final move).
11599         (gnus-agent-read-agentview): Trap reconstruction errors due to
11600         nonexistent directory.  Handle by returning nil.
11601
11602 2006-05-30  Didier Verna  <didier@xemacs.org>
11603
11604         * message.el (message-dont-reply-to-names): Update the custom type.
11605         * message.el (message-dont-reply-to-names): New defsubst: potentially
11606         convert a list of regexps into a single one.
11607         * message.el (message-get-reply-headers): Use it.
11608         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11609
11610 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-agent.el (directory-files-and-attributes): Move forward.
11613
11614 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * gnus-ml.el (gnus-mailing-list-subscribe)
11617         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11618         (gnus-mailing-list-message): Fix doc strings.
11619
11620 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11621
11622         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11623         of doing it manually.
11624
11625 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11628         comment.
11629
11630 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11631
11632         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11633         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11634         (gnus-agent-read-local): All symbols allocated in my-obarray.
11635         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11636         (gnus-agent-regenerate-group): Check numeric names to see if they are
11637         messages or groups.
11638         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11639         better way of do this...)
11640
11641         * gnus-cache.el (gnus-agent-total-fetched-for):
11642         Ignore 'dummy.group' (there should be a better way of do this...)
11643
11644 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11647         (gnus-saved-headers): Ditto.
11648         (gnus-default-article-saver): Mention functions may have properties.
11649         (gnus-article-save): Override gnus-save-all-headers and
11650         gnus-saved-headers by :headers property which saver function may have.
11651         (gnus-summary-save-in-file): Add :headers property.
11652         (gnus-summary-write-to-file): Ditto.
11653
11654         * gnus-sum.el (gnus-summary-save-article): Bind
11655         gnus-prompt-before-saving to t when saving many articles in a file;
11656         always show all headers.
11657
11658         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11659
11660 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11663         marks.
11664
11665         * message.el (message-indent-citation): Add optional arguments to allow
11666         using it outside of message buffers.
11667
11668         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11669         (gnus-article-treat-unfold-headers): Use it.
11670         (gnus-article-truncate-lines): New variable.
11671         (gnus-article-mode): Use it.
11672         (gnus-article-toggle-truncate-lines): New function.
11673
11674         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11675         Add gnus-article-toggle-truncate-lines.
11676
11677         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11678         coding system in XEmacs, use binary.
11679
11680 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11683         after-load-alist.
11684
11685         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11686         this function should save decoded articles.
11687         (gnus-summary-write-to-file): Use property to specify this function
11688         should save decoded articles and specify gnus-summary-save-in-file
11689         should be used to save articles other than the first one when saving
11690         many articles.
11691         (gnus-summary-save-body-in-file): Use property to specify this
11692         function should save decoded articles.
11693         (gnus-summary-write-body-to-file): Use property to specify this
11694         function should save decoded articles and specify
11695         gnus-summary-save-body-in-file should be used to save articles other
11696         than the first one when saving many articles.
11697
11698         * gnus-sum.el (gnus-summary-save-article): Simplify.
11699
11700 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-art.el (gnus-default-article-saver):
11703         Add gnus-summary-write-body-to-file.
11704         (gnus-article-save-coding-system): Don't use coding system object
11705         in XEmacs.
11706         (gnus-read-save-file-name): Add optional `dir-var' argument which
11707         specifies directory in which files are saved; work even if optional
11708         `variable' argument is not specified.
11709         (gnus-summary-write-to-file): Read file name.
11710         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11711         (gnus-summary-write-body-to-file): New function.
11712
11713         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11714         (gnus-summary-local-variables): Add it.
11715         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11716         (gnus-summary-save-article): Remove optional `decode' argument;
11717         determine whether to decode articles by the value of
11718         gnus-default-article-saver; when saving many files using
11719         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11720         it first and use gnus-summary-save-in-file or
11721         gnus-summary-save-body-in-file thereafter unless
11722         gnus-prompt-before-saving is always; move point to article which
11723         will be saved.
11724         (gnus-summary-save-article-file): Revert.
11725         (gnus-summary-write-article-file): Revert.
11726         (gnus-summary-save-article-body-file): Revert.
11727         (gnus-summary-write-article-body-file): New function.
11728
11729 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * gnus-art.el (gnus-default-article-saver): Doc fix.
11732         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11733         from gnus-summary-save-article-coding-system, and default to a
11734         certain coding system.
11735         (gnus-output-to-file): Add coding cookie and encode text according
11736         to gnus-article-save-coding-system; don't use mm-append-to-file.
11737
11738         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11739         gnus-art.el and rename to gnus-article-save-coding-system.
11740         (gnus-summary-save-article): Require gnus-art; don't show all
11741         headers if it decodes articles; don't add coding cookie here;
11742         don't bind mm-text-coding-system-for-write.
11743         (gnus-summary-save-article-file): Save decoded articles.
11744         (gnus-summary-write-article-file): When saving many files, use
11745         gnus-summary-write-to-file first and gnus-summary-save-in-file
11746         thereafter unless gnus-prompt-before-saving is always.
11747         (gnus-summary-save-article-body-file): Save decoded articles.
11748
11749         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11750
11751 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * nnrss.el (nnrss-check-group): Bind hash-index.
11754
11755 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11756
11757         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11758         its hash index.  Store this hash in `nnrss-group-data'.
11759         (nnrss-read-group-data): Update accordingly.
11760
11761 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11762
11763         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11764         entry.
11765
11766         * gnus-sum.el (gnus-summary-make-menu-bar):
11767         Add gnus-article-browse-html-article.
11768
11769 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11770
11771         * gnus-sum.el (gnus-summary-mime-map):
11772         Add gnus-article-browse-html-article.
11773
11774         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11775
11776 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11779         suitable coding systems in customize.
11780
11781 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11782
11783         * mail-source.el (mail-sources): Fix custom type.
11784
11785 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11788         (gnus-summary-expire-articles-now): Shorten prompt.
11789
11790         * gmm-utils.el (wid-edit): Require.
11791         (defun-gmm): Rename from `gmm-defun-compat'.
11792         (gmm-image-search-load-path): Use it.
11793         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11794
11795 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * gnus-sum.el (gnus-summary-save-article-coding-system):
11798         New variable.
11799         (gnus-summary-save-article): Add optional `decode' argument.
11800         If it is set and gnus-summary-save-article-coding-system is non-nil,
11801         save decoded article.
11802         (gnus-summary-write-article-file): Save decoded article if
11803         gnus-summary-save-article-coding-system is non-nil.
11804
11805         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11806         type.
11807
11808 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11811
11812 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11815         first to test gnus-single-article-buffer which may be buffer-local.
11816
11817         * gnus-sum.el (gnus-summary-setup-buffer):
11818         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11819         group; make gnus-article-buffer, gnus-article-current, and
11820         gnus-original-article-buffer always buffer-local.
11821         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11822         group.
11823         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11824
11825 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11826
11827         * nnml.el (nnml-request-compact-group): Compressed files might not
11828         have .gz extension.
11829
11830 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11831
11832         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11833         (mm-copy-to-buffer): Use with-current-buffer.
11834         (mm-display-part): Simplify.
11835         (mm-inlinable-p): Add optional arg `type'.
11836
11837 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11838
11839         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11840         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11841         Try harder to show the attachment internally or externally using
11842         gnus-mime-view-part-as-type.
11843
11844 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * message.el (message-from-style, message-signature-separator)
11847         (message-user-organization-file, message-send-mail-function)
11848         (message-citation-line-function, message-yank-prefix)
11849         (message-indent-citation-function, message-signature)
11850         (message-signature-file, message-signature-insert-empty-line):
11851         Remove autoloads.
11852
11853         * gnus-art.el (gnus-buttonized-mime-types):
11854         Remove "multipart/signed".  Revert 2006-04-26 change.
11855
11856 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11857
11858         * gnus.el (gnus-version-number): Bump version.
11859
11860 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11861
11862         * gnus.el: No Gnus v0.5 is released.
11863
11864 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11865
11866         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11867         fetching articles by message-id.
11868
11869 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11870
11871         * message.el (hashcash): Require hashcash as normal.
11872
11873         * ecomplete.el (ecomplete-highlight-match-line):
11874         Use point-at-eol.
11875         (ecomplete-highlight-match-line): Use `highlight', because that
11876         face exists in both Emacs and XEmacs.
11877
11878         * message.el (message-display-abbrev): Use point-at-bol.
11879
11880         * mail-source.el: Don't require timer/timer-funcs.
11881
11882         * gnus-async.el: Ditto.
11883
11884         * password.el: Ditto.
11885
11886         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11887
11888         * mm-url.el: Ditto.
11889
11890         * gnus-xmas.el: Don't require timer-funcs.
11891
11892         * mm-util.el: Require timer/timer-funcs.
11893
11894 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11895
11896         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11897         Close.
11898
11899 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11902         unibyte after clear-decrypt function runs.
11903
11904         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11905         returns as a unibyte string.
11906
11907 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * lpath.el: Revert.
11910
11911         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11912         (pgg-gpg-process-sentinel): Revert.
11913
11914         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11915         (pgg-pgp-lookup-key): Revert.
11916
11917         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11918         (pgg-pgp5-lookup-key): Revert.
11919
11920         * pgg.el (pgg-fetch-key): Revert.
11921
11922 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * lpath.el: Fbind string-as-multibyte for XEmacs.
11925
11926         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11927         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11928         (mml1991-pgg-encrypt): Ditto.
11929
11930         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11931         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11932         a multibyte buffer.
11933
11934         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11935         (pgg-pgp-lookup-key): Ditto.
11936
11937         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11938         (pgg-pgp5-lookup-key): Ditto.
11939
11940         * pgg.el (pgg-fetch-key): Ditto.
11941
11942 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11943
11944         * message.el (message-user-organization-file): Check several
11945         locations of the organization file.
11946
11947         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11948         Add gnus-article-view-part-as-type.
11949
11950         * gnus-art.el (gnus-article-view-part-as-type): New function.
11951
11952         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11953         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11954
11955         * mml.el: Simplify autoload.
11956         (mml-mode): defvar dnd-protocol-alist instead of using
11957         symbol-value.
11958         (mml-default-directory): New variable.
11959         (mml-minibuffer-read-file): Use it.
11960         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11961
11962         * message.el (message-citation-line-format): New variable.
11963         (message-insert-formated-citation-line): New function.
11964         (message-citation-line-function):
11965         Add `message-insert-formated-citation-line' to custom type.
11966
11967         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11968         to doc string.
11969
11970         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11971         depending on mm-verify-option.
11972
11973 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11976         binding pgg-* variables; reimplement the section which prevents
11977         MIME header from being signed.
11978         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11979         pgg-text-mode; remove a blank line at the top of body.
11980
11981         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11982         lines at the top of body; use gnus-newsgroup-charset if there's no
11983         Charset header.
11984
11985 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * message.el (message-self-insert-commands): Doc fix.
11988
11989         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11990         (mm-uu-pgp-encrypted-test): Ditto.
11991         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11992         between header and body; return application/pgp-encrypted handle
11993         if decryption failed; decode decrypted body by charset.
11994
11995         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11996         element match to application/pgp-*.
11997
11998 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11999
12000         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12001         HTML.
12002
12003 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * mail-source.el (mail-source-call-script): Message the error
12006         string.
12007
12008 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12009
12010         * gnus-util.el (gnus-byte-compile): Use it.
12011
12012 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12013
12014         * gnus-util.el (kill-empty-logs): New function.
12015
12016 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12017
12018         * message.el (message-mail-alias-type): Doc fix.
12019         (message-mail-alias-type-p): New function.
12020         (message-send): Use it.
12021         (message-mode): Ditto.
12022         (message-strip-forbidden-properties): Ditto.
12023
12024         * ecomplete.el (ecomplete-database-file-coding-system):
12025         New variable.
12026         (ecomplete-save): Use it.
12027         (ecomplete-setup): Use it.
12028
12029 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * message.el (message-self-insert-commands): New variable.
12032         (message-strip-forbidden-properties): Use it.
12033
12034 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12035
12036         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12037         that doesn't make XEmacs choke.
12038
12039 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12040
12041         * gnus-util.el (gnus-replace-in-string):
12042         Prefer replace-regexp-in-string over of replace-in-string.
12043
12044 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * gnus-util.el (gnus-select-frame-set-input-focus):
12047         Use select-frame-set-input-focus if it is available in XEmacs; use
12048         definition defined in Emacs 22 for old Emacsen.
12049
12050         * dgnushack.el: Autoload unmorse-region for XEmacs.
12051
12052         * lpath.el: Bind cursor-in-non-selected-windows and
12053         select-frame-set-input-focus for XEmacs.
12054
12055 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12058
12059 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12060
12061         * gnus-registry.el (gnus-registry-cache-save): Remove text
12062         properties when saving via the temp buffer.
12063
12064 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * message.el (message-generate-hashcash): Honor custom type.
12067
12068 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12069
12070         * message.el (message-generate-hashcash): Default to non-nil when
12071         hashcash is found.
12072
12073         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12074         (gnus-refer-thread-limit): Increase default to 500.
12075
12076         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12077
12078         * flow-fill.el (fill-flowed): Allow delete-space.
12079
12080 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12081
12082         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12083         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12084         Remove autoloads.
12085
12086 2006-04-18  Simon Josefsson  <jas@extundo.com>
12087
12088         * message.el (message-generate-hashcash): Default to.
12089
12090 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12093         concatenating segments rather than before concatenating them.
12094
12095 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12098
12099 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12100
12101         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12102
12103         * message.el (message-forward-make-body-plain):
12104         Allow message-forward-ignored-headers to be a list.
12105         (message-remove-ignored-headers): Factor out into function.
12106         (message-forward-make-body-mml): Use it.
12107
12108         * imap.el (imap-quote-specials): New function.
12109         (imap-login-auth): Quote specials.
12110
12111         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12112         (rfc2231-parse-string): Allow concatanation of parameters that
12113         aren't contiguous.  The test case is
12114           (mail-header-parse-content-type "message/external-body;
12115             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12116             access-type=LOCAL-FILE;
12117             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12118
12119 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12120
12121         * nntp.el (nntp-accept-process-output): Return the value of
12122         `nnheader-accept-process-output'.
12123
12124 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12125
12126         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12127         (gnus-button-alist): Recognize more diff formats.
12128         (gnus-button-patch): Strip directory.
12129
12130 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12133         Emacs 22 when setting focus.
12134
12135 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12136
12137         * gnus-art.el (gnus-article-treat-types): Do treatment of
12138         text/x-verbatim parts.
12139         (gnus-button-patch): New command.
12140
12141         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12142         addresses that contain invalid characters.
12143
12144 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12145
12146         * message.el (message-put-addresses-in-ecomplete):
12147         Use gnus-replace-in-string.
12148         (message-is-yours-p): Use the more correct
12149         mail-header-parse-address instead of
12150         mail-extract-address-components.
12151         (message-put-addresses-in-ecomplete): Fix typo.
12152
12153         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12154         keystroke.
12155
12156         * gnus-art.el (gnus-treatment-function-alist): Change order of
12157         newsgroups/generic header folding to avoid double-folding.
12158
12159         * message.el (message-hidden-headers): Add X-Draft-From.
12160
12161         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12162         New command.
12163         (gnus-summary-repeat-search-article-backward): New command.
12164
12165         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12166         groups in the parent topic.
12167
12168 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12169
12170         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12171         (spam-extra-header-to-number): Return the CRM114 number as a
12172         number instead of a string.
12173
12174 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * gnus-art.el (gnus-face-properties-alist): Move here from
12177         gnus-fun.
12178
12179         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12180
12181 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12182
12183         * message.el (message-strip-forbidden-properties): Only display on
12184         self-insert-command.
12185
12186         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12187         reindent.
12188         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12189
12190 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12191
12192         * smiley.el (smiley-style): Fix typo.
12193
12194 2006-03-23  Kenichi Handa  <handa@m17n.org>
12195
12196         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12197         instead of set-buffer-multibyte.
12198
12199 2006-03-23  Kenichi Handa  <handa@m17n.org>
12200
12201         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12202         buffer and then decode the buffer text if necessary.
12203         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12204         first, and after mm-encode-body, change the buffer to unibyte.
12205
12206 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12207
12208         * hashcash.el (hashcash-insert-payment-async-2):
12209         Use message-goto-eoh instead of doing it manually.
12210         (mail-add-payment): Use message-narrow-to-header instead of trying
12211         to do the same itself.
12212
12213         * message.el (message-hidden-headers): Add Face.
12214
12215         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12216         reparenting code.
12217         (gnus-summary-reparent-children): Refactored out code.
12218         (gnus-summary-thread-map): New keystroke.
12219         (gnus-summary-reparent-children): Make into command.
12220
12221         * smiley.el (smiley-style): Default to `medium' if using a large
12222         font.
12223
12224         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12225         does it itself.
12226
12227         * message.el (message-point-in-header-p): Simplify definition.
12228
12229 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12230
12231         * nnagent.el (nnagent-request-set-mark): Silence log file
12232         writing.
12233         (nnagent-request-set-mark): Use write-region instead of
12234         append-to-file.
12235
12236         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12237         strange select method.
12238
12239         * ecomplete.el (ecomplete-display-matches): Get highlightling
12240         right.
12241         (ecomplete-display-matches): Use literals.
12242         (ecomplete-display-matches): Disable message logging.
12243
12244         * message.el (message-display-abbrev): Small optimization.
12245
12246         * ecomplete.el (ecomplete-display-matches): Allow automatic
12247         display.
12248
12249         * message.el (message-strip-forbidden-properties):
12250         Display abbrevs.
12251         (message-display-abbrev): Get automatic display right.
12252
12253         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12254         keystrokes.
12255
12256 2006-04-13  Romain Francoise  <romain@orebokech.com>
12257
12258         TODO: Backport to v5-10!
12259
12260         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12261         Move here (and rename) from gnus-registry.el.
12262
12263         * gnus-registry.el: Require gnus-util.
12264         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12265
12266 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12267
12268         * gnus-group.el (gnus-group-catchup-current):
12269         Change if-then-else-if-then-else into cond.
12270         (gnus-group-catchup): Indent.
12271         (group-name-at-point): New function.
12272         (gnus-fetch-group): Provide default from thing at point.
12273
12274 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12275
12276         * message.el (message-display-abbrev): Fix regexp.
12277
12278         * ecomplete.el (ecomplete-highlight-match-line):
12279         Reimplement choosing.
12280         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12281         dead variables.
12282
12283         * message.el (message-newline-and-indent): Remove debugging.
12284         (message-display-abbrev): Use new implementation.
12285
12286 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * gnus-art.el (gnus-article-mode):
12289         Set cursor-in-non-selected-windows to nil.
12290
12291         * smiley.el: Revert previous change.
12292         (smiley-data-directory): defvar it before using it in the
12293         defcustom of `smiley-style'.
12294
12295 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12296
12297         * message.el (message-newline-and-indent): New function.
12298
12299         * ecomplete.el: Implement more bits.
12300
12301         * message.el (message-put-addresses-in-ecomplete): Clean up the
12302         string.
12303
12304         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12305
12306         * gnus-sum.el (gnus-summary-save-parts):
12307         Bind gnus-summary-save-parts-counter and use it to make unique file
12308         names.
12309
12310         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12311
12312         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12313         parameter to say whether to actually parse the individual
12314         addresses.
12315
12316         * message.el (message-put-addresses-in-ecomplete): New function.
12317         (ecomplete): Require.
12318         (message-mail-alias-type): Add ecomplete as an option.
12319
12320 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12321
12322         * flow-fill.el (fill-flowed): Remove trailing space from blank
12323         quoted lines.
12324
12325 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12326
12327         * smiley.el (smiley-style): Move definition later to avoid a
12328         compilation warning.
12329
12330 2006-04-12  Kenichi Handa  <handa@m17n.org>
12331
12332         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12333         buffer and then decode the buffer text if necessary.
12334         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12335         first, and after mm-encode-body, change the buffer to unibyte.
12336         Use mm-disable-multibyte instead of set-buffer-multibyte.
12337
12338 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12339
12340         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12341         Content-Type header instead of Content-Disposition header.
12342         (gnus-mime-inline-part): Ditto.
12343         (gnus-mime-view-part-as-charset): Ignore charset that the part
12344         specifies.
12345
12346         * mm-decode.el (mm-display-part): Work with external parts and
12347         usual parts similarly.
12348
12349         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12350         instead of gnus-display-mime.
12351
12352         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12353         instead of with-temp-buffer.
12354
12355         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12356         tag to summarized topics part in order to encode non-ASCII text.
12357
12358 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * smiley.el (smiley-style): New variable.
12361         (smiley-directory): New function.
12362         (smiley-data-directory): Derive from `smiley-style' using
12363         `smiley-directory'.
12364         (smiley-regexp-alist): Add new entries.
12365
12366         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12367         (gnus-article-browse-delete-temp): Add :version.
12368
12369 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12370
12371         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12372         the sieve region.
12373
12374 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12375
12376         * gnus.el (gnus-version-number): Bump version.
12377
12378 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * gnus.el: No Gnus v0.4 is released.
12381
12382 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12383
12384         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12385         layout.
12386
12387         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12388         unknown charset.
12389
12390         * message.el (message-header-synonyms): Add Original-To to the
12391         default.
12392
12393         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12394         optional parameter.
12395
12396 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * gnus-fun.el (gnus): Require it for gnus-directory.
12399
12400 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12403
12404 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12405
12406         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12407
12408 2006-04-05  Simon Josefsson  <jas@extundo.com>
12409
12410         * password.el (password-reset): New function.
12411
12412 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12413
12414         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12415         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12416
12417 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12418
12419         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12420         Some whitespace was matched into the url, which broke browsing hits
12421         > 100 when mm-url-use-external was nil.
12422
12423 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12424
12425         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12426         Check gnus-extra-headers for 'Newsgroups.
12427
12428         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12429         bound.
12430
12431 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12432
12433         * pgg-gpg.el: Clean up process buffers every time gpg processes
12434         complete.
12435
12436 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12439         doc string.
12440
12441 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12442
12443         * pgg-gpg.el (pgg-gpg-process-filter)
12444         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12445
12446         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12447         lines, temporary fix.
12448
12449 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12450
12451         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12452
12453 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12454
12455         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12456         default-enable-multibyte-characters.  This reverts the change from
12457         revision 6.17 which is no longer necessary because the passphrase
12458         is sent separately now.  GnuPG messages are unreadable under
12459         multibyte locales with default-enable-multibyte-characters set to
12460         nil.
12461
12462 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12463
12464         * message.el (message-tool-bar-gnome): Move "spell".
12465
12466 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12469         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12470         instead.
12471
12472 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12473
12474         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12475         Improve newsgroups handling for NNTP overviews which don't include
12476         Newsgroups.
12477
12478 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12479
12480         * message.el (message-resend): Bind message-generate-hashcash to nil.
12481
12482 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12483
12484         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12485         when searching for already-paid recipients.
12486
12487 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12488
12489         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12490         passphrases when it is not needed.
12491         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12492         passphrase stuff from gpg, should only be necessary when you use
12493         gpg with a smartcard.
12494
12495 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * mml.el (mml-insert-mime): Ignore cached contents of
12498         message/external-body part.
12499
12500         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12501         (mm-insert-part): Ditto.
12502
12503 2006-03-23  Simon Josefsson  <jas@extundo.com>
12504
12505         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12506         Reiner.
12507         (pgg-gpg-use-agent-p): Use it again.
12508
12509 2006-03-23  Simon Josefsson  <jas@extundo.com>
12510
12511         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12512         older emacsen.
12513         (pgg-gpg-use-agent-p): Don't use it.
12514
12515 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12518         if we can.
12519
12520 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12521
12522         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12523         (pgg-gpg-update-agent): New function.
12524         (pgg-gpg-use-agent-p): New function.
12525         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12526         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12527         (pgg-gpg-sign-region): Use it.
12528
12529 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12532         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12533
12534 2006-03-21  Simon Josefsson  <jas@extundo.com>
12535
12536         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12537         <wilde@sha-bang.de>.
12538         (pgg-gpg-use-agent): New variable.
12539         (pgg-gpg-process-region): Use it.
12540         (pgg-gpg-encrypt-region): Likewise.
12541         (pgg-gpg-encrypt-symmetric-region): Likewise.
12542         (pgg-gpg-decrypt-region): Likewise.
12543         (pgg-gpg-sign-region): Likewise.
12544         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12545
12546 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12549
12550         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12551         Add comment on version.
12552
12553 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12554
12555         * smiley.el: Add missing test smiley.
12556
12557 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * mm-decode.el (mm-with-part): New macro.
12560         (mm-get-part): Use it; work with message/external-body as well.
12561         (mm-save-part): Treat name and filename equally.
12562
12563         * mm-extern.el (mm-extern-cache-contents): New function.
12564         (mm-inline-external-body): Use it; force the part to be displayed;
12565         move undisplayer added to the cached handle to the parent.
12566
12567         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12568         (gnus-mime-view-part-as-type): Work with message/external-body.
12569
12570         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12571
12572 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12573
12574         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12575         images in image-load-path.  [Sync with image.el, revision 1.60, in
12576         Emacs.]
12577
12578 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12581         path rather than symbol.  Always return list of directories.
12582         Guarantee that image directory comes first.  [Sync with image.el,
12583         revision 1.59, in Emacs.]
12584
12585         * message.el (message-make-tool-bar): Adjust to new API of
12586         `gmm-image-load-path-for-library'.
12587
12588         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12589
12590         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12591
12592 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12593
12594         * gnus-art.el (gnus-article-only-boring-p):
12595         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12596         intangible text.
12597         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12598
12599 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12600
12601         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12602         Use `defun' instead of `gmm-defun-compat'.
12603
12604 2006-03-14  Simon Josefsson  <jas@extundo.com>
12605
12606         * message.el (message-unique-id): Don't use message-number-base36
12607         if (user-uid) is a float.
12608         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12609
12610 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12613
12614         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12615         empty line between a part and a message part.
12616
12617 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * smiley.el: Add more test smileys.
12620         (smiley-data-directory, smiley-regexp-alist)
12621         (gnus-smiley-file-types): Fix doc strings.
12622         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12623         adding new elements.
12624         (smiley-mouse-map): Unused code.  Make it a comment.
12625
12626 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12629         scan latest NoCeM messages instead of old ones.
12630         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12631         delimiters that are recently used.
12632         (gnus-nocem-load-cache): Add autoload cookie.
12633
12634         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12635
12636         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12637         level which is larger than gnus-use-nocem is specified.
12638
12639         * gnus-group.el (gnus-group-get-new-news): Ditto.
12640
12641 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * gnus-util.el (gnus-tool-bar-update): New function.
12644
12645         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12646         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12647
12648         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12649
12650         * gnus-group.el (gnus-group-redraw-when-idle)
12651         (gnus-group-redraw-check): Remove.
12652         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12653
12654 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12657         if optional last element is specified in splits (FIELD VALUE...).
12658
12659 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12662         to gmm-image-load-path-for-library.  Call with no-error argument.
12663         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12664
12665         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12666
12667         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12668
12669         * gmm-utils.el (gmm-image-load-path): Remove alias.
12670
12671 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12672
12673         * gmm-utils.el (gmm-image-load-path): Add alias.
12674
12675         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12676         nnml-generate-nov-databases-1.
12677         (nnml-generate-nov-databases): Use it.
12678         (nnml-generate-nov-databases-directory): Document no-active
12679         argument.
12680
12681         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12682         directory if path is t.  Add no-error.
12683
12684         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12685         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12686
12687         * gnus-art.el (gnus-article-browse-delete-temp-files):
12688         Simplify resetting gnus-article-browse-html-temp-list.
12689
12690         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12691         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12692         Add example to docstring.  Rename local variables.  Move error
12693         checks to default case in cond and simplify.
12694
12695 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12698         handle is multipart when calling it recursively.
12699         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12700
12701 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12702
12703         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12704         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12705
12706 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12709         is loaded.
12710
12711         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12712         loaded.
12713
12714 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12715
12716         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12717         to "Emacs 23 (unicode)" in doc string.
12718
12719         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12720         "Emacs 23 (unicode)" in comment.
12721
12722 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12725
12726         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12727         characters 160 through 255 in Emacs 23.
12728
12729 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12732         gnus-article-browse-html-temp.
12733         (gnus-article-browse-delete-temp): Make it customizable.
12734         Add `file'.  Adjust doc string.
12735         (gnus-article-browse-delete-temp-files): Add argument.
12736         Allow query for each file.  Adjust doc string.
12737         (gnus-article-browse-html-parts):
12738         Add `gnus-article-browse-delete-temp-files' to
12739         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12740
12741 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12742
12743         * gnus-art.el (gnus-article-browse-html-temp)
12744         (gnus-article-browse-delete-temp): New variables.
12745         (gnus-article-browse-delete-temp-files): New function.
12746         (gnus-article-browse-html-parts): Use it.
12747
12748 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12751
12752         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12753         string.
12754
12755         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12756         gnus-summary-insert-new-articles when unplugged.
12757         Remove gnus-summary-search-article-forward.
12758
12759         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12760         display-visual-class instead of display-color-cells.
12761
12762 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * dgnushack.el: Autoload customize-group for XEmacs.
12765
12766         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12767         message/* containing non-ASCII text properly.
12768
12769 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * message.el: Require gmm-utils, remove autoloads.
12772         (message-tool-bar): Set default based on
12773         gmm-tool-bar-style.
12774         (message-tool-bar-gnome): Add gmm-customize-mode.
12775
12776         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12777         gmm-tool-bar-style.
12778         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12779
12780         * gnus-group.el (gnus-group-tool-bar): Set default based on
12781         gmm-tool-bar-style.
12782         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12783
12784         * gmm-utils.el (gmm-image-directory): Rename variable from
12785         gmm-image-load-path.
12786         (gmm-image-load-path): Use gmm-image-directory.
12787         (gmm-customize-mode): New function.
12788         (gmm-tool-bar-style): New variable.
12789
12790         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12791         gnus-group-redraw-line-number.
12792         (gnus-group-redraw-check): Simplify.
12793         (gnus-group-tool-bar-update): Remove redraw check.
12794         (gnus-group-make-tool-bar): Add redraw check.
12795
12796 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12797
12798         * gnus-art.el (gnus-button): Add missing parentheses.
12799
12800 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * lpath.el: Fbind line-number-at-pos.
12803
12804 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12807
12808 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * gnus-art.el (gnus-button): New face.
12811         (gnus-article-button-face): Use it.
12812
12813         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12814         Add gnus-summary-next-page.  Re-order.
12815
12816         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12817         next-node are now included.
12818         (gnus-group-redraw-line-number): New internal variable.
12819         (gnus-group-redraw-check): Helper function for updating the tool
12820         bar.
12821         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12822
12823         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12824
12825         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12826         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12827         Use it to match format of Spamassassin 3.0 and later.
12828         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12829         (spam-check-bogofilter)
12830         (spam-bogofilter-register-with-bogofilter): Fix args of
12831         `gnus-error' calls.
12832
12833 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12836         unnecessary interaction when sending queued mails.
12837         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12838
12839 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12842         first or last are nil.
12843
12844 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12845
12846         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12847
12848 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12849
12850         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12851
12852 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12853
12854         * dns.el (query-dns): Protect more against buggy tcp output.
12855
12856 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12859         nov.php.
12860
12861 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12862
12863         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12864         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12865         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12866         output on the server side.
12867         (nnweb-google-create-mapping): Update regexps and add some
12868         progress indication.
12869
12870 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * gnus-group.el (gnus-group-tool-bar-gnome):
12873         Fix gnus-agent-toggle-plugged.  Re-order icons.
12874         (gnus-group-tool-bar-gnome):
12875         Add gnus-group-{prev,next}-unread-group.
12876         (gnus-group-tool-bar-gnome): Re-order icons.
12877
12878         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12879         Move gnus-summary-insert-new-articles.
12880
12881         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12882         Fix comments.
12883
12884         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12885         also available in Emacs 21.3.
12886
12887         * message.el (message-fix-before-sending): Change "Emacs 22" to
12888         "Emacs 23 (unicode)" in comment.
12889
12890         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12891         "Emacs 23 (unicode)" in comment.
12892
12893         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12894         comment.
12895         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12896
12897         * mm-view.el (mm-fill-flowed): Add :version.
12898
12899 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12902         and load-path.
12903
12904 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * message.el: Autoload gmm-image-load-path.
12907         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12908         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12909         consitency.
12910
12911         * gmm-utils.el (gmm-image-load-path): Also search in
12912         "../etc/images".  Don't set gmm-image-load-path if we don't find
12913         the image.
12914
12915 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * gmm-utils.el (gmm-image-load-path): Don't make
12918         `gmm-image-load-path' include subdirectories which the second arg
12919         `image' might specify.
12920
12921         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12922         subdirectory to icon file names.
12923
12924         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12925
12926 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12927
12928         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12929         gmm-image-load-path calls.
12930
12931         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12932
12933         * message.el (message-make-tool-bar): Ditto.
12934
12935         * mml.el (mml-preview): Add comment concerning tool bar icons.
12936
12937         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12938         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12939
12940         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12941         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12942
12943         * message.el (message-tool-bar-gnome): Use new icon names.
12944         (message-make-tool-bar): Use `gmm-image-load-path'.
12945
12946         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12947         New functions from MH-E.
12948         (gmm-image-load-path): New variable from MH-E.
12949         (gmm-image-load-path): New function from MH-E.  Add arguments
12950         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12951         *-image-load-path-called-flag.
12952
12953 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12954
12955         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12956
12957 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12958
12959         * nnimap.el (nnimap-request-move-article): Change folder back to
12960         source group before deleting.
12961
12962 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12963
12964         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12965
12966         * gnus-art.el (mm-url-insert-file-contents-external):
12967         Autoload mm-url.
12968
12969         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12970
12971 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12974         coding system which mm-charset-to-coding-system returns for a
12975         given charset is valid.
12976
12977 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12978
12979         * html2text.el (html2text-remove-tag-list):
12980         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12981
12982 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12983
12984         * gnus-cus.el: Revert 2005-10-17 change.
12985
12986 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-art.el (article-strip-banner):
12989         Call article-really-strip-banner only when the regexp match is made.
12990
12991 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * gnus-art.el (article-strip-banner):
12994         Use gnus-extract-address-components instead of
12995         mail-header-parse-addresses to make it work with non-ASCII text;
12996         remove mail-encode-encoded-word-string.
12997
12998         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12999         values which are surrounded with \"...\"; make it never cause a
13000         Lisp error; give up parsing of parameters if it failed in
13001         extracting type.
13002
13003 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13004
13005         * smime.el (smime-cert-by-ldap-1): Fix bug where
13006         `smime-ldap-search' returns results without userCertificates.
13007
13008 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13009
13010         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13011
13012 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * spam.el (spam-check-spamassassin-headers): Adapt format for
13015         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13016         <ari@mbf.ocn.ne.jp>.
13017         (spam-list-of-processors): Add spam-use-gmane.
13018
13019 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13022         make-temp-file; make it work with XEmacs as well.
13023
13024         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13025         mm-make-temp-file.
13026
13027         * mm-decode.el (mm-display-external): Use the 3rd arg of
13028         mm-make-temp-file.
13029         (mm-create-image-xemacs): Ditto.
13030
13031 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13032
13033         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13034         with message-narrow-to-headers.
13035         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13036         (gnus-draft-check-draft-articles): New function.
13037         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13038
13039 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * gnus-art.el (gnus-article-browse-html-parts):
13042         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13043         Don't use suffix argument for mm-make-temp-file for Emacs 21
13044         compatibility.  Remove useless `format'.
13045
13046 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13047
13048         * nnweb.el (nnweb-google-wash-article): Update regexps.
13049         (nnweb-group-alist): Use defvoo instead of defvar.
13050
13051 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13054         re-loading nn* modules.
13055
13056 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13057
13058         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13059         for `tool-bar-mode' and don't check it's default-value.
13060
13061         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13062
13063         * message.el (message-make-tool-bar): Ditto.
13064
13065         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13066         `substring'.  Shorten tmp-file name.
13067
13068         * gnus.el: Remove bogus comment.
13069
13070 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13071
13072         * gnus-art.el (gnus-article-browse-html-parts): New function.
13073         (gnus-article-browse-html-article): New function for viewing html
13074         articles with a browser.
13075
13076 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13077
13078         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13079         in elisp.
13080         (pgg-gpg-encrypt-symmetric-region): Ditto.
13081         (pgg-gpg-sign-region): Ditto.
13082
13083         * pgg-def.el (pgg-text-mode): New variable.
13084
13085         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13086         (mml2015-pgg-encrypt): Ditto.
13087
13088         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13089         (mml1991-pgg-encrypt): Ditto.
13090
13091 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * nnfolder.el (nnfolder-insert-newsgroup-line):
13094         Use message-make-date instead of current-time-string.
13095
13096         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13097         to gnus-decoded which mm-uu might set.
13098
13099 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13102         don't decode quoted parameters; remove misimported Emacs code.
13103         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13104         (rfc2231-decode-encoded-string): Don't use split-string which
13105         behaves differently according to Emacs version; use
13106         mm-decode-coding-region to convert charset to coding-system.
13107         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13108         (rfc2231-encode-string): Remove misimported Emacs code.
13109
13110 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13113         when calling mail-header-parse-content-type.
13114         (article-de-quoted-unreadable): Ditto.
13115         (article-de-base64-unreadable): Ditto.
13116         (article-wash-html): Ditto.
13117
13118         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13119         calling mail-header-parse-content-type and
13120         mail-header-parse-content-disposition.
13121         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13122         mail-header-parse-content-type.
13123
13124         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13125         insert charset and format parameters; encode description after
13126         inserting it to buffer.
13127         (mml-insert-parameter): Fold lines properly even if a parameter is
13128         segmented into two or more lines; change the max column to 76.
13129
13130         * rfc1843.el (rfc1843-decode-article-body): Don't use
13131         ignore-errors when calling mail-header-parse-content-type.
13132
13133         * rfc2231.el (rfc2231-parse-string): Return at least type if
13134         possible; don't cause an error even if it fails in parsing of
13135         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13136         (rfc2231-encode-string): Don't break lines at the beginning, leave
13137         it to mml-insert-parameter.
13138
13139         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13140         calling mail-header-parse-content-type.
13141
13142 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * spam-report.el (spam-report-gmane-use-article-number):
13145         Improve doc string.
13146         (spam-report-gmane-internal): Check if a suitable header was found
13147         in the article.
13148
13149 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13152         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13153
13154 2006-02-05  Romain Francoise  <romain@orebokech.com>
13155
13156         Update copyright notices of all files in the gnus directory.
13157
13158 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13159
13160         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13161
13162 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13165         segmented lines of parameter value to cope with Thunderbird 1.5
13166         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13167         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13168         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13169
13170 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13171
13172         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13173         parts.
13174
13175 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13176
13177         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13178         there's only one active file for all servers.
13179         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13180         solid groups.  Gnus might have used a FAST request to select the group.
13181         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13182         and nnweb-search redundantly in the active file.
13183         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13184         (nnweb-request-create-group): Don't use ARGS.
13185         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13186         initialisations.  Let nnoo do the work.
13187
13188 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13191         Say the part has been decoded.
13192
13193         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13194
13195 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13196
13197         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13198         mailcap-viewer-test-cache when there's no 'test clause, since that
13199         will invert the meaning of a "nil" test previously determined by
13200         mailcap-mailcap-entry-passes-test.
13201
13202 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13205         compiling.
13206
13207         * gnus-sum.el: Ditto.
13208
13209         * message.el: Don't bind tool-bar-map when compiling.
13210
13211 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13214
13215 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13216
13217         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13218         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13219         current Google Groups.
13220
13221 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13222
13223         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13224         and tool-bar-mode.
13225
13226         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13227         and tool-bar-mode.
13228
13229         * message.el (message-tool-bar-update): Simplify.
13230         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13231
13232         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13233         gnus-summary-buffer.
13234         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13235         gnus-summary-reply.
13236
13237         * gmm-utils.el (gmm): Add :version.
13238
13239 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * Makefile.in (clean): New rule.
13242         (distclean): Use it.
13243
13244 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13245
13246         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13247         Don't autoload.
13248
13249 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * gmm-utils.el (gmm-verbose): Add :group.
13252
13253 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * message.el: Change some comments WRT tool-bars.
13256
13257         * gnus-sum.el (gnus-summary-tool-bar)
13258         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13259         (gnus-summary-tool-bar-zap-list): New variables.
13260         (gnus-summary-make-tool-bar): Complete rewrite using
13261         `gmm-tool-bar-from-list'.
13262
13263         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13264         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13265         New variables.
13266         (gnus-group-make-tool-bar): Complete rewrite using
13267         `gmm-tool-bar-from-list'.
13268         (gnus-group-tool-bar-update): New function.
13269
13270         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13271
13272 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13275         is dissected into a single part of which the type is the same as
13276         the given one; decode charset.
13277
13278 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13279
13280         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13281         into alists as symbol not string, since that's what
13282         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13283         look for.
13284
13285 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13288         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13289
13290         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13291
13292 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13295         (gnus-xmas-mime-security-button-menu): New function.
13296
13297         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13298         (gnus-mime-security-button-menu): New definition.
13299         (gnus-mime-security-button-map): Use them.
13300         (gnus-mime-security-button-menu): New function.
13301         (gnus-insert-mime-security-button): Addition to help echo.
13302         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13303         (gnus-mime-security-pipe-part): New functions.
13304
13305         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13306         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13307
13308         * mm-decode.el (mm-handle-set-disposition): Remove.
13309         (mm-handle-set-description): Remove.
13310
13311 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13314         (mm-w3m-standalone-supports-m17n-p): New function.
13315         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13316         w3m usage.
13317
13318         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13319         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13320
13321 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13322
13323         * message.el (message-tool-bar-zap-list):
13324         Use gmm-tool-bar-zap-list as custom type.
13325         (message-tool-bar-update): New function.
13326         (message-tool-bar, message-tool-bar-gnome)
13327         (message-tool-bar-retro): Add message-tool-bar-update.
13328         (message-tool-bar-gnome): Add flyspell-buffer.
13329
13330         * gnus-util.el (gnus-error): Describe `args'.
13331
13332         * gmm-utils.el (gmm-error): Describe `args'.
13333         (gmm-tool-bar-zap-list): New widget.
13334         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13335
13336 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13339         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13340         the number of recursive calls.
13341
13342         * mm-decode.el (mm-handle-set-disposition): New macro.
13343         (mm-handle-set-description): New macro.
13344
13345 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13348         encoding.
13349
13350 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * message.el (message-tool-bar-zap-list, message-tool-bar)
13353         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13354         (message-tool-bar-local-item-from-menu): Remove.
13355         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13356         (message-make-tool-bar): New function.
13357         (message-mode): Use `message-make-tool-bar'.
13358
13359         * gmm-utils.el: New file.
13360         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13361         (gmm-lazy): New widget copied from `nnmail.el'.
13362         (gmm-tool-bar-from-list): New function for creating customizable
13363         tool bars.
13364         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13365         output.
13366         (gmm): Add :prefix to defgroup.
13367
13368 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13369
13370         * gmm-utils.el (gmm-widget-p): New function.
13371
13372 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13373
13374         * mml.el (mml-attach-file): Describe `description' in doc string.
13375         (mml-menu): Add Emacs MIME manual and PGG manual.
13376
13377 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13378
13379         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13380
13381 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13382
13383         * nntp.el (nntp-end-of-line): Doc fix.
13384
13385 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13386
13387         * imap.el (imap-open): Handle case where buffer is a buffer
13388         object.
13389
13390 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13391
13392         * gnus-delay.el (gnus-delay): Don't autoload.
13393         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13394         to be re-loaded when customizing the `gnus-delay' group.
13395
13396 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13397
13398         * message.el (message-insert-citation-line): Use newlines.
13399
13400 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13401
13402         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13403         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13404         these routines, so the passphrase can be managed externally and
13405         passed in to the system.
13406         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13407         pgg-add-passphrase-to-cache function.
13408
13409         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13410         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13411         these routines, so the passphrase can be managed externally and
13412         passed in to the system.
13413         (pgg-pgp5-sign-region): Use new name of
13414         pgg-add-passphrase-to-cache function.
13415
13416 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13417
13418         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13419         part of the decoded armor to find the key-identifier.
13420         (pgg-gpg-lookup-key-owner): New function to return the
13421         human-readable identifier of a key owner.
13422         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13423         itself.
13424         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13425         the key value) if we have a key and can match it against a secret
13426         key.  Also, added a note pointing out fact that the prompt only
13427         indicates the first matching key.
13428
13429         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13430         pgg-decrypt-region.
13431         (pgg-add-passphrase-to-cache): Rename from
13432         `pgg-add-passphrase-cache' to reduce confusion (all callers
13433         changed).
13434         (pgg-remove-passphrase-from-cache): Rename from
13435         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13436         changed).
13437         (pgg-read-passphrase, pgg-add-passphrase-cache)
13438         (pgg-remove-passphrase-cache): Add informative docstrings.
13439         (pgg-decrypt): Convey provided passphrase in subordinate call to
13440         pgg-decrypt-region.
13441
13442 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13443
13444         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13445         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13446         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13447         'passphrase' argument, so the passphrase can be managed externally
13448         and then passed in to the system.
13449
13450         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13451         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13452         so the passphrase cache can be used reliably with identifiers
13453         besides a pgp packet's key id.
13454
13455         * pgg-gpg.el (pgg-gpg-encrypt-region)
13456         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13457         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13458         these routines, so the passphrase can be managed externally and
13459         passed in to the system.
13460
13461         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13462         'notruncate' argument, so the passphrase cache can be used
13463         reliably with identifiers besides a pgp packet's key id.
13464
13465 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13466
13467         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13468         symmetric encryption.
13469         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13470         encrypted session key.
13471         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13472         message ask for the passphrase in a proper way.
13473
13474         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13475         New user commands for symmetric encryption.
13476
13477 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13480
13481         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13482
13483 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13484
13485         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13486
13487 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * mm-decode.el (mm-inlined-types): Add application/pgp.
13490         (mm-automatic-display): Ditto.
13491
13492         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13493         part as text.
13494
13495 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * nnrss.el: Update copyright.
13498         (nnrss-opml-import): Query whether to subscribe to each entry.
13499
13500         * gnus-art.el:
13501         * gnus-sum.el:
13502         * gnus-xmas.el:
13503         * messagexmas.el:
13504         * mm-uu.el:
13505         * mm-view.el: Update copyright.
13506
13507 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * message.el (message-info): New function.
13510         (message-mode-menu): Add it.
13511         Update copyright.
13512
13513         * ChangeLog: Fix and update copyright.
13514
13515 2006-01-13  Romain Francoise  <romain@orebokech.com>
13516
13517         * message.el (message-forward-subject-name-subject): Prefer the
13518         address to 'nowhere' if the sender has no name.
13519         Fix typo.  Update copyright year.
13520
13521 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * gnus-art.el (article-wash-html):
13524         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13525         (gnus-article-wash-html-with-w3m-standalone): New function.
13526
13527         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13528         mm-inline-text-html-render-with-w3m-standalone.
13529         (mm-text-html-washer-alist): Map w3m-standalone to
13530         gnus-article-wash-html-with-w3m-standalone.
13531         (mm-inline-text-html-render-with-w3m-standalone): New function.
13532
13533 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13536         Improve LaTeX.
13537
13538 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13541         (nnrss-request-article): Render text/plain parts as HTML.
13542
13543         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13544         the buffer.
13545
13546 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13549         custom definition of `gnus-posting-styles'.
13550
13551         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13552         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13553
13554 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13557         Use nntp for bug archive.
13558
13559 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13562         parts.
13563         (nnrss-normalize-date): New function converts ISO 8601 date into
13564         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13565         (nnrss-check-group): Use it.
13566
13567 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13570
13571         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13572         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13573         (nnrss-insert-w3): Ditto.
13574
13575 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13578         the articles to be forwarded including the case where neither a
13579         number of articles nor a region is specified.
13580
13581 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * nnrss.el (nnrss-request-article): Fix last change; fill
13584         text/plain parts.
13585
13586 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13589         in text/plain part.
13590         (nnrss-check-group): Don't add excessive newline to dc:subject.
13591
13592 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13593
13594         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13595         article.
13596
13597 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13600         (nnml-use-compressed-files, nnml-save-mail): Support other
13601         comression programs such as bzip2.
13602
13603 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13604
13605         * dns.el (query-dns): Make sure we check the buffer size before
13606         removing tcp headers.
13607
13608 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13609
13610         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13611         remove MIME buttons associated with multipart/alternative parts.
13612         (gnus-mime-display-alternative): Tag buttons using `article-type'
13613         text property.
13614
13615         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13616         associated with multipart/alternative parts.
13617
13618         * gnus-art.el (gnus-signature-separator): Fix custom type.
13619
13620         * mm-decode.el (mm-inlined-types): Fix custom type.
13621         (mm-keep-viewer-alive-types): Ditto.
13622         (mm-automatic-display): Ditto.
13623         (mm-attachment-override-types): Ditto.
13624         (mm-inline-override-types): Ditto.
13625         (mm-automatic-external-display): Ditto.
13626
13627 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13628
13629         * spam-report.el (spam-report-user-mail-address)
13630         (spam-report-user-agent): New variables.
13631         (spam-report-url-ping-plain): Use spam-report-user-agent.
13632
13633 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13634
13635         * gnus-art.el (gnus-button-handle-custom): Do not just use
13636         `customize-apropos' for any "M-x customize-*" button but the
13637         function called for.  Accept both the function name and its
13638         argument in order to achieve this.
13639         (gnus-button-alist): Remove support for "custom:" URL's.
13640         Pass function name to `gnus-button-handle-custom' in case of "M-x
13641         customize-*" buttons.
13642
13643 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13646         multipart/alternative and add xref to mm-discouraged-alternatives
13647         in doc string.
13648
13649         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13650         gnus-buttonized-mime-types in doc string.
13651
13652 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13653
13654         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13655         Suggest image/.* in the doc string.
13656
13657 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13658
13659         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13660         message-marks (Debian bug #342521).
13661
13662 2005-12-12  Simon Josefsson  <jas@extundo.com>
13663
13664         * password.el (password-read-from-cache): Add.
13665         (password-read): Use it.
13666
13667 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * rfc2047.el (rfc2047-charset-to-coding-system):
13670         Recognize us-ascii as a MIME charset.
13671
13672         * mm-bodies.el (mm-decode-content-transfer-encoding):
13673         Protect against the case where the 2nd arg TYPE is nil.
13674
13675 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13676
13677         * pop3.el (pop3-stream-type): Fix custom version.
13678
13679         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13680
13681 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13682
13683         * mm-decode.el (mm-display-external): Add missing cdr.
13684
13685 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13686
13687         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13688         RFC1524) if it is in mailcap or add a suffix according to
13689         mailcap-mime-extensions when generating a temp filename; postpone
13690         deleting a temp file for 2 seconds for some wrappers, shell
13691         scripts, and so on, which might exit right after having started a
13692         viewer command as a background job.
13693
13694 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * nntp.el (nntp-marks-directory): Fix custom group.
13697
13698         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13699         steps when < 10.
13700
13701         * gnus-start.el (gnus-no-server-1):
13702         Mention `gnus-level-default-subscribed' in doc string.
13703
13704 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13705
13706         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13707         parens.
13708
13709 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-xmas.el (gnus-use-toolbar): Revert.
13712         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13713         gnus-use-toolbar is default.
13714
13715         * messagexmas.el (message-use-toolbar): Revert.
13716         (message-setup-toolbar): Use global default-toolbar if
13717         message-use-toolbar is default.
13718
13719 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13722         according to default-toolbar-visible-p.
13723
13724         * messagexmas.el (message-use-toolbar): Ditto.
13725
13726 2005-11-26  Dave Love  <fx@gnu.org>
13727
13728         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13729         (tls-program, tls-success): Provide openssl alternative.
13730
13731         * starttls.el: Doc fixes.
13732         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13733         SERVICE to PORT.
13734
13735         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13736         port null or service name.
13737         (starttls-negotiate): Autoload.
13738
13739 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * message.el (message-kill-to-signature): Fix interactive spec.
13742
13743 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * pop3.el (pop3-open-server): Recognize a string as a service name.
13746
13747 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13748
13749         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13750
13751 2005-11-23  Dave Love  <fx@gnu.org>
13752
13753         Add pop3s, pop3/starttls.
13754
13755         * pop3.el (pop3-authentication-scheme): Clarify doc.
13756         (open-tls-stream, starttls-open-stream): Autoload.
13757         (pop3-stream-type): New.
13758         (pop3-open-server): Use it.
13759
13760         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13761         for POP.
13762         (mail-source-keyword-map): Add :stream for POP.
13763         (mail-source-fetch-pop): Use pop3-stream-type.
13764
13765 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13768         of current-time-string.
13769
13770 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13771
13772         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13773         date header.
13774
13775 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13776
13777         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13778         it can seriously impact performance as it bypasses the agent's
13779         local caches.
13780
13781 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13782
13783         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13784         must be explicitly online rather than "not explicitly offline" for
13785         its flags to be synchronized.
13786
13787         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13788         that gnus-uu-unmark-thread will function correctly.
13789
13790         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13791         1024K is instead displayed as 1M.
13792
13793 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13794
13795         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13796
13797 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13798
13799         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13800
13801 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13802
13803         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13804         error message to display actual error condition.
13805         (gnus-agent-save-local): Avoid saving symbols that are bound to
13806         nil as they simply result in a warning message in
13807         gnus-agent-read-local.
13808
13809 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13810
13811         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13812         rather than make-variable-buffer-local for file-precious-flag.
13813
13814 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13815
13816         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13817         for duplicates which are removed.  The invalid sort check then
13818         triggers a rescan after the sort as sorting may have moved
13819         duplicate entries such that they can be cheaply detected.
13820
13821 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13824
13825 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13826
13827         * gnus-agent.el (gnus-agent-article-alist-save-format):
13828         Change internal variable to a custom variable.  Change default value
13829         from compressed(2) to uncompressed(1).
13830         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13831         support for uncompressed agentview files.  Taken together, reading
13832         the agentview file should now be 6-7 times faster.
13833
13834 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13835
13836         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13837         as a buffer-local variable.  This avoids creating truncated
13838         dribble files as a result of a hang up, eg.
13839
13840 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13841
13842         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13843         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13844         XEmacs.
13845
13846 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * gnus-start.el (gnus-start-draft-setup):
13849         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13850
13851         * gnus.el (gnus-splash): Change custom group.
13852         (gnus-group-get-parameter, gnus-group-parameter-value):
13853         Describe allow-list argument.
13854
13855         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13856         string.
13857
13858 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * gnus-art.el (gnus-default-article-saver): Add user-defined
13861         `function' to custom type.
13862
13863 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13864
13865         * imap.el (imap-open): Handle case where buffer is a buffer
13866         object.
13867
13868 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13869
13870         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13871         long lines.
13872         (gnus-cache-delete-group): Wrap doc strings.
13873
13874         * gnus-agent.el (gnus-agent-rename-group)
13875         (gnus-agent-delete-group): Wrap doc strings.
13876
13877 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * messagexmas.el (message-use-toolbar): Change the valid values
13880         into default, top, bottom, left, and right.
13881         (message-toolbar-thickness): New variable.
13882         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13883         well.
13884         (message-setup-toolbar): Make it work.
13885
13886         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13887         (gnus-use-toolbar): Change the valid values into default, top,
13888         bottom, left, and right.
13889         (gnus-toolbar-thickness): New variable.
13890         (gnus-xmas-setup-toolbar): New function.
13891         (gnus-xmas-setup-group-toolbar): Use it.
13892         (gnus-xmas-setup-summary-toolbar): Use it.
13893
13894 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13895
13896         * gnus-start.el (gnus-1): Add "native" to
13897         gnus-predefined-server-alist.
13898
13899         * gnus.el (gnus-method-to-server): Don't add "native" to the
13900         lists here, because that leads to problems when
13901         gnus-select-method is bound.
13902
13903 2005-11-09  Simon Josefsson  <jas@extundo.com>
13904
13905         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13906         use (not sort-by-date) instead.
13907
13908 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13909
13910         * gnus-delay.el (gnus-delay-group): Don't autoload.
13911         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13912         to be re-loaded when customizing the `gnus-delay' group.
13913
13914 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13915
13916         * message.el: Revert last changes.
13917         (message-insert-citation-line): Use newlines.
13918
13919 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13920
13921         * message.el (message-courtesy-message)
13922         (message-mark-insert-begin, message-mark-insert-end)
13923         (message-elide-ellipsis, message-cancel-message)
13924         (message-add-header, message-change-subject)
13925         (message-cross-post-followup-to-header)
13926         (message-cross-post-insert-note, message-reduce-to-to-cc)
13927         (message-widen-reply, message-delete-not-region)
13928         (message-kill-to-signature, message-insert-signature)
13929         (message-insert-importance-high, message-insert-importance-low)
13930         (message-insert-or-toggle-importance)
13931         (message-insert-disposition-notification-to)
13932         (message-indent-citation, message-yank-original)
13933         (message-cite-original-without-signature, message-cite-original)
13934         (message-insert-citation-line, message-position-on-field)
13935         (message-fix-before-sending, message-send-mail-partially)
13936         (message-send-mail, message-send-mail-with-sendmail)
13937         (message-send-mail-with-qmail, message-send-news)
13938         (message-check-news-header-syntax, message-generate-headers)
13939         (message-insert-courtesy-copy, message-fill-address)
13940         (message-fill-header, message-shorten-references)
13941         (message-setup-1, message-cancel-news)
13942         (message-forward-make-body-plain, message-forward-make-body-mime)
13943         (message-forward-make-body-mml, message-encode-message-body)
13944         (message-forward-make-body-digest-plain)
13945         (message-forward-make-body-digest-mime)
13946         (message-use-alternative-email-as-from): Insert `hard-newline'
13947         instead of ordinary newlines.
13948
13949 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * message.el (message-generate-headers): Downcase the argument
13952         given to message-check-element.
13953
13954 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13955
13956         * nntp.el (nntp-authinfo-rejected): New error condition.
13957         (nntp-wait-for): Use new error condition to signal authentication
13958         error.
13959         (nntp-retrieve-data): Rethrow new error condition to break out of
13960         recursive call to nntp-send-authinfo.
13961
13962 2005-11-08  Romain Francoise  <romain@orebokech.com>
13963
13964         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13965         (gnus-summary-exit-map): Bind to `Z p'.
13966         (gnus-summary-make-menu-bar): Add menu item.
13967
13968 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13971         (gnus-treat-*): Add `first' in all doc strings.
13972
13973         * gnus-group.el (gnus-group-compact-group): Fix typo.
13974
13975 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * gnus.el (gnus-parameters-case-fold-search): New variable.
13978         (gnus-parameters-get-parameter): Use it.
13979
13980         * gnus-score.el (gnus-home-score-file): Doc fix.
13981
13982 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13983
13984         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13985
13986 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * mm-util.el (mm-special-display-p): New function.
13989
13990         * mml.el (mml-preview): Use it; doc fix.
13991
13992 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13993
13994         * imap.el (imap-open): Handle case where buffer is a buffer object.
13995
13996 2005-10-29  Romain Francoise  <romain@orebokech.com>
13997
13998         * message.el (message-fix-before-sending): Fix comment.
13999
14000 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14001
14002         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14003
14004 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14005
14006         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14007         Used in gnus-score.el.
14008
14009 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14010
14011         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14012
14013 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14014
14015         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14016         whitespace removed in revision 7.8.  Use concatenated string to
14017         protect trailing whitespace.
14018
14019 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14020
14021         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14022         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14023         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14024         Courier IMAP ("some version from 2004").  Mostly based on similar
14025         code in the same function.
14026
14027 2005-10-26  Didier Verna  <didier@xemacs.org>
14028
14029         * gnus-group.el (gnus-group-compact-group): Invalidate original
14030         article buffer.
14031         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14032         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14033         NOV database and in article itself.
14034         Invalidate article backlog.
14035
14036 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14039
14040 2005-10-26  Simon Josefsson  <jas@extundo.com>
14041
14042         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14043         part of 2004-07-25 change.
14044
14045 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * message.el (message-display-completion-list): New function.
14048         (message-expand-group): Use it; make sure the Completions buffer
14049         is modifiable.
14050 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14051
14052         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14053         user-mail-name is an empty string.
14054
14055 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14056
14057         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14058         depending on gnus-score-decay-constant.
14059
14060         * encrypt.el (encrypt-insert-file-contents)
14061         (encrypt-write-file-contents): Don't use `gnus-message'.
14062
14063         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14064         arguments.
14065         (mm-uu-type-alist): Add message-marks and insert-marks.
14066         Pass arguments to mm-uu-verbatim-marks-extract.
14067         (mm-uu-hide-markers): New variable.
14068         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14069
14070         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14071         (gnus-convert-image-to-face-command): Use "convert" by default to
14072         allow other input image formats.
14073         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14074         accordingly.
14075
14076 2005-10-23  Simon Josefsson  <jas@extundo.com>
14077
14078         * imap.el (imap-gssapi-program): Align command line parameters
14079         with latest GNU SASL.
14080         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14081
14082 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14083
14084         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14085         HTML.
14086         (nnslashdot-request-article): Ditto.
14087
14088         * lpath.el (featurep): Add nobreak-char-display.
14089
14090 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14091
14092         * mail-source.el (mail-source-fetch-pop): Require pop3.
14093         (mail-source-check-pop): Ditto.
14094
14095 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14098         errors.
14099
14100 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14103         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14104
14105         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14106
14107         * mm-bodies.el (mm-decode-string):
14108         Call `mm-charset-to-coding-system' with allow-override argument.
14109
14110 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14113         (rfc2047-charset-to-coding-system): New function.
14114         (rfc2047-decode-encoded-words): New function.
14115         (rfc2047-decode-region): Use them.
14116         (rfc2047-decode-cte): Remove.
14117         (rfc2047-parse-and-decode): Remove.
14118         (rfc2047-decode): Remove.
14119
14120 2005-10-15  Kenichi Handa  <handa@m17n.org>
14121
14122         * rfc2047.el (rfc2047-decode-cte): New function.
14123         (rfc2047-decode-region): Change the way to decode successive
14124         encoded-words: decode B- or Q-encoding in each encoded-word,
14125         concatenate them, and decode it as charset.
14126
14127 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * lpath.el: Fbind codepage-setup for XEmacs.
14130
14131 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14132
14133         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14134         widget-move-and-invoke.
14135         (gnus-custom-mode): Use gnus-custom-map.
14136
14137 2005-10-15  Bill Wohler  <wohler@newt.com>
14138
14139         * message.el (message-tool-bar-map): Rename image file from
14140         mail_send to mail/send.
14141
14142 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14143
14144         * message.el (message-expand-group): Pass the common
14145         prefix substring of completion to `display-completion-list'.
14146
14147 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * mml-sec.el (mml-secure-method): New internal variable.
14150         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14151         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14152         New functions using mml-secure-method.
14153
14154         * mml.el (mml-mode-map): Add key bindings for those functions.
14155         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14156         Harder <harder@myrealbox.com>.
14157         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14158         Goto end of message if point is the headers of the message.
14159
14160         * message.el (message-in-body-p): New function.
14161
14162         * assistant.el: Autoload gnus-util and netrc.
14163
14164         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14165         Use `mm-charset-override-alist' only when decoding.
14166
14167         * mm-bodies.el (mm-decode-body):
14168         Call `mm-charset-to-coding-system' with allow-override argument.
14169
14170         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14171         `filename' from Content-Disposition if Content-Type doesn't
14172         provide `name'.
14173         (gnus-mime-view-part-as-type): Set default instead of
14174         initial-input.
14175
14176 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14177
14178         * format-spec.el (format-spec): Propagate text properties of % spec.
14179
14180 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * gnus-art.el (gnus-treat-predicate): Add `first'.
14183
14184 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14185
14186         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14187         (mm-charset-override-alist): New variable.
14188         (mm-charset-to-coding-system): Use it.
14189         (mm-codepage-setup): New helper function.
14190         (mm-charset-eval-alist): New variable.
14191         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14192         Warn about unknown charsets.
14193
14194         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14195
14196 2005-10-04  David Hansen  <david.hansen@gmx.net>
14197
14198         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14199         (nnrss-check-group): Ditto.
14200
14201 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14204         Rename x-gnus-verbatim to x-verbatim.
14205         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14206
14207         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14208         x-verbatim.
14209
14210         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14211
14212         * gnus-util.el (gnus-remove-duplicates): Remove.
14213
14214         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14215         instead of gnus-remove-duplicates.
14216
14217         * message.el (message-remove-duplicates): Remove.
14218         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14219         message-remove-duplicates.
14220
14221         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14222         available, else use implementation from `delete-dups'.
14223
14224         * message.el (message-insert-expires): New function.
14225         (message-mode-map): Add key binding.
14226         (message-mode-field-menu): Add menu entry.
14227         (message-mode): Document it.
14228         (message-make-expires-date): Use `message-make-date'.
14229
14230 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14231
14232         * message.el (message-make-expires-date): New function.
14233
14234 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * Makefile.in (list-installed-shadows): New entry.
14237         (install): Use it.
14238         (remove-installed-shadows): New entry.
14239
14240         * dgnushack.el (dgnushack-default-load-path): New variable.
14241         (dgnushack-find-lisp-shadows): New function.
14242         (dgnushack-remove-lisp-shadows): New function.
14243
14244 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * Makefile.in (install-el-elc): New entry.
14247         (install): Use it so that .el files are necessarily installed.
14248
14249 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14252
14253 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14254
14255         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14256         function rather than the diff-mode.el package.
14257         (mm-display-external): Use with-current-buffer.
14258         (mm-viewer-completion-map, mm-viewer-completion-map):
14259         Move initialization inside declaration.
14260
14261 2005-09-29  Simon Josefsson  <jas@extundo.com>
14262
14263         * spam.el: Load hashcash when compiling, to avoid warnings.
14264         Don't autoload mail-check-payment.
14265         (spam-check-hashcash): Define unconditionally, since hashcash.el
14266         is part of Gnus now.  Ignore errors from payment checking.
14267
14268 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14269
14270         * message.el (message-bold-region, message-unbold-region):
14271         Rename from `bold-region' and `unbold-region'.
14272
14273         * message.el: Remove useless autoloads.
14274
14275 2005-09-28  Simon Josefsson  <jas@extundo.com>
14276
14277         * message.el (message-use-idna): Default to t.
14278         (message-use-idna): Test whether encoding works too.  Doc fix.
14279
14280 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * nntp.el (nntp-warn-about-losing-connection): Remove.
14283
14284 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14285
14286         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14287         customizable.  Change default value.
14288         (mm-uu-diff-groups-regexp): Change default value.
14289         (mm-uu-type-alist): Add doc string.
14290         (mm-uu-configure): Add doc string.  Make it interactive.
14291         (mm-uu-tex-groups-regexp): New variable.
14292         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14293         (mm-uu-type-alist): Add LaTeX documents.
14294         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14295         of "text/verbatim".
14296         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14297
14298         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14299         instead of "text/verbatim".
14300
14301         * message.el (message-mark-inserted-region)
14302         (message-mark-insert-file): Use slrn style marks when called with
14303         prefix argument.
14304
14305 2005-09-27  Simon Josefsson  <jas@extundo.com>
14306
14307         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14308
14309 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14310
14311         * message.el (message-remove-duplicates): New function.
14312         Implementation borrowed from `gnus-remove-duplicates'.
14313         (message-idna-to-ascii-rhs): Also encode idna addresses in
14314         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14315         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14316         only ask about the same idna domain once per header and also tell
14317         in what header to replace the idna domain.
14318
14319         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14320         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14321         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14322         a header is decoded and not just the last one.
14323
14324 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14327         has been decoded.
14328
14329         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14330         (mm-insert-part): Don't modify text if it has been decoded.
14331
14332         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14333         decoded.
14334
14335         * mm-view.el (mm-inline-text): Don't strip text props unless
14336         decoding enriched or richtext parts.
14337
14338 2005-09-25  Romain Francoise  <romain@orebokech.com>
14339
14340         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14341         * gnus-start.el (gnus-subscribe-interactively):
14342         * gnus-uu.el (gnus-uu-grab-articles):
14343         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14344         space.
14345
14346 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14347
14348         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14349         * mm-view.el (mm-view-pkcs7-decrypt):
14350         * gnus-sum.el (gnus-summary-limit-to-extra)
14351         (gnus-summary-respool-article, gnus-read-move-group-name):
14352         * gnus-score.el (gnus-summary-increase-score):
14353         * gnus-util.el (gnus-completing-read-with-default):
14354         * gnus-art.el (gnus-read-save-file-name)
14355         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14356         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14357         * message.el (message-check-news-header-syntax):
14358         Follow convention for reading with the minibuffer.
14359
14360 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * spam-report.el (spam-report-url-ping-plain):
14363         Use gnus-extended-version as User-Agent.
14364
14365         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14366         default value is nil.
14367
14368         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14369         (mm-uu-verbatim-marks-extract): New function.
14370         (mm-uu-extract): New face.
14371         (mm-uu-copy-to-buffer): Use it.
14372
14373         * spam-report.el (spam-report-gmane-ham): Rename from
14374         `spam-report-gmane-unspam'.
14375         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14376         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14377
14378         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14379         Autoload.
14380         (spam-report-gmane-unregister-routine):
14381         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14382
14383 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14384
14385         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14386         (spam-report-gmane-unregister-routine): Add support for gmane
14387         unregistration.
14388
14389         * spam-report.el (spam-report-gmane-unspam)
14390         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14391         (spam-report-gmane): Change to take a single article and do unspam
14392         registration.
14393
14394 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14395
14396         * mm-url.el (mm-url-decode-entities): Fix regexp.
14397
14398 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14399
14400         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14401         default to nil, to be able to use Gnus at all.  If the default
14402         switches to something else, then the function should be fixed not
14403         be exceedingly slow.
14404
14405 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14406
14407         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14408         fail hard.
14409
14410         * spam-report.el: Add better Keywords line.
14411
14412         * spam.el: Add Maintainer and better Keywords line.
14413
14414 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * gnus-art.el (gnus-article-replace-part)
14417         (gnus-mime-replace-part): New functions.
14418         (gnus-mime-action-alist, gnus-mime-button-commands)
14419         (gnus-mime-save-part-and-strip): Add file argument.
14420         (gnus-article-part-wrapper): Add interactive argument.
14421
14422         * gnus-sum.el (gnus-summary-mime-map):
14423         Add `gnus-article-replace-part'.
14424
14425 2005-09-19  Didier Verna  <didier@xemacs.org>
14426
14427         The nnml compaction feature:
14428         * nnml.el (nnml-request-compact-group): New function.
14429         * nnml.el (nnml-request-compact): New function.
14430         * gnus-int.el (gnus-request-compact-group): New function.
14431         * gnus-int.el (gnus-request-compact): New function.
14432         * gnus-group.el (gnus-group-compact-group): New function.
14433         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14434         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14435         * gnus-srvr.el (gnus-server-compact-server): New function.
14436         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14437         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14438
14439 2005-09-18  Deepak Goel  <deego@gnufans.org>
14440
14441         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14442         format spec.
14443
14444 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14447
14448 2005-09-15  Romain Francoise  <romain@orebokech.com>
14449
14450         * message.el (message-fill-paragraph): Clarify docstring.
14451
14452 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14453
14454         * gnus-art.el (gnus-mime-display-part): Protect against broken
14455         MIME messages.
14456
14457 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14460         before parsing header.
14461
14462 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14463
14464         * html2text.el (html2text-replace-list): Add new entities.
14465
14466 2005-09-11  Romain Francoise  <romain@orebokech.com>
14467
14468         * message.el (message-alternative-emails): Improve docstring.
14469         (message-setup-1): Call `message-use-alternative-email-as-from'
14470         after `message-setup-hook' to give it precedence over posting
14471         styles, etc.
14472         (message-use-alternative-email-as-from): Add docstring.
14473         Remove the original From header if present.
14474
14475         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14476         (nnml-save-mail): Use it.
14477
14478         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14479         articles.  Add new argument `silent'.
14480         (gnus-uu-mark-all): Report the total number of marked articles.
14481
14482 2005-09-10  Romain Francoise  <romain@orebokech.com>
14483
14484         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14485         (gnus-uu-mark-series): Likewise.
14486
14487 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * spam-report.el (spam-report-gmane): Fix generation of spam
14490         report URL.
14491
14492 2005-09-10  Simon Josefsson  <jas@extundo.com>
14493
14494         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14495         t, based on discussion on the ding list with Robert Epprecht
14496         <epprecht@solnet.ch>.
14497
14498 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14499
14500         * spam-report.el (spam-report-gmane): Make it work without
14501         X-Report-Spam header.  Gmane now only provides Archived-At.
14502         This is only used if `spam-report-gmane-use-article-number' is nil.
14503         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14504
14505         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14506         make `gnus-summary-sort-by-recipient' work with threading.
14507
14508         * nnweb.el (nnweb-google-wash-article): Print a message if article
14509         is not available.
14510
14511 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14512
14513         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14514         change.  Decode text/* parts content before displaying.
14515
14516 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14519
14520 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14523
14524         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14525         url-package-name, url-package-version,
14526         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14527         w3m-display-inline-images, and w3m-minor-mode-map.
14528
14529 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14530
14531         * message.el (message-tab-body-function): Fix mismatched custom type.
14532
14533         * gnus.el (gnus-group-change-level-function): Ditto.
14534
14535         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14536
14537         * gnus-art.el (gnus-signature-limit)
14538         (gnus-article-mime-part-function): Ditto.
14539
14540 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * mml.el (mml-mode): Silence the byte compiler.
14543
14544         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14545         using `(sit-for 0)' before moving the point to the specified part;
14546         skip unbuttonized parts.
14547         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14548         return to the summary window if gnus-auto-select-part is non-nil.
14549
14550 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14551
14552         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14553         New variables.
14554         (mml-dnd-attach-file, mml-mode): Use them.
14555
14556         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14557         Make fetching article by MID work again for Google Groups.
14558         Add FIXME concerning gnus-group-make-web-group.
14559
14560         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14561         Don't depend on Gnus by using mail-extract-address-components if
14562         gnus-extract-address-components is not bound.
14563
14564 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14565
14566         * gnus-art.el (gnus-mime-display-security): Don't display the
14567         signature, but only the signed part.
14568
14569 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14572
14573         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14574         list, not listp.
14575
14576 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14577
14578         * mm-encode.el (mm-encode-content-transfer-encoding):
14579         Likewise when encoding.
14580
14581         * mm-bodies.el (mm-decode-content-transfer-encoding):
14582         De-canonicalize CRLF for all text content types, not just
14583         text/plain.
14584
14585 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14588         valid article; point arrow and cursor at the MIME button.
14589
14590 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14593         Suggested by Dan Christensen <jdc@uwo.ca>.
14594
14595         * mm-decode.el (mm-save-part): Enable change of prompt.
14596
14597 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14598
14599         * gnus-msg.el (gnus-inews-add-send-actions):
14600         Make `message-post-method' lambda parameter ARG `&optional'.
14601
14602 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * gnus-sum.el (gnus-summary-mime-map):
14605         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14606         gnus-article-jump-to-part.
14607
14608         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14609         (gnus-article-edit-part): Use it.
14610         (gnus-article-part-wrapper): Add no-handle argument.
14611         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14612         New functions.
14613
14614 2005-08-29  Romain Francoise  <romain@orebokech.com>
14615
14616         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14617         docstring.
14618         (gnus-face-from-file): Likewise.
14619
14620 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14623         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14624         non-nil.
14625         (gnus-auto-select-part): New variable.
14626         (gnus-article-jump-to-part): New function.
14627         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14628         (gnus-mime-delete-part): Allow selecting specified part after
14629         deleting or stripping parts.
14630         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14631         part if argument is bogus.
14632
14633 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14634
14635         * gnus-art.el (w3m-minor-mode-map):
14636         * gnus-spec.el (gnus-newsrc-file-version):
14637         * gnus-util.el (nnmail-active-file-coding-system)
14638         (gnus-original-article-buffer, gnus-user-agent):
14639         * gnus.el (gnus-ham-process-destinations)
14640         (gnus-parameter-ham-marks-alist)
14641         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14642         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14643         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14644         * mm-decode.el (gnus-current-window-configuration):
14645         * mm-extern.el (gnus-article-mime-handles):
14646         * mm-url.el (url-current-object, url-package-name)
14647         (url-package-version):
14648         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14649         (smime-keys, w3m-cid-retrieve-function-alist)
14650         (w3m-current-buffer, w3m-display-inline-images)
14651         (w3m-minor-mode-map):
14652         * mml-smime.el (gnus-extract-address-components):
14653         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14654         (gnus-newsrc-hashtb, message-default-charset)
14655         (message-deletable-headers, message-options)
14656         (message-posting-charset, message-required-mail-headers)
14657         (message-required-news-headers):
14658         * mml1991.el (mc-pgp-always-sign):
14659         * mml2015.el (mc-pgp-always-sign):
14660         * nnheader.el (nnmail-extra-headers):
14661         * rfc1843.el (gnus-decode-encoded-word-function)
14662         (gnus-decode-header-function, gnus-newsgroup-name):
14663         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14664
14665 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14666
14667         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14668         the end of the date treatments.
14669
14670 2005-08-15  Simon Josefsson  <jas@extundo.com>
14671
14672         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14673         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14674         Capello and Romain Francoise.
14675         (pgg-fetch-key-function): Remove, not used?
14676         (pgg-insert-url-with-w3): Require url, to get
14677         url-insert-file-contents regardless of where it is defined.
14678
14679 2005-08-13  Romain Francoise  <romain@orebokech.com>
14680
14681         * message.el (message-cite-original-1): New function.
14682         (message-cite-original): Use it.
14683         (message-cite-original-without-signature): Ditto.
14684
14685 2005-08-08  Romain Francoise  <romain@orebokech.com>
14686
14687         * message.el (message-yank-empty-prefix): New variable.
14688         (message-indent-citation): Use it.
14689         (message-cite-original-without-signature): Respect X-No-Archive.
14690
14691 2005-08-08  Simon Josefsson  <jas@extundo.com>
14692
14693         * pgg.el: Autoload url-insert-file-contents instead of loading
14694         w3/url.
14695         (pgg-insert-url-with-w3): Don't load url here.
14696
14697 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14698
14699         * message.el (message-kill-to-signature): Don't insert newline at
14700         bol.
14701         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14702
14703 2005-08-06  Romain Francoise  <romain@orebokech.com>
14704
14705         * message.el (message-user-fqdn): Fix typo in docstring.
14706
14707 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14708
14709         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14710
14711         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14712
14713 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * mm-bodies.el (mm-encode-body): Use coding system rather than
14716         charset to encode text.
14717
14718         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14719         number of charsets if utf-8 is available (XEmacs).
14720
14721 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14722
14723         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14724         taken from `gnus-button-mid-or-mail-regexp'.
14725         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14726         (gnus-button-alist): Improve regexp for domain part of the MIDs
14727         for news:localpart@domain buttons.
14728         (gnus-button-ctan-directory-regexp): Update.
14729
14730 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * sieve-manage.el (sieve-manage-interactive-login):
14733         Use make-local-variable rather than make-variable-buffer-local.
14734         (sieve-manage-open): Ditto.
14735         (sieve-manage-authenticate): Ditto.
14736
14737         * mml.el (mml-generate-mime-1): Make the content type default to
14738         text/plain if the filename is not specified.
14739
14740 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14743         instead of insert-buffer.
14744
14745         * message.el (message-yank-original): Ditto; set the mark at the
14746         end of the yanked message.
14747
14748 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14751         lines to scroll rather than to stop it.
14752
14753         * mml.el (mml-generate-default-type): Add doc string.
14754         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14755         default to application/octet-stream when determining the content
14756         type if it is not specified for the part or the mml contents; add
14757         a comment about mml-generate-default-type.
14758
14759 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14760
14761         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14762         make it default to application/octet-stream when determining the
14763         content type if it is not specified for the external contents.
14764
14765 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14768         segmented parameter but also other parameters might be there.
14769
14770 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * mm-decode.el (mm-display-external): Delete temp file, directory
14773         and buffer immediately if the external process is exited.
14774
14775 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14778         fewer lines than that of scroll-margin.
14779         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14780
14781 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-art.el (gnus-article-next-page): Revert.
14784         (gnus-article-beginning-of-window): New macro.
14785         (gnus-article-next-page-1): Use it.
14786         (gnus-article-prev-page): Ditto.
14787         (gnus-article-edit-part): Use insert-buffer-substring instead of
14788         insert-buffer.
14789         (gnus-article-edit-exit): Ditto.
14790
14791         * gnus-util.el (gnus-beginning-of-window): Remove.
14792         (gnus-end-of-window): Remove.
14793
14794         * lpath.el: Don't bind header-line-format and scroll-margin.
14795
14796 2005-07-25  Simon Josefsson  <jas@extundo.com>
14797
14798         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14799         to have the url package without w3.  Reported by Daiki Ueno
14800         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14801
14802 2005-07-20  Didier Verna  <didier@xemacs.org>
14803
14804         * gnus-diary.el: Remove the description comment (nndiary is now
14805         properly documented in the Gnus manual).
14806         Fix the spelling of "Back End".
14807         * nndiary.el: Ditto.
14808         Fix the copyright notice.
14809
14810 2005-07-18  Romain Francoise  <romain@orebokech.com>
14811
14812         * gnus-sum.el (gnus-summary-to-prefix)
14813         (gnus-summary-newsgroup-prefix): New variables.
14814         (gnus-summary-from-or-to-or-newsgroups): Use them.
14815
14816 2005-07-17  Romain Francoise  <romain@orebokech.com>
14817
14818         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14819         space as it's generally not especially interesting to the user.
14820
14821 2005-07-16  Romain Francoise  <romain@orebokech.com>
14822
14823         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14824         nil to avoid prompting and file modification if one of the
14825         messages at the top of the nnfolder file contains a copyright
14826         notice.
14827         Update copyright notice.
14828
14829         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14830         instead of `current-time-string' as the latter creates a time
14831         string that is not RFC 2822 compliant (it lacks the zone).
14832         Update copyright notice.
14833
14834 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14835
14836         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14837         for text/rtf.  Display default in prompt.  Pass default for M-n.
14838
14839         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14840
14841 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14842
14843         * gnus-msg.el (gnus-button-mailto):
14844         Remove save-selected-window-window hackery because it relies on
14845         save-selected-window internals.
14846
14847 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14850         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14851         (gnus-article-prev-page): Ditto.
14852
14853         * gnus-util.el (gnus-beginning-of-window): New function.
14854         (gnus-end-of-window): New function.
14855
14856         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14857
14858 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14859
14860         * gnus-score.el (gnus-score-edit-all-score):
14861         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14862         gnus-message.
14863
14864 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14865
14866         * gnus-msg.el (gnus-button-mailto):
14867         Remove save-selected-window-window hackery because it relies on
14868         save-selected-window internals.
14869
14870 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14873         add-minor-mode.
14874         (gnus-binary-mode): Ditto.
14875
14876         * gnus-topic.el (gnus-topic-mode): Ditto.
14877
14878 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14879
14880         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14881         (gnus-article-prev-page): Take scroll-margin into consideration.
14882
14883 2005-07-04  Lute Kamstra  <lute@gnu.org>
14884
14885         Update FSF's address in GPL notices.
14886
14887 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14888
14889         * gnus.el (gnus-exit):
14890         * gnus-group.el (gnus-group-icons):
14891         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14892
14893         * gnus-nocem.el (gnus-nocem):
14894         * message.el (message-various, message-buffers, message-sending)
14895         (message-interface, message-forwarding, message-insertion)
14896         (message-headers, message-news, message-mail):
14897         * pgg-gpg.el (pgg-gpg):
14898         * pgg-parse.el (pgg-parse):
14899         * pgg-pgp.el (pgg-pgp):
14900         * pgg-pgp5.el (pgg-pgp5):
14901         * pop3.el (pop3): Finish `defgroup' description with period.
14902
14903 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * gnus-art.el (article-display-face): Improve the efficiency.
14906         (article-display-x-face): Ditto; remove grey x-face stuff.
14907
14908 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-art.el (article-display-face): Correct the position in
14911         which Faces are inserted.
14912
14913 2005-06-29  Didier Verna  <didier@xemacs.org>
14914
14915         * gnus-art.el (article-display-face): Display faces in correct
14916         order.
14917
14918 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14921         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14922         (gnus-nocem-check-article): Fetch the Type header.
14923         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14924         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14925         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14926         make sure gnus-nocem-hashtb is initialized.
14927         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14928         (gnus-nocem-unwanted-article-p): Ditto.
14929
14930         * pgg.el (pgg-verify): Return the verification result.
14931
14932 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14933
14934         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14935         is ascii.
14936
14937 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14938
14939         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14940         `show-nonbreak-escape'.
14941
14942 2005-06-23  Lute Kamstra  <lute@gnu.org>
14943
14944         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14945
14946         * dig.el (dig-mode):
14947         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14948
14949 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14950
14951         * nnimap.el (nnimap-split-download-body): Fix spellings.
14952
14953 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14954
14955         * gnus-art.el (gnus-article-encrypt-body):
14956         * gnus-cus.el (gnus-score-customize):
14957         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14958         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14959
14960 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14961
14962         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14963         header by looking for magic "MII" at the beginnig.
14964
14965 2005-06-16  Miles Bader  <miles@gnu.org>
14966
14967         * gnus-xmas.el (gnus-xmas-group-startup-message):
14968         Use renamed gnus-splash face.
14969
14970         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14971         (assistant-field-face): New backward-compatibility alias for renamed
14972         face.
14973         (assistant-render-text): Use renamed assistant-field face.
14974
14975         * spam.el (spam): Remove "-face" suffix from face name.
14976         (spam-face): New backward-compatibility alias for renamed face.
14977         (spam-face, spam-initialize): Use renamed spam face.
14978
14979         * message.el (message-header-to, message-header-cc)
14980         (message-header-subject, message-header-newsgroups)
14981         (message-header-other, message-header-name)
14982         (message-header-xheader, message-separator, message-cited-text)
14983         (message-mml): Remove "-face" suffix from face names.
14984         (message-header-to-face, message-header-cc-face)
14985         (message-header-subject-face, message-header-newsgroups-face)
14986         (message-header-other-face, message-header-name-face)
14987         (message-header-xheader-face, message-separator-face)
14988         (message-cited-text-face, message-mml-face):
14989         New backward-compatibility aliases for renamed faces.
14990         (message-font-lock-keywords): Use renamed message faces.
14991
14992         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14993         (sieve-test-commands, sieve-tagged-arguments):
14994         Remove "-face" suffix from face names.
14995         (sieve-control-commands-face, sieve-action-commands-face)
14996         (sieve-test-commands-face, sieve-tagged-arguments-face):
14997         New backward-compatibility aliases for renamed faces.
14998         (sieve-control-commands-face, sieve-action-commands-face)
14999         (sieve-test-commands-face, sieve-tagged-arguments-face):
15000         Use renamed sieve faces.
15001
15002         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15003         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15004         (gnus-group-news-3-empty, gnus-group-news-4)
15005         (gnus-group-news-4-empty, gnus-group-news-5)
15006         (gnus-group-news-5-empty, gnus-group-news-6)
15007         (gnus-group-news-6-empty, gnus-group-news-low)
15008         (gnus-group-news-low-empty, gnus-group-mail-1)
15009         (gnus-group-mail-1-empty, gnus-group-mail-2)
15010         (gnus-group-mail-2-empty, gnus-group-mail-3)
15011         (gnus-group-mail-3-empty, gnus-group-mail-low)
15012         (gnus-group-mail-low-empty, gnus-summary-selected)
15013         (gnus-summary-cancelled, gnus-summary-high-ticked)
15014         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15015         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15016         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15017         (gnus-summary-low-undownloaded)
15018         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15019         (gnus-summary-low-unread, gnus-summary-normal-unread)
15020         (gnus-summary-high-read, gnus-summary-low-read)
15021         (gnus-summary-normal-read, gnus-splash):
15022         Remove "-face" suffix from face names.
15023         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15024         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15025         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15026         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15027         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15028         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15029         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15030         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15031         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15032         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15033         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15034         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15035         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15036         (gnus-summary-normal-ticked-face)
15037         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15038         (gnus-summary-normal-ancient-face)
15039         (gnus-summary-high-undownloaded-face)
15040         (gnus-summary-low-undownloaded-face)
15041         (gnus-summary-normal-undownloaded-face)
15042         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15043         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15044         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15045         (gnus-splash-face):
15046         New backward-compatibility aliases for renamed faces.
15047         (gnus-group-startup-message): Use renamed gnus faces.
15048
15049         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15050         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15051         (gnus-server-agent): Remove "-face" suffix from face names.
15052         (gnus-server-agent-face, gnus-server-opened-face)
15053         (gnus-server-closed-face, gnus-server-denied-face)
15054         (gnus-server-offline-face):
15055         New backward-compatibility aliases for renamed faces.
15056         (gnus-server-agent-face, gnus-server-opened-face)
15057         (gnus-server-closed-face, gnus-server-denied-face)
15058         (gnus-server-offline-face): Use renamed gnus faces.
15059
15060         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15061         Remove "-face" suffix from face names.
15062         (gnus-picon-xbm-face, gnus-picon-face):
15063         New backward-compatibility aliases for renamed faces.
15064
15065         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15066         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15067         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15068         (gnus-cite-11): Remove "-face" suffix from face names.
15069         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15070         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15071         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15072         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15073         New backward-compatibility aliases for renamed faces.
15074         (gnus-cite-attribution-face, gnus-cite-face-list)
15075         (gnus-article-boring-faces): Use renamed gnus faces.
15076
15077         * gnus-art.el (gnus-signature, gnus-header-from)
15078         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15079         (gnus-header-content): Remove "-face" suffix from face names.
15080         (gnus-signature-face, gnus-header-from-face)
15081         (gnus-header-subject-face, gnus-header-newsgroups-face)
15082         (gnus-header-name-face, gnus-header-content-face):
15083         New backward-compatibility aliases for renamed faces.
15084         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15085
15086         * gnus-sum.el (gnus-summary-selected-face)
15087         (gnus-summary-highlight): Use renamed gnus faces.
15088         * gnus-group.el (gnus-group-highlight): Likewise.
15089
15090 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15091
15092         * gnus-sieve.el (gnus-sieve-article-add-rule):
15093         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15094         * spam-stat.el (spam-stat-buffer-change-to-spam)
15095         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15096
15097         * message.el (message-is-yours-p):
15098         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15099
15100 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * mm-view.el (mm-inline-text): Withdraw the last change.
15103
15104 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15107         executing enriched-decode.
15108
15109 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15112         charset of tar files.
15113
15114 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15115
15116         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15117
15118 2005-06-04  Lute Kamstra  <lute@gnu.org>
15119
15120         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15121         information is never recorded.
15122
15123 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15124
15125         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15126
15127 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * pop3.el (pop3-apop): Run md5 in the binary mode.
15130
15131         * starttls.el (starttls-set-process-query-on-exit-flag):
15132         Use eval-and-compile.
15133
15134 2005-05-31  Simon Josefsson  <jas@extundo.com>
15135
15136         * smime.el (smime-replace-in-string): Define.
15137         (smime-cert-by-ldap-1): Use it.
15138
15139 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * gnus-art.el (article-display-x-face): Replace
15142         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15143
15144         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15145         set-process-query-on-exit-flag or process-kill-without-query.
15146
15147         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15148         loop instead of replace-regexp.
15149
15150         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15151         instead of process-kill-without-query if it is available.
15152
15153         * lpath.el: Fbind ldap-search-entries.
15154
15155         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15156         instead of find-file-hooks if it is available.
15157
15158         * mml1991.el: Bind pgg-default-user-id when compiling.
15159
15160         * mml2015.el: Bind pgg-default-user-id when compiling.
15161
15162         * nndraft.el (nndraft-request-associate-buffer):
15163         Use write-contents-functions instead of write-contents-hooks if it is
15164         available.
15165
15166         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15167         instead of find-file-hooks if it is available.
15168
15169         * nntp.el (nntp-open-connection): Replace
15170         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15171         (nntp-open-ssl-stream): Ditto.
15172         (nntp-open-tls-stream): Ditto.
15173
15174         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15175         set-process-query-on-exit-flag or process-kill-without-query.
15176         (starttls-open-stream-gnutls): Use it instead of
15177         process-kill-without-query.
15178         (starttls-open-stream): Ditto.
15179
15180 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15181
15182         * smime.el (smime-cert-by-ldap-1): Don't use
15183         replace-regexp-in-string.
15184
15185 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15186
15187         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15188
15189         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15190         in PEM format.  Adjust to the XEmacs compability.
15191
15192 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15193
15194         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15195         by `string-to-number'.
15196         * gnus-agent.el (gnus-agent-regenerate-group)
15197         (gnus-agent-fetch-articles): Ditto.
15198         * gnus-art.el (gnus-button-fetch-group): Ditto.
15199         * gnus-cache.el (gnus-cache-generate-active)
15200         (gnus-cache-articles-in-group): Ditto.
15201         * gnus-group.el (gnus-group-set-current-level)
15202         (gnus-group-insert-group-line): Ditto.
15203         * gnus-score.el (gnus-score-set-expunge-below)
15204         (gnus-score-set-mark-below, gnus-summary-score-effect)
15205         (gnus-summary-score-entry): Ditto.
15206         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15207         (gnus-soup-pack): Ditto.
15208         * gnus-spec.el (gnus-xmas-format): Ditto.
15209         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15210         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15211         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15212         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15213         * nndb.el (nndb-get-remote-expire-response): Ditto.
15214         * nndiary.el (nndiary-parse-schedule-value)
15215         (nndiary-string-to-number, nndiary-request-replace-article)
15216         (nndiary-request-article): Ditto.
15217         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15218         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15219         * nneething.el (nneething-make-head): Ditto.
15220         * nnfolder.el (nnfolder-request-article)
15221         (nnfolder-retrieve-headers): Ditto.
15222         * nnheader.el (nnheader-file-to-number): Ditto.
15223         * nnkiboze.el (nnkiboze-request-article): Ditto.
15224         * nnmail.el (nnmail-process-unix-mail-format)
15225         (nnmail-process-babyl-mail-format): Ditto.
15226         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15227         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15228         (nnmh-request-create-group, nnmh-request-list-1)
15229         (nnmh-request-group, nnmh-request-article): Ditto.
15230         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15231         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15232         * nnsoup.el (nnsoup-make-active): Ditto.
15233         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15234         * nntp.el (nntp-find-group-and-number)
15235         (nntp-retrieve-headers-with-xover): Ditto.
15236         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15237         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15238         (pgg-format-key-identifier): Ditto.
15239         * pop3.el (pop3-last, pop3-stat): Ditto.
15240         * qp.el (quoted-printable-decode-region): Ditto.
15241
15242         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15243         of concat.
15244
15245 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15248
15249         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15250
15251         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15252
15253         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15254
15255         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15256
15257         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15258
15259         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15260         (gnus-carpal-mode): Ditto.
15261
15262         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15263         (gnus-browse-mode): Ditto.
15264
15265         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15266
15267         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15268
15269 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15270
15271         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15272
15273 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-util.el (gnus-run-mode-hooks): New function.
15276
15277         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15278
15279         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15280         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15281
15282 2005-05-27  Lute Kamstra  <lute@gnu.org>
15283
15284         * dns-mode.el (dns-mode): Specify customization group.
15285
15286 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15287
15288         * gnus-agent.el (gnus-agent-make-mode-line-string):
15289         Use mode-line-highlight as mouse-face.
15290
15291 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * canlock.el (canlock): Change the parent group to news.
15294
15295         * deuglify.el (gnus-outlook-deuglify): Add :group.
15296
15297         * dig.el (dig): Add :group.
15298
15299         * dns-mode.el (dns-mode): Add :group.
15300
15301         * encrypt.el (encrypt): Add :group.
15302
15303         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15304         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15305         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15306         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15307         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15308
15309         * gnus-diary.el (gnus-diary): Add :group.
15310
15311         * gnus.el (gnus-group-news-1-face): Add :group.
15312         (gnus-group-news-1-empty-face): Ditto.
15313         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15314         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15315         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15316         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15317         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15318         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15319         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15320         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15321         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15322         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15323         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15324         (gnus-summary-high-ticked-face): Ditto.
15325         (gnus-summary-low-ticked-face): Ditto.
15326         (gnus-summary-normal-ticked-face): Ditto.
15327         (gnus-summary-high-ancient-face): Ditto.
15328         (gnus-summary-low-ancient-face): Ditto.
15329         (gnus-summary-normal-ancient-face): Ditto.
15330         (gnus-summary-high-undownloaded-face): Ditto.
15331         (gnus-summary-low-undownloaded-face): Ditto.
15332         (gnus-summary-normal-undownloaded-face): Ditto.
15333         (gnus-summary-high-unread-face): Ditto.
15334         (gnus-summary-low-unread-face): Ditto.
15335         (gnus-summary-normal-unread-face): Ditto.
15336         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15337         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15338
15339         * hashcash.el (hashcash): New custom group.
15340         (hashcash-default-payment): Add :group.
15341         (hashcash-payment-alist): Ditto.
15342         (hashcash-default-accept-payment): Ditto.
15343         (hashcash-accept-resources): Ditto.
15344         (hashcash-path): Ditto.
15345         (hashcash-extra-generate-parameters): Ditto.
15346         (hashcash-double-spend-database): Ditto.
15347         (hashcash-in-news): Ditto.
15348
15349         * message.el (message-minibuffer-local-map): Add :group.
15350
15351         * netrc.el (netrc): Add :group.
15352
15353         * sieve-manage.el (sieve-manage-log): Add :group.
15354         (sieve-manage-default-user): Diito.
15355         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15356         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15357         (sieve-manage-authenticators): Ditto.
15358         (sieve-manage-authenticator-alist): Ditto.
15359         (sieve-manage-default-port): Ditto.
15360
15361         * sieve-mode.el (sieve-control-commands-face): Add :group.
15362         (sieve-action-commands-face): Ditto.
15363         (sieve-test-commands-face): Ditto.
15364         (sieve-tagged-arguments-face): Ditto.
15365
15366         * smime.el (smime): Add :group.
15367
15368         * spam-report.el (spam-report): Add :group.
15369
15370         * spam.el (spam, spam-face): Add :group.
15371
15372 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15373
15374         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15375         return \n.\n.\n at the end of articles.  Protect against that.
15376         (nntp-with-open-group): Allow debugging.
15377
15378         * nnheader.el (mail-header-set-extra): Make into a function
15379         because I just could't understand how to quote the list properly.
15380
15381         * dns.el (query-dns-cached): New function.
15382
15383 2005-05-26  Lute Kamstra  <lute@gnu.org>
15384
15385         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15386
15387 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15390
15391         * gnus-art.el: Don't autoload mail-extract-address-components.
15392
15393         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15394         eval-and-compile to evaluate it.
15395
15396         * hashcash.el: Don't autoload executable-find.
15397
15398         * nndb.el: Don't declare the nndb back end two or more times; don't
15399         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15400
15401         * nntp.el: Autoload format-spec instead of format; use
15402         eval-and-compile to evaluate autoload forms.
15403
15404 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15405
15406         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15407
15408 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15409
15410         * gnus.el (gnus-version-number): Bump version.
15411
15412 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15413
15414         * gnus.el: No Gnus v0.3 is released.
15415
15416 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15417
15418         * lpath.el (featurep): Bind show-nonbreak-escape.
15419
15420 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * gnus-art.el (gnus-article-edit-part): Disable undo.
15423
15424 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15427         gnus-article-date-lapsed-new-header is t if date timer is active;
15428         skip headers in which the original date value is empty.
15429         (gnus-article-save-original-date): Redefine it as a macro.
15430         (gnus-display-mime): Use it.
15431
15432 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * gnus-art.el (article-date-ut): Support converting date in
15435         forwarded parts as well.
15436         (gnus-article-save-original-date): New function.
15437         (gnus-display-mime): Use it.
15438
15439 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15440
15441         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15442         enclosure element of <item>.
15443
15444 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15445
15446         * message.el (message-kill-buffer-query): Rename from
15447         `message-kill-buffer-query-if-modified'.  Add :version.
15448
15449 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15450
15451         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15452         window layout.
15453
15454 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * mml.el: Autoload dnd when compiling.
15457
15458 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15461         x-dnd-*.
15462
15463 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * qp.el (quoted-printable-encode-region): Save excursion.
15466
15467 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15468
15469         * message.el (message-kill-buffer-query-if-modified): Add new variable
15470         so the user can kill a modified message buffer quickly.
15471         (message-kill-buffer): Use it.
15472
15473 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * lpath.el: Fbind display-time-event-handler; don't fbind
15476         string-to-multibyte.
15477
15478         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15479
15480 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15483         contained in text because xml.el decodes entities) with LFs.
15484
15485 2005-04-11  Lute Kamstra  <lute@gnu.org>
15486
15487         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15488         differently.
15489
15490 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15491
15492         * mm-util.el (mm-detect-coding-region): Typo.
15493
15494 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15497
15498 2005-04-06  Deepak Goel  <deego@gnufans.org>
15499
15500         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15501         user-function allow user modifications of the scores.
15502         (spam-stat-score-buffer-user): New function, to allow
15503         user-computed modifications to the score.
15504         (spam-stat-score-buffer-user-functions): List of additional
15505         scoring functions.
15506         (spam-stat-error-holder): Global temporary error holder.
15507         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15508         variable.
15509
15510 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15511
15512         * gnus-registry.el (gnus-registry-clean-empty-function)
15513         (gnus-registry-trim, gnus-registry-fetch-groups)
15514         (gnus-registry-delete-group): Groups that match
15515         `gnus-registry-ignored-groups' are removed from the registry
15516         entries, not just ignored for splitting.  This helps clean up the
15517         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15518         to get all the groups a message ID is in.
15519
15520         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15521         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15522         (spam-stat-score-buffer-user-functions): Add :number custom type.
15523
15524 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15527         argument in XEmacs.
15528
15529         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15530         (nnrss-request-group): Decode group name first.
15531         (nnrss-request-article): Make a text/plain article if mml-to-mime
15532         failed.
15533         (nnrss-get-encoding): Return a compatible encoding according to
15534         nnrss-compatible-encoding-alist.
15535         (nnrss-find-el): Use consp instead of listp.
15536         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15537
15538 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15541         which Emacs 20 doesn't support.
15542         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15543
15544 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15545
15546         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15547         silence the byte compiler inside the defun.
15548
15549         * gnus-demon.el (parse-time-string): Add autoload.
15550
15551         * gnus-delay.el (parse-time-string): Add autoload.
15552
15553         * gnus-art.el (parse-time-string): Add autoload.
15554
15555         * nnultimate.el (parse-time): Require for `parse-time-string'.
15556
15557 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15558
15559         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15560
15561         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15562
15563         * smime.el (smime-ldap-host-list): Add :version.
15564
15565 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15566
15567         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15568         pass it to `gnus-browse-read-group'.
15569         (gnus-browse-read-group): Add NUMBER argument and pass it to
15570         `gnus-group-read-ephemeral-group'.
15571
15572         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15573         argument and pass it to `gnus-group-read-group'.
15574
15575 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15576
15577         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15578         mm-xemacs-find-mime-charset-1 if we have the mule feature
15579         available at runtime.
15580
15581 2005-03-25  Werner Lemberg  <wl@gnu.org>
15582
15583         * nnmaildir.el: Replace `illegal' with `invalid'.
15584
15585 2005-03-23  Lute Kamstra  <lute@gnu.org>
15586
15587         * time-date.el: Add comment on time value formats.
15588         Don't require parse-time.
15589         (with-decoded-time-value): New macro.
15590         (encode-time-value): New function.
15591         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15592         (days-to-time): Return a valid time value when arg is huge.
15593         (time-since): Use time-subtract.
15594         (time-to-number-of-days): Use time-to-seconds.
15595
15596 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15597
15598         * gnus-start.el (gnus-display-time-event-handler):
15599         Check display-time-timer at runtime rather than only at load time
15600         in case display-time-mode is turned off in the mean time.
15601
15602 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15603
15604         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15605         used.
15606
15607         * nneething.el (nneething-map-file-directory): Derive from
15608         `gnus-directory'.
15609
15610         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15611         the To/Cc button.
15612
15613 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * nnmaildir.el (nnmaildir-request-accept-article):
15616         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15617
15618 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15619
15620         * gnus-async.el: Require timer-funcs at compile time when in
15621         XEmacs for `run-with-idle-timer'.
15622
15623 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15624
15625         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15626         autoloaded function.
15627
15628 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15629
15630         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15631
15632 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15633
15634         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15635
15636 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15637
15638         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15639         Add gnus-expert-user to default.
15640
15641 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15642
15643         * nnimap.el (nnimap-open-server): Ditto.
15644
15645         * imap.el (imap-authenticate): Fix typo.
15646
15647 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15648
15649         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15650         buffer (since IMAP server might return FETCH response out of
15651         order, and the nntp buffer must be sorted).
15652
15653 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15654
15655         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15656         comparison on string.
15657
15658         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15659         (gnus-agent-score): Rename category keywords to match gnus-cus.
15660         (gnus-agent-summary-fetch-series): Modify to protect against
15661         gnus-agent-summary-fetch-group clearing processable flags.
15662         (gnus-agent-synchronize-group-flags): Update live group buffer as
15663         synchronization may occur due to the user toggle the plugged
15664         status.
15665         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15666         successfully downloaded.
15667         (gnus-agent-expire-group-1): Avoid using markers when the overview
15668         is in ascending order; greatly improves performance.
15669         (gnus-agent-regenerate-group):
15670         Use gnus-agent-synchronize-group-flags to reset read status in both
15671         gnus and server.
15672         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15673
15674 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15675
15676         * message.el: Don't autoload former message-utils variables.
15677         (message-strip-subject-trailing-was): Change doc string.
15678
15679         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15680         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15681         (nnweb-google-search): Add "hl=en" here.
15682         (nnweb-google-parse-1, nnweb-google-create-mapping):
15683         Don't hardcode URL.
15684
15685 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15686
15687         * message.el (message-get-reply-headers, message-followup):
15688         Mention related variables `message-use-followup-to' and
15689         `message-use-mail-followup-to', in the information buffer.
15690
15691         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15692         of broken groups(-beta).google.com.
15693
15694 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15695
15696         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15697         parameter to invoked gnus-request-move-article; remove the
15698         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15699         all at once instead of once per article.
15700         (gnus-summary-remove-process-mark): Accept a list of articles as
15701         well as a single article for processing.
15702
15703         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15704         parameter.
15705
15706         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15707
15708         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15709
15710         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15711         parameter.
15712
15713         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15714         parameter.
15715
15716         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15717         parameter and remove the gnus-sum-hint-move-is-internal variable.
15718
15719         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15720         parameter.
15721
15722         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15723         parameter.
15724
15725         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15726         parameter.
15727
15728         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15729
15730         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15731         parameter.
15732
15733         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15734         parameter.
15735
15736 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15737
15738         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15739         a more conservative way.
15740
15741 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15742
15743         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15744         buffer, so it moves the window's cursor.
15745
15746 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15747
15748         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15749         `mm-dissect-multipart' and receive the from field as an (optional)
15750         argument from `mm-dissect-multipart'.
15751         (mm-dissect-multipart): Receive the from field as an argument and
15752         pass it on when we call `mm-dissect-buffer' on MIME parts.
15753         Fixes verification/decryption of signed/encrypted MIME parts.
15754
15755 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15756
15757         * gnus-sum.el (gnus-summary-move-article):
15758         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15759         whatever it calls (right now, only nnimap-request-move article
15760         respects it).
15761
15762         * nnimap.el (nnimap-request-move-article):
15763         When gnus-sum-hint-move-is-internal is set, don't do the extra
15764         nnimap-request-article.
15765
15766 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15767
15768         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15769
15770         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15771         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15772
15773         * gnus-sum.el (gnus-summary-caesar-message):
15774         Apply `gnus-treat-article' after rotation.
15775
15776         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15777         doc string.
15778
15779 2005-02-22  Simon Josefsson  <jas@extundo.com>
15780
15781         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15782         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15783         <arne@arnested.dk>.
15784         (encrypt): Add password-cache and password-cache-expiry as group
15785         members.
15786
15787 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15788
15789         * smime.el (smime-ldap-host-list): Doc fix.
15790         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15791         cache) password.
15792         (smime-sign-region): Use it.
15793         (smime-decrypt-region): Use it.
15794         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15795         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15796         fails.
15797         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15798         certificate from DER to PEM format rather than calling openssl.
15799
15800         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15801
15802         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15803         for signing/encryption.
15804
15805         * mml.el (mml-parse-1): Use them.
15806
15807 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15808
15809         * nnrss.el (nnrss-verbose): Remove.
15810         (nnrss-request-group): Use `nnheader-message' instead.
15811
15812 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15813
15814         * nnrss.el (nnrss-verbose): New variable.
15815         (nnrss-request-group): Make it say nnrss is requesting a group.
15816
15817 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15820         Handle news URL with given port correctly.
15821
15822 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15825         containing special characters.
15826
15827         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15828
15829         * mml.el (mime-to-mml): Ditto.
15830
15831         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15832         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15833         (rfc2047-decode-region): Quote decoded words containing special
15834         characters when rfc2047-quote-decoded-words-containing-tspecials
15835         is non-nil.
15836
15837 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15838
15839         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15840
15841         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15842
15843 2005-02-15  Simon Josefsson  <jas@extundo.com>
15844
15845         * nnimap.el (nnimap-debug): Doc fix.
15846
15847         * imap.el (imap-debug): Doc fix.
15848
15849 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15852
15853 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15854
15855         * gnus.el (spam-contents): Improve docs for spam-contents
15856         parameter in its variable incarnation.
15857
15858 2005-02-14  Simon Josefsson  <jas@extundo.com>
15859
15860         * smime-ldap.el: Use require instead of load-library for ldap.
15861         (smime-ldap-search): Indent.
15862         (smime-ldap-search-internal): Shorten line.
15863
15864         * smime.el (smime-cert-by-dns): Add doc-string.
15865         (smime-cert-by-ldap-1): Indent.
15866
15867         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15868         mml-smime-get-dns-ldap.
15869         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15870
15871 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15872
15873         * smime.el: Require smime-ldap.
15874         (smime-ldap-host-list): New variable.
15875         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15876
15877         * mml-smime.el (mml-smime-encrypt-query): New function.
15878         (mml-smime-encrypt-query): Use it.
15879
15880         * smime-ldap.el: New file.
15881
15882 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15885
15886 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15887
15888         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15889         argument in doc string.  Make query for type more clear.
15890
15891 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15892
15893         * gnus.el (gnus-group-startup-message): Search for gnus images in
15894         etc/images/gnus.
15895         * mm-util.el (mm-image-load-path): Likewise.
15896         * smiley.el (smiley-data-directory): Search for smilies in
15897         etc/images/smilies.
15898
15899 2005-02-09  Kim F. Storm  <storm@cua.dk>
15900
15901         Change Emacs release version from 21.4 to 22.1 throughout.
15902         Change Emacs development version from 21.3.50 to 22.0.50.
15903
15904 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15907
15908         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15909         non-Mule XEmacs as well.
15910         (mm-decompress-buffer): Signal an error intentionally if it does
15911         not decompress compressed data because auto-compression-mode is
15912         disabled.
15913
15914 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15915
15916         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15917         an ID in the registry even if it has no groups.
15918
15919 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15922         merge it into mm-decompress-buffer.
15923         (gnus-mime-copy-part): Use the MIME part charset, the value which
15924         a user specified or gnus-newsgroup-charset for decoding, like
15925         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15926         save-buffer what was used.  Suggested by Kevin Ryde
15927         <user42@zip.com.au>.
15928         (gnus-mime-inline-part): Allow the name parameter as well as the
15929         filename parameter; force decompressing of compressed data; always
15930         display contents being not decoded as unibyte.
15931
15932         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15933         as well as the filename parameter.
15934
15935         * mm-util.el (mm-decompress-buffer):
15936         Merge gnus-mime-jka-compr-maybe-uncompress.
15937         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15938         of compressed data.
15939
15940 2005-02-08  Simon Josefsson  <jas@extundo.com>
15941
15942         * imap.el (imap-log): Doc fix.
15943
15944 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15947         the coding cookies; decompress compressed parts.
15948
15949         * mml.el (mml-generate-mime-1): Add the charset parameter according
15950         to the value which a user specified manually or the coding cookie.
15951
15952         * mm-util.el (mm-string-to-multibyte): New function.
15953         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15954         (mm-coding-system-to-mime-charset): New function.
15955         (mm-decompress-buffer): New function.
15956         (mm-find-buffer-file-coding-system): New function.
15957
15958         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15959         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15960         parts.
15961
15962 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15963
15964         * mm-view.el (mm-display-inline-fontify): Decode a part according
15965         to the charset parameter.
15966
15967 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15970         prefix arg is neither nil nor a number, as info specifies.
15971
15972 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15973
15974         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15975         timestamps.
15976
15977 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15978
15979         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15980         groups error checking and notify user.
15981
15982 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15983
15984         * message.el (message-send-mail-function): Check existence of
15985         sendmail-program first before using default value
15986         `message-send-mail-with-sendmail'.  Otherwise use more generic
15987         `smtpmail-send-it'.
15988
15989 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15990
15991         * nntp.el (nntp-request-update-info): Always return nil.
15992
15993 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15994
15995         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15996
15997 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15998
15999         * message.el (message-beginning-of-line): Change the behavior when
16000         invoked between BOL and : so that it first moves backward.
16001
16002 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16005         article buffer when editing of the article is discarded.
16006         (gnus-article-prepare): Revert.
16007
16008 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16009
16010         * gnus-art.el (gnus-article-prepare):
16011         Remove message-strip-forbidden-properties from the local hook.
16012
16013 2005-01-27  Simon Josefsson  <jas@extundo.com>
16014
16015         * password.el (password-cache-add): Only start one timer per key.
16016         Reported by Derek Atkins <warlord@MIT.EDU>.
16017
16018 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16019
16020         * run-at-time.el: Remove.  It is no longer needed as
16021         timer-funcs.el in the xemacs-base package has a working version of
16022         `run-at-time'.
16023
16024         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16025
16026         * password.el: Require timer-funcs instead of run-at-time in
16027         XEmacs.
16028         Remove `password-run-at-time' macro.
16029         (password-cache-add): Use `run-at-time' instead of
16030         `password-run-at-time'.
16031
16032         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16033         Remove `nnheader-cancel-function-timers' alias,
16034         `cancel-function-timers' exists in XEmacs in timer-funcs.
16035
16036         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16037         for `run-with-idle-timer'.
16038
16039         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16040         for `run-at-time'.
16041
16042         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16043         for `with-timeout'.
16044
16045         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16046         the same as for XEmacs 21.4.
16047         No need to ignore `run-with-idle-timer', this function exists in
16048         XEmacs now in timer-funcs.el in the xemacs-base package.
16049         (dgnushack-compile): No need to delete
16050         run-at-time.el from the list of files to compile because it
16051         doesn't exist anymore.
16052
16053 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16056         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16057
16058 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16059
16060         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16061         sensitively.
16062
16063 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16064
16065         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16066
16067 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16070         which will be inserted according to the multibyteness of a buffer
16071         rather than the type of contents.  Suggested by ARISAWA Akihiro
16072         <ari@mbf.ocn.ne.jp>.
16073
16074         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16075         of string which old xml.el may return rather than a string.
16076
16077 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16080
16081 2005-01-16  Simon Josefsson  <jas@extundo.com>
16082
16083         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16084         idn/idna.el isn't available.
16085         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16086         <michael@waxrat.com>.
16087
16088         * hashcash.el: Remove non-FSF copyright header.
16089
16090         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16091         (hashcash-generate-payment): Use it.
16092         (hashcash-generate-payment-async): Use it.
16093
16094 2005-01-15  Simon Josefsson  <jas@extundo.com>
16095
16096         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16097         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16098
16099         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16100         gnus-summary-idna-message.
16101         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16102         (gnus-summary-idna-message): New function.
16103
16104 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16107         gnus-novice-user.
16108
16109 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * nnrss.el (nnrss-request-delete-group): Delete entries in
16112         nnrss-group-alist as well.
16113         (nnrss-save-server-data): Insert newline.
16114
16115 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16116
16117         * gnus.el (gnus-user-agent): Use list of symbols instead of
16118         symbols.  Display full version number for (S)XEmacs.
16119         Optionally display (S)XEmacs codename.
16120
16121         * gnus-util.el (gnus-emacs-version): Update for new
16122         `gnus-user-agent'.
16123
16124         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16125         Gnus version.
16126
16127 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16128
16129         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16130         which is unreadable in some setups.
16131
16132 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-spec.el (gnus-update-format-specifications): Flush the
16135         group format spec cache if it doesn't support decoded group names.
16136
16137 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16138
16139         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16140         Allow to apply decay on score files matching a regexp.
16141
16142 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16145         compatibility in %g and %c.
16146
16147 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16150         name for only %g and %c.
16151         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16152         of gnus-tmp-group to decoded group name.
16153         (gnus-group-make-rss-group): Exclude `/'s from group names.
16154
16155 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * nnrss.el (nnrss-get-encoding): Fix regexp.
16158
16159 2004-12-27  Simon Josefsson  <jas@extundo.com>
16160
16161         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16162         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16163         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16164
16165 2004-12-17  Kim F. Storm  <storm@cua.dk>
16166
16167         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16168
16169         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16170
16171 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16172
16173         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16174
16175 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16176
16177         * nnrss.el: Require rfc2047 and mml.
16178         (nnrss-file-coding-system): New variable.
16179         (nnrss-format-string): Redefine it as an inline function.
16180         (nnrss-decode-group-name): New function.
16181         (nnrss-string-as-multibyte): Remove.
16182         (nnrss-retrieve-headers): Decode group name; don't use
16183         nnrss-format-string.
16184         (nnrss-request-group): Decode group name.
16185         (nnrss-request-article): Decode group name; allow a Message-ID as
16186         well as an article number; don't use nnrss-format-string; encode a
16187         Message-ID string which may contain non-ASCII characters; use
16188         mml-to-mime to compose a MIME article.
16189         (nnrss-request-expire-articles): Decode group name.
16190         (nnrss-request-delete-group): Decode group name.
16191         (nnrss-fetch): Clarify error message.
16192         (nnrss-read-server-data): Use insert-file-contents instead of load;
16193         bind file-name-coding-system; use multibyte buffer.
16194         (nnrss-save-server-data): Bind coding-system-for-write to the
16195         value of nnrss-file-coding-system; bind file-name-coding-system;
16196         add coding cookie.
16197         (nnrss-read-group-data): Use insert-file-contents instead of load;
16198         bind file-name-coding-system; use multibyte buffer.
16199         (nnrss-save-group-data): Bind coding-system-for-write to the
16200         value of nnrss-file-coding-system; bind file-name-coding-system.
16201         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16202         make it work with non-ASCII text.
16203         (nnrss-find-el): Make it work with old xml.el as well.
16204
16205 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16206
16207         * nnrss.el (nnrss-get-encoding): New function.
16208         (nnrss-fetch): Use unibyte buffer initially; bind
16209         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16210         decode contents according to the encoding attribute.
16211         (nnrss-save-group-data): Add coding cookie.
16212         (nnrss-mime-encode-string): New function.
16213         (nnrss-check-group): Use it to encode subject and author.
16214
16215 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16216
16217         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16218         imaginary variable.
16219
16220 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16223         correctly even if there are wide characters.
16224
16225 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16226
16227         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16228         downcased symbol names; make a new cache instead of reusing
16229         bbdb-hashtable.
16230
16231 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16234         concatenating segments rather than before concatenating them.
16235         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16236
16237         * message.el (message-get-reply-headers): Bind `extra'.
16238
16239 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16240
16241         * message.el (message-extra-wide-headers): New variable.
16242         (message-get-reply-headers): Use it.
16243
16244 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16247         (gnus-agent-group-pathname): Ditto.
16248
16249         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16250
16251         * gnus-group.el (gnus-group-make-group): Decode group name.
16252         (gnus-group-make-rss-group): Register the group data after opening
16253         the nnrss group.
16254
16255 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16256
16257         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16258         by expiry now get marked as read.
16259
16260 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16263
16264 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16265
16266         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16267         unify Latin characters in XEmacs.
16268         (mm-find-mime-charset-region): Use it.
16269
16270 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * gnus-util.el (gnus-delete-directory): New function.
16273
16274         * gnus-agent.el (gnus-agent-delete-group): Use it.
16275
16276         * gnus-cache.el (gnus-cache-delete-group): Use it.
16277
16278 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16281         names.
16282
16283 2004-12-16  Simon Josefsson  <jas@extundo.com>
16284
16285         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16286
16287 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16290
16291         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16292         (gnus-group-set-current-level): Decode group name.
16293
16294 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16295
16296         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16297         failed.
16298
16299 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16300
16301         * gnus-group.el (gnus-group-delete-group): Decode group name.
16302         (gnus-group-make-rss-group): Encode group name.
16303         (gnus-group-catchup-current): Decode group name.
16304         (gnus-group-kill-group): Decode group name.
16305
16306 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16307
16308         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16309
16310 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * gnus-group.el (gnus-group-make-rss-group):
16313         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16314
16315         * gnus-start.el (gnus-setup-news): Honor user's setting to
16316         gnus-message-archive-method.  Suggested by Lute Kamstra
16317         <lute@gnu.org>.
16318
16319 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16320
16321         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16322         global counterparts of the buffer-local variables.
16323
16324 2004-11-16  Romain Francoise  <romain@orebokech.com>
16325
16326         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16327         counterparts of the buffer-local variables.
16328
16329 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16330
16331         * message.el (message-forbidden-properties): Fix typo in doc
16332         string.
16333
16334 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16335
16336         * gnus-util.el (gnus-replace-in-string): Add doc string.
16337
16338         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16339         to avoid problems when splitting mails with many recipients.
16340
16341 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16342
16343         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16344         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16345
16346 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16347
16348         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16349         if there is no hashtable in memory or file modification time is
16350         newer than cached timestamp.
16351
16352 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * gnus-sum.el (gnus-summary-limit-to-recipient):
16355         Implement not-matching option.
16356
16357 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16358
16359         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16360         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16361         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16362         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16363         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16364         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16365
16366 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * message.el (message-forward-make-body-mml): Remove headers
16369         according to message-forward-ignored-headers if a message is decoded.
16370
16371 2004-12-02  Romain Francoise  <romain@orebokech.com>
16372
16373         * message.el (message-forward-make-body-plain): Always remove
16374         headers according to message-forward-ignored-headers.
16375
16376 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16377
16378         * spam.el (spam-summary-prepare-exit): Remove the
16379         gnus-summary-limit pop for now, it has problems with ham marks for
16380         me.
16381
16382 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16383
16384         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16385         correctly.
16386
16387 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16388
16389         * format-spec.el (format-spec): Message the char.
16390
16391 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16392
16393         * gnus-art.el (gnus-split-methods): Reformat comments.
16394
16395         * spam.el (spam-summary-prepare-exit): Remove article limits
16396         before exiting the summary buffer.
16397
16398 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16399
16400         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16401         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16402
16403         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16404         order to silence the byte compiler.
16405
16406         * spam.el: Fix the way to silence the byte compiler, which
16407         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16408         bbdb-search-simple, spam-BBDB-register-routine,
16409         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16410         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16411         spam-stat-buffer-is-spam, spam-stat-load,
16412         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16413         spam-stat-save and spam-stat-split-fancy.
16414
16415 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16418         which may confuse users.
16419         (canlock-password-for-verify): Ditto.
16420
16421         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16422
16423         * gnus-art.el (gnus-emphasis-alist): Ditto.
16424
16425         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16426
16427         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16428
16429         * gnus-start.el (gnus-save-killed-list): Ditto.
16430
16431         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16432         (gnus-sum-thread-tree-root): Ditto.
16433         (gnus-sum-thread-tree-false-root): Ditto.
16434         (gnus-sum-thread-tree-single-indent): Ditto.
16435
16436         * message.el (message-courtesy-message): Ditto.
16437         (message-archive-note): Ditto.
16438         (message-subscribed-address-file): Ditto.
16439         (message-user-fqdn): Ditto.
16440
16441         * spam-report.el (spam-report-gmane-regex): Ditto.
16442
16443         * spam.el (spam-blackhole-good-server-regex): Ditto.
16444
16445 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * mml.el (mml-preview): Widen the message buffer before copying
16448         the contents to the preview buffer; sort headers before previewing.
16449
16450         * message.el (message-hidden-headers): Fix the way to avoid a bug
16451         in the `repeat' widget in Emacs 21.3 or earlier.
16452
16453 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * message.el (message-hidden-headers): Default to "^References:".
16456         Improve customization type.  Suggested by Reiner Steib
16457         <Reiner.Steib@gmx.de>.
16458
16459 2004-11-25  Romain Francoise  <romain@orebokech.com>
16460
16461         * message.el (message-strip-forbidden-properties): Remove check for
16462         obsolete `message-hidden' text property, hidden headers are not
16463         accessible in the buffer anymore.
16464
16465 2004-11-22  Romain Francoise  <romain@orebokech.com>
16466
16467         * message.el (message-header-format-alist): Add `From' in list
16468         so that it can be sorted.
16469         (message-fix-before-sending): Widen and sort headers before
16470         sending.
16471         (message-hide-headers): Use narrowing to hide headers by moving
16472         them to the top of the buffer and narrowing to the region
16473         underneath.
16474
16475 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16476
16477         * message.el (message-strip-forbidden-properties):
16478         Bind buffer-read-only (etc) to nil.
16479
16480 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16483         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16484
16485 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16486
16487         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16488
16489 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490
16491         * dns.el (query-dns): Use sit-for to time instead of
16492         accept-process-output, since that doesn't seem to work on udp
16493         sockets.
16494
16495 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16498
16499 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16500
16501         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16502         doc string.  Improve doc string.
16503
16504 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * nntp.el (nntp-request-update-info): Return nil if
16507         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16508         may not call gnus-activate-group which uselessly issues the GROUP
16509         commands for all nntp groups and wastes time.  Reported by Romain
16510         Francoise <romain@orebokech.com>.
16511
16512         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16513
16514 2004-11-15  Simon Josefsson  <jas@extundo.com>
16515
16516         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16517         headers separately.
16518         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16519         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16520
16521 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16522
16523         * gnus-start.el (gnus-convert-old-newsrc):
16524         Assign legacy-gnus-agent to 5.10.7.
16525
16526 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16527
16528         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16529         start of the lines.
16530
16531 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16532
16533         * hashcash.el (hashcash-default-payment): Change default to 20.
16534         (hashcash-default-accept-payment): Change default to 20.
16535         (hashcash-process-alist): New variable.
16536         (hashcash-generate-payment-async): Add.
16537         (hashcash-already-paid-p): Add.
16538         (hashcash-insert-payment): Don't generate payments twice.
16539         (hashcash-insert-payment-async): Add.
16540         (hashcash-insert-payment-async-2): Add.
16541         (hashcash-cancel-async): Add.
16542         (hashcash-wait-async): Add.
16543         (hashcash-processes-running-p): Add.
16544         (hashcash-wait-or-cancel): Add.
16545         (mail-add-payment): New optional argument.  Conditionally start
16546         asynchronous calculation.
16547         (mail-add-payment-async): Add.
16548
16549         * message.el (message-send-mail): Wait for asynchronous hashcash
16550         results.  Don't clobber existing X-Hashcash headers.
16551         (message-setup-1): Call mail-add-payment-async when
16552         message-generate-hashcash is non-nil.
16553
16554 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16555
16556         * message.el (message-use-alternative-email-as-from): Examine the
16557         From header as well; use message-make-from in order to include a
16558         user's full name.
16559
16560 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16563         default; improve customization type.
16564         (gnus-emphasis-custom-with-format): New macro.
16565         (gnus-emphasis-custom-value-to-external): New function.
16566         (gnus-emphasis-custom-value-to-internal): New function.
16567
16568 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16569
16570         * dns.el (query-dns): Resolve reverse addresses.
16571
16572 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16573
16574         * gnus-group.el (gnus-group-get-new-news): Use it.
16575
16576         * gnus-start.el (gnus-check-reasonable-setup): New function.
16577
16578 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16581         "Args out of range" error.  Reported by Arnaud Giersch
16582         <arnaud.giersch@free.fr>.
16583
16584 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16585
16586         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16587
16588 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16589
16590         * spam.el (spam group): Add :version.
16591
16592         * pgg-def.el (pgg group): Add :version.
16593
16594 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-art.el (gnus-article-edit-article): Don't associate the
16597         article buffer with a draft file.  This is a temporary measure
16598         against the 2004-08-22 change to gnus-article-edit-mode.
16599
16600 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16603         (html2text-format-tags): Remove unused variable `attr'.
16604
16605 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16606
16607         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16608
16609         * tls.el (tls-process-connection-type, tls-success)
16610         (tls-certtool-program): Add :version.
16611
16612         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16613         (starttls-extra-arguments, starttls-process-connection-type)
16614         (starttls-connect, starttls-failure, starttls-success): Add :version.
16615
16616         * spam-stat.el (spam-stat): Add :version.
16617
16618         * sieve.el (sieve): Add :version.
16619
16620         * sha1.el (sha1): Add :version.
16621         (sha1-use-external): Remove redundant version.
16622
16623         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16624         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16625         (nnmail-split-fancy-match-partial-words)
16626         (nnmail-split-lowercase-expanded): Add :version.
16627
16628         * nndiary.el (nndiary): Add :version.
16629
16630         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16631
16632         * mml-sec.el (mml-default-sign-method)
16633         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16634         Add :version.
16635
16636         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16637
16638         * mm-url.el (mm-url-use-external, mm-url-program)
16639         (mm-url-arguments): Add :version.
16640
16641         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16642         (mm-attachment-file-modes, mm-decrypt-option)
16643         (mm-w3m-safe-url-regexp): Add :version.
16644
16645         * message.el (message-cite-prefix-regexp)
16646         (message-sendmail-envelope-from, message-minibuffer-local-map)
16647         (message-user-fqdn, message-completion-alist): Add :version.
16648
16649         * gnus-win.el (gnus-configure-windows-hook)
16650         (gnus-use-frames-on-any-display): Add :version.
16651
16652         * gnus-art.el (gnus-article-address-banner-alist)
16653         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16654         (gnus-treat-from-picon, gnus-treat-mail-picon)
16655         (gnus-treat-x-pgp-sig): Add :version.
16656
16657         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16658         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16659         (gnus-summary-article-delete-hook)
16660         (gnus-summary-display-while-building): Add :version.
16661
16662         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16663         (gnus-get-top-new-news-hook): Add :version.
16664
16665         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16666         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16667
16668         * gnus-registry.el (gnus-registry): Add :version.
16669
16670         * gnus-spec.el (gnus-use-correct-string-widths)
16671         (gnus-make-format-preserve-properties): Add :version.
16672
16673         * gnus.el (gnus-group-charter-alist)
16674         (gnus-group-fetch-control-use-browse-url)
16675         (gnus-install-group-spam-parameters): Add :version.
16676
16677         * gnus-diary.el (gnus-diary): Add :version.
16678
16679         * gnus-delay.el (gnus-delay): Add :version.
16680
16681         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16682         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16683         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16684         Add :version.
16685
16686         * gnus-agent.el (gnus-agent-max-fetch-size)
16687         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16688         (gnus-agent-prompt-send-queue): Add :version.
16689
16690         * deuglify.el (gnus-outlook-deuglify): Add :version.
16691
16692         * html2text.el: Beautify code.  Improve doc strings.
16693         Some checkdoc cleanup.
16694         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16695
16696 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16697
16698         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16699
16700 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16701
16702         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16703         when package is loaded.
16704
16705         * spam.el (spam-summary-score-preferred-header): Add global preference
16706         for people who want to override the default SpamAssassin over
16707         Bogofilter preference (when both are set).
16708         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16709         (spam-user-format-function-S):
16710         Check spam-summary-score-preferred-header.
16711         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16712         (spam-user-format-function-S): Format the score correctly.
16713
16714 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16717         signature file.  Suggested by Manoj Srivastava
16718         <srivasta@golden-gryphon.com>.
16719
16720         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16721         iso-2022-jp even in the Japanese language environment.
16722         Suggested by Jason Rumney <jasonr@gnu.org>.
16723
16724 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16727         use the same characters as the dummy marks; make it free from
16728         getting affected by the language environment.
16729         (gnus-summary-read-group-1): Update mark positions only when the
16730         format spec is updated.
16731
16732         * gnus-spec.el (gnus-update-format-specifications): Return a list
16733         of updated types.
16734
16735 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16738         of boundp to check if display-warning is available.
16739
16740 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16741
16742         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16743
16744 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * nnspool.el (nnspool-spool-directory): Use news-path if the
16747         news-directory variable is not bound.
16748
16749         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16750         function instead of display-warning if it is not available.
16751
16752 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16753
16754         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16755         v5-10: Use `point-at-bol'.
16756
16757 2004-10-26  Simon Josefsson  <jas@extundo.com>
16758
16759         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16760         <chenggao@gmail.com>.
16761
16762 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16763
16764         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16765         instead.
16766
16767 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16768
16769         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16770         to remove a server from the nnimap-server-buffer-alist.
16771         (nnimap-open-connection, nnimap-close-server): Use it.
16772
16773         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16774
16775 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16776
16777         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16778         running the major-mode function.
16779
16780 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16783         dummy marks in the right way.
16784
16785 2004-10-18  David Edmondson  <dme@dme.org>
16786
16787         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16788         excessively.
16789
16790 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16791
16792         * gnus-util.el (gnus-split-references): Accept a nil references
16793         string and go on blissfully.
16794
16795         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16796         cases where the references string is non-nil but has no references.
16797
16798         * encrypt.el: Add autoload tags.
16799
16800         * spam.el (spam-resolve-registrations-routine): Remove article
16801         from unregistration list too.  Reported by David Hanak
16802         <dhanak@isis.vanderbilt.edu>
16803
16804 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16805
16806         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16807         nil.  Change custom type.
16808
16809 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16812
16813         * gnus-sum.el (gnus-summary-move-article): Use it.
16814
16815 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16816
16817         * encrypt.el: Add autoload cookies.
16818
16819         * spam.el (spam-backend-article-list-property)
16820         (spam-backend-get-article-todo-list)
16821         (spam-backend-put-article-todo-list)
16822         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16823         Resolve registrations separately.
16824         (spam-register-routine): Format comments.
16825         (spam-unregister-routine, spam-register-routine): Always call with
16826         specific-articles, no default list.
16827         (spam-summary-prepare-exit): Use the spam-classifications function.
16828
16829         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16830         gnus-encrypt.el.
16831
16832         * encrypt.el: Copied from gnus-encrypt.el.
16833
16834         * gnus-encrypt.el: Commented that it's obsolete.
16835
16836 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16837
16838         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16839         (gnus-score-save): Use it.
16840
16841         * message.el (message-bury): Use `window-dedicated-p'.
16842
16843 2004-10-15  Simon Josefsson  <jas@extundo.com>
16844
16845         * pop3.el (top-level): Don't require nnheader.
16846         (pop3-read-timeout): Add.
16847         (pop3-accept-process-output): Add.
16848         (pop3-read-response, pop3-retr): Use it.
16849
16850 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16851
16852         * spam.el (spam-register-routine): Move comment.
16853         (spam-verify-bogofilter): Use 'unknown for the initial
16854         spam-bogofilter-valid state, not 'never.
16855
16856         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16857         for netrc-machine.
16858
16859         * nnimap.el (nnimap-open-connection):
16860         Use netrc-machine-user-or-password.
16861
16862 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16863
16864         * gnus-registry.el (gnus-registry-unload-hook):
16865         Set as a variable with add-hook.
16866
16867         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16868         of news-path.
16869
16870         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16871
16872         * spam.el: Delete duplicate `provide'.
16873         (spam-unload-hook): Set as a variable with add-hook.
16874
16875 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16876
16877         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16878         in the doc string.
16879
16880         * message.el (message-ignored-news-headers)
16881         (message-ignored-supersedes-headers)
16882         (message-ignored-resent-headers)
16883         (message-forward-ignored-headers): Improve custom type.
16884
16885 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * message.el (message-tokenize-header): Fix 2004-09-06 change
16888         which used point-min in the wrong place.
16889
16890 2004-10-12  Simon Josefsson  <jas@extundo.com>
16891
16892         * tls.el (tls-certtool-program): New variable.
16893         (tls-certificate-information): New function, based on
16894         ssl-certificate-information.
16895
16896 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * compface.el: Move the version of ELisp-based uncompface program
16899         to the contrib directory because of the copyright problem.
16900
16901 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16902
16903         * message.el (message-kill-buffer): Raise the current frame.
16904
16905 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16906
16907         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16908
16909         * gnus.el (message-y-or-n-p): Autoload.
16910
16911         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16912         (pop3-password-required, pop3-authentication-scheme)
16913         (pop3-leave-mail-on-server): Make customizable.
16914         (pop3): New custom group.
16915         (pop3-retr): Remove `sleep-for' statements.
16916         Suggested by Dave Love <fx@gnu.org>.
16917
16918         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16919         Windows/DOS.
16920
16921         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16922         (imap-parse-body): Fix incorrect use of `assert'.
16923         Suggested by Dave Love <fx@gnu.org>.
16924
16925         * mml.el (mml-minibuffer-read-disposition): Require match.
16926         Suggested by Dave Love <fx@gnu.org>.
16927
16928 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16931         doc string.
16932
16933 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16936
16937 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16938
16939         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16940         instead of calling `mm-insert-inline', to decode text/* parts
16941         before displaying them.
16942
16943 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * mm-uu.el (mm-uu-text-plain-type): New variable.
16946         (mm-uu-pgp-signed-extract-1): Use it.
16947         (mm-uu-pgp-encrypted-extract-1): Use it.
16948         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16949         bind mm-uu-text-plain-type with that value.
16950         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16951         mm-uu-dissect.
16952
16953 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * gnus-group.el (gnus-update-group-mark-positions):
16956         * gnus-sum.el (gnus-update-summary-mark-positions):
16957         * message.el (message-check-news-body-syntax):
16958         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16959         of string-as-multibyte.
16960
16961 2004-10-05  Juri Linkov  <juri@jurta.org>
16962
16963         * gnus-group.el (gnus-update-group-mark-positions):
16964         * gnus-sum.el (gnus-update-summary-mark-positions):
16965         * message.el (message-check-news-body-syntax):
16966         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16967         8-bit unibyte values to a multibyte string for search functions.
16968
16969 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16970
16971         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16972         (mm-uu-dissect-text-parts): New function.
16973
16974         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16975         dissect text parts.
16976
16977         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16978         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16979
16980         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16981
16982         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16983         Use gnus-current-topics instead of gnus-current-topic.
16984
16985 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16986
16987         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16988
16989 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16990
16991         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16992         where approriate.
16993
16994         * nnml.el (nnml-generate-active-info): do.
16995
16996         * nndiary.el (nndiary-generate-active-info): do.
16997
16998         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16999         (gnus-topic-move): do.
17000
17001         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17002         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17003
17004         * gnus-srvr.el (gnus-server-prepare)
17005         (gnus-server-open-all-servers): do.
17006
17007         * gnus-msg.el (gnus-summary-cancel-article)
17008         (gnus-summary-resend-message)
17009         (gnus-summary-mail-crosspost-complaint): do.
17010
17011         * gnus-move.el (gnus-change-server): do.
17012
17013         * gnus-group.el (gnus-group-unmark-all-groups)
17014         (gnus-group-set-current-level): do.
17015
17016 2004-10-04  Simon Josefsson  <jas@extundo.com>
17017
17018         * message.el (message-generate-hashcash): Doc fix.
17019
17020 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17021
17022         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17023         avoid infinite recursion via gnus-get-function.
17024
17025 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17026
17027         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17028
17029         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17030
17031         * nnmail.el (nnmail-split-history): do.
17032
17033         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17034         (nnml-request-delete-group): do.
17035
17036         * nnslashdot.el (nnslashdot-read-groups): do.
17037
17038         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17039         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17040
17041         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17042         (nnspool-sift-nov-with-sed): Use last.
17043         (nnspool-retrieve-headers-with-nov): Use mapc.
17044         (nnspool-request-newgroups): Use dolist.
17045         (nnspool-request-group): Use last.
17046
17047         * nntp.el (nntp-read-server-type): Use dolist.
17048
17049         * nnvirtual.el (nnvirtual-create-mapping)
17050         (nnvirtual-update-read-and-marked): Use dolist.
17051         (nnvirtual-convert-headers): Simplify.
17052
17053 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17054
17055         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17056         Add support for sync'ing tick marks.
17057
17058 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17061         there's no visible header.
17062
17063 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17064
17065         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17066         When necessary, pass full group name to gnus-request-set-marks.
17067
17068 2004-10-01  Simon Josefsson  <jas@extundo.com>
17069
17070         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17071         acroread.
17072
17073 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17074
17075         * spam-report.el (spam-report-gmane): Fix interactive.
17076
17077         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17078
17079         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17080         when writing file.
17081         (gnus-agent-synchronize-flags): Don't default to being
17082         interactive.
17083
17084 2004-09-30  Simon Josefsson  <jas@extundo.com>
17085
17086         * message.el (message-generate-hashcash): Add.
17087         (message-send-mail): Use it, call mail-add-payment.
17088
17089 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17090
17091         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17092
17093 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17094
17095         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17096         gnus-requst-update-info with explicit code to sync the in-memory
17097         info read flags with the marks being sync'd to the backend.
17098
17099         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17100
17101 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17102
17103         * spam.el (spam-verify-bogofilter): Add new function.
17104         (spam-check-bogofilter)
17105         (spam-bogofilter-register-with-bogofilter): Use it.
17106         (spam-verify-bogofilter): Add small fixes.
17107
17108 2004-09-28  Simon Josefsson  <jas@extundo.com>
17109
17110         * hashcash.el (hashcash-generate-payment): Revert.
17111
17112 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17113
17114         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17115         Use gnus-extract-references instead of gnus-split-references.
17116
17117         * gnus-util.el (gnus-extract-references): Add new function, analogous
17118         to gnus-split-references but extracts only the message-ID without
17119         anything extra.
17120
17121         * hashcash.el (hashcash-generate-payment)
17122         (hashcash-check-payment): Do the right thing if hashcash-path is
17123         nil (because the hashcash program could not be found).
17124
17125         * spam.el (spam-use-hashcash): Remove comment.
17126
17127 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17128
17129         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17130         (gnus-cache-enter-article, gnus-cache-remove-article)
17131         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17132
17133         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17134
17135         * gnus-art.el (article-hide-boring-headers)
17136         (article-translate-strings, article-display-face)
17137         (gnus-article-mime-match-handle-first)
17138         (gnus-article-highlight-headers)
17139         (gnus-article-add-buttons-to-head): do.
17140
17141 2004-09-27  Simon Josefsson  <jas@extundo.com>
17142
17143         * hashcash.el: New version, from
17144         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17145         ../contrib/.
17146
17147 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17148
17149         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17150
17151 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17152
17153         * gnus-dup.el (gnus-dup-open): Use mapc.
17154         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17155
17156         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17157         Reported by Stefan Wiens <s.wi@gmx.net>.
17158
17159         * gnus.el (gnus-shutdown): Use dolist.
17160
17161         * gnus-undo.el (gnus-undo): Use mapc.
17162
17163         * nnrss.el (nnrss-generate-active): do.
17164
17165         * message.el (message-cite-original-without-signature)
17166         (message-cite-original): Use mapc.
17167         (message-do-actions, message-make-forward-subject): Use dolist.
17168
17169 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17170
17171         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17172         deletion to remove entire duplicate line.  Fixes merged article
17173         number bug.
17174
17175 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17176
17177         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17178         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17179         first ask if you want to open a server and then, even when you
17180         responded with no, asking if you want to synchronize the server's
17181         flags.
17182         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17183         multi-line expressions.
17184         (gnus-agent-synchronize-group-flags): New internal function.
17185         Updates marks in memory (in the info structure) AND in the
17186         backend.
17187
17188         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17189
17190         * nnagent.el (nnagent-request-set-mark):
17191         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17192         method, to ensure that synchronization updates marks in the
17193         backend and in the info (in memory) structure.
17194
17195 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17196
17197         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17198         convention fully; don't miss the root article of a thread; make
17199         the X-Draft-From header with correct article numbers.
17200
17201 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17202
17203         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17204         unless plugged.  Disable the agent so that an open failure causes
17205         an error.
17206
17207         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17208         Revert 2004-09-21 change.  The backend must be opened while
17209         synchronizing flags even when the backend stores the flags
17210         locally.
17211
17212 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17213
17214         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17215         in `header' match.  Reported by Svend Tollak Munkejord.
17216
17217         * message.el (message-cite-original): Fix use of
17218         `message-cite-articles-with-x-no-archive'.
17219
17220 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17223         (gnus-window-to-buffer): Ditto.
17224
17225         * mml.el (mml-preview-buffer): New variable.
17226         (mml-preview): Manage window layout with gnus-buffer-configuration.
17227
17228         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17229         X-Draft-From header even if those articles aren't quoted.
17230
17231 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17232
17233         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17234         (gnus-request-set-mark, gnus-request-update-mark): Use new
17235         g-s-t-u-l-m to decide to use backend even when unplugged.
17236
17237 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17240         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17241
17242 2004-09-20  Simon Josefsson  <jas@extundo.com>
17243
17244         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17245         "utf-16-le".
17246
17247 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17248
17249         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17250
17251 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17252
17253         * uudecode.el (uudecode-use-external): Add :version.
17254
17255         * smime.el (smime-CA-file, smime-encrypt-cipher)
17256         (smime-dns-server): Add :version.
17257
17258         * smiley.el (gnus-smiley-file-types): Add :version.
17259
17260         * sha1.el (sha1-use-external): Add :version.
17261
17262         * pgg-def.el (pgg-query-keyserver): Add :version.
17263
17264         * nnmail.el (nnmail-fancy-expiry-targets)
17265         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17266         Add :version.
17267
17268         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17269         (nnimap-retrieve-groups-asynchronous): Add :version.
17270         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17271
17272         * mml.el (mml-content-disposition-parameters)
17273         (mml-insert-mime-headers-always): Add :version.
17274
17275         * mm-util.el (mm-coding-system-priorities): Add :version.
17276
17277         * mm-decode.el (mm-inline-text-html-with-images)
17278         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17279         (mm-verify-option): Add :version.
17280         (mm-text-html-renderer): Change :version.
17281
17282         * message.el (message-fcc-externalize-attachments)
17283         (message-required-headers, message-draft-headers)
17284         (message-subject-trailing-was-query)
17285         (message-subject-trailing-was-ask-regexp)
17286         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17287         (message-mark-insert-end, message-archive-header)
17288         (message-archive-note, message-cross-post-default)
17289         (message-cross-post-note, message-followup-to-note)
17290         (message-cross-post-note-function, message-use-mail-followup-to)
17291         (message-subscribed-address-functions)
17292         (message-subscribed-address-file, message-subscribed-addresses)
17293         (message-subscribed-regexps, message-allow-no-recipients)
17294         (message-yank-cited-prefix, message-signature-insert-empty-line)
17295         (message-hidden-headers, message-hierarchical-addresses)
17296         (message-mail-user-agent, message-use-idna)
17297         (message-valid-fqdn-regexp)
17298         (message-strip-special-text-properties, message-header-synonyms)
17299         (message-beginning-of-line, message-tab-body-function): Add :version.
17300         (message-insert-canlock, message-wide-reply-confirm-recipients):
17301         Change :version.
17302
17303         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17304         and :version.
17305         (mail-source-delete-old-incoming-confirm)
17306         (mail-source-movemail-program): Add :version.
17307
17308         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17309         (gnus-agent-cache, gnus-agent): Change :version.
17310
17311         * gnus-util.el (gnus-use-byte-compile): Change :version.
17312
17313         * gnus-sum.el (gnus-summary-make-false-root-always)
17314         (gnus-summary-default-high-score)
17315         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17316         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17317         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17318         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17319         (gnus-sum-thread-tree-single-indent)
17320         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17321         (gnus-sum-thread-tree-leaf-with-other)
17322         (gnus-sum-thread-tree-single-leaf): Add :version.
17323         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17324         (gnus-article-loose-mime): Change :version.
17325
17326         * gnus-start.el (gnus-backup-startup-file)
17327         (gnus-save-startup-file-via-temp-buffer): Add :version.
17328
17329         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17330         (gnus-server-offline-face): Add :version.
17331
17332         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17333
17334         * gnus-msg.el (gnus-gcc-externalize-attachments)
17335         (gnus-debug-files, gnus-debug-exclude-variables)
17336         (gnus-discouraged-post-methods): Change :version.
17337         (gnus-confirm-mail-reply-to-news)
17338         (gnus-confirm-treat-mail-like-news): Add :version.
17339
17340         * gnus-int.el (gnus-server-unopen-status): Add :version.
17341
17342         * gnus-group.el (gnus-group-jump-to-group-prompt)
17343         (gnus-large-ephemeral-newsgroup)
17344         (gnus-fetch-old-ephemeral-headers): Add :version.
17345
17346         * gnus-fun.el (gnus-x-face-directory)
17347         (gnus-convert-pbm-to-x-face-command)
17348         (gnus-convert-image-to-x-face-command)
17349         (gnus-convert-image-to-face-command): Add :version.
17350
17351         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17352
17353         * gnus-cite.el (gnus-cite-blank-line-after-header)
17354         (gnus-article-boring-faces): Add :version.
17355
17356         * gnus-art.el (gnus-buttonized-mime-types)
17357         (gnus-inhibit-mime-unbuttonizing)
17358         (gnus-treat-display-face)
17359         (gnus-treat-body-boundary): Change :version.
17360         (gnus-body-boundary-delimiter, gnus-picon-databases)
17361         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17362         (gnus-treat-date-english, gnus-treat-fold-headers)
17363         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17364         (gnus-treat-mail-picon, gnus-treat-wash-html)
17365         (gnus-article-encrypt-protocol)
17366         (gnus-use-idna, gnus-article-over-scroll)
17367         (gnus-mime-display-multipart-alternative-as-mixed)
17368         (gnus-mime-display-multipart-related-as-mixed)
17369         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17370         (gnus-ctan-url, gnus-button-ctan-handler)
17371         (gnus-button-handle-ctan-bogus-regexp)
17372         (gnus-button-ctan-directory-regexp)
17373         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17374         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17375         (gnus-button-man-level, gnus-button-emacs-level)
17376         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17377
17378         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17379         (gnus-agent-go-online): Change :version.
17380         (gnus-agent-expire-unagentized-dirs)
17381         (gnus-agent-auto-agentize-methods): Add :version.
17382
17383         * flow-fill.el (fill-flowed-display-column)
17384         (fill-flowed-encode-column): Add :version.
17385
17386         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17387         (gnus-outlook-deuglify-unwrap-max)
17388         (gnus-outlook-deuglify-cite-marks)
17389         (gnus-outlook-deuglify-unwrap-stop-chars)
17390         (gnus-outlook-deuglify-no-wrap-chars)
17391         (gnus-outlook-deuglify-attrib-cut-regexp)
17392         (gnus-outlook-deuglify-attrib-verb-regexp)
17393         (gnus-outlook-deuglify-attrib-end-regexp)
17394         (gnus-outlook-display-hook): Add :version.
17395
17396         * binhex.el (binhex-use-external): Add :version.
17397
17398 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17399
17400         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17401         and `invisible'.
17402
17403 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17404
17405         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17406         in gnus-registry-trim.
17407
17408 2004-09-13  Simon Josefsson  <jas@extundo.com>
17409
17410         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17411
17412         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17413
17414         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17415         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17416         <yamaoka@jpl.org>.
17417         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17418         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17419         <yamaoka@jpl.org>.
17420
17421         * sieve.el (sieve-manage-mode): Ditto.
17422
17423 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17424
17425         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17426
17427 2004-09-11  Simon Josefsson  <jas@extundo.com>
17428
17429         * dns-mode.el: Add.
17430
17431         * mm-view.el (mm-display-dns-inline): Add.
17432
17433         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17434         (mm-automatic-display): Ditto.
17435
17436         * mailcap.el (mailcap-mime-data): Add text/dns.
17437         (mailcap-mime-extensions): Map .soa to text/dns.
17438
17439 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17440
17441         * gnus-art.el (article-decode-mime-words, article-babel)
17442         (gnus-article-highlight-signature, gnus-article-add-buttons)
17443         (gnus-signature-toggle): Remove unnecessary bindings of
17444         `inhibit-read-only' inherited from v5.10 merge.
17445
17446 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17447
17448         * nntp.el (nntp): New customization group.
17449         (nntp-authinfo-file): Add customization group.
17450
17451         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17452
17453         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17454
17455         * gnus.el (to-address, to-list, subscribed)
17456         (large-newsgroup-initial): Ditto.
17457
17458         * flow-fill.el (fill-flowed-display-column)
17459         (fill-flowed-encode-column): Ditto.
17460
17461 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17462
17463         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17464         Use point-min rather than 1.
17465         (message-send-mail): Use buffer-size rather than point-max.
17466
17467         * gnus-sum.el (gnus-summary-search-article-forward):
17468         Signal a specific `search-failed' rather than a generic `error'.
17469
17470         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17471         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17472         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17473
17474 2004-09-10  Simon Josefsson  <jas@extundo.com>
17475
17476         * nndb.el (require): Remove tcp and duplicate cl.
17477
17478 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-agent.el (directory-files-and-attributes): Move forward.
17481
17482 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17483
17484         * gnus-agent.el (directory-files-and-attributes):
17485         Optionally defined to support XEmacs.
17486
17487 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17488
17489         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17490         to avoid run-time CL dependencies.
17491         (gnus-agent-unfetch-articles): New function.
17492         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17493         article numbers even when local .overview file is missing.
17494         (gnus-agent-read-article-number): New function.  Only accepts
17495         27-bit article numbers.
17496         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17497         Use gnus-agent-read-article-number.
17498         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17499         from backend while recognizing that article numbers in .overview
17500         must be valid.
17501         (gnus-agent-update-files-total-fetched-for):
17502         Use directory-files-and-attributes to improve performance.
17503         * gnus-int.el (gnus-request-move-article):
17504         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17505         improve performance.
17506
17507         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17508         some users confused by references to .newsrc when they only have a
17509         .newsrc.eld file.
17510         (gnus-convert-mark-converter-prompt)
17511         (gnus-convert-converter-needs-prompt): Fix use of property list.
17512         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17513         New function.  Used internally to only display 'gnus converting
17514         files' message when actually necessary.
17515
17516         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17517         methods now autoloaded.
17518
17519 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17522         identifiers.
17523
17524 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17525
17526         * gnus-picon.el: Fix indentation and closing parenthesis.
17527
17528 2004-09-01  Simon Josefsson  <jas@extundo.com>
17529
17530         * message.el (message-canlock-generate): Require sha1, not
17531         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17532         to require within a function.  Sadly, if sha1.el isn't loaded, the
17533         let binding in m-c-g will hide the defcustom definition, which is
17534         bad.)
17535
17536         * canlock.el: Require sha1, not sha1-el.
17537
17538         * message.el: Don't autoload sha1 (there is a autoload cookie in
17539         sha1.el).
17540
17541         * sha1-el.el: Rename to sha1.el.
17542
17543 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17544
17545         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17546
17547 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17548
17549         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17550
17551 2004-08-30  Kim F. Storm  <storm@cua.dk>
17552
17553         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17554
17555         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17556         Add :group 'nnimap.
17557
17558 2004-08-30  Andreas Schwab  <schwab@suse.de>
17559
17560         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17561         ?* and ?\;.
17562
17563         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17564         and ?\' to symbol instead of whitespace.
17565
17566 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17569
17570         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17571         instead of re-search-forward.
17572
17573         * gnus-uu.el (gnus-uu-save-article): Ditto.
17574         (gnus-uu-post-encode-uuencode): Ditto.
17575
17576         * html2text.el (html2text-clean-list-items): Ditto.
17577         (html2text-clean-dtdd): Ditto.
17578         (html2text-format-tags): Ditto.
17579
17580         * message.el (message-send-mail-with-sendmail): Fix regexp.
17581         (message-fill-field-general): Use search-forward instead of
17582         re-search-forward.
17583         (unbold-region): Ditto.
17584
17585         * nnrss.el (nnrss-request-article): Ditto.
17586
17587         * nnslashdot.el (nnslashdot-request-article): Ditto.
17588
17589         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17590
17591         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17592         "Unrecognized menu descriptor" error in XEmacs.
17593
17594 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17595
17596         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17597         parent article of a sparse article in the thread hashtb.
17598
17599 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17600
17601         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17602         (nnmail-expand-newtext): Lowercase expanded entries if
17603         nnmail-split-lowercase-expanded is non-nil.
17604
17605 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17608
17609         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17610         of gnus-tmp-news-method into string under XEmacs.  It will be
17611         passed to gnus-correct-length which takes only a string argument.
17612
17613 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * gnus-util.el (gnus-bind-print-variables): New macro.
17616         (gnus-prin1): Use it.
17617         (gnus-prin1-to-string): Use it.
17618         (gnus-pp): New function.
17619         (gnus-pp-to-string): New function.
17620
17621         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17622         Replace pp-to-string with gnus-pp-to-string.
17623         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17624         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17625         * gnus-msg.el (gnus-debug): Ditto.
17626         * gnus-score.el (gnus-score-save): Ditto.
17627         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17628         gnus-pp-to-string.
17629         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17630         with gnus-pp.
17631         * score-mode.el (gnus-score-pretty-print): Ditto.
17632         * webmail.el (webmail-debug): Ditto.
17633
17634 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * gnus-art.el (article-display-face, article-display-x-face):
17637         Use buffer-read-only.
17638
17639 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17640
17641         * gnus-art.el (article-hide-list-identifiers):
17642         Bind inhibit-read-only as t.
17643
17644 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17645
17646         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17647
17648 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17649
17650         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17651         (gnus-narrow-to-page): Don't assume point-min == 1.
17652         (gnus-article-edit-mode): Derive from message-mode.
17653
17654         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17655         point-min == 1.
17656
17657         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17658         Disable incorrect use of `assert'.
17659
17660         * message.el (message-mode): Set comment-start-skip.
17661
17662
17663 2004-08-22  Sam Steingold  <sds@gnu.org>
17664
17665         * pop3.el (pop3-leave-mail-on-server): New user variable.
17666         (pop3-movemail): Delete mail only when it is nil.
17667
17668 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17669
17670         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17671
17672         * mml.el (mml-preview): Use `pop-to-buffer'.
17673
17674         * message.el (message-goto-mail-followup-to): Insert after "To".
17675         (message-carefully-insert-headers): Add comment.
17676
17677         * gnus.el: Remove unused variable `gnus-article-check-size'.
17678
17679         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17680
17681         * gnus-art.el (gnus-button-alist):
17682         Improve `gnus-button-handle-library' entry.
17683
17684 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17685
17686         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17687         Use downcase, since XEmacs capitalizes error messages differently.
17688
17689 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17690
17691         * nntp.el: Add (require 'gnus) due to reference to
17692         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17693
17694 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17695
17696         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17697         Bind `mm-fill-flowed'.
17698
17699         * mm-decode.el (mm-dissect-singlepart): Check it.
17700
17701 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17702
17703         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17704         'imap' for netrc parsing.
17705
17706 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17707
17708         * mailcap.el (mailcap-mime-data): Mark as risky.
17709
17710 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17713         may be included in the encoded word.
17714         (rfc2047-encode): Don't append a space if the encoded word
17715         includes close parenthesis.
17716
17717 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17720         of text within parentheses.
17721
17722 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17723
17724         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17725         (gnus-encrypt-write-file-contents): Make the password key the file
17726         name PLUS the cipher, not just the cipher.  Also remove failed
17727         passwords from the cache.
17728
17729 2004-08-06  Simon Josefsson  <jas@extundo.com>
17730
17731         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17732         Doc fix.
17733
17734 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17737         LWSP.
17738
17739 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17740
17741         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17742         Try to append in-reply-to: data to the references: header.
17743
17744         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17745         (netrc-parse): Use gnus-encrypt.el functions.
17746
17747         * gnus-encrypt.el: Add new file for encryption support; currently
17748         does only a few GPG ciphers and an internal XOR cipher.
17749
17750         * password.el: Add comments on using password-read-and-add.
17751         (password-read-and-add): Add function to read and add the
17752         password to the cache at once.
17753
17754 2004-07-28  Simon Josefsson  <jas@extundo.com>
17755
17756         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17757         parameter (but don't use it, for now).
17758
17759         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17760         instead of hard coding to nil.
17761
17762 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17765         as mm-inline-image-xemacs does.
17766
17767 2004-07-26  Simon Josefsson  <jas@extundo.com>
17768
17769         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17770         Revert part of 2004-07-17 change below.
17771
17772 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17773
17774         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17775         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17776
17777 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17778
17779         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17780         quotes that actually start with ">" at the beginning of the
17781         lines.
17782
17783 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * rfc2047.el (rfc2047-encode-region): Fix last change.
17786         (rfc2047-encode-parameter): Remove useless concat.
17787
17788 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17789
17790         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17791         encode special characters; fix some kind of misconfigured headers;
17792         signal a real error if debug-on-quit or debug-on-error is non-nil.
17793         (rfc2047-encode-max-chars): New variable.
17794         (rfc2047-encode-1): Use it.
17795         (rfc2047-encode-parameter): New function.
17796
17797         * mml.el (mml-insert-parameter): Remove an excessive space.
17798
17799 2004-07-17  Simon Josefsson  <jas@extundo.com>
17800
17801         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17802         Kai Grossjohann <kai@emptydomain.de>.
17803         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17804         (gnus-group-make-menu-bar): Ditto.
17805
17806         * gnus-util.el (gnus-group-server): Add.
17807
17808 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17809
17810         * message.el (message-clone-locals): Clone sendmail and smtp
17811         variables.
17812
17813 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * rfc2047.el (rfc2047-encode-region): Fix last change.
17816
17817 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17820         characters as non-special.
17821
17822 2004-07-09  Simon Josefsson  <jas@extundo.com>
17823
17824         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17825         Users will lose all flag changes made while unplugged with
17826         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17827         good default.  See numerous reports on ding mailing list.
17828
17829 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17832         add generate-head-function and generate-article-function to the
17833         rfc822-forward entry.
17834         (nndoc-rfc822-forward-generate-article): New function.
17835         (nndoc-rfc822-forward-generate-head): New function.
17836
17837         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17838
17839 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17840
17841         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17842         respect display group parameter and gnus-summary-expunge-below.
17843         (gnus-articles-to-read): Remove unused reference to display group
17844         parameter.
17845
17846 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17847
17848         * nnheader.el (nnheader-uniquify-message-id): New experimental
17849         variable.
17850         (nnheader-nov-read-message-id): Use it.
17851
17852         * spam-report.el (spam-report-gmane): Add interactive.
17853
17854 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * mm-encode.el (mm-content-transfer-encoding-defaults):
17857         Use qp-or-base64 for the application/* types.
17858
17859 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17860
17861         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17862
17863 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17864
17865         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17866         trim value.
17867
17868 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17869
17870         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17871         New macro and function.
17872         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17873
17874 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17877         after-load-alist.
17878
17879 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17880
17881         * gnus-group.el (gnus-group-get-new-news-this-group):
17882         Don't update info that isn't there.
17883
17884 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17885
17886         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17887         entry.
17888
17889 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17890
17891         * mm-view.el (mm-inline-render-with-function): Use multibyte
17892         buffer; decode html source by charset.
17893
17894         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17895
17896         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17897         Mule-UCS is loaded under XEmacs.
17898         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17899
17900 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17901
17902         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17903
17904 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * mm-util.el (mm-coding-system-p): Return a coding-system.
17907         (mm-mime-mule-charset-alist): Use shift_jis instead of
17908         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17909         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17910         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17911         instead of japanese-shift-jis and iso-latin-1 respectively in
17912         order to share the default value with both Emacs and XEmacs-mule.
17913         (mm-mule-charset-to-mime-charset):
17914         Make mm-coding-system-priorities effective.
17915         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17916         while predicating of candidates upon the priorities.
17917
17918 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17919
17920         * gnus-sum.el (gnus-summary-make-menu-bar):
17921         Add gnus-uu-invert-processable.
17922
17923         * gnus.el: Autoload gnus-uu-invert-processable.
17924
17925 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * mm-util.el (mm-with-multibyte-buffer): New macro.
17928
17929         * rfc2047.el (rfc2047-encode-string): Use it.
17930         (rfc2047-encode-region): Move point to the end of the region after
17931         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17932
17933 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17934
17935         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17936         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17937
17938 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17941         (gnus-cite-parse): Ignore quoted envelope From_.
17942         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17943
17944 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17945
17946         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17947         invalid addresses.
17948
17949 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17950
17951         * spam.el: Change section markers, revise TODO list.
17952         (spam-backends): Make new master list of all installed backends.
17953         (spam-summary-exit-behavior): Add new variable to determine how
17954         messages moves are done at summary exit.
17955         (spam-move-spam-nonspam-groups-only)
17956         (spam-process-ham-in-nonham-groups)
17957         (spam-process-ham-in-spam-groups): Remove variables, the
17958         spam-summary-exit-behavior variable should be used to manage this
17959         behavior.
17960         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17961         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17962         and spam-old-spam-articles.
17963         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17964         Add empty variables, placeholders for the backends they represent.
17965         (spam-set-difference): Move, unchanged.
17966         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17967         unless the user has a processor variable.
17968         (spam-classifications, spam-classification-valid-p)
17969         (spam-backend-properties, spam-backend-property-valid-p)
17970         (spam-backend-function-type-valid-p)
17971         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17972         (spam-report-articles-gmane, spam-report-articles-resend):
17973         Remove functions, they are not needed.
17974         (spam-install-backend-super, spam-backend-list)
17975         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17976         (spam-backend-function, spam-backend-ham-registration-function)
17977         (spam-backend-spam-registration-function)
17978         (spam-backend-ham-unregistration-function)
17979         (spam-backend-spam-unregistration-function)
17980         (spam-backend-statistical-p, spam-backend-mover-p)
17981         (spam-install-backend-alias, spam-install-checkonly-backend)
17982         (spam-install-mover-backend, spam-install-nocheck-backend)
17983         (spam-install-backend, spam-install-statistical-backend)
17984         (spam-install-statistical-checkonly-backend): Add backend installation
17985         support.
17986         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17987         (spam-group-processor-p): Use the new backend code and respect the
17988         summary exit behavior.
17989         (spam-mark-spam-as-expired-and-move-routine): Remove.
17990         (spam-summary-prepare): Change to use the new spam-old-articles
17991         variable.
17992         (spam-copy-or-move-routine, spam-copy-spam-routine)
17993         (spam-move-spam-routine, spam-copy-ham-routine)
17994         (spam-move-ham-routine): Add code to copy/move ham or spam.
17995         (spam-fetch-field-fast): Improve doc and code, plus allow the
17996         'number request.
17997         (spam-list-of-checks, spam-list-of-statistical-checks):
17998         Remove variables.
17999         (spam-split, spam-find-spam): Use the new backend code.
18000         (spam-registration-functions): Remove variable.
18001         (spam-unregister-routine): Add convenience wrapper.
18002         (spam-log-undo-registration, spam-register-routine)
18003         (spam-log-processing-to-registry)
18004         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18005         where possible.
18006         (spam-check-gmane-xref, spam-check-regex-headers)
18007         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18008         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18009         (spam-check-bogofilter-headers, spam-check-spamoracle)
18010         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18011         (spam-check-crm114-headers): Use the spam-split-group that
18012         spam-split prepares, no need to determine it every time.
18013
18014         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18015         to the nnheader-parse-naked-head call.
18016
18017         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18018
18019         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18020         the nnheader-nov-read-message-id call.
18021
18022 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18025         gnus-activate-group twice.  Suggested by Markus Peter
18026         <warp@spin.de>.
18027
18028 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * gnus-art.el (gnus-article-time-format): Exchange the order of
18031         day and month in the default value; fix customization type.
18032         (article-date-ut): Use add-text-properties.
18033         (article-make-date-line): Use message-make-date instead of
18034         current-time-string.
18035
18036         * message.el (message-fetch-field): Don't use set-text-properties.
18037         (message-make-date): Simplify.
18038
18039         * messagexmas.el (message-xmas-make-date): New function.
18040         (message-xmas-redefine): Defalias message-make-date to it.
18041
18042 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18043
18044         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18045         (rfc2047-encode-region): Treat text within parentheses as special;
18046         show the original text when error has occurred.
18047
18048         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18049         already-computed method to gnus-activate-group.
18050
18051         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18052         same select-methods identical Lisp objects.
18053
18054         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18055         object when modifying the info.
18056
18057 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18060         gnus-opened-servers since it has never been opened with the new
18061         configuration yet.
18062
18063 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18066         arg to nnheader-generate-fake-message-id.
18067
18068 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18069
18070         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18071         number and build a fake message ID localized to a group and
18072         article number (so it's repeatable from that point on).
18073         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18074         ID format.
18075
18076         * gnus-sum.el (gnus-get-newsgroup-headers):
18077         Call nnheader-generate-fake-message-id with the article number.
18078
18079 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18080
18081         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18082         end-of-buffer.
18083
18084 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18085
18086         * message.el (message-ignored-supersedes-headers): Add Approved.
18087
18088 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18091         goto-char.
18092         (rfc2047-encode): Fold the line before encoding.
18093
18094 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18095
18096         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18097         folding -- not all headers can be folded, and this should be done
18098         by the message composition mode.  Probably.  I think.
18099
18100 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18103         fast.
18104
18105         * gnus-ems.el (gnus-remove-image): Don't use
18106         message-text-with-property; remove only the image found first.
18107
18108         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18109         found first.
18110
18111 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18112
18113         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18114
18115 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * message.el (message-text-with-property): Make it fast and accept
18118         optional arguments.
18119         (message-strip-forbidden-properties): Use it.
18120         (message-fix-before-sending): Follow the m-t-w-p change.
18121
18122         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18123
18124 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * gnus-art.el (article-hide-headers): Don't change the buffer
18127         mistakenly when performing mml-preview even if
18128         gnus-single-article-buffer is nil.
18129
18130 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18131
18132         * message.el (message-expand-name-databases): New user option.
18133         (message-expand-name): Use it.
18134
18135 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18136
18137         * spam.el (spam-report-articles-resend)
18138         (spam-report-resend-register-routine): Allow ham reporting.
18139         (spam-report-resend-register-ham-routine): Add wrapper.
18140         (spam-registration-functions): Add ham resending functions.
18141         (spam-list-of-processors): Add ham resend processor.
18142
18143         * gnus.el (ham-resend-to): Add new group parameter.
18144         (spam-process): Add ham resend option.
18145
18146         * spam-report.el (spam-report-resend): Allow reporting ham.
18147         (spam-report-resend-ham): Add wrapper.
18148
18149 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18150
18151         * message.el (message-cite-articles-with-x-no-archive):
18152         New variable.
18153         (message-cite-original): Use it.
18154
18155 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18156
18157         * message.el (message-cite-original): Respect X-No-Archive.
18158
18159 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * gnus-art.el (article-hide-headers): Refer to the values for
18162         gnus-ignored-headers and gnus-visible-headers in the summary
18163         buffer since a user may have set them as group parameters.
18164
18165 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18166
18167         * assistant.el (assistant-node-name): Add convenience function.
18168         (assistant-render-text, assistant-render-node): Add error handling,
18169         plus handle multiple next nodes.
18170         (assistant-find-next-node): Comment out for now.
18171         (assistant-find-next-nodes): Add function, returns list of next
18172         nodes.
18173
18174 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18175
18176         * mail-source.el (mail-source-directory): Fix doc-string.
18177
18178 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18179
18180         * assistant.el (assistant-render-text, assistant-eval): Add :set
18181         widget type, which is different because it takes and returns a
18182         list.  Much hilarity ensues.
18183
18184 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18185
18186         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18187
18188         * gnus-group.el (gnus-group-get-new-news-this-group):
18189         Add doc-string.
18190
18191         * gnus-start.el (gnus-activate-group): Add doc-string.
18192
18193 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18196
18197 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18198
18199         * assistant.el (assistant-render-text): Try to add a :set
18200         widget, more to come.
18201
18202         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18203         strings.
18204         (spam-report-articles-resend)
18205         (spam-register-routine): Do registration iff any articles warrant
18206         it.
18207         (spam-summary-prepare-exit): Change log message for nil group
18208         destinations.
18209
18210 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18211
18212         * spam.el (spam-report-resend-register-routine):
18213         Allow spam-report-resend-to to be a group parameter or a global value.
18214
18215 2004-05-26  Simon Josefsson  <jas@extundo.com>
18216
18217         * starttls.el: Merge with my GNUTLS based starttls.el.
18218         (starttls-gnutls-program, starttls-use-gnutls)
18219         (starttls-extra-arguments, starttls-process-connection-type)
18220         (starttls-connect, starttls-failure, starttls-success):
18221         New variables.
18222         (starttls-program, starttls-extra-args): Doc fix.
18223         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18224         New functions.
18225         (starttls-negotiate, starttls-open-stream):
18226         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18227         function if it is set.
18228
18229 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18232         structured fields.
18233
18234 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18237
18238 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18239
18240         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18241         Add variable.
18242         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18243         assigning the spam-mark to new messages.
18244
18245 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18246
18247         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18248
18249 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18252
18253         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18254         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18255         default.
18256
18257 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18258
18259         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18260         correct data.
18261
18262 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18263
18264         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18265         (spam-group-processor-p): Fix function.
18266         (spam-group-processor-multiple-p)
18267         (spam-group-spam-processor-report-gmane-p)
18268         (spam-group-spam-processor-report-resend-p)
18269         (spam-group-spam-processor-bogofilter-p)
18270         (spam-group-spam-processor-blacklist-p)
18271         (spam-group-spam-processor-ifile-p)
18272         (spam-group-ham-processor-ifile-p)
18273         (spam-group-spam-processor-spamoracle-p)
18274         (spam-group-spam-processor-crm114-p)
18275         (spam-group-ham-processor-bogofilter-p)
18276         (spam-group-spam-processor-stat-p)
18277         (spam-group-ham-processor-stat-p)
18278         (spam-group-ham-processor-whitelist-p)
18279         (spam-group-ham-processor-BBDB-p)
18280         (spam-group-ham-processor-spamoracle-p)
18281         (spam-group-ham-processor-copy-p): Remove functions with some
18282         prejudice against unneeded code.
18283         (spam-report-articles-resend)
18284         (spam-report-resend-register-routine): Allow the group/topic
18285         spam-resend-to value to override spam-report-resend-to.
18286         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18287         properly now.
18288
18289         * gnus.el (spam-resend-to): Add group/topic parameter.
18290         (spam-process): Move the OBSOLETE processors to the end of the
18291         choices.
18292
18293 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18294
18295         * spam-report.el (spam-report-resend-to, spam-report-resend):
18296         Start with resend-to set to nil, and then ask the user if necessary.
18297         (spam-report-resend): spam-report-resend takes a list of articles, not
18298         separate article numbers.
18299
18300 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18303         addition to emacs-w3m.
18304
18305 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18306
18307         * assistant.el (assistant-authinfo-data): New function.
18308         (assistant-eval): Eval for entire assistant.
18309
18310         * netrc.el (netrc-services-file): New variable.
18311         (netrc-parse-services): New function.
18312         (netrc-find-service-name): New function.
18313         (netrc-find-service-number): New function.
18314         (netrc-port-equal): New function.
18315         (netrc-machine): Use it.
18316
18317         * nnimap.el (nnimap-open-connection): Use netrc.
18318
18319         * gnus-util.el (gnus-netrc-get): Remove aliases.
18320
18321         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18322
18323         * assistant.el (wid-edit): Fix compilation.
18324
18325         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18326
18327 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18328
18329         * gnus-util.el (gnus-set-file-modes): New function.  (small
18330         patch).
18331
18332 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18333
18334         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18335
18336         * assistant.el (assistant-render-node): Fix up rendering and
18337         read-only text.
18338         (assistant-render-node): Reset.
18339         (assistant-make-read-only): Not sticky.
18340
18341 2004-05-20  Danny Siu  <dsiu@adobe.com>
18342
18343         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18344         centered even when gnus-auto-center-summary is t.
18345
18346 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18347
18348         * dns.el (dns-get-txt-answer): New function.
18349         (dns-read-txt): Ditto.
18350         (query-dns): Use it.
18351
18352 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18353
18354         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18355         active for foreign groups even if the group level is higher than
18356         the specified value.
18357
18358 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18359
18360         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18361         non-active groups.
18362
18363         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18364
18365 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18366
18367         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18368
18369 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18370
18371         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18372         (spam-crm114-header, spam-crm114-spam-switch)
18373         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18374         (spam-crm114-positive-spam-header)
18375         (spam-crm114-database-directory, spam-list-of-processors)
18376         (spam-group-spam-processor-crm114-p)
18377         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18378         (spam-generic-score, spam-list-of-checks)
18379         (spam-list-of-statistical-checks, spam-registration-functions)
18380         (spam-check-crm114-headers, spam-crm114-score)
18381         (spam-check-crm114, spam-crm114-register-with-crm114)
18382         (spam-crm114-register-spam-routine)
18383         (spam-crm114-unregister-spam-routine)
18384         (spam-crm114-register-ham-routine)
18385         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18386         From asjo@koldfront.dk (Adam Sjøgren).
18387
18388         * gnus.el: Add spam-use-crm114.
18389
18390         * spam.el (spam-list-of-processors, spam-registration-functions):
18391         Add spam-use-resend.
18392         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18393         (spam-report-articles-gmane): Add doc fix.
18394         (spam-report-articles-resend, spam-report-resend-register-routine):
18395         Add wrappers around spam-report-resend-to.
18396
18397         * spam-report.el (spam-report-resend-to, spam-report-resend):
18398         Add support for resending spam.
18399         (spam-report-gmane): Fix line length >80.
18400
18401         * gnus.el (spam-process): Add spam-use-resend.
18402
18403 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18404
18405         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18406         number of processed spam messages.
18407         (spam-ham-copy-or-move-routine): Return the number of processed
18408         ham messages.
18409         (spam-summary-prepare-exit): Use the above values to decide
18410         whether status messages shouled be displayed.
18411
18412 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18415         `rfc2047-encoding-function-alist' in order to avoid conflicting
18416         with the old version.
18417         (rfc2047-encode-region): Concatenate words containing non-ASCII
18418         characters in structured fields; don't encode space-delimited
18419         ASCII words even in unstructured fields; don't break words at
18420         char-category boundaries.
18421         (rfc2047-encode-1): New function.
18422         (rfc2047-encode): Use it; encode text so that it occupies the
18423         maximum width within 76-column; work correctly on Q encoding for
18424         iso-2022-* charsets.
18425         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18426         sure not to break a line just after the header name.
18427         (rfc2047-b-encode-region): Remove.
18428         (rfc2047-b-encode-string): New function.
18429         (rfc2047-q-encode-region): Remove.
18430         (rfc2047-q-encode-string): New function.
18431
18432         * mm-util.el (mm-replace-in-string): New function.
18433
18434 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18435
18436         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18437         Really get it right.
18438         (gnus-inews-make-draft): Really.
18439
18440 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18441
18442         * nnmh.el (nnmh-request-list-1): Don't check the link count
18443         before descending.  (small patch)
18444
18445 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18446
18447         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18448         stuff.
18449
18450         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18451         Match on real group name.
18452
18453         * gnus-art.el (gnus-signature-limit): Doc fix.
18454
18455         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18456
18457         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18458
18459 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18460
18461         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18462         isn't a string.
18463
18464 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18465
18466         * gnus-draft.el (gnus-draft-send):
18467         Bind rfc2047-encode-encoded-words.
18468
18469         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18470         (rfc2047-encodable-p): Say that =? needs encoding.
18471         (rfc2047-encode-encoded-words): New variable.
18472
18473         * gnus-group.el (gnus-group-select-group): Doc fix.
18474
18475         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18476
18477         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18478         to nil.
18479
18480         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18481
18482         * nnheader.el (nnheader-get-lines-and-char): New function.
18483
18484 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18485
18486         * gnus-msg.el (gnus-summary-followup-with-original):
18487         Document yanking of region when active.
18488
18489 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18492         groups if the group level is higher than the specified value.
18493
18494 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18495
18496         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18497         (gnus-group-jump-to-group): Add prefix argument using
18498         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18499         non-active group.
18500
18501         * compface.el (uncompface): Be verbose when changing
18502         `uncompface-use-external'.
18503
18504         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18505         handle manual section.
18506
18507 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18508
18509         * gnus-art.el (gnus-button-alist): Revert previous change.
18510
18511 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18512
18513         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18514
18515 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18516
18517         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18518         whether backend can accept message.
18519
18520         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18521
18522 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18523
18524         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18525         Avoid creating directory when nntp-marks-is-evil is true.
18526         Reported by Reiner Steib.
18527
18528 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * gnus-picon.el (gnus-picon-style): New variable.
18531         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18532         (gnus-picon-transform-address): Support `gnus-picon-style'.
18533         From Jesper Harder <harder@ifa.au.dk>.
18534
18535 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18536
18537         * message.el (message-fill-field): Return point.
18538         (message-generate-headers): Go to end of field.
18539
18540         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18541         stuff for non-living groups.
18542
18543 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18544
18545         * gnus-art.el (gnus-article-followup-with-original)
18546         (gnus-article-reply-with-original): gnus-mark-active-p ->
18547         gnus-region-active-p.
18548
18549 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18550
18551         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18552         only when there is spam or ham to be processed.
18553
18554 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18555
18556         * mail-source.el (mail-source-delete-crash-box): Refactor.
18557         (mail-source-fetch): Use it.
18558         (mail-source-fetch-file): Ditto.
18559         (mail-source-fetch-directory): Run postscript in loop.
18560         (mail-source-fetch-pop): Delete.
18561         (mail-source-fetch-maildir): Ditto.
18562         (mail-source-fetch-imap): Ditto.
18563
18564         * imap.el (imap-authenticators): Comment out sasl.
18565
18566         * message.el (message-skip-to-next-address): New function.
18567         (message-fill-header-address): Refactor.
18568         (message-fill-address): Use it.
18569         (message-delete-address): Use it.
18570         (message-fill-header-general): Refactor.
18571         (message-fill-field-address): Rename.
18572         (message-narrow-to-field): Find the start of the header.
18573         (message-header-format-alist): Don't pre-fill.
18574         (message-fill-header): Remove.
18575         (message-insert-header): New function.
18576         (message-shorten-references): Use it.
18577
18578         * rfc2047.el (rfc2047-field-value): Strip props.
18579
18580         * mail-parse.el (mail-header-make-address): New alias.
18581
18582         * ietf-drums.el (ietf-drums-make-address): New function.
18583
18584         * imap.el: Add compiler directives.
18585
18586         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18587
18588         * gnus-art.el (article-decode-idna-rhs): Don't use
18589         message-idna-inside-rhs-p.
18590
18591 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18592
18593         * message.el (message-idna-inside-rhs-p): Remove.
18594         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18595
18596         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18597         false positives.
18598
18599 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18600
18601         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18602
18603 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18604
18605         * nneething.el (nneething-file-name): Don't create spurious
18606         files.
18607
18608         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18609         (gnus-inews-do-gcc): Remove sleep.
18610
18611         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18612         part under point.
18613
18614         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18615         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18616
18617 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18618
18619         * spam.el (spam-summary-prepare-exit): Fix (length).
18620
18621 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18622
18623         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18624         as expired without moving it" message when there are spam
18625         messages left.
18626
18627 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18628
18629         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18630         header is not nil.
18631
18632 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18633
18634         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18635         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18636         (nntp-marks-changed-p): New arg SERVER.
18637         (nntp-request-update-info): Adjust caller.
18638
18639 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18640
18641         * nntp.el (nntp-save-marks): Pass missing arg.
18642
18643 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18644
18645         * nntp.el: Support marks.
18646         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18647         (nntp-marks-modtime, nntp-marks-directory): New variables.
18648         (nntp-request-set-mark, nntp-request-update-info)
18649         (nntp-possibly-create-directory, nntp-marks-changed-p)
18650         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18651         New functions.
18652
18653 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18654
18655         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18656         (gnus-xmas-redefine): Rename.
18657
18658         * gnus-score.el (gnus-score-insert-help):
18659         Use gnus-select-lowest-window.
18660
18661         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18662         appt-select-lowest-window and rename to gnus-select-lowest-window.
18663
18664         * gnus.el: do.
18665
18666 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18667
18668         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18669         encodings of MIME-encoded words, in order to improve
18670         interoperability with several broken MUAs.
18671
18672 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18673
18674         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18675         tags, only when charsets are not specified in headers.
18676         (mm-inline-text-html-render-with-w3m): Ditto.
18677
18678         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18679         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18680
18681 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18682
18683         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18684         instead of MIME-decoded from fields when checking
18685         `gnus-article-address-banner-alist'.
18686
18687 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18688
18689         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18690         description rather than subject.
18691
18692 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18693
18694         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18695
18696 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18697
18698         * gnus.el (gnus-version-number): Bump.
18699
18700 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18701
18702         * gnus.el: No Gnus v0.2 is released.
18703
18704 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18705
18706         * gnus-agent.el (gnus-agent-read-agentview):
18707         Inline gnus-uncompress-range.
18708
18709 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18710
18711         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18712         `exec-installed-p'.
18713
18714 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18715
18716         * gnus.el (spam-process, spam-autodetect-methods):
18717         Add bsfilter and bsfilter-headers.
18718
18719         * spam.el (spam-bsfilter): New customize group.
18720         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18721         (spam-bsfilter-header, spam-bsfilter-probability-header)
18722         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18723         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18724         (spam-bsfilter-database-directory): New options.
18725         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18726         (spam-list-of-statistical-checks, spam-registration-functions):
18727         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18728         (spam-bsfilter-score): New command.
18729         (spam-check-bsfilter-headers, spam-check-bsfilter)
18730         (spam-bsfilter-register-with-bsfilter)
18731         (spam-bsfilter-register-spam-routine)
18732         (spam-bsfilter-unregister-spam-routine)
18733         (spam-bsfilter-register-ham-routine)
18734         (spam-bsfilter-unregister-ham-routine): New functions.
18735         (spam-generic-score): Support bsfilter; Accept an optional argument
18736         to recalcurate spam score even if scoring header has already been
18737         added.
18738         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18739         optional argument to recalcurate spam score even if scoring header
18740         has already been added.
18741
18742 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18743
18744         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18745         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18746         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18747         link is missing.
18748
18749 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18750
18751         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18752         (html2text-get-attr): Rewrite.
18753
18754         * message.el (message-setup-1): Remove redundant put-text-property
18755         on mail-header-separator.
18756
18757 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18758
18759         * gnus-registry.el (gnus-registry-cache-whitespace)
18760         (gnus-registry-action, gnus-registry-spool-action)
18761         (gnus-registry-split-fancy-with-parent): Change message levels
18762         from 5 to 3 or 7, as needed.
18763
18764         * spam.el (spam-summary-prepare-exit)
18765         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18766         (spam-split, spam-find-spam, spam-log-undo-registration)
18767         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18768         level from 5 to 6.
18769
18770 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18771
18772         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18773         2004-03-04 change).
18774
18775 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18776
18777         * sieve-manage.el (sieve-manage-open):
18778         * nnweb.el (nnweb-insert-html):
18779         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18780         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18781         * nnspool.el (nnspool-request-group):
18782         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18783         * nnml.el (nnml-request-update-info):
18784         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18785         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18786         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18787         (nnimap-request-set-mark):
18788         * nnfolder.el (nnfolder-request-update-info):
18789         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18790         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18791         * gnus-uu.el (gnus-uu-find-articles-matching):
18792         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18793         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18794         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18795         * gnus-nocem.el (gnus-nocem-scan-groups):
18796         * gnus-int.el (gnus-start-news-server):
18797         * gnus-group.el (gnus-group-make-kiboze-group)
18798         (gnus-group-browse-foreign-server):
18799         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18800         Use mapc when appropriate.
18801
18802 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18803
18804         FIXME: Make separate entries for each person.
18805
18806         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18807         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18808         <shields@msrl.com>:
18809
18810         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18811         may need for spam sorting and scoring.
18812         (spam-user-format-function-S): Add user format function suitable for
18813         general use.
18814         (spam-article-sort-by-spam-status): Add sorting function for summary
18815         sorting.
18816         (spam-extra-header-to-number): Add function to get a score from a
18817         header.
18818         (spam-summary-score): Add function to get a numeric score from the
18819         headers.
18820         (spam-generic-score): Fix function doc, was in wrong place.
18821         (spam-initialize): Take symbols when it's run, and install the
18822         extra headers that spam-necessary-extra-headers thinks we need.
18823
18824 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18825
18826         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18827         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18828
18829 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18830
18831         * gnus-sum.el (gnus-set-global-variables)
18832         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18833         (gnus-article-get-xrefs, gnus-summary-best-group)
18834         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18835         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18836         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18837         Use with-current-buffer.
18838
18839 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18840
18841         * spam.el (spam-summary-prepare-exit): Simplify logic.
18842         (spam-fetch-article-header): Read the article header if it's not
18843         available.
18844         (spam-list-articles): Simplify logic.
18845         (spam-filelist-register-routine): Fix bug with unregister-list.
18846
18847         * gnus-registry.el: Fix comments at beginning.
18848
18849 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18850
18851         * message.el (message-cater-to-broken-inn): Remove.
18852         (message-shorten-references): Make sure the total folded length of
18853         References is shorter than 998 characters to cater to a bug in INN
18854         2.3.  Also, don't pretend that references aren't folded -- this
18855         hasn't worked for a while.
18856
18857 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18858
18859         * gnus-agent.el (gnus-agentize):
18860         gnus-agent-send-mail-real-function no longer set to current value
18861         of message-send-mail-function but rather a lambda that calls
18862         message-send-mail-function.  The change makes the agent real-time
18863         responsive to user changes to message-send-mail-function.
18864
18865 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18866
18867         * legacy-gnus-agent.el
18868         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18869         help from Florian Weimer <fw@deneb.enyo.de>
18870
18871 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18872
18873         * nnmail.el (nnmail-cache-insert): Revert last change.
18874
18875 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18876
18877         * nnmail.el (nnmail-cache-insert): Always check whether
18878         nnmail-cache-ignore-groups matches a group name.
18879
18880 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18881
18882         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18883         (spam-find-spam, spam-log-processing-to-registry)
18884         (spam-log-registered-p, spam-log-unregistration-needed-p)
18885         (spam-log-undo-registration): Use gnus-message instead of
18886         gnus-error, none of these errors are fatal.
18887
18888         * gnus-registry.el (gnus-registry-clean-empty-function)
18889         (gnus-registry-clean-empty): Remove only empty entries without
18890         extra data.
18891
18892 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18893
18894         * spam-stat.el (spam-stat-buffer-change-to-spam)
18895         (spam-stat-buffer-change-to-non-spam): Change (error) to
18896         (gnus-message 8) invocation.
18897
18898 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18899
18900         * nntp.el (nntp-via-netcat-command): New variable.
18901         (nntp-via-netcat-switches): New variable.
18902         (nntp-open-via-rlogin-and-netcat): New function.
18903         (nntp-open-connection-function): Doc fix.
18904         (nntp-telnet-command): Doc fix.
18905         (nntp-end-of-line): Doc fix.
18906         (nntp-via-rlogin-command): Doc fix.
18907         (nntp-via-user-name): Doc fix.
18908         (nntp-via-address): Doc fix.
18909
18910 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18911
18912         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18913         error in Emacs 21.1.
18914
18915 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18916
18917         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18918
18919 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18920
18921         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18922         (gnus-agent-with-refreshed-group): New macro.
18923         (gnus-agent-rename-group): New function.
18924         (gnus-agent-delete-group): New function.
18925         (gnus-agent-save-group-info): Use gnus-command-method when
18926         `method' parameter is nil.  Don't write nil entries into the
18927         active file.
18928         (gnus-agent-get-group-info): New function.
18929         (gnus-agent-fetch-articles):
18930         Use gnus-agent-update-files-total-fetched-for to increment disk space
18931         used.
18932         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18933         Use gnus-agent-update-view-total-fetched-for to increment disk space
18934         used.
18935         (gnus-agent-get-local): Add optional parameters to avoid calling
18936         gnus-group-real-name and gnus-find-method-for-group.
18937         (gnus-agent-set-local): Delete stored entry if either min, or max,
18938         are nil.
18939         (gnus-agent-fetch-session): Reworded error/quit messages.
18940         On quit, use gnus-agent-regenerate-group to record existance of any
18941         articles fetched to disk before the quit occurred.
18942         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18943         gnus-agent-update-view-total-fetched-for, and
18944         gnus-agent-update-files-total-fetched-for to decrement disk space
18945         used.
18946         (gnus-agent-retrieve-headers):
18947         Use gnus-agent-update-view-total-fetched-for to increment disk space
18948         used.
18949         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18950         with gnus-agent-update-files-total-fetched-for to decrement disk
18951         space and fresh group buffer.
18952         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18953         (gnus-agent-need-update-total-fetched-for): New variable.
18954         (gnus-agent-update-files-total-fetched-for): New function.
18955         (gnus-agent-update-view-total-fetched-for): New function.
18956         (gnus-agent-total-fetched-for): New function.
18957
18958         * gnus-cache.el (gnus-cache-save-buffers):
18959         Use gnus-cache-update-overview-total-fetched-for to change disk space
18960         used by this group.
18961         (gnus-cache-possibly-enter-article):
18962         Use gnus-cache-update-file-total-fetched-for to increment disk space
18963         used by this group.
18964         (gnus-cache-possibly-remove-article):
18965         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18966         used by this group.
18967         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18968         (gnus-cache-rename-group): New function.
18969         (gnus-cache-delete-group): New function.
18970         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18971         (gnus-cache-need-update-total-fetched-for): New variable.
18972         (gnus-cache-with-refreshed-group): New macro.
18973         (gnus-cache-update-file-total-fetched-for): New function.
18974         (gnus-cache-update-overview-total-fetched-for): New function.
18975         (gnus-cache-rename-group-total-fetched-for): New function.
18976         (gnus-cache-delete-group-total-fetched-for): New function.
18977         (gnus-cache-total-fetched-for): New function.
18978
18979         * gnus-group.el: Require gnus-sum and autoload functions to
18980         resolve warnings when gnus-group.el compiled alone.
18981         (gnus-group-line-format): Documented new %F.
18982         (size of Fetched data) group line format; identifies disk space
18983         used by agent and cache.
18984         (gnus-group-line-format-alist): Defined new F format.
18985         (gnus-total-fetched-for): New function.
18986         (gnus-group-delete-group): No longer update
18987         gnus-cache-active-altered as gnus-request-delete-group now keeps
18988         the cache in sync.
18989         (gnus-group-list-active): Let the agent store a server's active
18990         list if currently plugged.
18991
18992         * gnus-int.el (gnus-request-delete-group):
18993         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18994         local disk in sync with the server.
18995         (gnus-request-rename-group):
18996         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18997         local disk in sync with the server.
18998
18999         * gnus-start.el (gnus-get-unread-articles):
19000         Cosmetic simplification to logic.
19001
19002         * gnus-util.el (gnus-rename-file): New function.
19003
19004 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19005
19006         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19007
19008 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19009
19010         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19011         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19012
19013 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19014
19015         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19016         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19017
19018 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19019
19020         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19021
19022 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19023
19024         * spam.el (spam-set-difference): Add function to replace
19025         gnus-set-difference in spam.el.
19026         (spam-summary-prepare-exit): Use spam-set-difference.
19027
19028 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19029
19030         * gnus-registry.el (gnus-registry-cache-file): Update to use
19031         gnus-dribble-directory OR gnus-home-directory OR ~.
19032         (gnus-registry-split-fancy-with-parent): Fix doc.
19033
19034 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * message.el (message-exchange-point-and-mark):
19037         Use message-mark-active-p.  Suggested by Jesper Harder
19038         <harder@ifa.au.dk>.
19039
19040 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19041
19042         * message.el (message-exchange-point-and-mark): Don't activate
19043         region if it was inactive.  Suggested by Hiroshi Fujishima
19044         <pooh@nature.tsukuba.ac.jp>.
19045
19046 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19047
19048         * gnus-art.el (article-display-face): Display Faces in the same
19049         order as X-Faces.
19050
19051 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19054
19055 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19056
19057         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19058         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19059         (gnus-article-mime-hierarchy): Remove.
19060         (gnus-article-mime-hierarchy-next): Remove.
19061         (gnus-article-mode): Revert 2004-03-19 change.
19062         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19063         (gnus-insert-mime-button): Revert 2004-03-19 change.
19064         (gnus-mime-accumulate-hierarchy): Remove.
19065         (gnus-mime-enter-multipart): Remove.
19066         (gnus-mime-leave-multipart): Remove.
19067         (gnus-mime-display-part): Revert 2004-03-19 change.
19068         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19069
19070         * mml.el (mml-preview): Revert 2004-03-19 change.
19071
19072 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19073
19074         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19075
19076 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19079         t while entering a file name using the mm-with-multibyte macro.
19080         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19081
19082         * mm-util.el (mm-with-multibyte): New macro.
19083
19084 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19085
19086         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19087         New user option.
19088         (gnus-mime-multipart-functions): Doc and customization fix.
19089         (gnus-article-mime-hierarchy): New variable.
19090         (gnus-article-mime-hierarchy-next): New variable.
19091         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19092         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19093         gnus-article-mime-hierarchy-next to nil.
19094         (gnus-insert-mime-button): Show hierarchy numbers.
19095         (gnus-mime-accumulate-hierarchy): New function.
19096         (gnus-mime-enter-multipart): New function.
19097         (gnus-mime-leave-multipart): New function.
19098         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19099         (gnus-mime-display-alternative): Show hierarchy numbers.
19100
19101         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19102         gnus-article-mime-hierarchy-next to nil.
19103
19104 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19105
19106         * dns.el: Don't require gnus-xmas.
19107
19108 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19109
19110         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19111         inline PGP.
19112         (mml-menu): Disable mml-quote-region if mark is inactive.
19113
19114 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19117         when the group's active is not available.
19118
19119 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19122         error.
19123
19124 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19125
19126         * imap.el (imap-store-password): New variable.
19127         (imap-interactive-login): Use it.
19128         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19129
19130 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19131
19132         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19133         window-start and hscroll to summary window.
19134
19135 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19136
19137         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19138         conversion message to newsrc-dribble when an actual conversion is
19139         performed.
19140
19141 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19142
19143         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19144
19145 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19146
19147         * mm-decode.el (mm-complicated-handles): New function reviving
19148         former definition of mm-multiple-handles.
19149
19150         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19151         (gnus-mime-delete-part): Use it.
19152
19153 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19154
19155         * gnus-agent.el (gnus-agent-read-local):
19156         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19157         avoid the implicit assumption that they will always be equal.
19158         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19159         coding-system-for-write, as the with-temp-file macro first prints
19160         to a buffer then saves the buffer.
19161
19162 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19163
19164         * gnus-art.el (gnus-article-edit-part): New function.
19165         (gnus-mime-save-part-and-strip): Use it; do query instead of
19166         signaling an error; don't use mm-multiple-handles.
19167         (gnus-mime-delete-part): Ditto.
19168
19169 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19170
19171         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19172         old file versions.
19173         (gnus-group-prepare-hook): Remove function that converted list
19174         form of gnus-agent-expire-days to group properties.
19175
19176         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19177         (gnus-request-accept-article): Re-indented.
19178
19179         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19180         converters to handle old agent file formats.  Add logic for a
19181         "backup before upgrading warning".
19182         (gnus-convert-mark-converter-prompt): Developers can mark
19183         functions as needing (default), or not needing,
19184         gnus-convert-old-newsrc's "backup before upgrading warning".
19185         (gnus-convert-converter-needs-prompt): Tests whether the user
19186         should be protected from potentially irreversable changes by the
19187         function.
19188
19189         * legacy-gnus-agent.el: New.  Provides converters that are only
19190         loaded when gnus-convert-old-newsrc needs to call them.
19191
19192 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19193
19194         * mail-source.el (mail-source-touch-pop): Doc fix.
19195
19196         * message.el (message-smtpmail-send-it): Doc fix.
19197
19198 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19199
19200         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19201
19202         * nnmail.el (nnmail-split-fancy): do.
19203
19204         * gnus-kill.el (gnus-kill, gnus-execute): do.
19205
19206 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19207
19208         * gnus-sum.el (gnus-widget-reversible-match)
19209         (gnus-widget-reversible-to-internal)
19210         (gnus-widget-reversible-to-external): New functions.
19211         (gnus-widget-reversible): New widget.
19212         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19213
19214 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19215
19216         * gnus-sum.el (gnus-thread-sort-functions)
19217         (gnus-article-sort-functions): Document `(not F)' items.
19218
19219 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19220
19221         * spam.el (spam-use-gmane-xref): Add new backend.
19222         (spam-gmane-xref-spam-group): Add variable to control the name of the
19223         Gmane spam group.
19224         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19225         (spam-regex-headers-spam, spam-regex-headers-ham)
19226         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19227         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19228         backends and checks.
19229         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19230
19231         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19232         an autodetect method.
19233
19234 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19235
19236         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19237         articles are being added to a group.
19238         (gnus-request-replace-article): Inform the agent that articles
19239         need to be uncached as the cached contents are no longer valid.
19240
19241 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19242
19243         * binhex.el: Don't autoload executable-find.
19244
19245         * canlock.el: Don't autoload mail-fetch-field.
19246
19247         * dgnushack.el: Autoload c-mode for XEmacs.
19248
19249         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19250
19251         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19252         rmail-dont-reply-to and rmail-output.
19253
19254         * gnus-score.el: Don't autoload ffap-string-at-point.
19255
19256         * gnus-setup.el: Don't autoload sc-cite-original.
19257
19258         * imap.el: Don't autoload base64-decode-string,
19259         base64-encode-string and md5.
19260
19261         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19262         and rmail-msg-restore-non-pruned-header.
19263
19264         * mm-decode.el: Don't autoload executable-find.
19265
19266         * mm-url.el: Don't autoload executable-find.
19267
19268         * mm-view.el: Don't autoload diff-mode.
19269
19270         * nndb.el: Don't autoload news-reply-mode, news-setup,
19271         cancel-timer and telnet.
19272
19273         * password.el: Don't autoload run-at-time for Emacs.
19274
19275         * sha1-el.el: Don't autoload executable-find.
19276
19277         * sieve-mode.el: Don't autoload c-mode.
19278
19279         * uudecode.el: Don't autoload executable-find.
19280
19281 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19282
19283         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19284         (gnus-agent-possibly-alter-active): Avoid null in numeric
19285         comparison.
19286         (gnus-agent-set-local): Refuse to save null in local object table.
19287         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19288         list of articles that will be marked as unread.
19289
19290 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19293
19294 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19295
19296         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19297         language tags.
19298
19299 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19300
19301         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19302         Don't bind "obarray".
19303
19304         * gnus-sum.el (gnus-thread-sort-functions):
19305         Add `gnus-thread-sort-by-most-recent-number' and
19306         `gnus-thread-sort-by-most-recent-date'.
19307         Reported by Kai Grossjohann <kai@emptydomain.de>.
19308
19309 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19310
19311         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19312
19313 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19314
19315         * gnus-cus.el (gnus-agent-customize-category):
19316         Remove ignore-errors macro reference that required cl to be loaded at
19317         run-time.
19318
19319         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19320         single-interval range of the form (min . max).  Previously the
19321         range had to look like ((min . max)).  Likewise, return
19322         (min . max) rather than ((min . max)).
19323         (gnus-range-map): Use gnus-range-normalize to accept
19324         single-interval range.
19325
19326         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19327         the cache, but not the agent, now appear with their usual face.
19328
19329         * dgnushack.el (loaddir): New variable that is bound to the
19330         directory containing the dgnushack.el file. Use loaddir, rather
19331         than srcdir, to update load-path. Change lets dgnushack compile
19332         code in directories other than GNUS/lisp.
19333
19334 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19335
19336         * lpath.el: Don't bind w3m-safe-url-regexp.
19337
19338         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19339         w3m-safe-url-regexp variable buffer-local.
19340
19341         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19342
19343 2004-02-27  Simon Josefsson  <jas@extundo.com>
19344
19345         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19346         gnus-group-real-prefix.
19347         (gnus-summary-move-article): Use it, instead of
19348         gnus-group-real-prefix.
19349
19350 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19351
19352         * lpath.el: Bind w3m-safe-url-regexp.
19353
19354         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19355         w3m-safe-url-regexp variable buffer-local and set it as the value
19356         of mm-w3m-safe-url-regexp.
19357
19358         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19359
19360         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19361         parsing gnus-posting-styles when the message is not for replying.
19362
19363         * dgnushack.el: Autoload sgml-mode for XEmacs.
19364
19365         * nnrss.el (nnrss-opml-export):
19366         Use mm-set-buffer-file-coding-system instead of
19367         set-buffer-file-coding-system.
19368
19369 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19370
19371         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19372         of checkdoc.el).
19373         * nnrss.el: do.
19374         * gnus-mlspl.el: do.
19375         * gnus-ml.el: do.
19376         * gnus-srvr.el: do.
19377
19378         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19379
19380 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19381
19382         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19383         Corrections to custom-manual links.
19384
19385         * gnus-art.el (gnus-article): Ditto.
19386
19387         * mm-decode.el (mime-display, mime-security): Ditto.
19388
19389 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19390
19391         * flow-fill.el: Typo.
19392
19393 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19394
19395         * spam-wash.el: New file.
19396
19397 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19398
19399         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19400
19401 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19402
19403         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19404         to be run with new-articles as LIST1, not LIST2.
19405         (spam-registration-functions): Add spam-use-ham-copy as a nil
19406         registration backend.
19407
19408 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19409
19410         * spam-stat.el (spam-stat-washing-hook): New option.
19411         (spam-stat-buffer-words): Use it.
19412         (spam-stat-process-directory, spam-stat-test-directory):
19413         Use insert-file-contents-literally.
19414         (spam-stat-coding-system): New variable.
19415         (spam-stat-load, spam-stat-save): Use it.
19416
19417 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * spam-report.el (spam-report-plug-agent):
19420         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19421
19422 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19423
19424         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19425         Allow / in mailto URLs.
19426
19427 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19428
19429         * spam-report.el (spam-report-process-queue): Fix interactive use.
19430         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19431         (spam-report-unplug-agent): Doc fixes.
19432         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19433         (spam-report-agentize, spam-report-deagentize): Autoload.
19434
19435 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19436
19437         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19438
19439         * message.el (message-setup-fill-variables): Add mml tags to
19440         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19441         <ajk@iu.edu>.
19442         (message-mode): Don't modify paragraph-separate there.
19443
19444 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19445
19446         * compface.el (uncompface-use-external): Default to undecided.
19447         (uncompface-use-external-threshold): New variable.
19448         (uncompface-float-time): New macro.
19449         (uncompface): Determine whether to use the external decoder if
19450         uncompface-use-external is undecided.
19451
19452 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19453
19454         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19455         after images.
19456
19457         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19458
19459 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19460
19461         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19462
19463         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19464
19465         * gnus-sum.el (gnus-summary-limit-to-age)
19466         (gnus-summary-limit-children): do.
19467
19468         * gnus-int.el (gnus-request-scan): do.
19469
19470         * gnus-group.el (gnus-group-suspend): do.
19471
19472         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19473
19474         * gnus-cite.el (gnus-cite-parse-attributions): do.
19475
19476         * gnus-agent.el (gnus-summary-set-agent-mark)
19477         (gnus-agent-regenerate-group): do.
19478
19479         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19480
19481         * binhex.el (binhex-decode-region-internal): do.
19482
19483 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * gnus-fun.el (gnus-face-properties-alist): New user option.
19486         (gnus-display-x-face-in-from): Use it.
19487
19488         * gnus-art.el (article-display-face): Ditto.
19489
19490         * compface.el (uncompface-use-external): Default to nil.
19491
19492 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19493
19494         * nntp.el (nntp-erase-buffer): New function.
19495         (nntp-retrieve-data, nntp-send-command)
19496         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19497         (nntp-possibly-change-group): Use it.
19498
19499         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19500         Use with-current-buffer.
19501
19502 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19503
19504         * compface.el: Merge the ELisp-based uncompface program.
19505         (compface): New customization group.
19506         (uncompface-use-external): New user option.
19507         (uncompface): Call uncompface-internal if uncompface-use-external
19508         is nil.
19509         (uncompface-internal): New function.  Note that there are also
19510         some other functions and variables added for this function.
19511
19512 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19513
19514         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19515         if necessary.
19516
19517 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19518
19519         * spam-report.el (spam-report-unplug-agent)
19520         (spam-report-plug-agent, spam-report-deagentize)
19521         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19522         Add support for the Agent in spam-report: when unplugged, report to a
19523         file; when plugged, submit all the requests.
19524
19525         * spam.el (spam-register-routine): Fix message about
19526         registration.
19527
19528 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19529
19530         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19531         dependencies.
19532         (rfc2047-encode): Use it.
19533
19534         * gnus-art.el (gnus-button-marker-list): Move before first
19535         reference.
19536
19537         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19538         (imap-parse-body): Fix format string mismatch.
19539
19540         * gnus-score.el (gnus-summary-increase-score): do.
19541
19542         * nnrss.el (nnrss-close): New function.
19543
19544 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19545
19546         * nnrss.el (nnrss-make-filename): New function.
19547         (nnrss-request-delete-group, nnrss-read-server-data)
19548         (nnrss-save-server-data, nnrss-read-group-data)
19549         (nnrss-save-group-data): Use it.
19550         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19551         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19552         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19553
19554 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19555
19556         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19557
19558 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19559
19560         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19561         files.
19562
19563         * message.el (message-generate-headers-first): Don't quote nil
19564         and t in docstrings.
19565
19566         * imap.el (imap-id): do.
19567
19568         * gnus-agent.el (gnus-agent-consider-all-articles)
19569         (gnus-agent-queue-mail): do.
19570
19571 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19572
19573         * spam-report.el (spam-report-process-queue): New function.
19574         Process requests from `spam-report-requests-file'.
19575         (spam-report-process-queue): Doc fix.
19576
19577 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19578
19579         * spam.el (spam-register-routine)
19580         (spam-log-processing-to-registry, spam-log-registered-p)
19581         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19582         Change "check" to "spam-check" for semi-clarity.
19583
19584 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19585
19586         * pop3.el: Require nnheader.
19587
19588         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19589
19590         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19591
19592         * gnus-picon.el: Require cl.
19593
19594         * gnus-fun.el: Require gnus-ems and gnus-util.
19595
19596         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19597
19598         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19599
19600         * gnus-art.el (gnus-article-edit-mode): Define before first
19601         reference.
19602
19603 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19604
19605         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19606         (gnus-uu-post-encoded): Use point-at-bol.
19607
19608         * gnus-topic.el (gnus-group-active-topic-p): do.
19609
19610         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19611
19612         * gnus-group.el (gnus-group-kill-region): do.
19613
19614         * gnus-art.el (article-date-ut): do.
19615
19616         * message.el (message-fetch-field): Remove redundant
19617         case-fold-search binding.
19618         (message-narrow-to-field): Simplify.
19619
19620 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19621
19622         * spam.el (spam-directory): Derive from `gnus-directory'.
19623
19624         * spam-report.el (spam-report-url-to-file)
19625         (spam-report-requests-file): New function and variable for offline
19626         reporting.
19627         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19628         and user defined function.
19629         (spam-report-url-ping-mm-url): Remove doubled slash.
19630
19631 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19632
19633         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19634
19635 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19636
19637         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19638         Fix format string mismatch.
19639
19640         * sieve.el (sieve-deactivate-all): do.
19641
19642         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19643
19644         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19645
19646         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19647
19648         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19649
19650 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19651
19652         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19653         the list of checks.
19654
19655 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19656
19657         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19658         padding.
19659
19660 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19661
19662         * mm-view.el (mm-fill-flowed): New variable.
19663         (mm-inline-text): Use it.
19664
19665 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19666
19667         * spam.el (spam-spamassassin-register-ham-routine)
19668         (spam-spamassassin-register-spam-routine): Fix function names.
19669
19670 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19671
19672         * gnus.el (gnus-tmp-grouplens): Remove.
19673         (gnus-summary-line-format): Remove grouplens.
19674
19675         * gnus-group.el (gnus-group-line-format): Ditto.
19676
19677         * gnus-spec.el (gnus-format-specs): Ditto.
19678         (gnus-update-format-specifications): Flush the group format spec
19679         cache if there's the grouplens stuff.
19680         (gnus-parse-simple-format): Replace %l with the empty string.
19681
19682 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19683
19684         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19685         omission.
19686
19687 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19690         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19691
19692 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19693
19694         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19695         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19696         New macros and functions.
19697         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19698         Handle > NLINK_MAX messages.
19699         * nnmaildir.el (nnmaildir-request-set-mark):
19700         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19701
19702 2004-01-25  Alex Schroeder  <alex@gnu.org>
19703
19704         * spam-stat.el (spam-stat-process-directory-age): New option.
19705         (spam-stat-process-directory): Use it.
19706
19707 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19708
19709         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19710         (spam-stat-save): Accept prefix argument.
19711
19712 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19713
19714         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19715         links" error.
19716
19717 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19720         the rest of the and/or forms.
19721
19722 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19723
19724         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19725         compatibility with old .newsrc.eld files.
19726
19727         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19728
19729         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19730
19731         * gnus-start.el (gnus-1): do.
19732
19733         * gnus-group.el (gnus-group-line-format-alist): do.
19734
19735         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19736
19737         * gnus-gl.el: Remove.
19738
19739 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19740
19741         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19742         marks consisting of a single range {for example, (3 . 5)} rather
19743         than a list of a single range { ((3 . 5)) }.
19744
19745 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19746
19747         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19748         Use with-current-buffer.
19749         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19750         avoid consing a string.
19751
19752         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19753         Remove obsolete entries for big5 and gb2312.
19754
19755 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19756
19757         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19758         uncompressed list.
19759
19760 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19761
19762         * spam-stat.el (spam-stat-strip-xref): New function.
19763         (spam-stat-process-directory): Use it.
19764
19765         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19766         here -- it's done in message-fetch-field.
19767
19768 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19769
19770         * gnus-agent.el (gnus-agent-queue-mail)
19771         (gnus-agent-prompt-send-queue): New variables.
19772         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19773         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19774         "nndraft:queue" along to gnus-draft-send.
19775         Use gnus-agent-prompt-send-queue.
19776         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19777         is "nndraft:queue".  Suggested by Gaute Strokkenes
19778         <gs234@srcf.ucam.org>
19779
19780         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19781         (agent-enable-undownloaded-faces): Add.
19782         (gnus-agent-cat-groups): Use eval-and-compile, not
19783         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19784         method of gnus-agent-cat-groups even when the buffer has been
19785         evaled.
19786         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19787         delete gnus-agent-save-active-1.
19788         (gnus-agent-save-groups): Delete.  Identical to
19789         gnus-agent-save-active.
19790         (gnus-agent-write-active): No longer adjust agent's copy of active
19791         file as agent's adjustments are now stored in their own
19792         file.  Remove optional parameter.
19793         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19794         servers.  Add use of min/max range limits from server's local
19795         file.
19796         (gnus-agent-save-alist): Remove unused optional argument.
19797         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19798         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19799         (gnus-agent-set-local): A per-server file that keeps min/max range
19800         limits for articles known to the agent.  Provides a fast mechanism
19801         for altering many active ranges.
19802         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19803         active file (local makes it unnecessary).
19804         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19805
19806         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19807         (agent-enable-undownloaded-faces): Add.
19808
19809         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19810         disable it when sending to "nndraft:queue".
19811         (gnus-group-send-queue): Add safety check to avoid sending queue
19812         when unplugged.
19813
19814         * gnus-group.el (gnus-group-catchup): Use new
19815         gnus-sequence-of-unread-articles, not
19816         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19817         numbers of articles.  Use gnus-range-map to avoid having to
19818         uncompress the unread list.
19819         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19820         Fix invalid ange-ftp reference.
19821
19822         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19823         (gnus-sorted-range-intersection): Intersection of two ranges
19824         without requiring that they first be uncompressed.
19825
19826         * gnus-start.el (gnus-activate-group): Unless blocked by the
19827         caller, possibly expand the active range to include both cached
19828         and agentized articles.
19829         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19830         multiple version-dependent converters.
19831         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19832         gnus-agent-save-active.
19833         (gnus-save-newsrc-file): Save dirty agent range limits.
19834
19835         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19836         gnus-agent-possibly-alter-active.
19837         (gnus-adjust-marked-articles): Faster handling of simple lists.
19838
19839 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19840
19841         * spam-stat.el (spam-stat-test-directory): New optional argument
19842         displays a list of files detected.  Suggested by Andrew Cohen
19843         <cohen@andy.bu.edu>.
19844         (spam-stat-buffer-words-with-scores): Don't narrow and change
19845         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19846
19847 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19848
19849         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19850         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19851         (spam-spamassassin-arguments)
19852         (spam-spamassassin-spam-flag-header)
19853         (spam-spamassassin-positive-spam-flag-header)
19854         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19855         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19856         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19857         (spam-list-of-processors, spam-list-of-checks)
19858         (spam-list-of-statistical-checks, spam-registration-functions)
19859         (spam-check-spamassassin-headers, spam-check-spamassassin)
19860         (spam-spamassassin-score)
19861         (spam-spamassassin-register-with-sa-learn)
19862         (spam-spamassassin-register-spam-routine)
19863         (spam-spamassassin-register-ham-routine)
19864         (spam-assassin-register-spam-routine)
19865         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19866         (spam-bogofilter-score): Fix to show article before scoring.
19867
19868 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19869
19870         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19871         default scoring function.
19872         (spam-generic-score): Call spam-spamassassin-score if
19873         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19874         spam-bogofilter-score otherwise.
19875
19876         * gnus.el (spam-process, spam-autodetect-methods):
19877         Add spamassassin and spamassassin-headers.
19878
19879 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19880
19881         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19882         Suppress unnecessary messages.
19883
19884 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19885
19886         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19887         make-hash-table.
19888
19889 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19890
19891         * canlock.el (base64-encode-string): Don't autoload it.
19892
19893 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19894
19895         * run-at-time.el: Remove useless (require 'itimer),
19896         eval-and-compile and (featurep 'xemacs).
19897
19898 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19899
19900         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19901         GROUP is a virtual group.
19902
19903 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19904
19905         * gnus.el: Autoload `message-y-or-n-p'.
19906
19907 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19908
19909         * pgg-parse.el: Remove unnecessary (require 'custom).
19910
19911         * pgg-def.el: do.
19912
19913         * nnmail.el: do.
19914
19915         * gnus-undo.el: do.
19916
19917         * gnus-picon.el: do.
19918
19919         * gnus-util.el: do.
19920
19921 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19922
19923         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19924
19925 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19926
19927         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19928         handle, as well as a list.
19929
19930         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19931         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19932         (mm-w3m-cid-retrieve): Simplify.
19933
19934 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19935
19936         * message.el (message-kill-to-signature): Allow prefix arg to
19937         specify number of lines to keep before signature.
19938
19939 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19940
19941         * message.el (message-kill-to-signature): Change docstring.
19942
19943 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19944
19945         * canlock.el: Always require sha1-el.
19946         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19947
19948         * message.el: Autoload sha1 only when compiling.
19949
19950         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19951         eudc-expand-inline for XEmacs.
19952
19953 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19954
19955         * message.el (message-canlock-generate): Require sha1-el.
19956
19957 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19958
19959         * message.el (message-expand-name): Silence the byte compiler.
19960
19961         * lpath.el: Add detect-coding-system.
19962
19963         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19964         cus-edit.
19965
19966 2004-01-13  Simon Josefsson  <jas@extundo.com>
19967
19968         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19969         Invoke gnus-score-mode.
19970         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19971
19972         * gnus-range.el (gnus-compress-sequence): Doc fix.
19973         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19974
19975 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19976
19977         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19978
19979 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19980
19981         * spam.el (spam-get-article-as-string): Update to use
19982         gnus-request-article-this-buffer, much simpler.
19983         (spam-get-article-as-buffer): Remove.
19984
19985 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19986
19987         * message.el (message-expand-name): Use EUDC if the user uses that.
19988
19989 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19990
19991         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19992         character for the encoding to avoid consing a string.
19993
19994         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19995         unnecessarily.
19996
19997         * mm-util.el (mm-replace-chars-in-string): Remove.
19998
19999         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20000         of mm-replace-chars-in-string.
20001
20002 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20003
20004         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20005
20006         * mm-util.el (mm-subst-char-in-string): Support inplace.
20007
20008         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20009         a new string in every iteration.  Use shy groups.
20010
20011 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20012
20013         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20014         * gnus-soup.el (gnus-soup-group-brew):
20015         * gnus-msg.el (gnus-put-message):
20016         * gnus-move.el (gnus-group-move-group-to-server):
20017         * gnus-kill.el (gnus-batch-score):
20018         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20019         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20020         (gnus-group-update-group, gnus-group-read-group)
20021         (gnus-group-make-group, gnus-group-make-help-group)
20022         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20023         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20024         (gnus-group-sort-by-unread, gnus-group-catchup)
20025         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20026         (gnus-group-yank-group, gnus-group-set-info)
20027         (gnus-group-list-groups):
20028         * gnus.el (gnus-generate-new-group-name):
20029         * gnus-delay.el (gnus-delay-send-queue):
20030         * nnvirtual.el (nnvirtual-catchup-group):
20031         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20032         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20033         (gnus-group-prepare-topics, gnus-topic-check-topology):
20034         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20035         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20036         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20037         (gnus-group-make-articles-read):
20038         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20039         (gnus-group-change-level, gnus-kill-newsgroup)
20040         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20041         (gnus-get-unread-articles, gnus-make-articles-unread)
20042         (gnus-make-ascending-articles-unread): Use accessor
20043         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20044         to get group information for improved readability.
20045
20046
20047 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20048
20049         * gnus-art.el (article-decode-mime-words, article-babel)
20050         (gnus-article-highlight-signature, gnus-article-add-buttons)
20051         (gnus-signature-toggle): Use gnus-with-article-buffer.
20052
20053         * gnus-art.el (gnus-article-highlight-headers)
20054         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20055
20056         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20057         (gnus-article-set-globals, gnus-request-article-this-buffer)
20058         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20059         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20060         (gnus-mime-display-alternative): Use with-current-buffer.
20061
20062 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20063
20064         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20065         also under 80 char limit, and call gnus-error if needed.
20066         (spam-fetch-article-header): Fix - it was a
20067         buffer-local variable (gnus-newsgroup-data).
20068         (spam-find-spam): Use spam-generate-fake-headers, forget about
20069         spam-insert-fake-headers.
20070         (spam-insert-fake-headers): Remove.
20071
20072 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20073
20074         * deuglify.el (gnus-article-outlook-unwrap-lines)
20075         (gnus-outlook-rearrange-article)
20076         (gnus-outlook-repair-attribution-outlook)
20077         (gnus-outlook-repair-attribution-block)
20078         (gnus-outlook-repair-attribution-other): Remove redundant
20079         save-excursion.
20080
20081 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20082
20083         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20084         (spam-fetch-field-subject-fast)
20085         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20086         (spam-fetch-article-header): Add functions to deal with Gnus
20087         internals for fast retrieval of article header data.
20088         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20089
20090 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20091
20092         * pop3.el (pop3-md5): Remove.
20093         (pop3-apop): Replace pop3-md5 with md5.
20094
20095         * mm-bodies.el: base64 is always built-in.
20096
20097         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20098         Use with-current-buffer.
20099
20100 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20101
20102         * canlock.el (canlock-insert-header): Remove excessive grouping in
20103         regexp.
20104
20105         * gnus-sum.el (gnus-summary-read-document): Ditto.
20106
20107         * gnus-uu.el (gnus-uu-part-number): Ditto.
20108
20109         * html2text.el (html2text-remove-tags): Ditto.
20110         (html2text-format-tags): Ditto.
20111         (html2text-format-single-elements): Ditto.
20112
20113         * mml.el (mml-parse-1): Ditto.
20114
20115 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20116
20117         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20118
20119         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20120
20121         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20122
20123         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20124
20125 2003-11-15  Simon Josefsson  <jas@extundo.com>
20126
20127         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20128         (pgg-gpg-lookup-key): Use regexp match instead of
20129         split-string (split-string is different between emacs 21.2 and
20130         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20131
20132 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20133
20134         * gnus-art.el (gnus-mime-view-all-parts)
20135         (gnus-article-part-wrapper, gnus-article-view-part):
20136         Use with-current-buffer.
20137
20138 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20139
20140         * spam.el (spam-disable-spam-split-during-ham-respool)
20141         (spam-spamoracle-database, spam-cache-lookups)
20142         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20143         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20144         (spam-group-ham-marks, spam-group-spam-marks)
20145         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20146         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20147         also add spam-use-blackholes to the statistical checks.
20148         (spam-fetch-field-fast): Add interface to fetching fields, may
20149         become a macro.
20150         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20151         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20152         (spam-insert-fake-headers): Fake an article when needed.
20153         (spam-find-spam): Fake article when possible.
20154         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20155         (spam-check-bogofilter-headers): Use message-fetch-field instead
20156         of nnmail-fetch-field.
20157
20158 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20159
20160         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20161
20162 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20163
20164         * spam.el (spam-split): Do not require spam-use-CHECK to be
20165         enabled if that check is passed to spam-split explicitly; also
20166         fix so 'spam doesn't get converted to spam-split-group when
20167         spam-split-symbolic-return is t.
20168         (spam-find-spam): Find registrations of the article and use those
20169         instead of re-running spam-split to find the spam/ham
20170         classification of the article.
20171         (spam-log-processing-to-registry, spam-log-registered-p)
20172         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20173         Use gnus-error instead of gnus-message.
20174         (spam-log-registration-type): Add function to determine the
20175         classification of a message based on registry entries; will
20176         return nil if both 'spam and 'ham are found.
20177         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20178         a reasonably fast local cache without the loading errors.
20179         (spam-cache-lookups): Set to t by default.
20180         (spam-find-spam): Don't try to guess spam-cache-lookups.
20181         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20182         spam-caches entry.
20183         (spam-filelist-build-cache, spam-filelist-check-cache):
20184         Fix caching of whitelist/blacklist entries.
20185         (spam-check-whitelist, spam-check-blacklist):
20186         Invoke spam-from-listed-p with a type, not a cache variable.
20187         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20188
20189 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20190
20191         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20192
20193         * nnmail.el (nnmail-split-fancy): do.
20194
20195         * mml.el (mml-parse): do.
20196
20197         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20198         (gnus-score-adaptive): do.
20199
20200 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20201
20202         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20203         (gnus-mime-button-map): Don't set keymap parent.
20204         (gnus-button-ctan-directory-regexp): Use shy grouping.
20205         (gnus-prev-page-map): Don't set keymap parent.
20206         (gnus-prev-page-map): Remove duplicated one.
20207         (gnus-next-page-map): Don't set keymap parent.
20208         (gnus-mime-security-button-map): Ditto.
20209
20210         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20211         version number.
20212
20213         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20214
20215 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20216
20217         * canlock.el (canlock-sha1-function): Remove.
20218         (canlock-sha1-function-for-verify): Remove.
20219         (canlock-openssl-program): Remove.
20220         (canlock-openssl-args): Remove.
20221         (canlock-ignore-errors): Remove.
20222         (canlock-sha1-with-openssl): Remove.
20223         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20224         (canlock-verify): Don't use canlock-ignore-errors.
20225
20226         * sha1-el.el (sha1-string-external): Make it can return a string
20227         in binary form.
20228         (sha1-region-external): Ditto.
20229         (sha1-string-internal): Ditto.
20230         (sha1-region-internal): Ditto.
20231         (sha1-region): Ditto.
20232         (sha1-string): Ditto.
20233         (sha1): Ditto.
20234
20235 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20236
20237         * spam.el (spam-report-articles-gmane): New command.
20238
20239 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20242
20243         * run-at-time.el (run-at-time-saved): Remove.
20244         (run-at-time): Doc fix.
20245
20246 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20247
20248         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20249         (gnus-summary-limit-map): Add it.
20250         (gnus-summary-make-menu-bar): do.
20251
20252 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20253
20254         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20255         Make attempt at some caching support (done for BBDB only now).
20256         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20257         addresses to be checked.
20258         (spam-clear-cache-BBDB): Add function, to be invoked by
20259         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20260         (spam-check-BBDB): Check and use the caches, if
20261         spam-cache-lookups is on, remove superfluous (provide).
20262
20263 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20264
20265         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20266
20267 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20268
20269         * run-at-time.el (run-at-time-saved): Move to after the definition
20270         of `run-at-time'.
20271
20272         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20273
20274 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20277         mm-w3m-local-map-property.
20278
20279         * mm-view.el (mm-w3m-mode-map): Remove.
20280         (mm-w3m-local-map-property): Remove.
20281         (mm-inline-text-html-render-with-w3m): Don't use
20282         mm-w3m-local-map-property.
20283
20284 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20285
20286         * run-at-time.el: New file.
20287
20288         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20289         under Emacs.
20290
20291         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20292         of gnus-set-text-properties.
20293
20294         * gnus-uu.el (gnus-uu-save-article): Ditto.
20295
20296         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20297
20298         * gnus-cite.el (gnus-cite-parse): Ditto.
20299
20300         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20301         of gnus-.
20302
20303         * gnus-xmas.el (run-at-time): Require run-at-time.
20304
20305         * gnus.el: Change calls to nnheader-run-at-time and
20306         password-run-at-time throughout to use run-at-time directly.
20307
20308         * password.el: Remove definition of run-at-time.
20309
20310         * nnheaderxm.el: Remove definition of run-at-time.
20311
20312 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20313
20314         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20315         in prompt.
20316
20317 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20318
20319         * messagexmas.el (message-xmas-redefine): Alias
20320         `message-make-caesar-translation-table' to
20321         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20322         version.
20323
20324         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20325         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20326         `gnus-xmas-set-text-properties'.
20327         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20328         `gnus-xmas-completing-read'.
20329         (gnus-xmas-completing-read): Removed.
20330         (gnus-xmas-open-network-stream): Removed.
20331
20332         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20333         XEmacs version.
20334
20335         * dns.el (dns-make-network-process): Use `open-network-stream'
20336         instead of `gnus-xmas-open-network-stream'.
20337
20338         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20339
20340         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20341
20342 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20343
20344         * gnus-art.el (gnus-mime-display-alternative)
20345         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20346         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20347         Don't use gnus-local-map-property.
20348
20349         * gnus-util.el (gnus-local-map-property): Remove.
20350
20351         * mm-view.el (mm-view-pkcs7-decrypt):
20352         Replace gnus-completing-read-maybe-default with completing-read.
20353
20354         * gnus-util.el (gnus-completing-read): do.
20355         (gnus-completing-read-maybe-default): Remove.
20356
20357 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20358
20359         * password.el: Only autoload `run-at-time' if not XEmacs.
20360         Only autoload the itimer functions if XEmacs.
20361
20362 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20363
20364         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20365         XEmacsen.
20366
20367         * dgnushack.el: Autoload executable-find for XEmacs.
20368
20369 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20370
20371         * gnus-art.el (gnus-read-string): Remove.
20372         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20373         read-string.
20374
20375 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20376
20377         * netrc.el: Autoload password-read.
20378         (netrc): Add configuration group.
20379         (netrc-encoding-method, netrc-openssl-path):
20380         Add variables for encoding and decoding of files with symmetric
20381         ciphers.
20382         (netrc-encode): Add assistant function to encode a file with
20383         netrc-encoding-method.
20384         (netrc-parse): Add interactive parameter, added optional
20385         decoding if netrc-encoding-method is non-nil but otherwise
20386         behavior is standard.
20387         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20388         Do s/encode/encrypt/ everywhere.
20389
20390         * spam.el: Remove executable-find autoload.
20391
20392 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20393
20394         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20395
20396         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20397
20398 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20399
20400         * gnus-art.el (gnus-treat-ansi-sequences)
20401         (article-treat-ansi-sequences): New variable and function.
20402         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20403
20404         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20405         Use it.
20406
20407 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20408
20409         * mm-util.el (mm-quote-arg): Remove.
20410
20411         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20412         shell-quote-argument.
20413
20414         * gnus-uu.el (gnus-uu-command): do.
20415
20416         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20417
20418         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20419         with make-char.
20420
20421         * mm-util.el (mm-make-char): Remove.
20422
20423         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20424         add-minor-mode.
20425
20426         * gnus-undo.el (gnus-undo-mode): do.
20427
20428         * gnus-topic.el (gnus-topic-mode): do.
20429
20430         * gnus-sum.el (gnus-dead-summary-mode): do.
20431
20432         * gnus-start.el (gnus-slave-mode): do.
20433
20434         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20435
20436         * gnus-ml.el (gnus-mailing-list-mode): do.
20437
20438         * gnus-gl.el (gnus-grouplens-mode): do.
20439
20440         * gnus-draft.el (gnus-draft-mode): do.
20441
20442         * gnus-dired.el (gnus-dired-mode): do.
20443
20444         * gnus-ems.el (gnus-add-minor-mode): Remove.
20445
20446         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20447         Replace gnus-char-width with char-width.
20448
20449         * gnus-ems.el (gnus-char-width): Remove.
20450
20451         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20452         Replace gnus-char-width with char-width.
20453
20454         * gnus-ems.el (gnus-char-width): Remove.
20455
20456         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20457         definition.
20458         Remove Emacs 20 hash table compatibility code.
20459
20460         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20461         20 compatibility code.
20462
20463         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20464
20465         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20466
20467         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20468         Replace with point-at-{eol,bol}.
20469
20470         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20471
20472         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20473
20474         * flow-fill.el (fill-flowed-point-at-bol)
20475         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20476
20477         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20478         Replace with point-at-{eol,bol} throughout all files.
20479
20480 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20481
20482         * ntlm.el (ntlm-string-as-unibyte): New macro.
20483         (ntlm-build-auth-response): Use it.
20484
20485         Remove Emacs 20 stuff:
20486         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20487         (butlast, mapc, remove): Remove the compiler macros.
20488         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20489         of delq and copy-sequence.
20490         * gnus-art.el (popup-menu): Remove the compiler macro.
20491         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20492         Emacs 20.
20493
20494 2004-01-05  Simon Josefsson  <jas@extundo.com>
20495
20496         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20497         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20498         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20499         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20500         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20501         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20502         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20503         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20504         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20505         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20506         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20507         string-xor into ntlm-string-xor.
20508         Suggested by Jesper Harder <harder@myrealbox.com>.
20509
20510         * ntlm.el: Don't include poem.
20511
20512         * md4.el (print-int32, print-string-hexa): Remove.
20513         Suggested by Jesper Harder <harder@myrealbox.com>.
20514
20515         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20516
20517         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20518         probably breaks emacs with DL patch, but do we care? Is anyone
20519         still using the DL stuff?)
20520
20521         * sieve-manage.el: Use the password package.
20522         (sieve-manage-read-passwd): Remove.
20523         (sieve-manage-interactive-login): Use password.  Re-add
20524         condition-case around loop.
20525
20526         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20527         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20528         Use the password package.
20529
20530 2003-02-19  Simon Josefsson  <jas@extundo.com>
20531
20532         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20533         token.
20534
20535 2002-08-07  Simon Josefsson  <jas@extundo.com>
20536
20537         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20538         (sieve-manage-authenticators):
20539         (sieve-manage-authenticator-alist): Add some SASL mechs.
20540         (sieve-sasl-auth): New function.
20541         (sieve-manage-cram-md5-auth):
20542         (sieve-manage-plain-auth): Rewrite using SASL library.
20543         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20544         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20545         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20546         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20547
20548 2004-01-05  Simon Josefsson  <jas@extundo.com>
20549
20550         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20551         New files.
20552
20553 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20554
20555         * gnus-group.el (gnus-no-groups-message): Update.
20556
20557         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20558
20559 2003-11-09  Simon Josefsson  <jas@extundo.com>
20560
20561         * imap.el: Support for ID IMAP extension (RFC 2971).
20562         (imap-local-variables): Add imap-id.
20563         (imap-id): New variable.
20564         (imap-id): New function.
20565         (imap-parse-response): Parse untagged ID response.
20566         * nnimap.el (nnimap-id): New variable.
20567         (nnimap-open-connection): Use it.
20568
20569 2003-12-28  Simon Josefsson  <jas@extundo.com>
20570
20571         * gnus-score.el (gnus-score-edit-all-score): New.
20572         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20573
20574 2004-01-04  Simon Josefsson  <jas@extundo.com>
20575
20576         * password.el: Add.
20577
20578 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20579
20580         * dns.el (dns-query-types): Fix typo.
20581         (dns-query-types): New function.
20582         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20583         PTR and SOA replies, see RFC 1035.
20584
20585 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20586
20587         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20588
20589         * Move to Changelog.2.
20590
20591 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20592
20593         * gnus.el (gnus-version-number): Bump version.
20594
20595 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20596
20597         * gnus.el: No Gnus v0.1 is released.
20598
20599 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20600
20601         * gnus.el: No Gnus v0.0 is released.
20602
20603 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20604
20605         * gnus.el (gnus-version-number): Bump.
20606         (gnus-version): No.
20607
20608 See ChangeLog.2 for earlier changes.
20609
20610   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20611
20612   This file is part of GNU Emacs.
20613
20614   GNU Emacs is free software: you can redistribute it and/or modify
20615   it under the terms of the GNU General Public License as published by
20616   the Free Software Foundation, either version 3 of the License, or
20617   (at your option) any later version.
20618
20619   GNU Emacs is distributed in the hope that it will be useful,
20620   but WITHOUT ANY WARRANTY; without even the implied warranty of
20621   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20622   GNU General Public License for more details.
20623
20624   You should have received a copy of the GNU General Public License
20625   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20626
20627 ;; Local Variables:
20628 ;; coding: utf-8
20629 ;; fill-column: 79
20630 ;; add-log-time-zone-rule: t
20631 ;; End: