Disable the async code for now, since it doesn't work for all users.
[gnus] / lisp / ChangeLog
1 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4         code for now, since it doesn't work for all users.
5
6 2011-02-09  Julien Danjou  <julien@danjou.info>
7
8         * message.el (message-options): Make message-options really buffer
9         local.
10
11 2011-02-08  Julien Danjou  <julien@danjou.info>
12
13         * shr.el (shr-tag-body): Add support for text attribute in body
14         markups.
15
16         * message.el (message-options): Make message-options a local variable.
17
18 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
19
20         * nnimap.el (nnimap-update-info): Refactor slightly.
21         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
22         (nnimap-update-info): Clean up slightly.
23         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
24         characters.
25         (nnimap-process-quirk): Renamed function to avoid collision.
26         (nnimap-update-info): Fix macrology bug-out.
27         (nnimap-update-info): Simplify split history test.
28
29 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
30
31         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
32         part not returning any data.
33
34         * proto-stream.el (open-protocol-stream): Document the return value.
35
36 2011-02-06  Julien Danjou  <julien@danjou.info>
37
38         * message.el (message-setup-1): Handle message-generate-headers-first
39         set to t.
40
41 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
42
43         * message.el (message-setup-1): Remove the read-only stuff, since it
44         doesn't work under XEmacs, for some reason.
45
46         * gnus-sum.el (gnus-user-date): Renamed back from
47         gnus-summary-user-date since user code refers to it.
48
49         * shr.el (shr-render-td): Store the actual background colour used.
50
51         * message.el (message-setup-1): Don't bind the constant
52         -forbidden-properties.
53         (message-setup-1): Revert previous change, since it needs to bind the
54         props to insert them.
55         (message-resend): Allow removing the read-only separator line.
56
57 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
58
59         * nnimap.el (nnimap-request-accept-article): Give an error message if
60         the APPEND wasn't successful.
61
62 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
63
64         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
65         that have no groups.
66
67 2011-02-03  Julien Danjou  <julien@danjou.info>
68
69         * gnus-draft.el: Remove progn around gnus-draft-setup.
70
71 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-start.el (gnus-read-active-for-groups): This function is never
74         called with a nil `infos', so clean that up.
75         (gnus-get-unread-articles): Request active files from primary/secondary
76         methods that have no groups (yet).
77
78 2011-02-03  Julien Danjou  <julien@danjou.info>
79
80         * message.el (message-setup-1): Always generate References first.
81         (message-mail): Return the return value of message-setup, not always t.
82         (message-setup-1): Insert mail-header-separator with read-only and
83         intangible properties set.
84
85         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
86         user-date in docstring.
87
88         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
89
90         * gnus.el (gnus-summary-line-format): Mention &user-date format in
91         docstring.
92
93         * gnus.el (gnus-user-date-format-alist): Change default value. Use
94         defcustom, with type and group. Move from gnus-util.el. Rename to
95         gnus-summary-user-date-format-alist.
96
97 2011-02-03  Glenn Morris  <rgm@gnu.org>
98
99         * nnimap.el (gnus-fetch-headers): Declare.
100
101         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
102
103 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
104
105         * message.el (message-forward-make-body-digest-plain)
106         (message-followup, message-reply): Clean up things noted by Stefan.
107
108         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
109         gnus-article-update-date-headers is nil.
110         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
111         it didn't really work with defcustom.
112         (article-update-date-lapsed): Make sure the window start doesn't move,
113         either.
114
115 2011-02-01  Julien Danjou  <julien@danjou.info>
116
117         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
118         format.
119
120         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
121         standard in Emacs nowadays.
122
123         * color.el (color-gradient): Add a color-gradient function.
124
125 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
126
127         * message.el (message-expand-name): Don't trust the return value of
128         bbdb-complete-name.
129         (message-check-news-header-syntax): Remove unused var `start'.
130         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
131         (message-inhibit-body-encoding): Move to before first use.
132         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
133         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
134         (Organization, Message-ID, Date, mh-previous-window-config):
135         Defvar the vars using dynamic scoping.
136
137 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
138
139         * shr.el (shr-render-td): Only do colours at the final rendering.
140         Should be slightly faster.
141         (shr-insert-table): Fix up TD background colours when doing the
142         vertical padding.
143
144         * gnus-art.el (article-date-ut): Protect against articles with no Date
145         header.
146         (article-update-date-lapsed): Don't use current-column to find the
147         horizontal position.  It's fragile in the presence of \003 characters.
148
149         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
150
151 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-art.el (article-transform-date): Rewrite to still work when
154         there are several rfc2822 parts.
155         (article-transform-date): Fix infinite recursion.
156         (article-date-ut): Replace infinitely many Date headers with a single
157         one when called interactively.
158
159         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
160         secure manner.
161
162         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
163         move around by not using save-window-excursion.  It seems to work...
164
165 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * gnus-art.el (article-make-date-line): Work for user-defined format.
168
169 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
170
171         * nntp.el (nntp-retrieve-group-data-early)
172         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
173         fetching functions.
174
175         * gnus-start.el (gnus-read-active-for-groups): Read the active files
176         thoroughly for all backends that have no known groups.  This should
177         allow new nnml methods to retrieve mail.
178
179         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
180         that Gnus doesn't know exists again.
181
182         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
183         (gnus-treat-date-ut): Ditto.
184         (gnus-article-update-date-header): Renamed.
185         (gnus-treat-date-local): Removed.
186         (gnus-treat-date-english): Removed.
187         (gnus-treat-date-lapsed): Removed.
188         (gnus-treat-date-combined-lapsed): Removed.
189         (gnus-treat-date-original): Removed.
190         (gnus-treat-date-iso8601): Removed.
191         (gnus-treat-date-user-defined): Removed.
192         (gnus-article-date-headers): New variable to control all the date
193         header options.
194         (article-date-ut): Rewrite to allow using the new way to format date
195         headers(s).
196
197 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
198
199         * nnmail.el (nnmail-article-group): Check for a direct fancy split
200         method.
201         (nnmail-article-group): A better test for fanciness.
202
203         * nnimap.el (nnimap-request-head): Protect against not finding the
204         article by Message-ID.
205
206 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
207
208         * gnus-art.el (article-update-date-lapsed): Try a better way to really
209         keep point at the "same place".
210
211 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
212
213         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
214         data if the group is unactivated.
215
216 2011-01-28  Julien Danjou  <julien@danjou.info>
217
218         * gnus-win.el: Remove dead function gnus-window-configuration-element.
219         (gnus-all-windows-visible-p): Remove old compatibility code.
220         (gnus-window-top-edge): Add docstring.
221
222         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
223
224 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
227         older request-update-info.
228
229         * gnus-art.el (article-make-date-line): Limit the length a bit more.
230
231 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
232
233         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
234         mml2015-signers higher precedence over mml2015-sign-with-sender.
235
236 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
237
238         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
239         groups.  This makes the nndraft:queue group pop up if it's not already
240         there.
241
242         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
243         messages" logic, which was reversed.
244
245         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
246         the "same place" even if point is on the line being replaced.
247         (article-update-date-lapsed): Allow updating both the combined lapsed
248         and the lapsed headers.
249         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
250         (article-make-date-line): Limit the number of segments dynamically to
251         avoid too-long lines.
252
253 2011-01-27  Julien Danjou  <julien@danjou.info>
254
255         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
256         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
257
258 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
261         Use plist-get instead of the cl function getf.
262
263 2011-01-27  Glenn Morris  <rgm@gnu.org>
264
265         * gnus-util.el (float-time): Get rid of compiler warning, again.
266
267 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
268
269         * shr.el (shr-put-color): Special-case background colours: Do put them
270         at the blank parts at the front of the lines.
271
272         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
273         exit hook to nix out all data on readedness on group exit.
274
275         * gnus-util.el (float-time): If float-time is bound, always use it on
276         all Emacsen.  It's unclear why the subrp check was there.
277         (time-date): Require to make some autoload issues on XEmacs go away.
278
279         * shr.el (shr-put-color): Don't do the box padding in tables, since
280         they're already padded.
281
282 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
283
284         * gnus-art.el (gnus-article-next-page): When the last line of the
285         article is displayed, scroll down once more instead of going to the
286         next article at once.
287         (article-lapsed-string): Refactor out and allow specifying how many
288         segments you want.
289         (gnus-article-setup-buffer): Start updating the lapsed header directly.
290         (gnus-article-update-lapsed-header): New variable.
291
292         * shr.el: Revert change that made headings use different-sized faces.
293         The Emacs display engine isn't advanced enough that, for instance,
294         tables can comfortably use differntly-sized faces.
295
296 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
297
298         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
299         used.
300         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
301         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
302         we're using an encrypted connection.
303
304         * proto-stream.el: Alter the interface functions to also return the
305         actual stream type used: network or tls.
306
307 2011-01-25  Julien Danjou  <julien@danjou.info>
308
309         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
310         (mm-display-javascript-inline): New function.
311
312         * mm-decode.el (mm-inline-media-tests): Add application/javascript
313         viewing function.
314
315 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * shr.el (shr-expand-newlines): Fix variable name.
318
319 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
320
321         * shr.el (shr-expand-newlines): Make nested boxes work.
322
323 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
324
325         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
326         backgrounds.
327         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
328         in a more sensible manner.
329
330 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
331
332         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
333         if EPG is loaded.
334
335 2011-01-24  Julien Danjou  <julien@danjou.info>
336
337         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
338         tags.
339
340 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
341
342         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
343         commands.
344
345         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
346         in the article buffer.
347         (gnus-gravatar-insert): Use blank space from the current buffer to
348         avoid breaking text properties.  This makes X-Sent updating work again.
349
350         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
351
352 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
355         fix the bug in url-http.el instead.
356
357         * shr.el (shr-image-fetched): Ditto.
358
359         * shr.el (shr-image-fetched): Avoid having point move in the article
360         buffer.
361
362         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
363         buffer after being called.  It's apparently being killed by url.el, and
364         killing it made point move to end-of-buffer in a random buffer.
365
366         * shr.el (shr-image-fetched): Ditto.
367
368 2011-01-23  Julien Danjou  <julien@danjou.info>
369
370         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
371
372         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
373         text/x-org.
374
375 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus-sum.el (gnus-summary-move-article): Protect against backends
378         (i.e., nnimap) returning nil as the article number.
379
380 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
381
382         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
383         "DelSp" parameter in RFC3676.
384
385 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
386
387         * message.el (message-check-recipients): Display the encoded version of
388         the bogus address if they differ.
389
390         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
391         after sending.
392
393         * gnus-agent.el (gnus-agent-send-mail): Ditto.
394
395         * gnus-group.el (gnus-group-refresh-group): New convenience function.
396
397         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
398         group buffer after sending the queue.
399
400         * gnus-agent.el (gnus-agent-send-mail): Ditto.
401
402 2011-01-22  Julien Danjou  <julien@danjou.info>
403
404         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
405
406 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
407
408         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
409         nested related parts.
410
411         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
412         unexpired articles.  This fixes the regression that led expiry marks to
413         disappear from nnfolder groups.
414
415 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
416
417         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
418         Don't confuse the "ret" of "retrograde" with RET.
419
420 2011-01-21  Julien Danjou  <julien@danjou.info>
421
422         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
423         than mm-insert-inline.
424
425 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
428         Widen article buffer.
429
430 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
431
432         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
433         the temp buffer.
434         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
435
436 2011-01-20  Julien Danjou  <julien@danjou.info>
437
438         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
439
440         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
441         than mm-insert-inline to insert inline part: this respect
442         mm-inline-media-tests displayers.
443
444         * mm-view.el (mm-display-shell-script-inline): New function.
445
446         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
447
448         * mm-uu.el (mm-uu-type-alist): Add org block.
449         (mm-uu-org-src-code-block-extract): New function.
450
451         * mm-view.el (mm-display-org-inline): New function.
452
453         * mm-decode.el (mm-automatic-display): Add text/org.
454
455         * mailcap.el (mailcap-mime-extensions): Add .org.
456
457 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus-art.el (gnus-article-highlight): Remove argument passed to
460         gnus-article-add-buttons.
461
462 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
463
464         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
465         From header with a date and "nobody" as the sender.
466
467 2011-01-19  Julien Danjou  <julien@danjou.info>
468
469         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
470         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
471         if you have the same regexp several times.
472         (gnus-button-push): Fix matching when regexp is symbol.
473
474 2011-01-15  Glenn Morris  <rgm@gnu.org>
475
476         * message.el (message-mail): A compose-mail function should
477         accept headers as strings.
478
479 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
480
481         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
482         Add :vert-only tags.
483         (message-mail): New arg RETURN-ACTION.
484         (message-return-action): New var.
485         (message-bury): Use it.
486         (message-mode): Make it buffer-local.
487         (message-send-and-exit): Always call message-bury.
488
489         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
490         message-mail.
491
492 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * nnimap.el (nnimap-convert-partial-article): Protect against
495         zero-length body parts.
496
497         * mm-decode.el (mm-preferred-alternative-precedence):
498         Discourage showing empty parts.
499
500         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
501         and stuff if the backend didn't return the article number.  This fixes
502         an Exchange-related nnimap bug.
503
504         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
505         group window, because it does the wrong thing when a separate frame
506         displays the group buffer.
507
508         * proto-stream.el (open-protocol-stream): Protect against the low-level
509         transport functions returning nil.
510
511 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
512
513         * mml2015.el (epg-sub-key-fingerprint): Autoload.
514         (mml2015-epg-find-usable-secret-key): New function.
515         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
516         mml2015-epg-find-usable-key (Bug#7797).
517         (mml2015-epg-encrypt): Ditto.
518
519 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * dgnushack.el (rot13-string): Fix the way to get the argument.
522
523 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
526
527 2011-01-03  Glenn Morris  <rgm@gnu.org>
528
529         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
530
531         * sieve.el (sieve-open-server): Give a more explicit error if
532         sieve-manage-open returns nil.  (Bug#7720)
533
534 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
535
536         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
537
538 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
541         This avoids sending passwords in plain text over non-encrypted
542         channels.
543
544         * shr.el (shr-rescale-image): Display all GIF images as animated images.
545
546         * nnimap.el (nnimap-login): Refactored out into own function, and
547         implement CRAM-MD5.
548         (nnimap-wait-for-line): Refactored out.
549
550         * mm-view.el (mml-smime): Require.
551
552 2010-12-20  David Engster  <deng@eml.cc>
553
554         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
555         use EPG to decrypt S/MIME messages instead of openssl.
556
557 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
560
561         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
562         status is the group clearly is unreachable.
563
564         * auth-source.el (auth-source-create): Add the optional second
565         parameter to `local-variable-p' to be compatible with XEmacs.
566
567 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
568
569         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
570         work when using a compressed nnml folder.
571
572 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
575         backends after sanitising on entry, because this never makes sense:
576         If the articles have gone missing, then the data no longer exists on
577         the backend, and if they haven't, then Gnus is wrong, and shouldn't
578         overwrite anything anyway.
579
580         * shr.el (shr-insert-document): Bind shr-width dynamically to
581         window-width if it's nil.
582
583 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
584
585         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
586         with the meaning of using the full emacs window width for rendering.
587
588 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
589
590         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
591         case when sender is not given.
592
593 2010-12-23  Julien Danjou  <julien@danjou.info>
594
595         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
596         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
597         the addresses, otherwise we might misplaced the gravatar.
598
599 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
600
601         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
602         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
603         obsolete in Emacs.
604
605 2010-12-20  Julien Danjou  <julien@danjou.info>
606
607         * gnus-util.el (gnus-rescale-image): Revert last change.
608
609 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
610
611         * binhex.el: Improve commentary (Bug#7482).
612
613 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * gnus-group.el (gnus-group-delete-articles): New command.
616
617 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
618
619         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
620
621 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
624         here, since it's up to the backends to do CRLF removal if their
625         protocol has it.
626
627         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
628
629 2010-12-17  Julien Danjou  <julien@danjou.info>
630
631         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
632         they are from file. Can also scale up.
633
634 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
635
636         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
637         gnus-use-agent.
638         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
639
640         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
641
642 2010-12-17  Julien Danjou  <julien@danjou.info>
643
644         * gravatar.el (gravatar-retrieve-synchronously): New function.
645         (gravatar-get-data): Make more robust.
646
647 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
650
651 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
654         to really consider the last line.
655
656 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
657
658         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
659         list of recipient keys, or use symmetric encryption if not a list.
660         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
661         EPA override, replacing the call to `netrc-store-data'.
662
663 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
664
665         * gnus-srvr.el: Avoid passing nil regexp argument to
666         delete-matching-lines.
667
668 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
671         fetching stops when Gnus exits.
672
673         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
674         function.
675         (nnfolder-request-expire-articles): Save all the buffers after doing
676         expiry.
677
678         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
679         the last article", since that led to serious performance regressions
680         when expiring nnml groups.
681
682 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
683
684         * nnir.el: Improve customizations.
685
686 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
689
690         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
691         group has been killed.
692         (gnus-group-yank-group): Ditto.
693
694         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
695
696         * nnimap.el (nnimap-request-update-group-status): New function.
697
698         * gnus-int.el (gnus-request-update-group-status): New interface
699         function.
700
701         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
702         copying read-ness to the backends.
703
704         * nnimap.el (nnimap-quirk): New function.
705         (nnimap-retrieve-group-data-early): Use it.
706         (nnimap-quirks): New alist.
707
708 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * shr.el (shr-insert): Set shr-start after deleting trailing space;
711         don't delete it within indentation.
712
713 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
716         previous line.
717
718 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
721         QRESYNC command by deleting a superfluous space which broke Cyrus
722         servers.  This change will break other servers that are buggy the other
723         way around.
724
725 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
726
727         * spam.el: Reindent and fix long lines.
728         (spam-copy-or-move-routine): Exclude invalid move destinations.
729
730 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
731
732         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
733         installed the registry.
734
735 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
738
739 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
740
741         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
742         groupname doesn't contain "gmane".
743
744 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
747         and netrc-bound-and-true-p bindings.
748         (netrc-parse): Cache the netrc contents.
749
750         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
751         (gnus-1): Don't create the nndrafts group twice.
752         (gnus-setup-news): There's no need to read the active file here, since
753         that's done again later on a per-backend basis.
754         (gnus-start-draft-setup): Make sure that the new group is started out
755         empty.
756
757         * gnus-agent.el (gnus-agentize): Don't create the queue group
758         automatically on startup.  It'll be created later, if needed.
759
760         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
761         of automatically subscribed groups.
762         (gnus-auto-subscribed-categories): New variable.
763         (gnus-matches-options-n): Use it.
764         (gnus-default-subscribed-newsgroups): Remove unused variable.
765         (gnus-start-draft-setup): Message a bit less.
766
767 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
768
769         * nnir.el (nnir-run-imap): Return article list in order of increasing
770         UID.
771
772 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * gnus-sum.el (gnus-summary-enter-digest-group):
775         Mention gnus-auto-select-on-ephemeral-exit.
776
777         * proto-stream.el (proto-stream-open-network-only): Fix the calling
778         convention of the network-only option.
779
780 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
781
782         * proto-stream.el (proto-stream-open-network-only): New function to
783         have a way to specify non-STARTTLS upgrade connections.
784
785 2010-12-10  Julien Danjou  <julien@danjou.info>
786
787         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
788         email address is nil.
789
790         * message.el (message-bogus-recipient-p): Set address to "" if nil.
791
792 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
793
794         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
795         deletion.
796         (nnir-run-imap): Only need to parse list once.
797
798 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * shr.el (shr-tag-script): Ignore <script>.
801         (shr-tag-label): Add <label> support.
802
803 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
806
807         * shr.el (shr-image-displayer): Work for images lined side by side.
808
809 2010-12-08  Robert Pluim  <rpluim@gmail.com>
810
811         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
812         parameter, since XEmacs doesn't accept t as a parameter.
813
814 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
815
816         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
817         ids.
818         (nnir-run-gmane): Simplify groupspec formatting.
819         (nnir-request-expire-articles): New function.
820
821 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
824         overflow, possibly.
825
826         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
827         (shr-render-td): Handle td style="" better.
828         (shr-tag-table): Use the color from the style sheet.
829         (shr-render-td): Make sure we copy over all the overlays, too.
830
831 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
832
833         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
834         (nnir-request-article): Improve article retrieval.
835
836 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * mm-util.el (mm-extra-numeric-entities): New variable.
839
840         * mm-url.el (mm-url-decode-entities):
841         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
842
843         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
844
845 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
846
847         * message.el: Use completion-at-point.
848         (message-completion-function): New fun, extracted from message-tab.
849         (message-mode): Use it for completion-at-point-functions.
850         (message-tab): Use it and completion-at-point.
851
852 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
855         character if a non-breakable character follows.
856
857 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
860         any stream.
861
862         * shr.el (shr-tag-font): Colorize the region.
863         (shr-tag-body): Ditto.
864         (shr-tag-font): Actually let the styles be inherited instead of
865         overwriting them.
866         (shr-tag-font): Get the background color right.
867         (shr-tag-style): Ignore all <style> tags for the moment.
868
869         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
870         a Message-ID to avoid having nnimap depend on gnus-sum.
871
872         * shr.el (shr-descend): Only colorize something if we have a node that
873         sets colors.
874
875 2010-12-06  Julien Danjou  <julien@danjou.info>
876
877         * shr.el (shr-render-td): Render td content with shr-descend, so style
878         will be applied to <td> too.
879         (shr-colorize-region): Colorize region even if we only have a background.
880         (shr-tag-body): Fix color and background color inheritance.
881         Do not recolorize after shr-generic.
882         (shr-tag-font): Let shr-generic colorize via inheritance.
883
884 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
885
886         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
887
888 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
889
890         * nnir.el (nnir-request-move-article): Remove obsolete code.
891
892 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
895
896 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-sum.el (gnus-summary-respool-article): The completion function
899         expects a list instead of an alist.
900
901         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
902         string as the parameter.
903
904         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
905
906         * shr.el (shr-stylesheet): New dynamic variable for cascading the
907         styles.
908         (shr-colorize-region): New function.
909         (shr-insert-background-overlay): Remove.
910         (shr-render-td): Background setting should be taken care of on a higher
911         level.
912         (shr-tag-body): Use post-hoc colorizations.
913         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
914         (shr-put-color-1): Don't overwrite old colors.
915         (shr-colorize-region): When the background color isn't explicit, use
916         a fixed background.
917
918         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
919         nnmail variables.
920
921 2010-12-05  Bjørn Mork  <bjorn@mork.no>
922
923         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
924         unless necessary.
925
926 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
927
928         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
929         server.
930
931 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
934         so that TAB works.
935
936         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
937         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
938
939         * shr.el (shr-urlify): Show the URL before the title to avoid
940         misleading URLs.
941
942 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
943
944         * shr.el (shr-urlify): Display the title in <a> tags.
945
946 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
947
948         * nnir.el (nnir-categorize): Replace mapcar with mapc.
949
950 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
951
952         * nnir.el: Rearrange code to allow macros to be autoloaded by
953         gnus-sum.el.
954         (nnir-retrieve-headers-override-function): Make this variable
955         customizable.
956         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
957
958         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
959         from nnir.el.
960
961 2010-12-03  Julien Danjou  <julien@danjou.info>
962
963         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
964
965 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
968         allow optional argument `environment'.
969
970 2010-12-03  Glenn Morris  <rgm@gnu.org>
971
972         * mm-extern.el (message-goto-body): Update declaration.
973
974 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-util.el (gnus-macroexpand-all): New function.
977
978         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
979         instead of macroexpand-all that is unavailable in XEmacs.
980
981 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
982
983         * nnir.el (nnir-summary-line-format): New variable.
984         (nnir-mode): Use it.
985         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
986         (nnir-article-ids): Reimplement as defsubst.
987         (nnir-retrieve-headers): Don't mangle the subject header.
988         (nnir-run-imap): Use 100 as RSV score.
989         (nnir-run-find-grep): Fix for full server searching.
990         (nnir-run-gmane): Better restriction to gmane groups.
991
992         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
993         summary buffers.
994
995 2010-12-02  Julien Danjou  <julien@danjou.info>
996
997         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
998
999         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1000
1001         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1002         support.
1003
1004 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1005
1006         * nnir.el: Update to handle the registry better.
1007         (autoload): Silence byte-compiler.
1008         (nnir-open-server): Add a hook for nnir groups.
1009         (nnir-request-move-article): Don't mangle the header. Better to use
1010         formating variables (which will be added in the future).
1011         (nnir-registry-action): Update the registry using the original article
1012         group name.
1013         (nnir-mode): Install nnir-specific hooks for updating the registry.
1014
1015         * gnus-sum.el
1016         (gnus-article-original-subject,gnus-newsgroup-original-name):
1017         Remove obsolete variables.
1018         (gnus-summary-move-article): Remove use of obsolete variables.
1019         (gnus-summary-local-variables): Make move and delete hooks local to
1020         summary buffers.
1021
1022 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * rtree.el: New file.
1025
1026 2010-12-01  Julien Danjou  <julien@danjou.info>
1027
1028         * message.el (message-user-organization): Do not use
1029         gnus-local-organization.
1030
1031         * gnus.el: Remove gnus-local-organization.
1032
1033         * gnus-msg.el: Remove nastygram thing.
1034
1035 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1036
1037         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1038         funcall.
1039
1040 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1043         names.
1044
1045         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1046         characters.
1047
1048         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1049         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1050         Suggested by Štěpán Němec <stepnem@gmail.com>.
1051         (gnus-gravatar-transform-address): Use mail-extract-address-components
1052         that supports non-ASCII names rather than mail-header-parse-addresses.
1053
1054 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * proto-stream.el (open-protocol-stream): All starttls connections are
1057         handled by the network handler.
1058
1059 2010-11-30  Julien Danjou  <julien@danjou.info>
1060
1061         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1062         (nnimap-open-connection-1): Fix PREAUTH.
1063
1064         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1065
1066 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1069         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1070         (shr-insert): Use them.
1071         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1072
1073 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1074
1075         * nnir.el (nnir-request-move-article): Bail out if original group
1076         doesn't support article moves.
1077         (nnir-get-active): Improve active list retrieval.
1078
1079 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1082
1083 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1084
1085         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1086         seem to accept strings-with-numbers as port numbers,
1087
1088 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1089
1090         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1091         change the registry.
1092
1093 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1094
1095         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1096         delete-dups that is not available in XEmacs 21.4.
1097
1098         * mm-util.el (mm-delete-duplicates): Add comment.
1099
1100 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1101
1102         * nnir.el (nnir-ignored-newsgroups): New variable.
1103         (nnir-get-active): Use it.
1104
1105 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * proto-stream.el (proto-stream-open-network): Add some comments.
1108
1109         * nntp.el (nntp-open-connection): Provide a :success condition.
1110
1111         * nnimap.el (nnimap-open-connection-1): Ditto.
1112
1113         * proto-stream.el (proto-stream-open-network): See what the response to
1114         the STARTTLS command is.
1115
1116         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1117         backwards compatibility).
1118         (nnimap-open-connection-1): Really respect nnimap-server-port.
1119
1120         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1121         TLS upgrades we don't really care about the identity of the peer.
1122         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1123         that what we've checked for.
1124         (proto-stream-always-use-starttls): Only default to t if
1125         open-gnutls-stream exists.
1126         (proto-stream-open-network): If STARTTLS failed, then just open a
1127         normal connection.
1128         (proto-stream-open-network): Wait until the greeting before doing
1129         STARTTLS.
1130
1131         * nntp.el (nntp-open-connection): Report what the connection error is.
1132
1133         * proto-stream.el (open-protocol-stream): Rename from
1134         open-proto-stream.
1135
1136 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * nnimap.el (nnimap-stream): Change default to `undecided'.
1139         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1140         first, and then network.
1141         (nnimap-open-connection-1): Respect nnimap-server-port.
1142         (nnimap-open-connection): Be more backwards-compatible.
1143
1144         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1145         (proto-stream-open-starttls): De-duplicate the starttls code.
1146         (proto-stream-open-starttls): Folded back into the main function.
1147         (proto-stream-open-network): Fix typo in the gnutls path.
1148         (proto-stream-command): Refactor out.
1149
1150         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1151
1152         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1153         starttls.el STARTTLS.
1154
1155         * color.el (color-lab->srgb): Fix function call name.
1156
1157         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1158         if we're using tls.el.
1159         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1160         built in, then don't try to establish a STARTTLS connection.
1161
1162         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1163         servers.
1164
1165         * proto-stream.el (open-proto-stream): Use network, not stream.
1166         (open-proto-stream): Add a way to specify what the end of a command is.
1167
1168         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1169         connections types.
1170         (nntp-open-network-stream): Remove.
1171         (nntp-open-ssl-stream): Remove.
1172         (nntp-open-tls-stream): Remove.
1173         (nntp-ssl-program): Remove.
1174
1175         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1176
1177 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1178
1179         * nnir.el: Fix typos.
1180         (nnir-retrieve-headers-override-function): Rename variable to reflect
1181         new semantics.
1182         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1183         macros.
1184         (nnir-request-article, nnir-request-move-article): Use them.
1185         (nnir-categorize): New function.
1186         (nnir-run-query): Use it.
1187         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1188         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1189         sorted.
1190         (nnir-group-full-name): Use gnus-group-full-name instead.
1191         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1192         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1193
1194 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1197
1198         * proto-stream.el: New library to provide protocol-specific
1199         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1200         protocols.
1201         (open-proto-stream): Complete the documentation.
1202         (proto-stream-open-network): Fix some typos.
1203
1204         * nnimap.el (nnimap-open-connection): Use it.
1205
1206 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1207
1208         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1209         negotiation.
1210
1211 2010-11-26  Julien Danjou  <julien@danjou.info>
1212
1213         * color.el: Rename various rgb functions to srgb.
1214
1215 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216
1217         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1218         names.
1219
1220 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * shr.el (shr-insert): Revert last change.
1223         (shr-find-fill-point): Never leave point being at bol;
1224         relax the kinsoku limitation when rendering tables.
1225
1226 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1229         results from -accept-article.
1230
1231         * shr-color.el: Require cl when compiling.
1232
1233         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1234         checkin.
1235
1236         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1237
1238         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1239
1240         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1241         'add and 'delete to set backend marks.
1242
1243         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1244
1245         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1246
1247         * nntp.el (nntp-request-set-mark): Use it.
1248
1249         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1250
1251         * nnml.el (nnml-request-set-mark): Ditto.
1252
1253         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1254         introduces regressions in article selection.
1255         (nnimap-find-uid-response): New function.
1256         (nnimap-request-accept-article): Use the UID returned, if any.
1257         (nnimap-request-move-article): Use the UID returned, if any.
1258         (nnimap-get-groups): Reimplement to work with folded lines.
1259         (nnimap-find-uid-response): The UID is the last element in the list.
1260         (nnimap-request-set-mark): Extend syntax with 'set.
1261
1262         * nnml.el (nnml-request-set-mark): Ditto.
1263
1264         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1265
1266         * nntp.el (nntp-request-set-mark): Ditto.
1267
1268 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * message.el (message-called-interactively-p): A temporary macro.
1271         (message-goto-body): Use it temporarily.
1272
1273 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1276         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1277         (nnimap-last-response-string): Fix last unfolding fix.
1278
1279 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * shr.el (shr-insert): Fix the way to fold lines.
1282
1283 2010-11-25  Julien Danjou  <julien@danjou.info>
1284
1285         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1286
1287         * color.el: Rename from color-lab.el
1288         (color-rgb->hex): Add.
1289         (color-complement): Add.
1290         (color-complement-hex): Add.
1291
1292         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1293
1294 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1297         don't exist.
1298
1299 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1300
1301         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1302         assuming that article displaying or another mml-preview may be
1303         interrupted for an error or for the like.
1304
1305         * shr.el (shr-get-background): Fix argument name.
1306
1307 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1310
1311         * gnus-sum.el (gnus-summary-include-articles): New function.
1312
1313         * message.el (message-goto-body): called-interactively-p needs a
1314         parameter, so use `any'.
1315
1316         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1317         clear marks before moving, since they're synced from the Gnus side
1318         first.
1319
1320         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1321         (gnus-summary-move-article): Copy over all marks before moving, so that
1322         IMAP doesn't think a new article has arrived.
1323
1324 2010-11-24  Julien Danjou  <julien@danjou.info>
1325
1326         * shr.el (shr-insert-background-overlay): Fix typo.
1327         (shr-render-td): Copy the background before rendering.
1328
1329         * shr-color.el (shr-color-visible): Fix docstring.
1330
1331         * shr.el (shr-tag-table): Add bgcolor support.
1332         (shr-render-td): Add bgcolor support.
1333         (shr-get-background): Add.
1334         (shr-insert-foreground-overlay): Use shr-get-background.
1335
1336         * message.el (message-goto-body): Use called-interactively-p.
1337         (message-in-body-p): message-goto-body returns point.
1338
1339 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1342         Fixes something or other in Emacs 23, and is backwards compatible.
1343
1344         * message.el (message-goto-body): Remove the <#secure special-casing,
1345         which is too special.
1346
1347         * shr.el (shr-parse-style): Drop !important from styles.
1348
1349 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1350
1351         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1352         this function to return incorrect results when calling it with an
1353         explicit article argument different from
1354         (gnus-summary-article-number).
1355
1356 2010-11-24  Julien Danjou  <julien@danjou.info>
1357
1358         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1359         (shr-tag-body): Add background support.
1360         (shr-descend): Add background support.
1361         (shr-tag-title): Add.
1362
1363         * shr-color.el (shr-color-visible): Really return original background
1364         if fixed.
1365
1366 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * shr.el (shr-color-check): Protect against non-existant colour names.
1369
1370 2010-11-24  Julien Danjou  <julien@danjou.info>
1371
1372         * color-lab.el: Require 'cl when compiling.
1373
1374         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1375
1376         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1377         matched part.
1378
1379         * color-lab.el: Fix all expt calls to use float type.
1380
1381 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1384         expression to shr-color-check as is.
1385
1386         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1387
1388         * color-lab.el: Add coding cookie.
1389         (float-pi): Use eval-and-compile.
1390
1391         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1392         compiled for Emacsen having no `libxml-parse-html-region' support.
1393
1394 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * shr.el (shr-insert-color-overlay): Split stuff like
1397         "#444444 !important" to find the real colour.
1398         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1399         parse <font color="red"> entries.
1400
1401 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1402
1403         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1404         point when parsing headers.
1405
1406         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1407         is positioned properly when parsing headers.
1408
1409 2010-11-23  Julien Danjou  <julien@danjou.info>
1410
1411         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1412
1413         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1414
1415         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1416
1417         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1418         Use shr-color-hue-to-rgb.
1419         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1420
1421 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * shr.el (shr-color->hexadecimal): Autoload.
1424         (shr-descend): Add color to all tags.
1425
1426 2010-11-22  Julien Danjou  <julien@danjou.info>
1427
1428         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1429         shr-color->hexadecimal.
1430
1431         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1432         RGB() or HSL() color representation.
1433
1434         * shr.el (shr-tag-font): Add.
1435         (shr-tag-color-check): New function to get better colors.
1436         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1437         tag-span.
1438
1439         * shr-color.el: New file.
1440
1441         * color-lab.el: New file.
1442
1443         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1444
1445 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1446
1447         * nnir.el: Fix typo in comments.
1448         (nnir-run-imap): Simplify code. No need to reverse artlist.
1449         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1450
1451 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1454
1455         * nnimap.el (nnimap-get-capabilities): Refactor out.
1456         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1457
1458 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1459
1460         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1461         appearing when `mm-uu-hide-markers' is nil.
1462
1463 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * nnimap.el (nnimap-unselect-group): Make into its own function.
1466         (nnimap-request-rename-group): Unselect group before renaming.
1467         This had gotten lost somewhere.
1468         (nnimap-request-accept-article): Keep track of examined groups, and
1469         unselect the group before APPENDing to read-only groups.
1470         (nnimap-request-move-article): Clear flags before moving so that they
1471         can be re-set later.
1472
1473 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1476         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1477
1478 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1479
1480         * gnus-art.el (gnus-mime-display-single)
1481         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1482         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1483         parameter.
1484
1485 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486
1487         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1488         (shr-table-vertical-line): New variable.
1489         (shr-insert-table): Use it.
1490
1491 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * gnus-html.el (gnus-html-wash-images): Don't display images if
1494         gnus-inhibit-images is non-nil; register displayer for cid images.
1495         (gnus-html-display-image): Work for cid image.
1496         (gnus-html-insert-image): Allow arguments.
1497         (gnus-html-put-image): Inhibit read-only.
1498         (gnus-html-prefetch-images): Don't prefetch images if
1499         gnus-inhibit-images is non-nil.
1500
1501 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * shr.el (shr-put-image): Break lines when inserting big pictures.
1504
1505 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1506
1507         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1508         sender, thanks Katsumi Yamaoka.
1509
1510 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1511
1512         * nnir.el (nnir-run-imap): Reverse the article list for each group
1513         rather than the whole list.
1514
1515 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * shr.el (shr-image-displayer): Protect function against non-existent
1518         image source.
1519
1520         * gnus-art.el (gnus-inhibit-images): New user option.
1521         (gnus-mime-display-single): Don't display image if it is non-nil.
1522
1523         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1524         gnus-inhibit-images.
1525
1526         * shr.el (shr-image-displayer): New function.
1527         (shr-tag-img): Use it.
1528
1529 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1530
1531         * mml2015.el (mml2015-epg-sign): Use From header.
1532
1533 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1536
1537         * gnus-util.el (gnus-find-text-property-region): Return markers.
1538
1539         * shr.el (shr-tag-img): Put a displayer in the text property.
1540
1541         * gnus-util.el (gnus-find-text-property-region): New utility function.
1542
1543         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1544         (gnus-html-show-images): Remove.
1545
1546         * gnus-art.el (gnus-article-show-images): New, more general function.
1547
1548         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1549         image url text properties.
1550
1551         * shr.el: Ditto.
1552
1553         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1554         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1555
1556 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1559         work for two or more articles.
1560
1561 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1562
1563         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1564         divide an image that's in an html article to two or more when washing
1565         non-ASCII characters in alt text of it.
1566
1567 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1570         smime-decrypt-region using function argument.
1571         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1572
1573         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1574
1575         * smime.el (smime-decrypt-region): Catch it.
1576
1577 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1578
1579         * smime.el (smime-mode-map): Move initialization into declaration.
1580         (gnus-run-mode-hooks): Don't autoload.
1581         (smime-mode): Use define-derived-mode.
1582
1583 2010-11-11  Glenn Morris  <rgm@gnu.org>
1584
1585         * smime.el (from): Restrict declaration to XEmacs.
1586
1587         * nnir.el (gnus-group-topic-name): Autoload.
1588
1589 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * shr.el (shr-insert): Don't break long line if it is because of
1592         kinsoku-bol characters in the line end.
1593
1594 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1595
1596         * nnir.el (nnir-request-move-article): Fix to provide original group
1597         and subject.
1598         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1599         been retrieved.
1600
1601         * gnus-sum.el (gnus-summary-move-article): Use original group and
1602         subject for virtual articles such as those in an nnir summary buffer.
1603
1604 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1607         least 21.5).
1608
1609         * smime.el (from): Declare it again for XEmacs.
1610
1611 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * message.el (message-resend): Don't disable encoding unless it's
1614         already encoded.
1615
1616         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1617         low-numbered articles.
1618
1619 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1620
1621         * rfc2047.el (rfc2047-syntax-table): Simplify.
1622
1623         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1624
1625         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1626         set-char-table-range for XEmacs.
1627
1628 2010-11-10  Glenn Morris  <rgm@gnu.org>
1629
1630         * time-date.el (time-to-seconds): Always an alias on Emacs,
1631         never a real function.
1632         (with-no-warnings): Remove compat stub, now unused.
1633         (time-less-p): Doc fix.
1634         (time-to-number-of-days): Simplify.
1635
1636         * smime.el (from): Remove unused declaration.
1637
1638         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1639         (gnus-float-time): On Emacs, always an alias.
1640
1641         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1642         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1643
1644 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * dgnushack.el: Don't use ignore-errors in the top level form since it
1647         is unavailable in XEmacs even if cl is loaded.
1648
1649         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1650
1651 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * shr.el (browse-url-mailto): Autoload.
1654
1655         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1656
1657         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1658         regexp doesn't need quoting.
1659
1660 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1661
1662         * message.el (message-subject-trailing-was-ask-regexp)
1663         (message-subject-trailing-was-regexp): Match was: in addition to was.
1664
1665 2010-11-09  Glenn Morris  <rgm@gnu.org>
1666
1667         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1668         (nnbabyl-check-mbox): Use point-at-bol.
1669
1670 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1673
1674         * message.el (message-mailto): New function.
1675         (message-mailto): Should accept other parameters.
1676         (message-mailto): Remove since it duplicates browse-url-mailto
1677         functionality.
1678
1679 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1682         methods.
1683         (gnus-read-active-file): Ditto.
1684
1685         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1686         ": " from the prompt.
1687         (gnus-group-make-group): Ditto.
1688
1689 2010-11-07  Glenn Morris  <rgm@gnu.org>
1690
1691         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1692         (gnus-bookmark-kill-line): Use point-at-eol.
1693
1694 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1697         asterisks in From header.
1698
1699 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1702         string to avoid making the From headers syntactically invalid.
1703
1704         * message.el (message-send-mail): Don't insert courtesy messages if the
1705         message already has List-Post and List-ID messages.
1706
1707 2010-11-06  Glenn Morris  <rgm@gnu.org>
1708
1709         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1710         `condition', `type', `length' a prefix.
1711         (gnus-treat-predicate): Update for above name changes.
1712
1713 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1714
1715         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1716         binding.  Handled by `gnus-summary-refer-thread' instead.
1717         (nnir-warp-to-article): New backend function.
1718
1719         * nnimap.el (nnimap-request-thread): Force dependency updating.
1720
1721         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1722         (gnus-summary-refer-thread): Rework to improve thread-referral.
1723
1724         * gnus-int.el (gnus-warp-to-article): New function.
1725
1726         * gnus-sum.el (gnus-summary-article-map): Bind it.
1727
1728 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1729
1730         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1731         gnus-summary-refer-thread.
1732
1733         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1734         headers.
1735         (gnus-summary-limit-include-thread): Prevent articles in thread from
1736         being cut in gnus-cut-threads.
1737         (gnus-summary-refer-thread): Limit retrieved headers to those in
1738         thread.
1739
1740 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * message.el (message-send-mail): Use the value of
1743         message-courtesy-message from the message buffer.
1744
1745         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1746
1747         * shr.el (shr-browse-url): Implement mailto: URLs.
1748
1749         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1750         "raw".
1751
1752         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1753         if it's already selected.
1754
1755         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1756
1757 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1760         to measure the length and truncate alt text.
1761
1762 2010-11-03  Glenn Morris  <rgm@gnu.org>
1763
1764         * nndiary.el (nndiary-generate-nov-databases-1)
1765         (nndiary-generate-active-info): Rename dynamic variable `files' to
1766         something less generic.
1767
1768 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1769
1770         * nnir.el (nnir-request-move-article): Call the underlying backend to
1771         move articles from nnir.
1772
1773 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1774
1775         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1776
1777 2010-11-02  Julien Danjou  <julien@danjou.info>
1778
1779         * nnir.el: Remove wais support.
1780
1781 2010-11-02  Glenn Morris  <rgm@gnu.org>
1782
1783         * gnus-html.el: Reorder requirements to quieten compiler.
1784
1785 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1788         properly for XEmacs as well.
1789         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1790         (gnus-article-natural-long-line-p): Use window-width rather than
1791         frame-width.
1792
1793 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1794
1795         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1796         (nnir-read-parms): Don't modify query.
1797         (nnir-run-query): Add ability to search topic on current line.
1798         (nnir-get-active): Clean up.
1799
1800 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1803         degenerate articles.
1804
1805         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1806         (gnus-print-buffer): Just print the buffer as is, without any copying
1807         to a buffer and then re-highlighting.
1808
1809         * nnimap.el (nnimap-request-group): Store the new updated info.
1810         (nnimap-request-group): Select the group when we don't know whether it
1811         exists or not.
1812
1813         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1814         groups.
1815
1816         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1817         groups.
1818
1819         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1820         groups.
1821
1822         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1823         long-lines case by only filling the long lines.
1824
1825         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1826         (bug #7311).
1827
1828 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1829
1830         * shr.el: No need to declare `declare-function' since shr.el is for
1831         only Emacsen that provide `libxml-parse-html-region'.
1832
1833         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1834         effective only in a file it is referred to.
1835
1836 2010-11-01  Glenn Morris  <rgm@gnu.org>
1837
1838         * mm-util.el (gnus-completing-read): Autoload.
1839         (mm-read-coding-system): Simplify Emacs definition.
1840
1841         * nnmail.el (gnus-activate-group):
1842         * nnimap.el (gnutls-negotiate):
1843         * nntp.el (netrc-parse): Fix declarations.
1844
1845 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1848         string-match-p in Emacs >=23.
1849
1850         * gnus-msg.el (gnus-configure-posting-styles)
1851         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1852
1853 2010-11-01  Glenn Morris  <rgm@gnu.org>
1854
1855         * nnir.el (declare-function): Add compat stub.
1856         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1857         (nnir-run-gmane): Require 'mm-url.
1858
1859         * mm-util.el (mm-string-to-multibyte): Simplify.
1860
1861         * shr.el (declare-function): Add compat stub.
1862         (url-cache-create-filename): Declare.
1863         (mm-disable-multibyte, widget-convert-button): Autoload.
1864
1865         * smime.el (ldap-search): Declare.
1866         (smime-cert-by-ldap-1): Require ldap on Emacs.
1867
1868         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1869         (nnimap-keepalive): Use gnus-float-time.
1870
1871         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1872         (mail-source-delete-crash-box): Use gnus-float-time.
1873
1874         * gnus-dired.el (gnus-completing-read): Autoload.
1875
1876         * mm-view.el (gnus-rescale-image): Autoload.
1877
1878         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1879
1880         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1881
1882         * sieve-manage.el: Require 'cl when compiling.
1883
1884         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1885         (gnus-iswitchb-completing-read): Require iswitchb.
1886         (gnus-select-frame-set-input-focus): Silence compiler.
1887
1888 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * message.el (message-subject-trailing-was-query): Change default to t,
1891         since I think that's what most people want.
1892
1893         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1894         appending for easier debugging.
1895         (nnimap-wait-for-connection): Take a regexp.
1896         (nnimap-request-accept-article): Wait for the continuation line before
1897         sending anything unless we're streaming.
1898
1899         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1900         leave the header washing to take place.
1901
1902 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1903
1904         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1905         regular expression match and replace in posting styles.
1906
1907 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1908
1909         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1910         an entire server.
1911         (nnir-get-active): New function.
1912         (nnir-run-imap): Use it.
1913         (nnir-run-gmane): Who knew, gmane search returns an article score!
1914
1915         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1916         server on the current line with nnir.
1917
1918 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1921         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1922         left edge.
1923         (gnus-article-foldable-buffer): Skip past the prefix when determining
1924         raggedness.
1925
1926         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1927         the raw article, and change `C-u g' to show the article without doing
1928         treatments.
1929
1930         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1931         on to `gnus-treat-article'.
1932         (gnus-inhibit-article-treatments): New variable.
1933
1934         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1935
1936         * gnus-art.el (gnus-treatment-function-alist): Have
1937         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1938         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1939         sections.
1940
1941         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1942         parameter.
1943         (gnus-article-fill-cited-long-lines): New function.
1944         (gnus-article-fill-cited-article): Allow filling only long sections.
1945
1946         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1947         and non-punctuation (like after the apostrophe in "'We").
1948
1949         * gnus-sum.el (gnus-summary-select-article): Make sure
1950         gnus-original-article-buffer is alive.
1951
1952         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1953         reflect the order they're in in the digest.
1954
1955         * gnus.el (gnus-group-startup-message): Move point to the start of the
1956         buffer.
1957
1958         * nnimap.el (nnimap-capability): New function.
1959         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1960         is set.
1961
1962 2010-10-31  David Engster  <dengste@eml.cc>
1963
1964         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1965         conform with changes to gnus-completing-read.
1966
1967 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1970
1971 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1972
1973         * nnir.el: Move defvar, defcustom around to keep file organized
1974         and keep byte-compiler quiet.
1975         (nnir-read-parms): Accept search-engine as arg.
1976         (nnir-run-query): Pass search-engine as arg.
1977         (nnir-search-engine): Remove.
1978
1979 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * shr.el (shr-generic): The text nodes should be text, not :text.
1982
1983         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1984         later in the file.
1985
1986 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1987
1988         * nnir.el: General clean up.  Allow searching with multiple engines.
1989         Allow separate extra-parameters for each engine.
1990         Batch queries when possible.
1991         (nnir-imap-default-search-key,nnir-method-default-engines):
1992         Add customize interface.
1993         (nnir-run-gmane): New engine.
1994         (nnir-engines): Use it.  Qualify all prompts with engine name.
1995         (nnir-search-engine): Remove global variable.
1996         (nnir-run-hyrex): Restore for now.
1997         (nnir-extra-parms,nnir-search-history): New variables.
1998         (gnus-group-make-nnir-group): Use them.
1999         (nnir-group-server): Remove in favor of gnus-group-server.
2000         (nnir-request-group): Avoid searching twice.
2001         (nnir-sort-groups-by-server): New function.
2002
2003 2010-10-30  Julien Danjou  <julien@danjou.info>
2004
2005         * gnus-group.el: Remove gnus-group-fetch-control.
2006
2007         * gnus-start.el (gnus-find-new-newsgroups):
2008         Remove gnus-check-first-time-used.
2009
2010         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2011
2012 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2013
2014         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2015         set on groups that don't have \* permanentflags.
2016
2017 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2020         control the background color.
2021         (shr-tag-img): Ignore very small web bug type images.
2022         (shr-put-image): Add help-echo alt texts to the images.
2023         (shr-tag-video): Show the video poster image.
2024
2025 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * shr.el (shr-table-depth): New variable.
2028         (shr-tag-table-1): Only insert the images after the top-level table.
2029
2030         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2031
2032         * gnus-util.el (gnus-list-memq-of-list): New function.
2033
2034         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2035         selected.
2036         (nnimap-unsplittable-articles): New slot.
2037         (nnimap-new-articles): Use it.
2038
2039 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2040
2041         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2042         move to the previous line on `M-g'.
2043
2044 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2047         *-request-group, which seems unnecessary.
2048
2049         * nnimap.el (nnimap-quote-specials): Function copied over from
2050         imap.el.
2051         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2052         they support that.  Suggested by Tom Regner.
2053
2054 2010-10-29  Julien Danjou  <julien@danjou.info>
2055
2056         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2057         defalias.
2058         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2059
2060         * gnus.el: Remove `gnus-nntp-service' variable.
2061         (gnus-secondary-servers): Make obsolete.
2062         (gnus-nntp-server): Make obsolete.
2063
2064         * gnus-start.el (gnus-1): Remove x-splash calls.
2065
2066         * gnus-ems.el (gnus-x-splash): Remove.
2067
2068         * gnus.el (gnus-group-startup-message): Simplify/update code.
2069
2070         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2071         definition.
2072
2073         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2074         capability before doing anything.
2075         (gnus-group-insert-group-line): Remove useless
2076         gnus-group-remove-excess-properties.
2077
2078 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2079
2080         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2081
2082 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2085         config after reselecting.
2086
2087 2010-10-28  Julien Danjou  <julien@danjou.info>
2088
2089         * shr.el (shr-put-image): Use point even if only inserting text.
2090         (shr-put-image): Save excursion when inserting alt text on non-graphic
2091         display, so the behaviour is the same when we are on a graphic display.
2092
2093         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2094
2095 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2098         (gnus-mime-copy-part): Check coding system, not charset.
2099         (gnus-mime-view-part-externally): Never remove part.
2100         (gnus-mime-view-part-internally): Don't remove part here.
2101         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2102         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2103         multipart/alternative.
2104
2105         * mm-decode.el (mm-display-part): Take optional arg `force'.
2106
2107 2010-10-26  Julien Danjou  <julien@danjou.info>
2108
2109         * gnus-group.el (gnus-group-default-list-level): Add this function to
2110         compute the default list level.
2111         (gnus-group-default-list-level): Add possibility to use a function.
2112
2113 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2116
2117         * gnus-group.el (gnus-group-completing-read)
2118         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2119         gnus-replace-in-string.
2120
2121 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * shr.el (shr-tag-div): Add.
2124
2125         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2126
2127 2010-10-25  Julien Danjou  <julien@danjou.info>
2128
2129         * gnus-util.el: Remove `gnus-with-local-quit'.
2130
2131         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2132
2133 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2136         the original article buffer.
2137
2138 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * nnimap.el (nnimap-request-head): New function.
2141         (nnimap-request-move-article): Try to be slighly faster by not
2142         requesting the entire message when moving.
2143         (nnimap-transform-headers): Don't bug out on bodiless articles.
2144         (nnimap-send-command): Have no outstanding messages if the IMAP server
2145         doesn't support streaming.
2146         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2147
2148 2010-10-24  Julien Danjou  <julien@danjou.info>
2149
2150         * message.el (message-default-headers): Fix type.
2151
2152 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2155         prefetching images.
2156
2157         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2158         backend for unknown groups.  This is mainly useful for nnimap groups.
2159
2160         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2161         group isn't covered by the agent.
2162
2163 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2164
2165         * nnir.el (nnir-method-default-engines): New variable.
2166         (nnir-run-query): Use it.
2167         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2168         (gnus-summary-nnir-goto-thread): Change group if needed.
2169
2170         * gnus-group.el (gnus-group-group-map): Add key binding for
2171         gnus-group-make-nnir-group.
2172
2173 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * shr.el (shr-tag-object): Add.
2176
2177         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2178         original article buffer live.
2179         (gnus-summary-select-article-buffer):
2180         Mention gnus-widen-article-buffer.
2181
2182 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * shr.el (shr-tag-strong): Add.
2185
2186 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2189         group names.  They mess up the group buffer badly.
2190
2191         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2192
2193         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2194         instead of the summary one.
2195
2196 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * mml.el (mml-preview): Work properly when editing article.
2199
2200         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2201         gnus-have-read-active-file if it's already been in.
2202
2203 2010-10-22  Tom Tromey  <tromey@redhat.com>
2204
2205         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2206         gnus-group-completing-read.
2207
2208 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * message.el (message-mode-map): Don't bind M-; to comment region, to
2211         allow the global comment-dwim to work.
2212
2213 2010-10-21  Julien Danjou  <julien@danjou.info>
2214
2215         * message.el (message-setup-1): Allow message-default-headers to be a
2216         function.
2217
2218 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * shr.el (shr-tag-table): Simplify.
2221
2222 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2225         to avoid trying to snarf invalid stuff.
2226
2227         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2228
2229         * gnus.el (gnus-message-archive-group): Quote value.
2230         (gnus-message-archive-group): Mark as changed.
2231
2232         * shr.el (shr-add-font): Don't put the font properties on the newline
2233         or the indentation.
2234
2235         * message.el (message-fix-before-sending): Change options when sending
2236         non-printable characters.
2237
2238         * gnus.el (gnus-message-archive-method): Change the default to
2239         monthly outgoing groups.
2240
2241         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2242         that have gotten new numbers.
2243
2244         * nnimap.el (nnimap-request-replace-article): New function.
2245
2246 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2249         (nnrss-request-article): Don't use special html washing code.
2250
2251 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * shr.el (shr-tag-table): Remove useless nconc.
2254
2255 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * gnus-art.el (article-wash-html): Simplify and remove the charset
2258         stuff.  Use the normal html rendering code instead of the special html
2259         washing code.
2260
2261         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2262         `gnus-w3m' symbols.
2263         (mm-text-html-washer-alist): Remove.
2264
2265         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2266         (mm-inline-media-tests): Remove use.
2267         (mm-text-html-renderer): Change default to the `shr' symbol.
2268
2269         * mm-view.el (mm-inline-text-html): Remove use.
2270
2271         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2272         `gnus-blocked-images' to be a function.
2273         (gnus-article-wash-function): Remove.
2274
2275 2010-10-20  Julien Danjou  <julien@danjou.info>
2276
2277         * spam.el (spam-list-of-processors): Mark as obsolete.
2278
2279         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2280         (nnimap-insert-partial-structure): Fix boundary detection.
2281
2282 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2283
2284         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2285         run file-truename on remote files.  This can be expensive and even
2286         prevent one from editing drafts if some unrelated buffer has a stale
2287         connection.
2288
2289 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2292         kinsoku-eol regardless of shr-kinsoku-shorten.
2293         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2294         (shr-tag-table): Support caption, thead, and tfoot.
2295
2296 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2299         lines.
2300         (shr-save-contents): New command and keystroke.
2301
2302         * nndoc.el (nndoc-type-alist): Add git support.
2303         (nndoc-git-type-p): New function.
2304         (nndoc-transform-git-article): Ditto.
2305         (nndoc-transform-git-headers): Ditto.
2306         (nndoc-transform-git-headers): Generate Subject headers.
2307
2308         * shr.el (shr-parse-style): New function.
2309         (shr-tag-span): Ditto.
2310
2311         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2312         to `G G' to avoid collisions.
2313
2314 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * shr.el: Load kinsoku if necessary.
2317         (shr-kinsoku-shorten): New internal variable.
2318         (shr-find-fill-point): Make kinsoku shorten text line if
2319         shr-kinsoku-shorten is bound to non-nil.
2320         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2321         shr-indentation too when testing if table is wider than frame width.
2322         (shr-insert-table): Use `string-width' instead of `length' to measure
2323         text width.
2324         (shr-insert-table-ruler): Make sure indentation is done at bol.
2325
2326 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2327
2328         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2329         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2330         undecoded network data.
2331
2332 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2335         name in the mode line spec so that the mode line menu works
2336         (bug #2431).
2337
2338         * message.el (message-get-reply-headers): If we're fed `to-address',
2339         then always use that.
2340
2341         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2342         aren't so wide as to need to switch off the edit menu.
2343
2344         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2345         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2346
2347         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2348         `M-g'.
2349         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2350         the permanent marks.
2351
2352 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2353
2354         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2355         Splitting according to references/in-reply-to obeys the ignore-groups
2356         variable, while splitting by sender and subject do not.
2357
2358 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2361         alist, so that we can look for non-Unicode chars.
2362         (article-translate-strings): Allow both character and string maps.
2363
2364 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * shr.el (shr-insert): Don't insert space behind a wide character
2367         categorized as kinsoku-bol, or between characters both categorized as
2368         nospace.
2369
2370 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2371
2372         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2373         headers to gnus-newsgroup-headers.
2374
2375 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * shr.el (shr-tag-img): Don't align images -- since we're not
2378         rescaling, this often leads to ugly displays.
2379
2380 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2381
2382         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2383         duplicates.
2384
2385 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2386
2387         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2388         call.
2389
2390 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus.el: Autoload gnus-html-show-images.
2393
2394         * nnimap.el: Use nnheader-message throughout.
2395
2396         * shr.el (shr-tag-img): Ignore images with no data.
2397
2398 2010-10-15  Julien Danjou  <julien@danjou.info>
2399
2400         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2401         a possibility to disable format=flow encoding when using hard newlines.
2402
2403 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * shr.el (shr-insert): Remove space inserted before or after a
2406         breakable character or at the beginning or the end of a line.
2407         (shr-find-fill-point): Do kinsoku; find the second best point or give
2408         it up if there's no breakable point.
2409
2410 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411
2412         * nnimap.el (nnimap-open-connection): Message when opening connection
2413         for debugging purposes.
2414
2415         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2416         on every setup buffer call to allow this to change from article to
2417         article.
2418
2419         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2420         buffers where we have a wide table.
2421
2422 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2423
2424         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2425         uses *-request-thread.
2426
2427 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2430         incantation, which is no longer valid.
2431
2432 2010-10-14  Julien Danjou  <julien@danjou.info>
2433
2434         * shr.el: Fix defcustom type (char -> character).
2435
2436 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2439         programs.
2440
2441 2010-10-14  Julien Danjou  <julien@danjou.info>
2442
2443         * shr.el (shr-tag-a): Use url-link as widget type.
2444
2445         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2446         `gnus-group-get-icon'.
2447
2448 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2451         This should make server editing work better.
2452
2453         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2454
2455         * tls.el (tls-program): Remove spurious %s from openssl.
2456
2457         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2458         (nnimap-parse-flags): Fix regexp.
2459
2460         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2461         probably work for CJVK text, too.
2462
2463         * nnimap.el (nnimap-extend-tls-programs): Remove.
2464         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2465
2466         * tls.el (tls-starttls-switches): Remove starttls hack.
2467         (open-tls-stream): Ditto.
2468         (tls-find-starttls-argument): Ditto.
2469
2470 2010-10-13  Julien Danjou  <julien@danjou.info>
2471
2472         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2473         responses.
2474
2475 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2478
2479         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2480         anything in Emacs.
2481
2482         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2483
2484 2010-10-13  Julien Danjou  <julien@danjou.info>
2485
2486         * shr.el (shr-width): Make shr-width a defcustom with default to
2487         fill-column.
2488         (shr-tag-img): Use shr-width rather than fill-column.
2489
2490 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * dgnushack.el (byte-optimize-apply)
2493         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2494
2495         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2496         position when (X-)Faces exist.
2497         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2498         avatars when called interactively.
2499
2500 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2503         gnus-article-x-face-too-ugly is bound.
2504
2505 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2508
2509         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2510         mailbox that doesn't exist.
2511
2512 2010-10-12  Julien Danjou  <julien@danjou.info>
2513
2514         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2515         (shr-get-image-data): Encode URL properly when fetching from cache.
2516         (shr-tag-img): Use aligned-to spaces to align correctly images.
2517
2518         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2519         before inserting the Gravatar.
2520
2521         * shr.el (shr-tag-img): Add align attribute support for <img>.
2522
2523 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2524
2525         * gnus-gravatar.el (gnus-art): Require.
2526
2527         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2528         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2529         Remove long obsoleted functions.
2530
2531 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2534
2535         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2536
2537         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2538         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2539         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2540         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2541         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2542         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2543         * sieve-manage.el, smime.el, spam.el:
2544         Fix comment for declare-function.
2545
2546 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * nnimap.el (nnimap-request-rename-group): Select group read-only
2549         before renaming it.
2550
2551         * shr.el (shr-insert): Fix up the white space only regexp.
2552
2553         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2554         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2555
2556         * shr.el (shr-current-column): New function.
2557         (shr-find-fill-point): New function.
2558
2559 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2560
2561         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2562         numbers.
2563
2564 2010-10-11  Julien Danjou  <julien@danjou.info>
2565
2566         * shr.el (shr-hr-line): Add.
2567         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2568         display hr lines.
2569         (shr-max-columns): Do not change state to nil if we just inserting
2570         spaces.
2571
2572 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2575         select the last group.
2576
2577 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2578
2579         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2580
2581 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2582
2583         * dig.el (dig-mode-map): Declare and define in one step.
2584
2585 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2588         for Gnus.
2589         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2590         (nnimap-update-qresync-info): Mark \Seen articles as read.
2591
2592         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2593         non-variable, too.
2594
2595         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2596         available.
2597         (nnimap-update-info): Rely more on the current active than the param
2598         active to avoid marking articles as read too much.
2599
2600         * auth-source.el (auth-source-create): Use (user-login-name) for the
2601         user name default.
2602
2603         * nnimap.el (nnimap-update-info): If the server doesn't return any
2604         useful info, just use the previous info.
2605         (nnimap-update-info): Prefer old info over start-article.
2606         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2607
2608 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2609
2610         * nnir.el (autoload): Clean up autoloads.
2611         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2612         Use key rather than value.
2613         (nnir-imap-search-other): New variable.
2614         (nnir-read-parm): Use it.
2615         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2616         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2617
2618 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2619
2620         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2621         the process, too.
2622
2623 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624
2625         * spam.el (gnus-summary-mode-map): Bind to "$".
2626         Suggested by Russ Allbery.
2627
2628         * shr.el: Rework the way things are indented by <li> slightly.
2629
2630         * gnus.el (gnus-group-set-parameter): Fix typo.
2631
2632         * nnimap.el: Start implementing QRESYNC support.
2633
2634 2010-10-09  Julien Danjou  <julien@danjou.info>
2635
2636         * nnir.el (nnir-engines): Fix too many arguments.
2637
2638 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2641         group is the "last", so that the backends like nnfolder actually save
2642         their folders.
2643
2644         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2645         try to use that for the tls stream.
2646         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2647         UIDVALIDITY and find out which groups are read-only and not.
2648         (nnimap-get-flags): Use the same marks parsing code as the rest of
2649         nnimap.
2650
2651 2010-10-09  Julien Danjou  <julien@danjou.info>
2652
2653         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2654
2655         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2656         retrieving gravatars.
2657
2658         * shr.el (shr-table-corner): Add.
2659         (shr-table-line): Add.
2660         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2661
2662 2010-10-08  Julien Danjou  <julien@danjou.info>
2663
2664         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2665
2666 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2667
2668         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2669
2670         * gnus-sum.el (gnus-mark-article-as-unread)
2671         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2672         (gnus-summary-set-bookmark): Use it.
2673
2674         * gnus-msg.el (gnus-setup-message): Use it.
2675
2676         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2677
2678         * gnus.el (gnus-group-remove-parameter): Use it.
2679
2680         * gnus-group.el (gnus-group-make-web-group): Use it.
2681
2682         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2683
2684         * nnregistry.el: Update docs to mention manual.
2685
2686         * gnus-registry.el: Update docs to mention nnregistry.el.
2687         (gnus-registry-initialize): Don't install nnregistry refer method
2688         automatically.
2689         (gnus-registry-install-nnregistry): Remove it.
2690
2691 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * shr.el (shr-insert): Don't insert double spaces.
2694
2695 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gnus-gravatar.el (gnus-treat-from-gravatar)
2698         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2699         called interactively.
2700
2701         * gnus-art.el (gnus-mime-view-part-externally)
2702         (gnus-mime-view-part-internally): Make predicate function passed to
2703         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2704         of a mime type.
2705
2706         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2707
2708 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * shr.el (require): Require cl when compiling.
2711         (shr-tag-hr): New function.
2712
2713         * nnimap.el (nnimap-update-info): Remove double setting of high.
2714         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2715         This makes nnimap work properly on Courier again.
2716
2717         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2718         the variable for backwards compatability.
2719
2720         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2721         the file name before using to avoid setting mm-default-directory to
2722         nil.
2723
2724         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2725         bidning gnus-agent variables.
2726
2727         * shr.el (shr-render-td): Use a cache for the table rendering function
2728         to avoid getting an exponential rendering behaviour in nested tables.
2729         (shr-insert): Rework the line-breaking algorithm.
2730         (shr-insert): Don't leave trailing spaces.
2731         (shr-insert-table): Also insert empty TDs.
2732         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2733
2734 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2735
2736         * gnus-sum.el (gnus-number): Rename from `number'.
2737         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2738         (gnus-summary-limit-children): Update uses correspondingly.
2739
2740 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2743         (gnus-gravatar-transform-address): Don't show avatars of people of
2744         which mail addresses match gnus-gravatar-too-ugly.
2745
2746 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * shr.el (shr-table-widths): Expand TD elements to fill available
2749         space.
2750
2751 2010-10-07  Julien Danjou  <julien@danjou.info>
2752
2753         * nnimap.el (nnimap-request-rename-group): Add this method.
2754
2755 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2758         name from XEmacs' function-arglist.
2759
2760         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2761         gravatar under XEmacs.
2762
2763 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2764
2765         * auth-source.el: Update docs with TODO items.
2766
2767         * gnus-sync.el: Update docs to explain state and plans.
2768
2769         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2770         Hooks for mark updates.
2771         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2772
2773         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2774         hooks with arguments, which is needed for mark update hooks.
2775
2776 2010-10-06  Julien Danjou  <julien@danjou.info>
2777
2778         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2779         was matched.
2780
2781         * sieve-manage.el: Update example in `Commentary'.
2782
2783         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2784
2785         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2786         not 2000.
2787         (sieve-manage-authenticate): Re-add function.
2788
2789 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * shr.el (shr-insert): Get 'space transition right.
2792         (shr-render-td): Only delete space at the end of the TD.
2793
2794         * nnimap.el (nnimap-open-connection): Prepare to support
2795         open-gnutls-stream.
2796
2797         * shr.el: Rearrange function order to be more logical.
2798
2799 2010-10-06  Julien Danjou  <julien@danjou.info>
2800
2801         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2802         (nnrss-discover-feed): Remove 404 URL in docstring.
2803
2804         * nnir.el: Fix Swish-E URL.
2805         Fix Namazu URL.
2806
2807         * message.el (message-change-subject): Remove 404 URL in a comment.
2808
2809 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2810
2811         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2812         called interactively.
2813
2814         * gnus-util.el (gnus-remove-if): Allow hash table.
2815         (gnus-remove-if-not): New function.
2816
2817         * gnus-art.el (gnus-mime-view-part-as-type)
2818         * gnus-score.el (gnus-summary-score-effect)
2819         * gnus-sum.el (gnus-read-move-group-name):
2820         Replace remove-if-not with gnus-remove-if-not.
2821
2822         * gnus-group.el (gnus-group-completing-read):
2823         Regard collection as a hash table if it is not a list.
2824
2825 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2828
2829         * shr.el: Document the table-rendering algorithm.
2830
2831 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2834         for Emacsen having no `libxml-parse-html-region' support.
2835
2836 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2839         invalid URLs.
2840
2841         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2842         line-broken.
2843         (shr-tag-img): Ignore image fetching errors.
2844         (shr-overlays-in-region): Compute overlay positions correctly.
2845
2846         * mm-decode.el (mm-shr): Require shr.
2847
2848         * gnus-art.el (gnus-blocked-images): Move variable here.
2849
2850         * shr.el (shr-insert-table): Bind free variable.
2851
2852         * mm-decode.el (mm-shr): Bind shr-content-function.
2853
2854         * shr.el (shr-content-function): New variable.
2855
2856         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2857         added for symmetry.
2858
2859         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2860
2861         * gnus-group.el (gnus-group-make-group): Doc fix.
2862
2863         * nnimap.el (nnimap-request-newgroups): Return success.
2864
2865         * shr.el (shr-find-elements): New function.
2866         (shr-tag-table): Put all the images after the table.
2867         (shr-tag-table): Really inhibit images inside the table.
2868         (shr-collect-overlays): Copy over overlays from the TD elements to the
2869         main document.
2870
2871         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2872         gnus-blocked-images.
2873
2874 2010-10-05  Julien Danjou  <julien@danjou.info>
2875
2876         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2877
2878         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2879         (gnus-html-maximum-image-size): Add this function.
2880         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2881
2882         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2883         server-value of the capability is nil.
2884
2885 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * shr.el (shr-tag-em): Add <EM> tag.
2888
2889 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2890
2891         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2892         customizable.
2893
2894         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2895         handing broken links to browse-url.
2896
2897 2010-10-05  Julien Danjou  <julien@danjou.info>
2898
2899         * gnus-util.el (gnus-emacs-completing-read)
2900         (gnus-iswitchb-completing-read): Use autoload rather than require.
2901
2902 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2905         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2906         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2907         iswitchb-temp-buflist for XEmacs.
2908
2909         * gnus-util.el (gnus-completing-read-function): Exclude
2910         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2911         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2912         XEmacs.
2913
2914         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2915         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2916
2917         * gnus-html.el: Don't require help-fns under XEmacs.
2918         (gnus-html-schedule-image-fetching): Work for XEmacs.
2919
2920         * mm-decode.el (mm-shr): Decode contents by charset.
2921
2922 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2925         unknown.
2926
2927         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2928         (shr-get-image-data): Ensure against the cache file missing.
2929
2930         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2931         for data.
2932
2933         * spam-report.el (spam-report-url-ping-plain): Don't query about
2934         killing the process.
2935
2936         * shr.el (shr-render-td): Protect against too-wide text.
2937
2938 2010-10-04  Julien Danjou  <julien@danjou.info>
2939
2940         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2941         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2942
2943         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2944         retrieved.
2945
2946 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947
2948         * shr.el (browse-url): Require.
2949         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2950         lines.
2951         (shr-show-alt-text, shr-browse-image): New commands.
2952         (shr-browse-url, shr-copy-url): New commands.
2953
2954         * gnus-sum.el (gnus-widen-article-window): New variable.
2955         (gnus-summary-select-article-buffer): Use it.
2956
2957         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2958         without @ signs.
2959
2960 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2961
2962         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2963
2964 2010-10-04  Julien Danjou  <julien@danjou.info>
2965
2966         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2967         for XEmacs.
2968
2969 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2970
2971         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2972
2973         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2974         (nnimap-close-server): Implement.
2975
2976         * dgnushack.el (iswitchb): Require to shut up the compiler.
2977
2978         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2979         (shr-insert): Tweak line breaking.
2980         (shr-insert): Handle <pre> better.
2981         (shr-tag-li): Get <li> indentation right.
2982         (shr-tag-li): Get <li> indentation even righter.
2983         (shr-tag-blockquote): Ensure paragraph start.
2984         (shr-make-table): Tweak table generation.
2985         (shr-make-table): Fix typo.
2986
2987         * shr.el: Implement table rendering.
2988
2989 2010-10-04  Julien Danjou  <julien@danjou.info>
2990
2991         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2992
2993 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * shr.el (shr-insert): Use string anchors instead of line anchors.
2996
2997 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * shr.el: Add headings.
3000         (shr-ensure-paragraph): Actually work.
3001         (shr-tag-li): Make <ul> prettier.
3002         (shr-insert): Get white space at the beginning/end of elements right.
3003         (shr-tag-p): Collapse subsequent <p>s.
3004         (shr-ensure-paragraph): Don't insert double line feeds after blank
3005         lines.
3006         (shr-insert): \t is also space.
3007         (shr-tag-s): Fix "s" tag name function.
3008         (shr-tag-s): Fix face prop name.
3009
3010 2010-10-03  Julien Danjou  <julien@danjou.info>
3011
3012         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3013
3014         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3015         gnus-window-inside-pixel-edges.
3016
3017         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3018         gnus-ems.
3019
3020         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3021
3022         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3023         function.
3024
3025         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3026         resize choice.
3027
3028 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3031         beginning of the buffer.
3032
3033         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3034         article buffer again.
3035
3036         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3037
3038         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3039         when it's at the start of the buffer.
3040
3041         * shr.el (shr-tag-blockquote): Convert name.
3042         (shr-rescale-image): Use the right image-size variant.
3043
3044         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3045         buffer isn't shown, then select the current article first instead of
3046         bugging out.
3047         (gnus-summary-select-article-buffer): Show both the article and summary
3048         buffers again.
3049
3050         * shr.el (shr-fontize-cont): Protect against regions with no text.
3051         Rename tag functions to shr-tag-* for enhanced security.
3052         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3053
3054 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3055
3056         * shr.el (shr-insert):
3057         * pop3.el (pop3-movemail):
3058         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3059         loaded.
3060
3061 2010-10-03  Glenn Morris  <rgm@gnu.org>
3062
3063         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3064
3065         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3066
3067         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3068
3069         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3070
3071         * gnus-util.el (gnus-make-local-hook): Simplify.
3072
3073 2010-10-02  Julien Danjou  <julien@danjou.info>
3074
3075         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3076         (gnus-ido-completing-read): New function.
3077         (gnus-emacs-completing-read): New function.
3078         (gnus-completing-read): Use gnus-completing-read-function.
3079         Add gnus-completing-read-function.
3080
3081 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * shr.el (shr-insert-document): Autoload.
3084         (shr-img): Be silent.
3085         (shr-insert): Add a newline after every picture before text.
3086         (shr-add-font): Use overlays for combining faces.
3087         (shr-insert): Pass upwards the text start point.
3088
3089         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3090         possible.
3091         (mm-shr): New function.
3092
3093 2010-10-02  Julien Danjou  <julien@danjou.info>
3094
3095         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3096         should go backward.
3097
3098 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3099
3100         * shr.el (shr): Fix typo in provide call.
3101
3102 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103
3104         * shr.el: New file.
3105
3106         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3107
3108         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3109         completing read.
3110
3111 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3114         we're being queried about.  Suggested by Dan Jacobson.
3115
3116         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3117         Suggested by Jason Eisner.
3118
3119         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3120         table, too.  Suggested by Stefan Wiens.
3121         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3122         the table unnecessary.  Suggested by Stefan Wiens.
3123
3124         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3125         longer needed, and probably doesn't work either, as pointed out by
3126         Stefan Wiens.
3127         (gnus-summary-exit): Remove call to the clearing function.
3128         (gnus-summary-exit-no-update): Ditto.
3129
3130         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3131         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3132         Reported by Stefan Monnier.
3133         (gnus-summary-save-in-rmail): Ditto.
3134
3135         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3136         article buffer, instead of both the article buffer and the summary
3137         buffer.  Sort of suggested by Dan Jacobson.
3138
3139         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3140
3141         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3142         Suggested by Dan Jacobson.
3143
3144         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3145         documentation clearer.
3146
3147         * message.el (message-shorten-references): Comment on the number "21".
3148         Suggested by Stefan Monnier.
3149
3150         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3151         Suggested by Dan Jacobson.
3152
3153         * gnus.el (gnus-large-newsgroup):
3154         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3155
3156         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3157         externalize attachments.  Bug reported by Steve Wen.
3158
3159         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3160         really message anything to the user.
3161
3162         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3163         directly.
3164
3165         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3166         messages in empty groups.
3167
3168 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3169
3170         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3171         non-UIDNEXT group.
3172
3173 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3176         not the value from the collection.
3177
3178         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3179         values.  This sometimes happens on some groups that have no info.
3180         (nnimap-request-newgroups): New function.
3181
3182 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3183
3184         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3185         check into `gnus-registry-initialize'.
3186         (gnus-registry-initialize): Ditto.
3187         Fix and extend header docs.
3188
3189 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3192         regexp backtrace overflows.
3193
3194         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3195         for starttls that tls.el implements; i.e. openssl.
3196
3197         * tls.el (tls-starttls-switches): Give up on using starttls with
3198         gnutls-cli.
3199         (tls-program): Add --insecure to be consistent with the defaults from
3200         openssl s_client.  Now all three commands are insecure.
3201
3202 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * lpath.el: Bind completion-styles-alist for XEmacs.
3205
3206         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3207         (gravatar-create-image): New function that's an alias to
3208         gnus-xmas-create-image, gnus-create-image, or create-image.
3209         (gravatar-data->image): Use it.
3210
3211 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3212
3213         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3214         install the nnregistry refer method.
3215         (gnus-registry-install-hooks): Use it.
3216         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3217         unfollowed groups.
3218
3219 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3220
3221         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3222         expanding threads.
3223
3224 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * nnir.el: Use the server names without suffixes (bug #7009).
3227
3228         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3229         unencrypted to STARTTLS, if possible.
3230
3231 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3232
3233         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3234         headers before superseding.
3235
3236 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * nnrss.el (nnrss-use-local): Add documentation.
3239
3240         * nnimap.el (nnimap-extend-tls-programs): New function.
3241         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3242         (nnimap-wait-for-connection): Accept the greeting from the stupid
3243         output from openssl s_client -starttls, too.
3244
3245         * tls.el (tls-starttls-switches): New variable.
3246         (tls-find-starttls-argument): Use it.
3247         (open-tls-stream): Ditto.
3248
3249         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3250         (netrc-machine): Ditto.
3251
3252         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3253         article number.
3254         (nnimap-split-fancy): New variable.
3255         (nnimap-split-incoming-mail): Use it.
3256
3257         * nntp.el (nntp-server-list-active-group): Document.
3258
3259         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3260         SELECT to get the message-id.
3261
3262         * mail-source.el (mail-sources): Remove webmail support.
3263         (defvar): Ditto.
3264         (mail-source-fetcher-alist): Ditto.
3265         (mail-source-fetch-webmail): Remove.
3266
3267         * webmail.el: Remove -- doesn't seem relevant any more.
3268
3269         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3270
3271         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3272         the \r.
3273
3274 2010-09-30  Julien Danjou  <julien@danjou.info>
3275
3276         * gnus-agent.el (gnus-agent-add-group): Fix call to
3277         gnus-completing-read.
3278
3279 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3280
3281         * nndoc.el (nndoc-retrieve-groups): New function.
3282
3283         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3284         `default', use nnmail-split-methods.
3285         (nnimap-request-article): Downcase the NILs so that they are nil.
3286
3287         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3288         symbol.
3289
3290         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3291         code, since if the user has requested network, that's what they ought
3292         to get.
3293         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3294         (nnimap-split-rule): Mark as obsolete.
3295
3296         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3297         New variable.
3298
3299         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3300         correct slot, too.
3301
3302 2010-09-29  Julien Danjou  <julien@danjou.info>
3303
3304         * gnus.el (gnus-local-domain): Declare variable obsolete.
3305
3306         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3307         Fix history computing.
3308         (gnus-ido-completing-read): Require ido.
3309
3310 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311
3312         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3313         build Gnus.
3314
3315         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3316         when interpreting the structures.
3317         (nnimap-request-accept-article): Add \r\n to the lines to make this
3318         work with Cyrus.
3319
3320         * nndraft.el (nndraft-request-expire-articles): Use the group name
3321         instead if "nndraft".  Fix found by Nils Ackermann.
3322
3323 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3324
3325         * nnregistry.el: Add.
3326
3327 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3328
3329         * nnmail.el (group, group-art-list, group-art):
3330         Remove unneeded directives.
3331
3332 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3335         (mm-mime-charset)
3336         * rfc2047.el (rfc2047-syntax-table)
3337         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3338
3339         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3340         rather than `insert-file-contents' and `eval-region'.
3341
3342         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3343         construction.
3344
3345         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3346
3347         * time-date.el: No need to require cl for Emacs 21.
3348
3349 2010-09-29  Julien Danjou  <julien@danjou.info>
3350
3351         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3352         replacement of `gnus-gravatar-relief' to mimic
3353         `gnus-faces-properties-alist'.
3354         Add :version property.
3355
3356 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * mail-source.el (mail-source-report-new-mail)
3359         * message.el (message-default-mail-headers)
3360         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3361
3362         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3363
3364 2010-09-28  Julien Danjou  <julien@danjou.info>
3365
3366         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3367         mail-address contains the same string as real-name.
3368
3369         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3370         non-blank in header, otherwise it'll get stripped.
3371
3372         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3373         real-name, and then for mail address rather than doing : or , search.
3374
3375 2010-09-27  Julien Danjou  <julien@danjou.info>
3376
3377         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3378         right completing-read function.
3379         (gnus-use-ido): New variable
3380         (gnus-completing-read-with-default): Remove.
3381         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3382         (gnus-agent-add-group):
3383         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3384         * mm-view.el (mm-view-pkcs7-decrypt):
3385         * mm-util.el (mm-codepage-setup):
3386         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3387         * mml-smime.el (mml-smime-openssl-sign-query):
3388         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3389         (mml-insert-multipart):
3390         * gnus-msg.el (gnus-summary-yank-message):
3391         * gnus-int.el (gnus-start-news-server):
3392         * mm-decode.el (mm-interactively-view-part):
3393         * gnus-dired.el (gnus-dired-attach):
3394         * gnus.el (gnus-read-method):
3395         * gnus-bookmark.el (gnus-bookmark-jump):
3396         * gnus-art.el (gnus-mime-view-part-as-type)
3397         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3398         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3399         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3400         * nnmairix.el (nnmairix-create-server-and-default-group)
3401         (nnmairix-update-groups, nnmairix-get-server)
3402         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3403         (nnmairix-get-group-from-file-path):
3404         * nnrss.el (nnrss-find-rss-via-syndic8):
3405         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3406         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3407         (gnus-group-browse-foreign-server):
3408         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3409         (gnus-summary-execute-command, gnus-summary-respool-article)
3410         (gnus-read-move-group-name):
3411         * gnus-score.el (gnus-summary-increase-score)
3412         (gnus-summary-score-effect):
3413         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3414
3415 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3418         x-focus-frame.
3419
3420         * nnimap.el (auth-source-forget-user-or-password)
3421         (auth-source-user-or-password): Autoload.
3422
3423         * message.el (message-from-style, message-interactive)
3424         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3425         (message-yank-prefix, message-indentation-spaces, message-signature)
3426         (message-signature-file): Add comment.
3427
3428 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3431         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3432         new articles.
3433
3434         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3435         parts.
3436         (nnimap-request-article): Work with the t setting, too.
3437
3438         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3439         that you don't get flashes of other buffers.
3440         (gnus-summary-show-complete-article): Intern before setting.
3441
3442 2010-09-27  David Engster  <dengste@eml.cc>
3443
3444         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3445         well as HEADERS.
3446         (nnmairix-retrieve-headers): Provide new argument for the above.
3447
3448 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * gnus-sum.el (gnus-summary-move-article): Don't alter
3451         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3452         group.
3453
3454         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3455
3456         * message.el (message-cite-prefix-regexp): Revert my last edit.
3457
3458         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3459         variable instead of the Gnus variable.
3460
3461         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3462
3463         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3464
3465         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3466         since some servers don't like it.
3467         (nnimap-open-connection): Forget credentials if the server says the
3468         password was wrong.
3469         (nnimap-parse-line): Protect against invalid data.
3470
3471         * gnus-sum.el (gnus-summary-move-article): Add comment.
3472         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3473         nothing alters it while scanning for new messages.
3474
3475         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3476         which may or may not help.
3477         (nnimap-open-connection): If we're doing a stream connection, and then
3478         discover we're on a STARTTLS-capable server, then open a STARTTLS
3479         connection instead.
3480
3481 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * nnimap.el (utf7): Require.
3484
3485         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3486         prefix.
3487
3488 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3489
3490         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3491
3492 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3493
3494         * nnimap.el (nnimap-request-accept-article): Message the error on
3495         error.
3496
3497 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3500
3501 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * nndoc.el (nndoc-request-list): Return success always.
3504
3505         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3506         `fetch-old' -- we only want to fetch the articles we've requested.
3507         The rest are in the agent, probably.
3508         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3509         disappeared server" to something low.  It's not important.
3510
3511         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3512         arrived before the FETCH data.
3513
3514         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3515         target here, because we don't know the Gnus name of the group.
3516
3517         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3518         for the correct group.
3519
3520         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3521
3522         * gnus.el (gnus): Give a final warning after startup.
3523
3524         * gnus-util.el (gnus-action-message-log): New variable.
3525         (gnus-message): Use it.
3526         (gnus-final-warning): New function.
3527
3528         * nnimap.el (nnimap-open-connection): Record the greeting.
3529         (nnimap): Add greeting.
3530
3531 2010-09-26  Julien Danjou  <julien@danjou.info>
3532
3533         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3534         arguments.
3535         (gnus-html-wash-images): Fix spec computing to include start/end.
3536
3537         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3538
3539 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3542         deletion.
3543         (nnimap-retrieve-headers): Don't select the group, because that's
3544         already done by nnimap-possibly-change-group.
3545
3546         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3547         (gnus-picon-transform-address): Use it.
3548
3549         * mail-source.el (mail-source-value): Revert previous patch.
3550
3551         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3552         on failure.
3553         (nnimap-open-connection): Look up both virtual and physical server name
3554         credentials.
3555
3556         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3557
3558 2009-02-07  Dave Love  <fx@gnu.org>
3559
3560         * tls.el (open-tls-stream): Don't query killing process.
3561
3562 2009-02-08  Dave Love  <fx@gnu.org>
3563
3564         * gnus-win.el (gnus-window-to-buffer-helper)
3565         (gnus-all-windows-visible-p): Function needn't be a symbol.
3566
3567         * mail-source.el (mail-source-value): Function needn't be a symbol.
3568
3569 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * message.el (message-cite-prefix-regexp): Remove } from the cite
3572         prefix.
3573
3574         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3575         highlight again, so that the highlight is correct.
3576
3577         * gnus-picon.el (gnus-picon): Remove again.
3578         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3579
3580         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3581         doing the header highlightling, so that the background colour of the
3582         picon is correct.
3583
3584         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3585         (gnus-picon): Ditto.
3586         (gnus-picon): Reinstate.  The background colour for picons is white.
3587         (gnus-picon-insert-glyph): Make the background white.
3588
3589         * nnml.el (nnml-open-nov): Don't return dead buffers.
3590
3591         * auth-source.el (auth-source-create): Query the user for whether to
3592         store the credentials.
3593
3594         * netrc.el (netrc-store-data): New function.
3595
3596         * auth-source.el (auth-source-user-or-password): Use the existing auth
3597         sources, if any, for creation.
3598
3599         * gnus.el (gnus-group-fast-parameter): Return the last matching
3600         parameter instead of the first matching parameter.
3601
3602 2010-09-26  Julien Danjou  <julien@danjou.info>
3603
3604         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3605
3606 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * mml2015.el (mml2015-use): Remove gpg support.
3609
3610         * mml1991.el (mml1991-function-alist): Remove gpg function.
3611         (mml1991-gpg-sign): Remove.
3612
3613 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3614
3615         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3616         (gnus-browse-unsubscribe-current-group): Document it.
3617         (gnus-browse-unsubscribe-group): Use it.
3618
3619 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3622         address to the To list for easier response.
3623
3624         * gnus.el (gnus-play-startup-jingle): Remove.
3625         (gnus-splash): Don't play jingle.
3626         (gnus): Silence gnus-load message.
3627
3628         * gnus-art.el (gnus-treat-play-sounds): Remove.
3629
3630         * gnus.el (gnus-play-jingle): Remove audio support.
3631
3632         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3633
3634         * earcon.el: Remove -- no users.
3635
3636         * gnus-audio.el: Remove -- no users of this package.
3637
3638         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3639
3640         * gnus-start.el (gnus-setup-news): Remove nocem support.
3641
3642         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3643
3644         * gnus.el (gnus-use-nocem): Remove.
3645
3646         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3647         Remove.
3648
3649         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3650         uses NoCeM any more.
3651
3652         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3653         (gnus-button-ctan-handler): Ditto.
3654         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3655         (gnus-button-ctan-directory-regexp): Ditto.
3656         (gnus-button-handle-ctan): Ditto.
3657         (gnus-button-tex-level): Ditto.
3658         (gnus-button-alist): Remove CTAN stuff.
3659
3660 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3663         nnimap-streaming test.
3664
3665         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3666         servers twice.
3667
3668         * nnimap.el (nnimap-open-connection): Add more error reporting when
3669         nnimap fails early.
3670
3671         * nnheader.el (nnheader-get-report-string): New function.
3672         (nnheader-get-report): Use it.
3673
3674         * gnus-int.el (gnus-check-server): Say what the error was when opening
3675         failed.
3676
3677         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3678         using streaming.
3679
3680 2010-09-25  Julien Danjou  <julien@danjou.info>
3681
3682         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3683         gnus-window-inside-pixel-edges.
3684
3685 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3688
3689         * mm-decode.el (mm-save-part): Allow saving to other directories the
3690         normal Emacs way.
3691
3692         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3693         Suggested by Jay Berkenbilt.
3694
3695         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3696         there isn't a single byte.
3697
3698         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3699         just do it.  It doesn't really seem to matter what the user responds
3700         here, I think, so it's just a confusing question.
3701
3702         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3703         non-streaming case.
3704
3705         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3706         (gnus-article-encrypt-body): Use it.
3707
3708         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3709         keystroke.
3710
3711         * nnimap.el (nnimap-find-wanted-parts-1):
3712         Use gnus-fetch-partial-articles.
3713
3714         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3715
3716         * nnimap.el (nnimap-insert-partial-structure): New function.
3717         (nnimap-get-partial-article): New function.
3718         (nnimap-request-article): Use it.
3719         (nnimap-wait-for-response): Return whether the wait was successful.
3720         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3721         retrieval wasn't successful.
3722         (nnimap-retrieve-group-data-early): Allow throttling servers.
3723         (nnimap-streaming): New variable.
3724         (nnimap-fetch-partial-articles): Remove.
3725
3726         * mm-decode.el (mm-with-part): Protect against killed buffers.
3727
3728         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3729         for prettier summary display.
3730
3731 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3732
3733         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3734
3735 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3738         apparently third-party libraries depend on it.
3739
3740         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3741         before starting negotiation.
3742
3743         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3744         privacy reasons.
3745         (gnus-treat-mail-gravatar): Ditto.
3746
3747         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3748         buffer when inserting images.  Inserting text into the headers, for
3749         instance, can make them invalid.
3750
3751 2010-09-25  Julien Danjou  <julien@danjou.info>
3752
3753         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3754         variables.
3755
3756         * nnheader.el: Remove useless variables news-reply-yank-from and
3757         news-reply-yank-message-id.
3758
3759         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3760         variables.
3761
3762         * mml1991.el: Remove useless mml1991-verbose.
3763
3764         * gnus.el: Remove useless variable gnus-use-generic-from.
3765         Remove obsolete variable gnus-topic-indentation.
3766
3767         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3768
3769         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3770
3771         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3772
3773         * gnus-group.el: Remove useless gnus-group-icon-cache.
3774         Remove useless gnus-ephemeral-group-server.
3775
3776         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3777
3778         * mml2015.el: Remove useless mml2015-verbose.
3779
3780         * mml-smime.el: Remove useless mml-smime-verbose.
3781
3782         * gnus.el: Remove useless gnus-local-domain.
3783
3784         * gnus-gravatar.el (gnus-gravatar-transform-address):
3785         Use gnus-gravatar-size.
3786
3787         * gnus-art.el: Remove useless gnus-treat-translate.
3788
3789 2010-09-24  Julien Danjou  <julien@danjou.info>
3790
3791         * gnus-sum.el: Add support for Gravatars.
3792
3793         * gnus-art.el: Add support for Gravatars.
3794
3795         * gnus-gravatar.el: Add this file.
3796
3797         * gravatar.el: Add this file.
3798
3799 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800
3801         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3802
3803         * gnus-group.el (gnus-group-fetch-faq): Remove.
3804
3805         * gnus.el (gnus-group-faq-directory): Remove.
3806
3807         * gnus-group.el (gnus-group-fetch-charter): Remove.
3808
3809         * gnus.el (gnus-group-charter-alist): Remove.
3810
3811         * gnus-group.el (gnus-group-archive-directory): Remove.
3812         (gnus-group-recent-archive-directory): Ditto.
3813         (gnus-group-make-archive-group): Remove.
3814
3815         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3816
3817         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3818         use the same article number for all the cached articles.
3819
3820         * nnimap.el (nnimap-command): Register the last command time so
3821         that we can use it for idling NOOPs.
3822         (nnimap-open-connection): Start the keeplive timer.
3823         (nnimap-make-process-buffer): Store all the process buffers.
3824         (nnimap-keepalive): New function.
3825
3826         * starttls.el (starttls-open-stream): Add autoload cookie.
3827
3828 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3829
3830         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3831         handling.
3832
3833 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3836         its data structures.
3837
3838         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3839         instead of the cl.el copy-list.
3840         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3841         equalp.
3842
3843 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3846         and tool-bar-local-item-from-menu.
3847
3848         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3849         mode-line-highlight face for Emacs.
3850
3851         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3852         loading gnus-sum.elc; fix comment for canlock-verify.
3853         (gnus-article-jump-to-part): Use read-number.
3854         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3855         Remove Emacs pre-21 compatible code for help-echo.
3856         (gnus-article-next-page-1): No need to adjust the number of lines.
3857         (gnus-article-describe-bindings): Always use help-buffer.
3858
3859         * gnus-audio.el (gnus-audio-inline-sound)
3860         * gnus-cus.el (gnus-custom-mode)
3861         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3862
3863         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3864
3865         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3866         compatible code.
3867
3868 2010-09-24  Glenn Morris  <rgm@gnu.org>
3869
3870         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3871         visiting the fcc file in rmail-mode.
3872
3873         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3874
3875 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * nnir.el: Silence the byte compiler.
3878
3879         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3880         alias to browse-url-url-encode-chars if any.
3881         (gnus-html-encode-url): Use it.
3882
3883 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * gnus-start.el (gnus-use-backend-marks): New variable.
3886         (gnus-get-unread-articles-in-group): Use it.
3887
3888         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3889         makeover.
3890
3891 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3892
3893         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3894
3895 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3898         Remove.
3899         (gnus-setup-news-hook):
3900         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3901
3902         * gnus-int.el (gnus-request-update-info): Protect against backends not
3903         having the function.
3904
3905         * nnimap.el (nnimap-stream): Mention starttls.
3906         (nnimap-open-connection): Add starttls support.
3907
3908 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3909
3910         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3911
3912 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913
3914         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3915         BODYSTRUCTUREs.
3916         (nnimap-transform-headers): Unfold quoted {42} headers.
3917
3918         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3919         the info.
3920         (gnus-get-unread-articles): Only call updatep on backends that support
3921         it.
3922
3923         * nnweb.el (nnweb-request-update-info): NOOP.
3924
3925         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3926
3927         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3928         since it only deals with marks.
3929
3930         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3931         gnus-request-marks, and make a new gnus-request-update-info.
3932
3933         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3934         the active instead of the high number, which is usually too low.
3935
3936 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3937
3938         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3939         * encrypt.el: Remove.
3940
3941 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3942
3943         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3944         server in symbolic form.
3945
3946         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3947
3948 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3951         (nnimap-update-info): Fix up code slightly.
3952
3953         * gnus-int.el (gnus-open-server): Add tracing for performance
3954         debugging.
3955
3956         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3957         (gnus-group-insert-group-line): Pass the real group name so that it
3958         gets the right data.
3959
3960         * gnus-start.el (gnus-get-unread-articles): Don't have
3961         `gnus-get-unread-articles-in-group' update info, since that can be
3962         really slow and doesn't seem to be needed?
3963
3964 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3965
3966         * time-date.el (date-to-time): Try using parse-time-string first before
3967         using the slower timezone-make-date-arpa-standard.
3968
3969 2010-09-22  Julien Danjou  <julien@danjou.info>
3970
3971         * gnus-group.el (gnus-group-insert-group-line):
3972         Call gnus-group-highlight-line.
3973         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3974         default hook list.
3975         (gnus-group-update-eval-form): Add new function.
3976         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3977         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3978
3979 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3982         immediate, then expire all articles.
3983         (nnimap-update-info): Fix off-by-one errors.
3984         (nnimap-flags-to-marks): Would return no marks lists for group with no
3985         flags.  Instead return the other data.
3986
3987 2010-09-22  Julien Danjou  <julien@danjou.info>
3988
3989         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3990         Only return an icon.
3991         (gnus-group-insert-group-line): Compute icon to return.
3992
3993         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3994         (gnus-html-image-fetched): Only cache if
3995         gnus-html-image-automatic-caching is set.
3996         (gnus-html-image-fetched): Check for errors.
3997
3998 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3999
4000         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4001         once per method on `g'.  This ensures that backends like nnfolder don't
4002         open all their folders.
4003
4004         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4005         (nnimap-request-list): Nix out group in the correct buffer.
4006         (nnimap-parse-flags): Implement by using `read' instead of
4007         hand-parsing.
4008         (nnimap-flags-to-marks): Pass on permanent-flags.
4009         (nnimap-make-process-buffer): Record the server name.
4010         (nnimap-parse-flags): Fix typo.
4011         (nnimap-request-scan): Run split on the server in general, not just a
4012         single group.
4013
4014         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4015         parameter, and propagate this downwards.
4016
4017         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4018         since EXAMINE changes it on the server.
4019
4020         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4021         this command might take a while.
4022
4023 2010-09-22  Julien Danjou  <julien@danjou.info>
4024
4025         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4026         harmful if you have 2 images side-by-side, they can't be properly
4027         update on text deletion.  Using text-property is safer here.
4028         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4029         data.
4030
4031 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4032
4033         * nnimap.el (nnimap-expunge-inbox): Remove.
4034         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4035         (nnimap-expunge): Flip default to t.
4036
4037         * gnus.el (gnus-method-to-server): Don't push things to the cache
4038         unless it's unique.
4039         (gnus-server-to-method): Ditto.
4040
4041 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4044
4045 2010-09-22  Julien Danjou  <julien@danjou.info>
4046
4047         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4048         get the start of data.
4049         (gnus-html-encode-url): Add this function to encode special chars in
4050         URL.
4051         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4052         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4053
4054         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4055         default.
4056         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4057
4058         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4059         images alt-text.
4060         (gnus-html-put-image): Put alt-text as help-echo.
4061
4062 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4065         * mm-util.el (mm-decompress-buffer)
4066         * nnir.el (nnir-run-find-grep)
4067         * pop3.el (pop3-list): Use 3rd arg of split-string.
4068
4069         * time-date.el (format-seconds): Comment fix.
4070
4071         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4072         and byte-optimize-form-code-walker.
4073         (dgnushack-make-auto-load): Don't advise make-autoload.
4074
4075         * lpath.el: Remove Emacs 21 stuff.
4076
4077 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4080         outside the active range.  Suggested by Dan Christensen.
4081
4082         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4083         slightly later to avoid double-getting it.
4084
4085         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4086         previous patch.
4087
4088         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4089
4090 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4091
4092         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4093
4094 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * gnus-int.el (gnus-open-server): Give a better error message in the
4097         "go offline" case.
4098
4099         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4100         marks for nnimap, which is seldom the right thing to do.
4101
4102         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4103         (gnus-same-method-different-name): New function.
4104
4105         * nnimap.el (parse-time): Require.
4106
4107         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4108         method in the presence of many similar methods.
4109
4110         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4111
4112         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4113         nnml-inhibit-expiry.
4114
4115         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4116         find out whether methods are equal.
4117
4118         * nnimap.el (nnimap-find-expired-articles): New function.
4119         (nnimap-process-expiry-targets): New function.
4120         (nnimap-request-move-article): Request the article before looking at
4121         what the Message-ID is.  Fix found by Andrew Cohen.
4122         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4123
4124         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4125         for oldness in addition to being a predicate.
4126
4127         * nnimap.el (nnimap-request-group): When we have zero articles, return
4128         the right data to Gnus.
4129         (nnimap-request-expire-articles): Only delete articles immediately if
4130         the target is 'delete.
4131
4132         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4133         method, this would bug out.
4134
4135         * gnus-group.el (gnus-group-expunge-group): Rename from
4136         gnus-group-nnimap-expunge, and implemented as a normal interface
4137         function.
4138
4139         * gnus-int.el (gnus-request-expunge-group): New function.
4140
4141         * nnimap.el (nnimap-request-create-group): Implement.
4142         (nnimap-request-expunge-group): New function.
4143
4144 2010-09-21  Julien Danjou  <julien@danjou.info>
4145
4146         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4147         (gnus-html-cache-expired): Add new function.
4148         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4149         wethever we should display image for fetch it.
4150         Compute alt-text earlier to pass it to the fetching function too.
4151         (gnus-html-schedule-image-fetching): Change function argument to only
4152         get one image at a time, not a list.
4153         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4154         cache.
4155         (gnus-html-get-image-data): New function to retrieve image data from
4156         cache.
4157         (gnus-html-put-image): Change buffer argument to use image data rather
4158         than file, and place image above region rather than inserting a new
4159         one.  Do not take alt-text as argument, since it's useless now: we place
4160         the image above alt-text.
4161         (gnus-html-prune-cache): Remove.
4162         (gnus-html-show-images): Start to fetch image when we find one, do not
4163         push into a temporary list.
4164         (gnus-html-prefetch-images): Only fetch image if they have expired.
4165         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4166         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4167
4168 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4171
4172 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4173
4174         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4175         spec inser "*" if the group isn't active instead of 0.
4176
4177         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4178         opening the server.
4179         (nnimap-request-delete-group): Implement group deletion.
4180         (nnimap-transform-headers): Return the size of the entire message in
4181         the Bytes header, not just the size of the first part.
4182         (nnimap-request-move-article): When moving an article from nnimap,
4183         request the article first so the accepting form has an article to
4184         accept.  Reported by Dan Christensen.
4185         (nnimap-command): Make sure that the error message doesn't error out.
4186
4187 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4188
4189         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4190         we haven't requested anything.
4191
4192 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4195         "".  Fix found by Andrew Cohen.
4196
4197         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4198         instead of -encode-string.
4199
4200 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4203
4204         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4205         by mm-subst-char-in-string.
4206
4207 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4210         waiting for the connection string.
4211
4212         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4213         arriving.
4214
4215         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4216         bogus characters.  This allows selecting certain Gmail groups.
4217
4218         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4219         (nnimap-fetch-partial-articles): New variable.
4220         (nnimap-open-connection): When looking for credentials, also use the
4221         nnimap-server-port.
4222         (nnimap-request-article): Return the group/article number, so that Gnus
4223         `^' works as expected.
4224         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4225
4226         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4227         comments.
4228         (gnus-methods-sloppily-equal): New function.
4229         (gnus): When using the development version of Gnus, load the gnus-load
4230         file.
4231
4232         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4233         `gnus-open-server' on each method before trying to scan them etc.
4234         This ensures that all the backend parameters are set correctly.
4235
4236         * nnimap.el (nnimap-authenticator): New variable.
4237         (nnimap-open-connection): Allow anonymous login.
4238         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4239         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4240
4241         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4242         patch, found by Knut Anders Hatlen.
4243
4244 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4245
4246         * gnus-agent.el (gnus-agent-batch-confirmation)
4247         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4248         to gnus-message.
4249         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4250         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4251         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4252         * gnus-int.el (gnus-open-server): Likewise.
4253         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4254         (gnus-score-check-syntax): Likewise.
4255         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4256         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4257         Likewise.
4258         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4259
4260 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4261
4262         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4263         calling conventions so that prefetch doesn't bug out.
4264
4265 2010-09-19  Julien Danjou  <julien@danjou.info>
4266
4267         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4268         rather than `subst-char-in-region' in order to be able to replace ASCII
4269         char by UTF-8 ones.
4270
4271         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4272         than curl.
4273         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4274         the right URL and ALT text on images.
4275         (gnus-html-wash-tags): Fix tag case.
4276         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4277         (gnus-article-html): Add -o display_ins_del=2 option.
4278         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4279
4280 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4283         the extra mail headers, which sometimes seem to happen for unknown
4284         reasons.
4285
4286         * mail-parse.el (mail-header-encode-parameter): Define as
4287         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4288         (or most, perhaps?) mail readers don't understand the latter, but do
4289         understand the former.
4290
4291         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4292         to nil, so that no methods are automatically agentized.  I think this
4293         is probably what most users want.
4294
4295         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4296         from url-retrieve, for instance about invalid URLs.
4297
4298         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4299         groups that have no articles.
4300         (nnimap-request-article): Check that we really got an article when we
4301         requested one.
4302
4303         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4304         doesn't exist.
4305
4306         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4307         nntp buffer so the agent can save it.
4308         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4309         that CRLF doesn't get translated to \n.
4310         (nnimap-open-connection): Don't make 'shell commands only send \n.
4311
4312 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4313
4314         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4315         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4316         Update var name.
4317         (nnml-generate-nov-file): Use dolist.
4318         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4319         Use with-current-buffer.
4320
4321 2010-09-18  Julien Danjou  <julien@danjou.info>
4322
4323         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4324         parallel.
4325
4326 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327
4328         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4329         the range update right.
4330         (nnimap-request-group): Don't make `M-g' bug out on group with no
4331         marks.
4332         (nnoo): Require, so that other packages can require nnimap.
4333         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4334         command we're looking for.  This helps when the server sends more
4335         responses after we've gotten everything we expected.
4336         (nnimap): Add a `newlinep' field to keep track of end-of-line
4337         conventions.
4338         Don't send CRLF to things that don't want it.
4339         (nnimap-request-accept-article): Ditto.
4340
4341 2010-09-18  Julien Danjou  <julien@danjou.info>
4342
4343         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4344         than curl to retrieve images.
4345
4346 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4349         the marks.
4350         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4351         (nnimap-wait-for-connection): New function.
4352         (nnimap-open-connection): If we have PREAUTH, don't query for login
4353         credentials.
4354         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4355         when doing a partial update.
4356
4357 2010-09-18  Julien Danjou  <julien@danjou.info>
4358
4359         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4360         tags.
4361
4362 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363
4364         * nnimap.el (nnimap-credentials): New function.
4365         (nnimap-open-connection): Use the new function to look for credentials
4366         also on the numeric equivalents of "imap" and "imaps".
4367
4368         * gnus-start.el (gnus-activate-group): Send the info to
4369         gnus-request-group.
4370
4371         * nnimap.el (nnimap-request-group): Have the "check" version of the
4372         function parse flags and update the info, so that a `M-g' get a total
4373         resync of all flags from the group.
4374
4375         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4376         to allow backends to alter the info on group selection.  Also alter all
4377         the backend -request-group functions to take the parameter.
4378
4379         * nnimap.el (nnimap-store-info): New function.
4380         (nnimap-update-info): Store the info for later usage.
4381         (nnimap-request-group): Use the stored info for the dont-check case, so
4382         that we don't retrieve all marks when we enter a group.
4383
4384         * nnimap.el: Use deffoo instead of defun for interface functions.
4385
4386         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4387         update the group info.  This makes the nndraft groups, for instance, go
4388         back to their old behaviour.
4389
4390         * gnus-sum.el (gnus-select-newsgroup): Indent.
4391
4392         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4393         in.
4394         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4395         nothing.
4396
4397         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4398         from methods that are denied.
4399
4400         * gnus-int.el (gnus-method-denied-p): New function.
4401
4402         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4403         store the password instead of netrc.
4404         (nnimap-open-connection): Don't error out when we can't make a
4405         connections.
4406
4407         * auth-source.el (auth-source-create): In the password prompt, say what
4408         we're querying for.  Also prompt for user name if that hasn't been
4409         given.
4410
4411         * nnimap.el (nnimap-with-process-buffer): Remove.
4412
4413 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4416         method when we're reading from the agent.
4417
4418         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4419
4420         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4421         that's probably most useful for users.
4422
4423         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4424         "failed" all the time.
4425
4426         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4427         ...)) with (with-current-buffer ... ).
4428
4429         * nntp.el (nntp-open-server): Return whether the open was successful or
4430         not.
4431
4432         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4433         select an unread unseen article first.
4434
4435         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4436         /etc/services, supply some sensible port defaults.
4437
4438         * dgnushack.el: Define netrc-credentials.
4439
4440 2010-09-17  Julien Danjou  <julien@danjou.info>
4441
4442         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4443
4444 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4445
4446         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4447         doesn't have any parameters.
4448
4449 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450
4451         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4452         only upcased checks.
4453
4454         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4455
4456         * nnimap.el (nnimap-open-shell-stream): New function.
4457         (nnimap-open-connection): Use it.
4458         (nnimap-transform-headers): Get the number of lines in each message.
4459         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4460         number of lines.
4461         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4462         problem.
4463
4464         * utf7.el (utf7-encode): Autoload.
4465
4466         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4467         to allow the mail splitting to not return a default group.  This is
4468         useful for nnimap, which will leave unmatched mail in the inbox.
4469
4470         * nnimap.el: Rewritten.
4471
4472         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4473         nnimap usage.
4474
4475         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4476         if the move is internal, so that nnimap can do fast internal moves.
4477
4478         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4479         data.
4480         (gnus-read-active-for-groups): Support finishing the early retrieval of
4481         data.
4482
4483         * gnus-range.el (gnus-range-nconcat): New function.
4484
4485         * gnus-int.el (gnus-finish-retrieve-group-infos)
4486         (gnus-retrieve-group-data-early): New functions.
4487
4488 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4489
4490         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4491         (nnrss-retrieve-groups):
4492         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4493         (pop3-quit): Use with-current-buffer.
4494
4495 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4498         instead of nnheader-accept-process-output.
4499
4500         * dgnushack.el (dgnushack-compile): Add comment.
4501
4502         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4503
4504         * gnus-html.el (gnus-html-schedule-image-fetching)
4505         (gnus-html-prefetch-images): Replace process-kill-without-query by
4506         gnus-set-process-query-on-exit-flag.
4507
4508 2010-09-16  Romain Francoise  <romain@orebokech.com>
4509
4510         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4511
4512 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4513
4514         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4515         parameter to unintern is mandatory-ish in Emacs 24.
4516
4517         * gnus-html.el (gnus-html-schedule-image-fetching)
4518         (gnus-html-prefetch-images): Check for curl before using it.
4519
4520         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4521         depend on curl, which isn't essential.
4522
4523         * imap.el: Revert back to version
4524         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4525         seem problematic.
4526
4527 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4528
4529         * gnus-registry.el (gnus-registry-install-shortcuts):
4530         Explicitly pass `obarray' to `unintern' to avoid a warning.
4531
4532 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533
4534         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4535         change.
4536
4537         * nnrss.el (nnrss-request-list): Remove this function and related
4538         functions, including the moreover stuff.
4539
4540 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * nnrss.el (nnrss-retrieve-groups): New function.
4543
4544 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4545
4546         * .dir-locals.el: Add no-byte-compile cookie.
4547
4548 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4549
4550         * time-date.el (format-seconds): Comment fix.
4551
4552         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4553         for back end that doesn't support request-scan.
4554
4555 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4556
4557         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4558         then do request scans from the backends.
4559
4560         * netrc.el (netrc-credentials): New conveniency function.
4561
4562         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4563         avoid running a hook per line, since this takes a lot of time,
4564         profiling shows.
4565         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4566         directly if gnus-visual-p is true.
4567
4568 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4571         groups; replace mapcar with dolist which is a bit faster; pass groups
4572         info to gnus-read-active-file-1.
4573         (gnus-read-active-file-1): Scan only specified groups if the new
4574         optional arg `infos' is given.
4575
4576 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4579
4580         * pop3.el (pop3-movemail): Remove.
4581         (pop3-streaming-movemail): Rename to pop3-movemail.
4582
4583         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4584         don't restrict end-tag searches to the end of the line.
4585
4586 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4589         articles of every unchecked group to t, which means unknown since the
4590         server has never been opened.
4591
4592 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * gnus-html.el (gnus-html-show-alt-text): New command.
4595         (gnus-html-browse-image): Ditto.
4596         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4597         to browse the image directly.
4598         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4599         better.
4600
4601         * gnus-async.el (gnus-async-article-callback):
4602         Call `gnus-html-prefetch-images' unconditionally.
4603
4604         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4605         before feeding URLs to curl.
4606
4607 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4610         internal images as deletable by `W D D'.
4611
4612         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4613         (gnus-async-article-callback): Fix typo.
4614
4615 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616
4617         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4618         current line to work around bugs in the output from w3m.
4619
4620         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4621         for groups that want that.
4622
4623         * nntp.el (nntp-wait-for-string): Supply a timeout for
4624         accept-process-output to ensure progress.
4625
4626         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4627         level to get unread articles from, then use that for foreign groups,
4628         too.
4629
4630         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4631         confuses the rest of the function.
4632
4633         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4634         for the methods that support -retrieve-groups, too.
4635
4636         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4637
4638 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4641         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4642
4643         * pop3.el: Require cl when compiling.
4644         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4645
4646 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4647
4648         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4649         that aren't going to be activated.
4650         (gnus-get-unread-articles): Fix up the last commit.
4651
4652         * gnus-html.el (gnus-article-html): Allow calling without specifying
4653         the handle.  In that case, dissect the buffer first.
4654
4655         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4656
4657         * nnimap.el (nnimap-open-connection): Revert the change that would look
4658         into authinfo for imaps instead of imap.
4659
4660         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4661         say that you don't want to call gnus-request-group with don-check, but
4662         do check the reponse.  This is for virtual groups only.
4663         (gnus-get-unread-articles): Count the archive groups as secondary, so
4664         that they're activated the same way as before.
4665
4666         * imap.el (imap-message-map): Removed optional buffer parameter, since
4667         no callers use it.
4668         (imap-message-get): Ditto.
4669         (imap-message-put): Ditto.
4670         (imap-mailbox-map): Ditto.
4671         (imap-mailbox-put): Ditto.
4672         (imap-mailbox-get): Ditto.
4673         (imap-mailbox-get): Revert last change for this function.
4674
4675         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4676         case-insensitively.
4677         (nnimap-debug): Remove.
4678
4679         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4680         to use `imap-fetch' instead.  According to the comments, this should be
4681         safe, since all other IMAP clients use the 1:* syntax.
4682         (imap-enable-exchange-bug-workaround): Removed.
4683         (imap-debug): Removed -- doesn't seem very useful.
4684
4685         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4686         mail from a file, and the file doesn't exist.
4687
4688         * imap.el (imap-log): New convenience function used throughout instead
4689         of repeating the same code all over the place.
4690
4691         * pop3.el (pop3-streaming-movemail): Return t for success.
4692
4693         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4694         .authinfo if we're using ssl connection.
4695
4696         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4697         already have if we're in a main Gnus `g' run.
4698
4699         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4700
4701 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4704
4705         * nnmh.el (nnmh-request-list-1): Bind `file'.
4706
4707         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4708         alias to set-process-query-on-exit-flag or process-kill-without-query.
4709         (pop3-open-server): Use it.
4710
4711 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4712
4713         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4714         box to the Incoming file.  Fixes mistake in previous checkin.
4715
4716         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4717         request loop (for debugging purposes) removed.
4718
4719         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4720         culprit is more visible.
4721         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4722         (nnml-add-incremental-nov): New functions to do "incremental" nov
4723         updates, where we just append to the end of the existing nov files
4724         without reading/writing them in full.
4725
4726         * mail-source.el (mail-source-delete-crash-box): Really only check the
4727         incoming files once in a while.
4728
4729         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4730
4731         * mail-source.el (mail-source-delete-crash-box): Only check the
4732         incoming files for deletion once per day to save a lot of file
4733         accesses.
4734
4735         * pop3.el (pop3-logon): Fix up unbound variable typo.
4736
4737         * mail-source.el (pop3-streaming-movemail): Autoload.
4738
4739         * pop3.el (pop3-streaming-movemail):
4740         Respect pop3-leave-mail-on-server.
4741
4742         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4743         retrieval.
4744
4745         * pop3.el (pop3-process-filter): Remove unused function.
4746         (pop3-streaming-movemail, pop3-send-streaming-command)
4747         (pop3-wait-for-messages, pop3-write-to-file)
4748         (pop3-number-of-responses): New functions for streaming pop3
4749         retrieval.
4750
4751         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4752         come from no known methods.
4753         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4754         list.
4755
4756         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4757         message sizes.
4758         (pop3-movemail): Use erase-buffer instead of looping and deleting
4759         regions, which seems rather odd.
4760
4761         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4762         file once per `g' run.
4763
4764         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4765         directories.  This makes the draft queue directory work.
4766
4767         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4768         data from the backends, so that we only request the list of groups from
4769         each method once.  This should speed things up considerably.
4770
4771         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4772         detect that it's not implemented.
4773
4774         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4775         we actually do recurse down into the tree, but don't stat all leaf
4776         nodes.
4777
4778         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4779         then say so instead of bugging out.
4780
4781         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4782         files exist before trying to read them.
4783
4784         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4785         around <pre_int>.
4786
4787         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4788
4789         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4790
4791 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792
4793         * mm-util.el (mm-image-load-path): Just return the image directories,
4794         not all directories in the path in addition to the image directories.
4795         (mm-image-load-path): Maintain a cache of the image directories so that
4796         the `g' command in Gnus doesn't have to stat dozens of directories each
4797         time.
4798
4799         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4800         (gnus-html-wash-tags): Add a new `i' command to insert images.
4801         (gnus-html-insert-image): New command and keystroke.
4802         (gnus-html-redisplay-with-images): New command and keystroke.
4803         (gnus-html-show-images): Rename command.
4804         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4805         spacers.
4806         (gnus-html-wash-tags): Decode entities at the end, so that entities
4807         inside the tags don't mess up the rest of the "parsing".
4808
4809         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4810         so that nnimap methods aren't agentized by default.  There's apparently
4811         many problems related to agent/imap behaviour.
4812
4813         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4814
4815         * gnus-html.el: Doc fix.
4816
4817 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4820         specifier-spec-list for Emacs 21.
4821
4822         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4823         glyph-width and glyph-height instead of display-graphic-p and
4824         image-size; make avoidance of displaying small images work for XEmacs.
4825
4826         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4827         for XEmacs.
4828
4829         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4830         of symbol that holds plist data.
4831         (gnus-process-plist): Remove plist of process after getting it.
4832
4833 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * message.el (message-generate-hashcash): Change default to
4836         'opportunistic if hashcash is installed.
4837
4838         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4839         (gnus-html-put-image): Only call image-size once, since it's somewhat
4840         time-consuming on remote X servers.
4841
4842 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4845         type on data, not a file name.
4846
4847         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4848         window-pixel-edges for Emacs 21.
4849
4850         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4851         decoded contents.
4852         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4853
4854 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4857         group line format, since it isn't very interesting.
4858
4859         * gnus-agent.el (gnus-agent-short-article),
4860         (gnus-agent-long-article): Increase values for these two variables,
4861         since most people are likely to have more network connection and
4862         storage than before.
4863
4864         * gnus.el (gnus-refer-article-method): Change default to 'current.
4865         When referring an article, the common behaviour is to refer it from the
4866         current select method, not the native select method.  The chances of
4867         the native select method having the message in question is rather slim
4868         these days.
4869
4870         * gnus-sum.el (gnus-auto-select-subject): Change default to
4871         `unseen-or-unread'.  I think it's likely that most people want to
4872         select an unseen article over a previously seen, but unread one.
4873
4874         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4875         means that in the article buffer none of the minor mode elements will
4876         be shown, usually, and this is not desirable in most cases.
4877
4878         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4879         that commands like `d' (and the like) go to the next line in the
4880         buffer, instead of the next unread article.  I think this is the
4881         behaviour that is most natural for most users.
4882         (gnus-single-article-buffer): Change default to nil, so that people can
4883         have as many article buffers open as they have summary buffer.  I think
4884         this is the most natural way for the groups to behave.
4885
4886         * message.el (message-generate-new-buffers): Change default to
4887         `unsent', so that all new message buffers start their names with the
4888         string "*unsent", and it's easier to find the buffers if you move from
4889         them.
4890
4891 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4894         small.  They're probably tracking images.
4895         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4896         (gnus-html-rescale-image): Yet another try at getting the image sizing
4897         right.
4898
4899         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4900         nntp-marks-file-name is nil.
4901
4902 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4903
4904         * gnus-html.el (gnus-html-wash-tags)
4905         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4906         Better logging.
4907
4908 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4911
4912         * gnus-html.el (gnus-html-wash-tags): Check the value of
4913         gnus-blocked-images in the summary buffer.
4914
4915 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4916
4917         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4918
4919 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4920
4921         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4922         like "a", it seems like.
4923         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4924         since it needs to be picked from the correct buffer.
4925
4926         * nnwfm.el: Remove.
4927
4928         * nnlistserv.el: Remove.
4929
4930 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4931
4932         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4933         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4934
4935 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936
4937         * nnkiboze.el: Remove.
4938
4939         * nndb.el: Remove.
4940
4941         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4942         alt text.
4943         (gnus-html-rescale-image): Try to get the rescaling logic right for
4944         images that are just wide and not tall.
4945
4946         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4947         overshadow variable bindings.
4948
4949 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4950
4951         * gnus-html.el (gnus-html-wash-tags)
4952         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4953         Add extra logging.
4954
4955 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4956
4957         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4958         (gnus-max-image-proportion): New variable.
4959         (gnus-html-rescale-image): New function.
4960         (gnus-html-put-image): Rescale images.
4961
4962 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4963
4964         Fix up some byte-compiler warnings.
4965         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4966         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4967         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4968         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4969         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4970         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4971         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4972
4973 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * gnus-html.el (gnus-article-html): Decode contents by charset.
4976
4977 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4980         (gnus-html-frame-width, gnus-blocked-images)
4981         * message.el (message-prune-recipient-rules): Add custom version.
4982         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4983
4984         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4985         functions.
4986
4987         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4988         gnus-process-get.
4989
4990 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4991
4992         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4993         instead of lsub directly.
4994
4995 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * nnwarchive.el: Remove.
4998
4999         * gnus-soup.el: Remove.
5000
5001         * nnsoup.el: Remove.
5002
5003         * nnultimate.el: Remove.
5004
5005         * gnus-html.el (gnus-blocked-images): New variable.
5006
5007         * message.el (message-prune-recipients): New function.
5008         (message-prune-recipient-rules): New variable.
5009
5010         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5011         guess whether a long line is natural text or not.
5012
5013         * gnus-html.el (gnus-html-schedule-image-fetching):
5014         Use gnus-process-plist and friends for compatibility.
5015
5016 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5017
5018         * gnus-html.el: Require packages that define macros used in this file.
5019         (gnus-article-mouse-face): Declare to silence byte-compiler.
5020         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5021         process-get.
5022         (gnus-html-put-image): Use plist-get to avoid getf.
5023         (gnus-html-prefetch-images): Use with-current-buffer.
5024
5025 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-ems.el: Provide compatibility functions for
5028         gnus-set-process-plist.
5029
5030         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5031         header-line-format for XEmacs 21.4.
5032
5033         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5034         * gnus.el (gnus-valid-select-methods)
5035         * message.el (message-send-mail-partially-limit)
5036         * mm-decode.el (mm-text-html-renderer)
5037         * mml.el (mml-insert-mime-headers-always)
5038         * smiley.el (smiley-regexp-alist): Bump custom version.
5039
5040 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * gnus-html.el: require mm-url.
5043         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5044         with the url to `url'.
5045         (gnus-html-wash-tags): Support cid: URLs/images.
5046
5047 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5050         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5051         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5052
5053         * gnus-move.el: Remove file, since it doesn't really work.
5054
5055         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5056         UTF-8.  This seems to fix problems with some German web feeds.
5057
5058         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5059         at the top so that the proper colours are applied.
5060
5061         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5062         don't have dots in their names.
5063
5064         * gnus-art.el (gnus-article-view-part): Doc fix.
5065
5066         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5067         XEmacs-compatible.
5068         (gnus-html-put-image): Don't do images on non-graphic displays.
5069
5070         * nnslashdot.el: Remove this unused backend.
5071
5072         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5073         actions.
5074         (gnus-undo-register-1): Revert last change.
5075
5076         * gnus-group.el (gnus-group-completing-read): Protect against not
5077         having completion-styles bound.
5078
5079         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5080         make broken recipients happier.
5081
5082         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5083
5084         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5085         point parameter.
5086
5087         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5088
5089         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5090         completion-styles for group selection.
5091
5092 2009-02-04  Andreas Schwab  <schwab@suse.de>
5093
5094         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5095         headers and regexp-quote the match if necessary.
5096
5097 2009-03-24  Miles Bader  <miles@gnu.org>
5098
5099         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5100         the blinking smiley.
5101
5102 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5103
5104         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5105         blink smiley.
5106
5107 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108
5109         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5110         where the dribbel file lives exists.
5111
5112         * message.el (message-send-mail-partially-limit): Change the default to
5113         nil, since most people don't want this.
5114
5115         * mm-url.el (mm-url-decode-entities): Also decode entities like
5116         &#x3212.
5117
5118 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5119
5120         * gnus-sum.el (gnus-summary-idna-message):
5121         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5122         Hyperlink urls in docstrings with URL `...'.
5123
5124 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5125
5126         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5127         functions.
5128
5129 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5132         say what the mouseover text should be.
5133
5134         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5135         version of the mm-w3m-safe-url-regexp variable to only download images
5136         in the groups where we want that to happen.
5137
5138         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5139
5140         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5141         easier debugging.
5142         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5143         big pictures in the article buffer.
5144
5145         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5146         gnus-article-html.
5147         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5148         w3m.
5149
5150         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5151
5152 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5155         which doesn't exist.
5156
5157         * message.el (message-inhibit-ecomplete): New variable to allow some
5158         function to inhibit ecomplete address storage.
5159         (message-resend): Disable ecomplete message storage when resending
5160         messages.
5161
5162         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5163
5164 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5167         Save excursion while copying, moving, and deleting articles in order to
5168         prevent the cursor from jumping to unforeseen place.
5169
5170 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * lpath.el: No need to bind bookmark-current-buffer,
5173         bookmark-yank-point and bookmark-make-record-function.
5174
5175 2010-08-17  Glenn Morris  <rgm@gnu.org>
5176
5177         * gnus-sync.el: Require gnus components whose functions are used.
5178
5179         * gnus-art.el (bookmark-make-record-function):
5180         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5181         Declare for compiler.
5182
5183         * mm-url.el (mml-compute-boundary): Autoload.
5184
5185 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5188
5189 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5190
5191         Typo fix "hoo4a" -> "hook".
5192
5193         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5194
5195 2010-08-14  Glenn Morris  <rgm@gnu.org>
5196
5197         * gnus-sync.el (gnus-sync): Fix defgroup version.
5198
5199 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5200
5201         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5202
5203         * gnus-sync.el: Fix docs.
5204         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5205         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5206
5207 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5208
5209         Optimizations for gnus-sync.el.
5210
5211         * gnus-sync.el: Add docs about gnus-sync-backend
5212         possibilities.
5213         (gnus-sync-save): Remove unnecessary message.
5214         (gnus-sync-read): Optimize and show what groups were skipped.
5215
5216 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5217
5218         Minor bug fixes for gnus-sync.el.
5219
5220         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5221         Don't read the sync on get-new-news.
5222
5223         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5224         quiet.
5225
5226         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5227         (fix typo).
5228
5229 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5230
5231         Make saving and restoring of hidden threads work with overlays.
5232         Patch applied by Ted Zlatanov.
5233
5234         * gnus-sum.el (gnus-hidden-threads-configuration)
5235         (gnus-restore-hidden-threads-configuration): Update to deal with text
5236         properties, rather than searching for a magic character.
5237
5238 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5239
5240         New gnus-sync.el library for synchronization of marks.
5241
5242         * gnus-sync.el: New library for synchronization of marks.
5243
5244         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5245         renamed from `gnus-registry-grep-in-list'.
5246
5247         * gnus-registry.el (gnus-registry-follow-group-p):
5248         Use `gnus-grep-in-list'.
5249
5250         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5251
5252 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5255         determining charset of text fails.
5256
5257 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * nnmail.el (nnmail-get-new-mail-1): Revert.
5260
5261         * nnml.el (nnml-active-number): Make sure names of newly created groups
5262         in nnml-group-alist are encoded.
5263
5264 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5267         containing non-ASCII characters in active file for nnml back end.
5268
5269 2010-07-24  David Engster  <dengste@eml.cc>
5270
5271         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5272         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5273
5274 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5275
5276         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5277         tag (Bug#6654).
5278
5279 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5282         the article buffer, not the summary buffer.
5283
5284 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5287         Emacs 23 as well.
5288
5289 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5290
5291         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5292         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5293
5294 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5295
5296         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5297         Patch applied by Karl Fogel.
5298
5299         * gnus-sum.el (gnus-summary-bookmark-make-record):
5300         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5301
5302 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5303
5304         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5305         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5306         C-w still not working correctly from Article buffers; Thierry's
5307         patch to fix that will be applied after this.
5308
5309         * gnus-art.el (bookmark-make-record-function): New local variable.
5310
5311         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5312         article buffer.
5313         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5314
5315 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5316
5317         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5318         on changes in bookmark.el.
5319
5320 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5323         `no-log' instead of message not to log prompt string.
5324
5325 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5326
5327         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5328         the *other* type of HTML form submission.
5329
5330 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5331
5332         * auth-source.el (auth-source-pick): If choice does not contain a
5333         questioned keyword, set the check to t.
5334
5335 2010-06-12  Romain Francoise  <romain@orebokech.com>
5336
5337         * gnus-util.el (gnus-date-get-time): Move up before first use.
5338
5339 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5342         (gnus-article-edit-part): Bind it to make last part that is substituted
5343         or deleted visible.
5344         (gnus-mime-display-single): Buttonize part of which id equals to
5345         gnus-mime-buttonized-part-id.
5346
5347 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5348
5349         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5350         (gnus-dd-mmm): Use gnus-date-get-time.
5351         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5352         simplify logic.
5353         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5354         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5355
5356 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5357
5358         * auth-source.el (top): Autoload `secrets-list-collections',
5359         `secrets-create-item', `secrets-delete-item'.
5360         (auth-sources): Fix tag string.
5361         (auth-get-source, auth-source-retrieve, auth-source-create)
5362         (auth-source-delete): New defuns.
5363         (auth-source-pick): Rewrite in order to avoid 2 passes.
5364         (auth-source-forget-user-or-password): New parameter USERNAME.
5365         (auth-source-user-or-password): New parameters CREATE-MISSING and
5366         DELETE-EXISTING.  Retrieve password interactively, if needed.
5367
5368 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5369
5370         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5371         deleting unused directories when gnus-expert-user is t.
5372
5373 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5376         for each temp file when gnus-article-browse-delete-temp is ask.
5377
5378 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5379
5380         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5381         Lisp calls to delete-backward-char by calls to delete-char.
5382
5383 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5384
5385         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5386
5387 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5388
5389         * password-cache.el (password-cache-remove): Fix docstring.
5390
5391 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5394         article unless decoding article to be saved.
5395
5396 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5399         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5400         generated within the mm-with-unibyte-current-buffer macro.
5401
5402 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5405         to nil when we're in a mml-preview buffer and no group is selected.
5406
5407 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5408
5409         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5410         when catching the `C-g'.  Reported by "Leo".
5411
5412 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * message.el (message-forward-make-body-plain)
5415         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5416         multibyte-string-p.
5417
5418         * lpath.el: Revert.
5419
5420 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * message.el (message-forward-make-body-mml): Assume original message
5423         is multibyte string; error on unibyte.
5424         (message-forward-make-body-plain): Ditto; don't add excessive newline
5425         in body end.
5426
5427         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5428
5429 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5430
5431         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5432         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5433
5434 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * mm-extern.el (mm-extern-url): Don't use
5437         mm-with-unibyte-current-buffer.
5438         (mm-extern-cache-contents): Use with-current-buffer instead of
5439         save-excursion + set-buffer.
5440
5441 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * mm-util.el (mm-emacs-mule): Remove.
5444
5445 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5446
5447         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5448         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5449         change.
5450
5451 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5454         bind the default value of enable-multibyte-characters to nil.
5455
5456 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * message.el (message-forward-make-body-plain)
5459         (message-forward-make-body-mml):
5460         Don't use mm-with-unibyte-current-buffer.
5461
5462 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5463
5464         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5465
5466 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5467
5468         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5469         (Bug#5592).
5470
5471 2010-05-07  Julien Danjou  <julien@danjou.info>
5472
5473         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5474         it to mm-pipe-part.
5475
5476         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5477         it is given.
5478
5479 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * binhex.el (binhex-decode-region-internal)
5482         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5483         (dns-query)
5484         * nnweb.el (nnweb-gmane-search)
5485         * pgg-parse.el (pgg-parse-armor)
5486         * pgg.el (pgg-verify-region)
5487         * sha1.el (sha1-string-external)
5488         * uudecode.el (uudecode-decode-region-internal)
5489         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5490         XEmacs.
5491
5492         * gnus-art.el (gnus-article-browse-html-parts)
5493         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5494         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5495         make-temp-file.
5496
5497         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5498         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5499         compiling.
5500
5501         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5502         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5503         XEmacs when compiling.
5504
5505         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5506         gnus-pick-mode-off-hook for XEmacs when compiling.
5507         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5508         gnus-binary-mode-off-hook for XEmacs when compiling.
5509
5510         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5511         Return nil if char-charset is not available.
5512
5513         * imap.el (imap-disable-multibyte)
5514         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5515         macros.
5516
5517         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5518         instead of encode-coding-string.
5519
5520         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5521         'xemacs) instead of mm-emacs-mule to switch function definitions.
5522         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5523
5524         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5525         bind temporary-file-directory for XEmacs;
5526         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5527         timer-set-function for XEmacs 21.4 and SXEmacs;
5528         bind timer-list for XEmacs 21.4 and SXEmacs;
5529         fbind char-charset and find-charset-region for non-Mule XEmacs;
5530         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5531         encode-coding-region and encode-coding-string for XEmacs having no
5532         file-coding feature.
5533
5534 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5535
5536         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5537
5538 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5541         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5542
5543 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5544
5545         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5546         alias `jka-compr-delete-temp-file' no longer exists.
5547
5548 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5549
5550         Use define-minor-mode in Gnus where applicable.
5551         * mml.el (mml-mode): Use define-minor-mode.
5552         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5553         (gnus-undo-mode): Use define-minor-mode.
5554         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5555         (gnus-dead-summary-mode): Use define-minor-mode.
5556         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5557         Initialize in declaration.
5558         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5559         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5560         (gnus-mailing-list-mode): Use define-minor-mode.
5561         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5562         (gnus-draft-mode): Use define-minor-mode.
5563         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5564         (gnus-dired-mode): Use define-minor-mode.
5565
5566 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5567
5568         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5569         handles on recursive mml-to-mime translation and check them for
5570         boundary delimiter collisions.  Reported by Greg Troxel.
5571
5572 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5575
5576 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5577
5578         * mm-util.el (mm-find-buffer-file-coding-system):
5579         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5580
5581 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5582
5583         * message.el (message-generate-headers): Record insertion of optional
5584         headers as well.  Otherwise the check to prevent repeated insertion of
5585         optional headers is a no-op.
5586
5587 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5588
5589         * smime.el: Don't mention CVS.
5590
5591         * nnrss.el (nnrss-fetch): Don't mention CVS.
5592
5593         * nnir.el: Don't mention CVS.
5594
5595 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5596
5597         * gnus-sum.el (gnus-summary-bookmark-make-record):
5598         Add `location' field.
5599
5600 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * lpath.el: Fbind bookmark-default-handler,
5603         bookmark-get-bookmark-record, bookmark-make-record-default,
5604         bookmark-prop-get for Emacs <23 and XEmacs.
5605
5606 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5607
5608         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5609         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5610         Use with-current-buffer to silence the byte-compiler.
5611         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5612         bother to require `gnus'.
5613         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5614
5615 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5616
5617         * gnus-sum.el (gnus-summary-bookmark-make-record)
5618         (gnus-summary-bookmark-jump): New functions.
5619         (gnus-summary-mode): Setup bookmark support.
5620
5621 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5622
5623         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5624         if set.
5625
5626 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5629         gnus-article-browse-html-save-cid-image; make it work recursively for
5630         forwarded messages as well.
5631         (gnus-article-browse-html-parts): Work when prefix arg is given.
5632         (gnus-article-browse-html-article): Doc fix.
5633
5634 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5635
5636         * message.el (message-default-mail-headers):
5637         (message-default-headers): Carry the value mail-default-headers over
5638         into message-default-mail-headers, rather than message-default-headers.
5639
5640 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5641
5642         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5643         charset.
5644
5645         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5646         charset into the <meta> tag when the article is encoded to utf-8.
5647
5648 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * gnus-art.el (gnus-article-browse-delete-temp-files):
5651         Delete directories as well.
5652         (gnus-article-browse-html-parts): Work for images that do not specify
5653         file names; delete temp directory when quitting; insert header at the
5654         right place; use file: scheme for image files.
5655
5656 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5657
5658         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5659         (gnus-article-browse-html-parts): Use it to make temporary cid image
5660         files in addition to html file so that browser may display them.
5661
5662 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5665
5666 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5667
5668         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5669
5670 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5671
5672         * auth-source.el (auth-sources): Change default to be simpler.
5673         Explain about Secret Service API sources.  Improve Customize options.
5674         (auth-source-pick): Change to accept any number of search parameters.
5675         Implement fallbacks iteratively, not recursively.  Add scoring on the
5676         second pass and sort by score.  Call Secret Service API when needed.
5677         (auth-source-user-or-password): Use it.  Call Secret Service API
5678         directly when needed to get the user name and the password.
5679
5680 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5681
5682         * message.el (message-interactive): Doc fix.
5683         (message-qmail-inject-args): Reflow.
5684         (message-kill-to-signature): Fix typo in docstring.
5685
5686         * smiley.el (smiley-buffer): Fix typo in docstring.
5687
5688 2010-03-24  Glenn Morris  <rgm@gnu.org>
5689
5690         * mail-source.el (gnus-message): Declare.
5691         (mail-source-delete-old-incoming): Require gnus-util.
5692
5693 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5696
5697         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5698
5699         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5700         password-cache's default if it is not bound.
5701         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5702         password-cache-expiry's default if it is not bound.
5703
5704         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5705         available in Emacs 21.
5706
5707         * lpath.el: Suppress compiler warnings for:
5708         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5709         XEmacs;
5710         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5711         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5712         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5713
5714 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * auth-source.el (auth-sources): Fix up definition so extra parameters
5717         are always inline.
5718
5719 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5720
5721         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5722         wasn't updated after mismatch.  Clear cached mailbox info correctly
5723         when uidvalidity changes.
5724         (nnimap-group-prefixed-name): New function to avoid some code
5725         duplication.
5726         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5727         (nnimap-request-group): Use it.
5728         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5729         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5730         with many imap folders.  This is done by caching the group status from
5731         the imap server persistently in a group parameter `imap-status'.  (This
5732         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5733         but not persistently, so every Gnus startup was still very slow.)
5734
5735 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5736
5737         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5738         delete the extra newline.  Otherwise editing of :string and :number
5739         types don't work.
5740
5741 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5742
5743         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5744         secrets.el dependency.
5745         (auth-sources): Add optional user name.  Add secrets.el configuration
5746         choice (unused right now).
5747
5748 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5749
5750         * gnus-sum.el (gnus-summary-make-menu-bar):
5751         Let `gnus-registry-install-shortcuts' fill in the functions.
5752
5753         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5754         warnings.
5755         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5756         (gnus-registry-install-shortcuts): Populate and use it in a
5757         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5758
5759 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5760
5761         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5762         In-place substitutions for the group name encoding/decoding.
5763         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5764         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5765         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5766         (nnimap-update-unseen, nnimap-request-list)
5767         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5768         (nnimap-request-set-mark, nnimap-split-to-groups)
5769         (nnimap-split-articles, nnimap-request-newgroups)
5770         (nnimap-request-create-group, nnimap-request-accept-article)
5771         (nnimap-request-delete-group, nnimap-request-rename-group)
5772         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5773         `encoded-mbx' for consistency.
5774         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5775         variable `imap-current-mailbox'.
5776
5777         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5778         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5779
5780 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5781
5782         * pop3.el (pop3-display-message-size-flag): Display message size byte
5783         counts during POP3 download.
5784         (pop3-movemail): Use it.
5785         (pop3-list): Implement listing of available messages.
5786
5787 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5788
5789         * nnir.el (nnir-get-article-nov-override-function): New function to
5790         override the normal NOV retrieval.
5791         (nnir-retrieve-headers): Use it.
5792
5793 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5794
5795         * auth-source.el (netrc-machine-user-or-password): Autoload.
5796
5797 2010-03-19  Glenn Morris  <rgm@gnu.org>
5798
5799         Stop message.el from loading about 40 libraries it doesn't always need.
5800         The general approach is to autoload rather than require, and to
5801         require in the specific functions rather than the file.  (Bug#5642)
5802
5803         * gmm-utils.el: Don't require wid-edit.
5804         (widget-create-child-value, widget-convert, widget-default-get):
5805         Autoload.
5806
5807         * gnus-util.el: Don't require time-date, netrc.
5808         (message-fetch-field, gnus-group-name-decode): Declare rather than
5809         autoloading.
5810         (gnus-fetch-field): Require message.
5811         (gnus-decode-newsgroups): Require gnus-group.
5812
5813         * ietf-drums.el: Don't require time-date.
5814
5815         * message.el: Don't require hashcash, canlock, ecomplete.
5816         Do require mail-utils.  Require nnheader only when compiling.
5817         (smtpmail-default-smtp-server): Remove declaration.
5818         (message-send-mail-function): Check smtpmail-default-smtp-server
5819         is bound rather than requiring smtpmail.
5820         (message-auto-save-directory, message-insert-signature):
5821         Use expand-file-name rather than nnheader-concat.
5822         (nnheader-insert-file-contents): Autoload.
5823         (hashcash-wait-async): Declare.
5824         (message-send-mail): Only call gnus-setup-posting-charset if
5825         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5826         (message-send-mail-with-sendmail): Require sendmail.
5827         (canlock-password, canlock-password-for-verify): Declare.
5828         (message-canlock-password): Require canlock.
5829         (nnheader-get-report): Autoload.
5830         (gnus-setup-posting-charset): Declare.
5831         (message-send-news): Require gnus-msg.
5832         (message-make-references, message-make-in-reply-to): Use mail-header-id
5833         rather than the alias mail-header-message-id.
5834         (ecomplete-add-item, ecomplete-save): Declare.
5835         (message-put-addresses-in-ecomplete): Require ecomplete.
5836         (ecomplete-display-matches): Autoload.
5837
5838         * mm-decode.el: Don't require mailcap, gnus-util.
5839         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5840         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5841         Autoload.
5842         (mailcap-mime-extensions): Declare.
5843
5844         * mm-encode.el: Don't require mailcap.
5845         (mailcap-extension-to-mime): Autoload.
5846
5847         * mml-sec.el: Don't require password-cache.
5848
5849         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5850         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5851         (mml-minibuffer-read-type): Require mailcap.
5852         (mml-preview): Require gnus-msg.
5853
5854         * mml1991.el: Require password-cache.
5855         (password-cache-expiry): Remove declaration.
5856
5857         * mml2015.el: Require password-cache.
5858         (password-cache-expiry): Remove declaration.
5859
5860         * nneething.el (mailcap): Require mailcap.
5861
5862         * nnheader.el (declare-function): Add compatibility stub.
5863         (message-remove-header): Declare rather than autoload.
5864         (nnheader-replace-header): Require message.
5865
5866         * nnimap.el (declare-function): Add compatibility stub.
5867         (netrc-parse, netrc-machine-user-or-password): Declare.
5868         (nnimap-open-connection): Require netrc.
5869
5870         * nntp.el (declare-function): Add compatibility stub.
5871         (netrc-parse, netrc-machine, netrc-get): Declare.
5872         (nntp-send-authinfo): Require netrc.
5873
5874         * rfc2047.el: Don't require qp.
5875         (quoted-printable-encode-region, quoted-printable-decode-string):
5876         Autoload.
5877
5878         * sieve-mode.el: Don't require easymenu.
5879         (easy-menu-add-item): Autoload it.
5880
5881         * spam-stat.el (time-to-number-of-days): Autoload it.
5882
5883 2010-03-19  Glenn Morris  <rgm@gnu.org>
5884
5885         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5886
5887 2010-03-18  Glenn Morris  <rgm@gnu.org>
5888
5889         * hashcash.el (declare-function): Remove duplicate definition.
5890
5891 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5892
5893         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5894         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5895         value if any backslash escapes).
5896
5897 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5900         if it is available.  (bug#5647)
5901
5902         * lpath.el: Suppress compiler warning for coding-system-from-name for
5903         Emacs 21 and XEmacs.
5904
5905 2010-03-14  Juri Linkov  <juri@jurta.org>
5906
5907         * hmac-def.el:
5908         * hmac-md5.el:
5909         * netrc.el: Fix keywords.
5910
5911 2010-02-26  Glenn Morris  <rgm@gnu.org>
5912
5913         * message.el (message-send-mail-function): Change the default, so that
5914         it inherits from a customized send-mail-function.  (Bug#5643)
5915
5916 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5917
5918         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5919         shell-command-to-string signals an error (bug#5299).
5920
5921 2010-02-24  Glenn Morris  <rgm@gnu.org>
5922
5923         * message.el (message-smtpmail-send-it)
5924         (message-send-mail-with-mailclient): Doc fixes.
5925
5926 2010-02-16  Glenn Morris  <rgm@gnu.org>
5927
5928         * message.el (message-default-mail-headers): Change the default value
5929         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5930
5931 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5934         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5935
5936 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5937
5938         * time-date.el (date-to-time): Doc fix (Bug#5408).
5939
5940 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5941
5942         * message.el (message-mail): Just pass yank-action on to message-setup.
5943         (message-setup): Handle (FUN . ARGS) form of yank-action.
5944         (message-with-reply-buffer, message-widen-reply)
5945         (message-yank-original): Handle non-buffer values of
5946         message-reply-buffer (Bug#4080).
5947         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5948
5949 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5950
5951         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5952         Fix typo in docstring.
5953
5954 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5955
5956         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5957         response.
5958
5959 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5962
5963         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5964
5965         * message.el (message-check-news-header-syntax): Protect against a
5966         string that `rfc822-addresses' returns when parsing fails.
5967
5968 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5971         (gnus-previous-char-property-change): New functions.
5972
5973         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5974
5975 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5976
5977         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5978         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5979
5980 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5981
5982         * message.el (message-exchange-point-and-mark): Rework last change to
5983         avoid using optional arg of exchange-point-and-mark, for backward
5984         compatibility.
5985
5986 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5987
5988         * message.el (message-exchange-point-and-mark):
5989         Call exchange-point-and-mark with an argument rather than setting
5990         mark-active by hand (Bug#5175).
5991
5992 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * nntp.el (nntp-service-to-port): Work for service expressed with
5995         numeric string; replace [:digit:] with [0-9] for XEmacs.
5996
5997 2009-12-17  Glenn Morris  <rgm@gnu.org>
5998
5999         * gnus-group.el (gnus-bug-group-download-format-alist):
6000         Change emacs entry to debbugs.gnu.org.  Bump :version.
6001
6002 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6003
6004         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6005
6006 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * message.el (message-info): Explain why we use `Info-goto-node'.
6009
6010 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6013
6014 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6015
6016         * message.el (message-completion-in-region): New compatibility function.
6017         (message-expand-group): Use it.
6018
6019 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6020
6021         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6022         with no unread article should be listed if the 2nd arg `predicate' is
6023         given.
6024
6025 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6028
6029 2009-11-29  Juri Linkov  <juri@jurta.org>
6030
6031         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6032         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6033         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6034
6035 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6036
6037         * sha1.el (sha1-string-external): default-directory "/" in case
6038         otherwise non-existent.  process-connection-type pipe for touch of
6039         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6040
6041 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6042
6043         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6044         it's comms related and sgml-mode.el has "comm" on that basis too.
6045
6046 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6049         containing tspecial characters if they have been already quoted.
6050
6051 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6052
6053         * dns-mode.el (auto-mode-alist): Purecopy string.
6054
6055 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6056
6057         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6058
6059 2009-10-24  Glenn Morris  <rgm@gnu.org>
6060
6061         * gnus-art.el (help-xref-stack-item): Define for compiler.
6062
6063 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6064
6065         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6066
6067 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6070
6071 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6074         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6075
6076 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6079         (gnus-overlays-in): New alias to overlays-in.
6080
6081         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6082         gnus-overlay-get, and gnus-delete-overlay.
6083         (gnus-summary-show-thread): Make it work as well for systems in which
6084         next-single-char-property-change is not available.
6085         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6086
6087         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6088         (gnus-overlay-get): New alias to extent-property.
6089         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6090
6091         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6092         SXEmacs.
6093
6094         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6095         SXEmacs.
6096
6097 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6098
6099         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6100
6101 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6102
6103         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6104         and XEmacs that don't have `remove-overlays'.
6105
6106 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6107
6108         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6109         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6110         selective display.  Use overlays instead.
6111
6112 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6113
6114         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6115
6116 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6117
6118         * spam-stat.el (spam-stat-load): Fix typo in message.
6119
6120 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6121
6122         * dig.el (dig-invoke): Fix typo in docstring.
6123         (query-dig): Reflow docstring.
6124
6125 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6126
6127         * gnus-art.el (gnus-article-encrypt-body):
6128         * message.el (message-check-recipients):
6129         * mm-util.el (mm-codepage-setup):
6130         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6131         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6132
6133 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6134
6135         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6136         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6137         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6138         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6139         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6140
6141 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6142
6143         * dig.el: Add "Keywords: comm", as per net-utils.el.
6144
6145 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6146
6147         * dig.el (dig-mode): Use define-derived-mode.
6148
6149 2009-09-19  Glenn Morris  <rgm@gnu.org>
6150
6151         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6152
6153 2009-09-18  Glenn Morris  <rgm@gnu.org>
6154
6155         * gnus-diary.el (gnus-diary-check-message):
6156         * message.el (message-insert-formatted-citation-line):
6157         * nnbabyl.el (top-level):
6158         * nndiary.el (nndiary-schedule):
6159         Fix typos in condition-case handlers.
6160
6161 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6164         configuration that provides the sole article window in a frame;
6165         position point correctly after deleting a part.
6166
6167 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6168
6169         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6170         (spam-resolve-registrations-routine): Use it to unregister articles
6171         that change status.
6172
6173 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6176         with XEmacs.
6177         (parse-time-string-chars): Use it.
6178
6179 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6180
6181         * imap.el (imap-interactive-login): Better messages.
6182         (imap-open): Fix bug with renamed buffer on reconnect.
6183         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6184         for easier debugging and cleaner code.  On successful (guessed based on
6185         server capabilities) secondary authentication, set imap-state
6186         correctly.
6187         (imap-last-authenticator): Define imap-last-authenticator as a variable
6188         to avoid warnings.
6189
6190 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6191
6192         * nnrss.el (nnrss-request-article): Remove binding of
6193         default-enable-multibyte-characters that has gotten needless by
6194         the 2007-07-13 change in rfc2047-encode-message-header.
6195
6196         * mml.el (mml-insert-multipart): Error on the message header.
6197         (mml-insert-part): Error on the message header; position point at
6198         the end of a MIME tag.
6199
6200 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * time-date.el (autoload): Expand define-obsolete-function-alias into
6203         defalias and make-obsolete for old Emacsen that Gnus supports.
6204         (with-no-warnings): Define it for old Emacsen.
6205         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6206         is available.
6207         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6208         float-time is available; suppress compile warning for time-to-seconds.
6209
6210         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6211         (gnus-float-time): Alias to float-time if it exists.
6212
6213         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6214         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6215         float-time is available; suppress compile warning for time-to-seconds.
6216
6217         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6218         XEmacs.
6219
6220 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6221
6222         * imap.el (imap-message-map): Docstring fix.
6223
6224 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6227         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6228         Add the optional argument `encoding' that overrides the default.
6229
6230         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6231         mm-encode-buffer.
6232
6233 2009-09-04  Glenn Morris  <rgm@gnu.org>
6234
6235         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6236         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6237         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6238         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6239         * mm-util.el (mm-with-unibyte-current-buffer)
6240         (mm-find-buffer-file-coding-system):
6241         * yenc.el (yenc-decode-region): Use default-value rather than
6242         default-enable-multibyte-characters.
6243
6244 2009-09-03  Glenn Morris  <rgm@gnu.org>
6245
6246         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6247         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6248         than default-enable-multibyte-characters.
6249
6250 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6251
6252         * gnus-art.el (gnus-article-read-summary-keys):
6253         Fix gnus-buffer-configuration's value temporarily used.
6254
6255 2009-09-02  Glenn Morris  <rgm@gnu.org>
6256
6257         * gnus-util.el (gnus-float-time): New function.
6258         * gnus-delay.el (gnus-delay-article):
6259         * gnus-sum.el (gnus-thread-latest-date):
6260         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6261         * nnspool.el (nnspool-request-newgroups):
6262         Use gnus-float-time rather than time-to-seconds.
6263         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6264
6265         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6266         (gnus-header-subject-face, gnus-header-newsgroups-face)
6267         (gnus-header-name-face, gnus-header-content-face):
6268         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6269         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6270         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6271         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6272         (gnus-cite-face-11):
6273         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6274         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6275         (gnus-server-closed-face, gnus-server-denied-face)
6276         (gnus-server-offline-face):
6277         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6278         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6279         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6280         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6281         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6282         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6283         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6284         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6285         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6286         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6287         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6288         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6289         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6290         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6291         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6292         (gnus-summary-high-undownloaded-face)
6293         (gnus-summary-low-undownloaded-face)
6294         (gnus-summary-normal-undownloaded-face)
6295         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6296         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6297         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6298         (gnus-splash-face):
6299         * message.el (message-header-to-face, message-header-cc-face)
6300         (message-header-subject-face, message-header-newsgroups-face)
6301         (message-header-other-face, message-header-name-face)
6302         (message-header-xheader-face, message-separator-face)
6303         (message-cited-text-face, message-mml-face):
6304         * sieve-mode.el (sieve-control-commands-face)
6305         (sieve-action-commands-face, sieve-test-commands-face)
6306         (sieve-tagged-arguments-face):
6307         * spam.el (spam-face):
6308         Mark face aliases with "-face" in the name as obsolete.
6309
6310 2009-09-01  Glenn Morris  <rgm@gnu.org>
6311
6312         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6313         than goto-line.
6314
6315 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6318         Don't move point if the command is invoked inside the message header.
6319
6320 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6321
6322         * imap.el (imap-send-command): Simplify.
6323         (imap-wait-for-tag): point-max -> buffer-size.
6324
6325 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6326
6327         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6328         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6329         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6330         * nnir.el (nnir-swish-e-index-file):
6331         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6332         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6333         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6334         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6335         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6336         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6337
6338 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6341         Don't save excursion.
6342
6343 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6344
6345         * nnheader.el (nnheader-find-file-noselect):
6346         * mm-util.el (mm-insert-file-contents):
6347         Use (default-value 'major-mode) instead of default-major-mode.
6348
6349 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6350
6351         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6352
6353 2009-08-26  Glenn Morris  <rgm@gnu.org>
6354
6355         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6356         than placing in files.el.
6357
6358 2009-08-25  Glenn Morris  <rgm@gnu.org>
6359
6360         * nnir.el (top-level): Don't require cl at run-time.
6361         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6362         Replace cl-function substitute with gnus-replace-in-string.
6363         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6364         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6365         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6366         simplified expansions.
6367
6368 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6369
6370         * dig.el (dig): Add autoload cookie.
6371
6372 2009-08-22  Glenn Morris  <rgm@gnu.org>
6373
6374         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6375         goto-line.
6376
6377 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6378
6379         * parse-time.el (parse-time-string-chars): Save match data.
6380
6381 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6382
6383         * parse-time.el (parse-time-string-chars): Compute using character
6384         classes, to handle non-ascii characters (Bug#3190).
6385
6386 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6389
6390         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6391         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6392         (gnus-mm-display-part, gnus-mime-display-single)
6393         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6394         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6395
6396         * gnus-sum.el
6397         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6398         (gnus-summary-move-article): Add expirable mark to articles copied or
6399         moved to group that has auto-expire turned on if the option is non-nil.
6400
6401 2009-07-24  Glenn Morris  <rgm@gnu.org>
6402
6403         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6404         Fix typo.  (Bug#3903)
6405
6406 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6409         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6410         that should not be used for draft articles.
6411         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6412         that has no concern in minor mode keys.
6413         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6414         Abolish.
6415
6416 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6419         article without making inquiry to a user for unknown encoding.
6420
6421         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6422         (nnmaildir--scan): Assume i-node and device number that file-attributes
6423         returns might be cons-cell.
6424
6425         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6426
6427         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6428
6429 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6430
6431         * auth-source.el: Remove docs now in auth.texi.  Don't use
6432         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6433         `auth-source-hide-passwords' and use them.
6434
6435 2009-07-15  Glenn Morris  <rgm@gnu.org>
6436
6437         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6438
6439 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6442         excessive whitespace from the default values of title and description.
6443
6444 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6447         mail-fetch-field to fetch Content-Description header in order to
6448         exclude newlines.
6449
6450 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6451
6452         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6453         format used by GnuPG 2.0.11.
6454
6455 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6458         to deleted part.
6459
6460 2009-05-30  David Engster  <dengste@eml.cc>
6461
6462         * nnmairix.el: Remove old documentation in the commentary block.
6463         (nnmairix-request-group): Do not update active file for nnml back ends.
6464         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6465         end so that overview files are ignored.
6466         (nnmairix-update-groups): Make updating the groups more robust by using
6467         marks.
6468         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6469         with dollar characters in message-id.
6470
6471 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6472
6473         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6474         2008-12-25 in dns.el.
6475
6476 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6477
6478         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6479         could happen if the text is only composed of spaces and/or tabs.
6480
6481 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6482
6483         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6484         when sending a queued message to avoid extra mml tags.
6485
6486 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6489
6490 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6493         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6494         rmail-toggle-header for XEmacs;
6495         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6496
6497 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus-dired.el: Remove autoload for gnus-setup-message.
6500         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6501         displaying Gnus logo; always use compose-mail.
6502
6503 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6506
6507 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6510         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6511         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6512         available.
6513         (gnus-nocem-epg-verify): New function.
6514
6515 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6516
6517         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6518
6519 2009-02-15  Glenn Morris  <rgm@gnu.org>
6520
6521         * gnus-util.el (rmail-insert-rmail-file-header)
6522         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6523         autoloads.
6524         (rmail-default-rmail-file): Remove unnecessary declaration.
6525         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6526
6527 2009-02-14  Glenn Morris  <rgm@gnu.org>
6528
6529         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6530         variable (only used in gnus-util, which declares it anyway).
6531         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6532         which was only needed by gnus-art (changed to not use it any more).
6533         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6534         only used in gnus-util, which autoloads it itself.
6535         (rmail-update-summary): Fix autoload.
6536
6537         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6538         rather than rmail-output-to-rmail-file.
6539
6540 2009-02-07  Glenn Morris  <rgm@gnu.org>
6541
6542         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6543         autoload of function that no longer exists.
6544         (rmail-toggle-header): Declare.
6545         (message-forward-rmail-make-body): Handle mbox Rmail.
6546
6547 2009-01-31  Glenn Morris  <rgm@gnu.org>
6548
6549         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6550         2009-01-09 change.
6551
6552 2009-01-31  Dave Love  <fx@gnu.org>
6553
6554         * imap.el (imap-fetch-safe): Bind debug-on-error.
6555         (imap-debug): Add imap-fetch-safe.
6556
6557 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6558
6559         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6560         (auth-source-forget-all-cached): New convenience function.
6561         (auth-source-user-or-password): Accept list of modes or a single mode.
6562
6563         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6564         auth-source modes.
6565
6566         * netrc.el (netrc-machine-user-or-password): Use list of
6567         auth-source modes.
6568
6569         * nnimap.el (nnimap-open-connection): Use list of
6570         auth-source modes.
6571
6572         * nntp.el (nntp-send-authinfo): Use list of
6573         auth-source modes.
6574
6575 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6576
6577         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6578         now.
6579
6580 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6583         coding system in XEmacs; add a workaround for XEmacs.
6584
6585         * lpath.el: Fbind coding-system-aliasee.
6586
6587 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6590         of current-language-environment.
6591
6592 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6595         available at runtime.
6596
6597 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6600
6601 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6602
6603         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6604         the greatest positive fixnum value doesn't work under an XEmacs with
6605         bignum support; use the most-positive-fixnum constant instead,
6606         available since Emacs 21.1 with cl and XEmacs 21.1.
6607
6608 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6611         XEmacs gets not to work.
6612
6613 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * mm-util.el (mm-coding-system-priorities): Allow the value like
6616         "Japanese (UTF-8)" of current-language-environment.
6617
6618 2009-01-09  Glenn Morris  <rgm@gnu.org>
6619
6620         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6621         with last-command-event.
6622
6623 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6624
6625         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6626         in the doc string.
6627
6628         * message.el (message-fix-before-sending): Amend comment.
6629
6630 2009-01-08  Dave Love  <fx@gnu.org>
6631
6632         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6633
6634 2009-01-07  David Engster  <dengste@eml.cc>
6635
6636         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6637         simplified server definitions by converting it via
6638         gnus-server-to-method.
6639
6640 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6643         parameter's operands.
6644
6645 2009-01-06  David Engster  <dengste@eml.cc>
6646
6647         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6648         primary select method (for gnus-group-mark-article-as-read).
6649
6650 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6651
6652         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6653         `(gnus)Face', not `(gnus)X-Face'.
6654
6655 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * mm-util.el (mm-ucs-to-char): New function.
6658
6659         * mm-url.el (mm-url-decode-entities): Use it.
6660
6661         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6662         unicode-to-char.
6663
6664 2009-01-05  Dave Love  <fx@gnu.org>
6665
6666         * time-date.el: Require cl for `declare'.
6667
6668 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6669
6670         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6671         Dave Love.
6672
6673 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * message.el (message-fix-before-sending): Add `eight-bit' to
6676         illegible-text check.
6677
6678 2009-01-03  Michael Olson  <mwolson@gnu.org>
6679
6680         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6681         `headers' is nil.  This can occur if the IMAP server does not have
6682         permissions to read messages from a folder, but can write new messages
6683         to the folder.
6684         (nnimap-request-article-part): Do not insert `data' if it is nil.
6685
6686         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6687         characters which will confuse `read', so skip past them.
6688
6689 2009-01-01  Dave Love  <fx@gnu.org>
6690
6691         * imap.el (imap-string-to-integer): Fix typo.
6692         (imap-fetch-safe): New function.
6693         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6694
6695         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6696
6697         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6698         (imap-parse-greeting): Fix doc strings.
6699         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6700         (imap-parse-flag-list): Make messages unique.
6701         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6702
6703         * nnimap.el: Fix author email.
6704         (nnimap-split-rule): Add FIXME comment.
6705         (nnimap-debug): Fix doc string.
6706
6707 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6708
6709         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6710
6711 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6712
6713         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6714         nslookup if resolv.conf isn't available.
6715         (dns-query): Rename from query-dns.
6716         (dns-query-cached): Rename from query-dns-cached.
6717
6718 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6721         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6722         to check if those variables exist (first appeared in Emacs 18.50).
6723
6724 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * mm-util.el (mm-line-number-at-pos): New function.
6727
6728         * spam-report.el (spam-report-process-queue): Use it.
6729
6730 2008-12-24  David Engster  <dengste@eml.cc>
6731
6732         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6733         parameters that haven't existed as variables as buffer-local variables.
6734
6735 2008-12-23  Dave Love  <fx@gnu.org>
6736
6737         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6738         cadar.
6739
6740         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6741         imap-starttls-p.
6742         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6743
6744 2008-12-22  Dave Love  <fx@gnu.org>
6745
6746         * imap.el: Fix author email.  Doc fixes.
6747         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6748         reply.
6749
6750 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6751
6752         * spam-report.el (spam-report-gmane-max-requests): New constant.
6753         (spam-report-gmane-wait): New variable.
6754         (spam-report-gmane-ham, spam-report-gmane-spam)
6755         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6756         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6757         the server.
6758
6759         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6760         Add explanations.
6761
6762         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6763         nnheader-accept-process-output and nnheader-read-timeout if available.
6764         (pop3-movemail): Use it.
6765
6766         * message.el (message-check-news-body-syntax): Fix signature check if
6767         there's an attachment.
6768
6769 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * mm-util.el: Add comments to the mm- emulating functions.
6772
6773 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6774
6775         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6776         Reported by Stephen Berman <stephen.berman@gmx.net>.
6777
6778 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * mm-util.el (mm-substring-no-properties): New function.
6781         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6782         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6783         (mm-string-to-multibyte): Doc fix.
6784
6785         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6786
6787 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * mml.el (mml-attach-file): Strip text properties from file name.
6790         (Bug#1574)
6791
6792 2008-12-16  Glenn Morris  <rgm@gnu.org>
6793
6794         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6795
6796 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6799         knows since the charset specified might be a bogus alias that
6800         mm-charset-synonym-alist provides.
6801
6802 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6803
6804         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6805         "ISO_8859-1".
6806
6807         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6808
6809 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * mm-util.el (mm-charset-eval-alist):
6812         Define it before mm-charset-to-coding-system.
6813         (mm-charset-to-coding-system): Add optional argument `silent';
6814         define it before mm-charset-override-alist.
6815         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6816         default value if it can be used in Emacs currently running;
6817         silence mm-charset-to-coding-system.
6818
6819 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6822         `allow-override' which says whether to use `mm-charset-override-alist'.
6823         (rfc2047-decode-encoded-words): Use it.
6824
6825         * mm-util.el (mm-charset-override-alist): Fix custom type;
6826         add `(gb2312 . gbk)' to choices.
6827
6828 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6831         fast.
6832
6833         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6834
6835         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6836
6837 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6838
6839         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6840         on links.
6841
6842         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6843
6844 2008-12-03  Lute Kamstra  <lute@gnu.org>
6845
6846         * sha1.el: Remove leading * from docstrings of defcustoms,
6847         deffaces, defconsts and defuns.
6848
6849 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6852         users' addresses that don't have domain parts.
6853         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6854         rather than message-narrow-to-head since there will be the message
6855         header separator.
6856
6857 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6858
6859         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6860         since the result is inserted in a unibyte buffer anyway.
6861         (nnimap-demule-use-string-to-multibyte): Remove.
6862         (nnimap-demule): Alias it to mm-string-to-multibyte.
6863
6864 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6867         variable for debugging bug#464 and bug#1174.
6868         (nnimap-demule): Use it.
6869
6870 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6871
6872         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6873         score calculation correctly.
6874
6875 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6876
6877         * message.el (message-send-mail): Just set the buffer to unibyte
6878         rather than use mm-with-unibyte-current-buffer which does a lot more.
6879         (message-send-mail-partially): Don't bother with
6880         mm-with-unibyte-current-buffer since it's already been made unibyte by
6881         message-send-mail.
6882
6883 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6884
6885         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6886
6887 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6888
6889         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6890
6891 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6894         require itself and to remove `with-no-warnings'.
6895
6896 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6897
6898         * starttls.el (starttls-any-program-available): Get the name of the
6899         available TLS layer program.
6900         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6901         well as the host name in the "opening" message.
6902
6903         * auth-source.el (auth-source-cache, auth-source-do-cache)
6904         (auth-source-user-or-password): Cache passwords and logins by default,
6905         allow override with `auth-source-do-cache'.
6906         (auth-source-forget-user-or-password): Allow users to remove cache
6907         entries if needed.
6908
6909 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6910
6911         * md4.el (md4-buffer): Fix typo in docstring.
6912         (md4, md4-64): Doc fixes.
6913         (md4-pack-int32): Reflow docstring.
6914
6915 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6916
6917         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6918         condition-case to only the forward-sexp call.
6919
6920 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6921
6922         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6923         quotes contained.  Make it more robust regardless by an extra
6924         condition-case wrapper.
6925
6926 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6929
6930 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * nnml.el (nnml-request-expire-articles): Check if the function set to
6933         `nnmail-expiry-target' returns the symbol `delete'.
6934
6935         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6936
6937         * nnmail.el (nnmail-expiry-target): Fix custom type.
6938
6939 2008-10-02  Glenn Morris  <rgm@gnu.org>
6940
6941         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6942         Silence compiler warning.
6943
6944 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6945
6946         * tls.el (open-tls-stream): Show the actual command being
6947         executed, instead of the format string.
6948
6949 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * lpath.el: Fbind codepage-setup for Emacs 23.
6952
6953 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6954
6955         * mml.el (mml-menu): Don't assume mml2015 is bound.
6956
6957 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6960         exists.
6961
6962 2008-09-27  Glenn Morris  <rgm@gnu.org>
6963
6964         * gnus-util.el (mail-header-remove-comments): Autoload it.
6965
6966 2008-09-27  Andreas Schwab  <schwab@suse.de>
6967
6968         * gnus-util.el (gnus-split-references): Strip comments.
6969         (gnus-parent-id): Likewise.
6970
6971 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * message.el (message-confirm-send): Fix version.
6974
6975 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * message.el (message-idna-to-ascii-rhs-1): Use
6978         mail-extract-address-components rather than mail-header-parse-addresses
6979         that is an alias by default to ietf-drums-parse-addresses that does not
6980         support non-ASCII names in headers' contents.
6981
6982 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6983
6984         * message.el (message-confirm-send): Fix variable documentation to
6985         avoid the "y/n" wording.
6986
6987 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6988
6989         * message.el (message-set-auto-save-file-name): Save to a different
6990         filename so multiple messages (especially drafts) can be recovered.
6991
6992 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6993
6994         * message.el (message-confirm-send): Add appropriate version.
6995
6996 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6997
6998         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6999         defvar.
7000
7001 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7002
7003         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7004         (mm-pkcs7-enveloped-magic): Ditto.
7005
7006 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7007
7008         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7009         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7010
7011 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7012
7013         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7014         default, it's better.
7015
7016 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7017
7018         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7019         summary line gnus-number property and ignore them (with a warning
7020         message).
7021
7022 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7023
7024         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7025         macro caddr in the interactive form since it won't be expanded.
7026
7027 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7030         `charset'; fix name of function called recursively.
7031         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7032
7033 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7036         (gnus-mime-set-charset-parameters): New function.
7037         (gnus-mime-view-part-as-charset): Use it to correctly display part
7038         specifying wrong charset.
7039
7040 2008-09-08  David Engster  <dengste@eml.cc>
7041
7042         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7043         in completing-read for back end server.
7044
7045 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7046
7047         * message.el (message-confirm-send): New variable to confirm sending a
7048         message.
7049         (message-send): Use it.
7050
7051 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7052
7053         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7054
7055 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7058
7059 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7060
7061         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7062         prevent tracking too many groups.
7063         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7064         Use it.
7065
7066 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7067
7068         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7069         moving point to the bottom of the window in order to avoid recentering.
7070
7071 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7074
7075         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7076         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7077         (gnus-article-beginning-of-window): Fix calculation.
7078
7079 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-msg.el (gnus-summary-supersede-article)
7082         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7083         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7084         message header.
7085
7086 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7087
7088         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7089         pending output coming after the status change.
7090
7091 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7092
7093         * message.el:
7094         * gnus-start.el:
7095         * gnus-registry.el: Remove VMS support.
7096
7097 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7100         macro.
7101         (rfc2104-hash): Use it.
7102
7103 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7104
7105         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7106         (gnus-summary-sort-by-most-recent-date): New commands.
7107         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7108         and menu entries.
7109
7110 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7113         don't redisplay article for raw contents; remove plural articles stuff.
7114
7115         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7116         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7117         on gnus-summary-save-article; display results properly.
7118
7119 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * lpath.el: No need to fbind ns-focus-frame.
7122
7123 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7126
7127 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-art.el (gnus-summary-save-in-pipe):
7130         Consider gnus-save-all-headers.
7131
7132 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7133
7134         * gnus-util.el (ns-focus-frame): Remove declaration.
7135         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7136         like x.
7137
7138 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7139
7140         * rfc2104.el (rfc2104-zero): Delete defconst.
7141         (rfc2104-hex-alist): Likewise.
7142         (rfc2104-hex-to-int): Delete func.
7143         (rfc2104-hexstring-to-bitstring): Likewise.
7144         (rfc2104-nybbles): New defconst.
7145         (rfc2104-hash): Rewrite for speed.
7146
7147 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * tls.el (open-tls-stream): Make it work with the 2nd argument
7150         BUFFER that is a string but does not exist as a buffer object, as
7151         mentioned in the doc-string.
7152
7153 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7156         SXEmacs.
7157
7158 2008-07-16  Glenn Morris  <rgm@gnu.org>
7159
7160         * gnus-util.el (ns-focus-frame): Declare for compiler.
7161
7162 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7165         set as a group parameter.
7166         (gnus-summary-save-in-pipe): Work when it is called independently.
7167         (gnus-summary-pipe-to-muttprint): Don't modify
7168         gnus-summary-pipe-output-default-command.
7169
7170 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7171
7172         * message.el (message-send-mail-with-sendmail):
7173         Display the error message.
7174
7175 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-art.el (gnus-default-article-saver):
7178         Add gnus-summary-save-in-pipe to choices.
7179         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7180         gnus-summary-pipe-output-default-command as the default command.
7181         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7182         instead of gnus-last-shell-command.
7183
7184         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7185         New user option.
7186         (gnus-summary-muttprint-program): Mention the value will be changed.
7187         (gnus-summary-save-article): Force showing of all headers.
7188         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7189
7190 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7191
7192         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7193
7194 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7195
7196         * nnimap.el (nnimap-id):
7197         * sieve-manage.el (sieve-manage-open): Doc fixes.
7198
7199 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7200
7201         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7202         if available.
7203
7204 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7205
7206         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7207
7208         * nnkiboze.el (nnkiboze-generate-group):
7209         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7210
7211         * nnmairix.el: Require CL.
7212
7213 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * dgnushack.el: Autoload get-display-table and put-display-table for
7216         XEmacs 21.5.
7217
7218         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7219         21.4 and SXEmacs.
7220
7221 2008-06-15  David Engster  <dengste@eml.cc>
7222
7223         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7224
7225 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7226
7227         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7228         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7229         runtime choice under XEmacs.
7230
7231         * gnus-sum.el (gnus-summary-set-display-table):
7232         Use `gnus-put-display-table', `gnus-get-display-table',
7233         `gnus-set-display-table' for the display table, instead of `aset'.
7234
7235         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7236         Use `gnus-put-display-table', `gnus-get-display-table',
7237         `gnus-set-display-table' for the display table.
7238
7239 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * nnmairix.el: Add autoloads.
7242
7243 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * nnmairix.el (nnmairix-delete-recreate-group)
7246         (nnmairix-update-and-clear-marks): Fix error messages.
7247
7248 2008-06-14  David Engster  <dengste@eml.cc>
7249
7250         * nnmairix.el: Upgrade to version 0.6.
7251         (nnmairix-group-toggle-propmarks-this-group)
7252         (nnmairix-group-toggle-readmarks-this-group)
7253         (nnmairix-group-delete-recreate-this-group)
7254         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7255         (nnmairix-remove-tick-mark-original-article): New commands.
7256         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7257         (nnmairix-propagate-marks-to-nnmairix-groups)
7258         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7259         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7260         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7261         functions needed for marks propagation and manipulation of read marks.
7262         (nnmairix-update-groups): New function.
7263         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7264         (nnmairix-determine-original-group-from-registry)
7265         (nnmairix-determine-original-group-from-path)
7266         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7267         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7268         New helper functions.
7269         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7270         keystrokes for new commands.
7271         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7272         (nnmairix-request-group): Check allow-fast group parameter.
7273         (nnmairix-request-create-group): Set allow-fast group parameter if
7274         nnmairix-allowfast-default is set.
7275         (nnmairix-close-group): Propagate marks upon closing if needed.
7276         (nnmairix-group-toggle-threads-this-group): Use new.
7277         nnmairix-group-toggle-parameter helper function.
7278         (nnmairix-search): Better check for empty search result.
7279         (nnmairix-goto-original-article): Use new helper functions for
7280         determining original article.
7281         (nnmairix-show-original-article): Make sure message-id is in brackets.
7282         (nnmairix-call-mairix-binary): Change variable name.
7283         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7284         helper function.
7285         (nnmairix-widget-toggle-activate): Fix doc string.
7286
7287 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7288
7289         * nnir.el: Require edmacro when compiling with XEmacs.
7290         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7291         available in Emacs 21.
7292
7293 2008-06-11  Glenn Morris  <rgm@gnu.org>
7294
7295         * gnus-util.el (x-focus-frame):
7296         * gnus.el (image-size):
7297         * mm-decode.el (image-size): Declare.
7298
7299         * gnus-picon.el (declare-function): Add compat definition.
7300         (image-size): Declare.
7301
7302         * gnus-group.el (tool-bar-map):
7303         * gnus-sum.el (tool-bar-map): Define for compiler.
7304
7305         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7306
7307         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7308
7309         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7310         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7311         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7312         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7313         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7314         * sieve-manage.el, spam-report.el, spam.el:
7315         Remove unnecessary eval-and-compile of autoloads.
7316
7317 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7318
7319         * auth-source.el: Precise Tramp doc.
7320
7321 2008-06-07  Glenn Morris  <rgm@gnu.org>
7322
7323         * nnmairix.el: Remove unnecessary eval-when-compile.
7324
7325 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * lpath.el: Fbind propertize for XEmacs 21.4.
7328
7329 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * nnir.el: Move here from ../contrib.
7332
7333 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7334
7335         * gnus-util.el (gnus-read-shell-command): New function.
7336         * mm-decode.el (mm-pipe-part):
7337         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7338
7339 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7342
7343 2008-06-03  Glenn Morris  <rgm@gnu.org>
7344
7345         * pop3.el (nnheader-accept-process-output): Autoload it.
7346
7347 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7350         are not 2-digit hexadecimal characters that follow `%'s.
7351
7352 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * message.el (message-bogus-recipient-p): Fix type in doc string.
7355         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7356         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7357         Improve custom options.
7358         (message-bogus-recipient-p): Adjust accordingly.
7359
7360 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7361
7362         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7363         long-form month and day names.
7364
7365 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * dgnushack.el: Autoload debug, eudc-expand-inline and
7368         pgg-snarf-keys-region for XEmacs.
7369
7370         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7371
7372         * nnmairix.el: Require edmacro when compiling with XEmacs.
7373
7374 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7377         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7378
7379 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7380
7381         * auth-source.el: Add more docs.
7382
7383         * netrc.el (netrc-machine): Always match if the port is not given.
7384
7385 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7386
7387         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7388         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7389         retrieval faster in some cases, but might make CPU usage larger.
7390         If this has any bad side effects, we might revert this change.
7391
7392         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7393         seems to make mail retrieval much, much faster.
7394         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7395         unconditionally.
7396
7397         * gnus-draft.el (gnus-group-send-queue):
7398         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7399
7400 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7403
7404         * message.el (message-bogus-address-regexp): Fix and improve custom
7405         type.
7406         (message-setup-hook): Add message-check-recipients as custom option.
7407
7408 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7409
7410         * message.el (message-cite-function): Remove bogus autoload which crept
7411         in during merge from v5-10.
7412
7413 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7414
7415         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7416
7417         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7418
7419         * auth-source.el: Preliminary Tramp docs.
7420         (auth-sources): Change the default auth-sources to use
7421         EPA .gpg files.
7422
7423 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7424
7425         * nntp.el: Autoload `auth-source-user-or-password'.
7426         (nntp-send-authinfo): Use it.
7427
7428         * nnimap.el: Autoload `auth-source-user-or-password'.
7429         (nnimap-open-connection): Use it.
7430
7431         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7432         for the gnus-message function.
7433         (auth-source-user-or-password): Use it.
7434
7435 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7436
7437         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7438         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7439         (rfc2104-hash): Use it.
7440
7441 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7442
7443         * gnus-art.el (gnus-article-toggle-truncate-lines):
7444         Don't use `iff' in docstring.
7445
7446 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7447
7448         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7449
7450         * gnus-util.el (gnus-extract-address-component-name)
7451         (gnus-extract-address-component-email): Convenience functions around
7452         `gnus-extract-address-components'.
7453
7454         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7455         Use `gnus-extract-address-component-email' to fix bug of comparing full
7456         sender name to `user-mail-address'.
7457
7458 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7459
7460         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7461         catch/throw to optimize.
7462         (gnus-registry-find-keywords): Just use member to find a keyword.
7463
7464 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7465
7466         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7467         is current before calling gnus-server-prepare.
7468         (gnus-server-setup-buffer, gnus-server-update-server)
7469         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7470
7471 2008-05-04  Juri Linkov  <juri@jurta.org>
7472
7473         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7474         (mailcap-file-default-commands): Use mailcap-replace-in-string
7475         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7476         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7477
7478 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7479
7480         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7481
7482 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7483
7484         * gnus.el: Bump version to 0.11.
7485
7486 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7487
7488         * gnus.el: No Gnus v0.10 is released.
7489
7490 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7493         hooks.
7494         (gnus-update-read-articles): Speed up non-marks-using users.
7495         (gnus-use-marks): Define gnus-use-marks.
7496         (gnus-propagate-marks): Rename variable to something more sensible.
7497
7498 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7499
7500         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7501         (gmm-image-load-path-for-library): Fix typos in docstrings.
7502         (gmm-message): Reflow docstring.
7503
7504 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7505
7506         * mail-source.el (mail-source-set-1, mail-source-bind):
7507         Move auth-source code out of the macro to clean it up and fix bugs.
7508
7509 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7512         by sender if it's equal to user-mail-address, it's likely to be
7513         useless.
7514
7515         * mail-source.el (mail-source-bind): Don't use user or password if they
7516         are not bound.  Unintern them if they are nil.  Don't use server unless
7517         it's bound, and default it to empty string otherwise.
7518
7519 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7520
7521         * mail-source.el: Load auth-source.el.
7522         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7523         get user name or password, if auth-sources is set up.
7524
7525         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7526         strategy of splitting with parent.
7527         (gnus-registry-split-fancy-with-parent)
7528         (gnus-registry-post-process-groups): Use it and fix prior
7529         bug (returning a list as the split result).
7530
7531         * auth-source.el (auth-sources): Remove server parameter.
7532         (auth-source-pick, auth-source-user-or-password)
7533         (auth-source-user-or-password-imap)
7534         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7535         (auth-source-user-or-password-sftp)
7536         (auth-source-user-or-password-smtp): Remove server parameter.
7537
7538 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7539
7540         * smime.el (smime-sign-region, smime-encrypt-region)
7541         (smime-decrypt-region):
7542         Remove redundant calls to `generate-new-buffer-name'.
7543
7544 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7545
7546         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7547         Don't use QP for message/rfc822.
7548         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7549
7550 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7551
7552         * sieve-manage.el (sieve-string-bytes): Remove.
7553         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7554         correct byte-length only if the process's coding-system is the same as
7555         the one used internally by Emacs to represent strings.
7556
7557 2008-04-22  Juri Linkov  <juri@jurta.org>
7558
7559         * mailcap.el (mailcap-file-default-commands): New function.
7560
7561 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * message.el (message-signature-separator, message-cite-function):
7564         Change custom version.
7565
7566 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7567
7568         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7569         commands.
7570         (tls-checktrust): Ditto.
7571
7572 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * mm-decode.el (mm-display-external): Make temp file read-only.
7575
7576 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7579         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7580         `C-c C-f d'.
7581
7582 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7583
7584         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7585
7586 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7587
7588         * gnus.el: Bump version to 0.9.
7589
7590 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * gnus.el: No Gnus v0.8 is released.
7593
7594 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7595
7596         * mail-source.el (mail-source-value):
7597         Prefer fboundp to functionp so it works with macros as well.
7598
7599 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7600
7601         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7602         Fix last change in case the element is not even a symbol.
7603
7604 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7605
7606         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7607         Prefer fboundp to functionp so it works with macros as well.
7608
7609 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7610
7611         * auth-source.el: Add docs.
7612         (auth-sources): Modify format to support server.
7613         (auth-source-pick, auth-source-user-or-password)
7614         (auth-source-user-or-password-imap)
7615         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7616         (auth-source-user-or-password-sftp)
7617         (auth-source-user-or-password-smtp): Add server parameter.
7618
7619 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7620
7621         * gnus-registry.el: Initialize the registry when gnus-registry-install
7622         is t.
7623
7624 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * compface.el (uncompface): Make buffer unibyte.
7627
7628 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7629
7630         * mail-source.el (mail-source-value):
7631         Prefer fboundp to functionp so it works with macros as well.
7632
7633 2008-04-05  Glenn Morris  <rgm@gnu.org>
7634
7635         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7636
7637 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7638
7639         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7640         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7641
7642         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7643         multibyteness after rather than before erasing it.
7644
7645         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7646         mm-with-multibyte.
7647         (gnus-request-article-this-buffer): Make sure the proper decoding is
7648         used if gnus-original-article-buffer happens to be unibyte.
7649
7650         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7651         default-enable-multibyte-characters.
7652
7653         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7654         default-enable-multibyte-characters.
7655
7656         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7657
7658         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7659
7660 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7661
7662         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7663         Fix last change in case the element is not even a symbol.
7664
7665 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7666
7667         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7668         (imap-message-copyuid-1): Use it.
7669         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7670         J. Williams in
7671         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7672
7673         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7674         imap-enable-exchange-bug-workaround.
7675         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7676
7677 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7678
7679         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7680         a 100 byte status-checks into a 2-3MB transfer for each group.
7681         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7682         to enable bug workaround or not.
7683         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7684
7685 2008-03-31  Glenn Morris  <rgm@gnu.org>
7686
7687         * message.el (mml2015-use): Declare for compiler.
7688         (message-info): Require mml2015 when appropriate.
7689
7690 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7693         whitespace.
7694
7695 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7696
7697         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7698         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7699         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7700         (nntp-service-to-port): New function.
7701         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7702         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7703         (nntp-open-netcat-stream): New function.
7704         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7705
7706 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7707
7708         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7709
7710 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7711
7712         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7713
7714 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7715
7716         * dns.el (dns-write): Use set-buffer-multibyte.
7717
7718 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7719
7720         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7721
7722 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * message.el (message-signature-separator): Change default.
7725         Improve custom type.
7726         (message-cite-function): Change default to
7727         message-cite-original-without-signature.
7728
7729         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7730         toggle.
7731
7732         * message.el (message-check-news-body-syntax): Fix signature check.
7733         (message-setup-1): Mark buffer as unmodified _after_ running
7734         message-setup-hook and handling message-alternative-emails.
7735         (message-shorten-references): Be more strict when building list of
7736         valid references to comply with GNKSA.
7737
7738         * gnus-group.el (gnus-read-ephemeral-bug-group)
7739         (gnus-read-ephemeral-debian-bug-group)
7740         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7741
7742         * message.el (message-info): Don't use booleanp which isn't supported
7743         in Emacs 21 and XEmacs.
7744
7745 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7748         gnus-group-gmane-group-download-format.
7749         (gnus-group-read-ephemeral-gmane-group): Rename from
7750         gnus-group-read-ephemeral-gmane-group.
7751         (gnus-read-ephemeral-gmane-group-url): Rename from
7752         gnus-group-read-ephemeral-gmane-group-url.
7753         (gnus-bug-group-download-format-alist): New variable.
7754         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7755         (gnus-read-ephemeral-emacs-bug-group): New commands.
7756
7757 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7760         (gnus-visible-headers): Improve custom type.
7761
7762 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * mml.el (mml-menu): Add workarounds for XEmacs.
7765
7766         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7767         X-Boundary header.
7768
7769         * message.el (message-simplify-recipients): Fix previous commit.
7770
7771 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7772
7773         * mm-util.el (mm-set-buffer-multibyte): New function.
7774         * mm-decode.el (mm-copy-to-buffer): Use it.
7775
7776         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7777         Prefer fboundp to functionp so it works with macros as well.
7778
7779 2008-03-19  Glenn Morris  <rgm@gnu.org>
7780
7781         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7782         Accidentally removed in the sync process with Emacs.
7783
7784 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * message.el (message-alter-recipients-discard-bogus-full-name):
7787         New function.
7788         (message-alter-recipients-function): New variable.
7789         (message-get-reply-headers): Use it.
7790         (message-replace-header): New helper function.
7791         (message-recipients-without-full-name): New variable.
7792         (message-simplify-recipients): New command.
7793
7794         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7795
7796         * message.el (message-info): Handle EasyPG manual.
7797
7798         * mml.el (mml-menu): Add entry for EasyPG.
7799
7800 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7801
7802         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7803         parameter.
7804
7805         * message.el (message-disassociate-draft): Specify drafts group name
7806         fully.
7807
7808 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7809
7810         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7811         Eliminate unnecessary duplicates from the match list.
7812
7813 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7816
7817         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7818
7819         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7820         args of `how-many' of which the XEmacs version doesn't take; declare
7821         Info-index-next as function.
7822
7823 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * gnus-score.el (gnus-score-headers): Fix handling of
7826         gnus-inhibit-slow-scoring.
7827
7828         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7829         string.
7830         (gnus-button-url-regexp): Improve handling of parenthesis.
7831         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7832         (gnus-button-handle-info-keystrokes): Handle index entries.
7833
7834 2008-03-15  Glenn Morris  <rgm@gnu.org>
7835
7836         * parse-time.el (parse-time-string): Simplify.
7837
7838 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7841         Incoming* files.
7842
7843 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7844
7845         * auth-source.el (auth-sources): Rename from auth-source-choices.
7846         (auth-source-pick): Use it.
7847
7848 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7849
7850         * binhex.el (binhex-decode-region-internal):
7851         * uudecode.el (uudecode-decode-region-internal):
7852         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7853         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7854         setting default-enable-multibyte-characters.
7855
7856 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7857
7858         * auth-source.el (auth-source-protocols)
7859         (auth-source-protocols-customize, auth-source-choices): Add and
7860         modified variable customizations and defaults.
7861         (auth-source-pick, auth-source-user-or-password)
7862         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7863         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7864         (auth-source-user-or-password-sftp)
7865         (auth-source-user-or-password-smtp): Use new variables and provide an
7866         interface to netrc.el.
7867
7868 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7871         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7872         Make sure the nntp port to specify is a string.
7873
7874 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7875
7876         * nntp.el: Use with-current-buffer.
7877         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7878         dubious mm-with-unibyte-current-buffer.
7879         (nntp-with-open-group-function): New function extracted from
7880         nntp-with-open-group macro.
7881         (nntp-with-open-group): Use the function, so it's easier to debug.
7882         Add indentation and debugging info.
7883         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7884         Recommend the use of the netcat alternatives.
7885
7886         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7887         Avoid mm-string-as-multibyte as well.
7888
7889         * nnweb.el (nnweb-insert-html):
7890         Remove use of nnheader-string-as-multibyte.
7891
7892         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7893         (nnheader-string-as-multibyte): Remove.
7894
7895         * mm-view.el: Use inhibit-read-only.
7896         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7897         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7898         or unibyte-string.
7899
7900         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7901         (mm-uu-yenc-extract): Use with-current-buffer.
7902
7903         * gnus-soup.el (gnus-soup-send-packet): Don't use
7904         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7905
7906         * nnmh.el: Use with-current-buffer.
7907         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7908         mm-string-as-multibyte on the output of mm-encode-coding-string.
7909
7910         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7911         (nnimap-request-move-article): Use with-current-buffer.
7912
7913         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7914         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7915         conversion uses string-make-unibyte rather than string-as-unibyte.
7916
7917         * gnus-msg.el: Use with-current-buffer.
7918
7919         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7920
7921 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7922
7923         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7924         string for caching if it is 'PIN.
7925
7926 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * lpath.el: Consider the case without Emacs/W3.
7929
7930 2008-03-08  Glenn Morris  <rgm@gnu.org>
7931
7932         * time-date.el (date-to-time, time-subtract, time-add)
7933         (safe-date-to-time): Doc fixes.
7934
7935 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * mail-source.el (mail-source-delete-old-incoming-confirm):
7938         Change default to nil.
7939         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7940
7941 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * lpath.el: Rearrange.
7944
7945         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7946         (gnus-article-goto-prev-page): Work for articles having ^L's.
7947
7948         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7949
7950         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7951
7952 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7953
7954         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7955         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7956         (gnus-bookmark-jump): Adjust some variable names.
7957
7958 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7959
7960         * auth-source.el: New package.
7961         (auth-source-choices): Add customization entry point variable.
7962
7963         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7964         bug.
7965
7966 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7967
7968         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7969         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7970         (gnus-registry-install-shortcuts): Rename from
7971         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7972         the `gnus-registry-mark-map' keymap dynamically from
7973         `gnus-registry-marks'.  The generated functions update the summary line
7974         when a registry mark is added or deleted, and will call
7975         `gnus-registry-install-p' (see the comments in the code).
7976         (gnus-registry-user-format-function-M): Use concat intelligently.
7977
7978         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7979         the registry mark functions.
7980
7981 2008-03-05  Glenn Morris  <rgm@gnu.org>
7982
7983         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7984         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7985         gnus-art.
7986         (top-level): No need to load own source when compiling.
7987
7988 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7991         Suggested by <chris.anderton@zetnet.co.uk>.
7992
7993 2008-03-04  Glenn Morris  <rgm@gnu.org>
7994
7995         * gnus-sum.el (top-level): No need to require gnus when compiling,
7996         since unconditionally required near start of file.
7997         (gnus-summary-display-while-building): Move definition before use.
7998
7999 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8000
8001         * gnus-registry.el (gnus-registry-user-format-function-M):
8002         Add formatting function.
8003
8004 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8005
8006         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8007         with plists.
8008         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8009         Use new format.
8010
8011 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8014         `where-is-internal' that returns a range of key sequences.
8015
8016 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8017
8018         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8019
8020         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8021         (gnus-summary-jump-to-group): Consider windows on other displayed
8022         frames as well.  Similar changes might be needed elsewhere, but that's
8023         the one I've bumped into during my use.
8024
8025         * nndoc.el (nndoc-oe-dbx-type-p):
8026         * gnus-msg.el (gnus-debug):
8027         * gnus-group.el (gnus-update-group-mark-positions):
8028         Use mm-string-to-multibyte.
8029
8030 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8033         doesn't handle NotDashEscaped.
8034
8035         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8036         (mml-dnd-attach-options): Fix typo in custom choice.
8037
8038         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8039         Change nndoc-article-type to mbox.
8040         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8041
8042         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8043         to nil, instead of html2text.
8044
8045         * imap.el (imap-debug): Add `imap-ping-server'.
8046
8047         * gnus-bookmark.el: Add FIXMEs.
8048
8049         * message.el (message-form-letter-separator)
8050         (message-send-form-letter-delay): New variables.
8051         (message-send-form-letter): Use them.  New command to send form
8052         letters.  Requested by Uwe Siart.
8053         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8054
8055 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * Update copyright years.
8058
8059 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8060
8061         Sync from EMACS_22_BASE.
8062
8063         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8064
8065 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8066
8067         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8068         empty author.
8069
8070 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8071
8072         * gnus-registry.el (gnus-registry-marks): Add variable for
8073         customization of marks and their appearance.
8074         (gnus-registry-read-mark): Use it.
8075         (gnus-registry-do-marks): Add utility function to loop through
8076         `gnus-registry-marks'.
8077         (gnus-registry-install-shortcuts-and-menus): Add function to install
8078         shortcuts and menus.
8079         (gnus-registry-initialize): Use it.
8080         (gnus-registry-default-mark): Clarify documentation.
8081
8082 2008-02-29  Glenn Morris  <rgm@gnu.org>
8083
8084         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8085         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8086         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8087         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8088         Change defcustom :version from 23.0 to 23.1.
8089
8090 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8091
8092         * gnus-registry.el (gnus-registry-follow-group-p)
8093         (gnus-registry-post-process-groups): Add functions to aid registry
8094         splitting and improve logging.  Clarify behavior in function
8095         documentation.
8096         (gnus-registry-split-fancy-with-parent): Use them.
8097
8098 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8099
8100         * gnus-art.el: Use with-current-buffer.
8101
8102 2008-02-27  David Engster  <dengste@eml.cc>
8103
8104         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8105         Express real group name in the response.
8106
8107 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8110         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8111         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8112         autoload gnus-registry-fetch-group when compiling.
8113         (nnmairix-request-group-with-article-number-correction):
8114         Remove unreferenced argument passed to nnmairix-call-backend.
8115
8116 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8119         (mm-uu-extract): Improve face for low color ttys.
8120         Reported by Sascha Wilde.
8121
8122 2008-02-27  Glenn Morris  <rgm@gnu.org>
8123
8124         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8125         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8126         variables to defconsts.  Convert comments to doc-strings.
8127         (nnmairix-last-server, nnmairix-current-server): Convert from free
8128         variables to defvars.  Convert comments to doc-strings.
8129         (gnus-registry-fetch-group): Autoload.
8130         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8131         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8132         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8133         caddr.
8134         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8135         nnmairix-request-group-with-article-number-correction call.
8136         (nnmairix-fast, nnmairix-group): New, less general names, for free
8137         variables passed from nnmairix-request-group to
8138         nnmairix-request-group-with-article-number-correction.  Declare.
8139         (nnmairix-request-group-with-article-number-correction):
8140         Use nnmairix-fast, nnmairix-group rather than fast, group.
8141
8142 2008-02-26  David Engster  <dengste@eml.cc>
8143
8144         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8145         version 0.5.
8146
8147 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8148
8149         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8150         instead of making an extra function call.  Don't add the current group
8151         to articles only when they have the group.  Use
8152         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8153         Reported by David <de_bb@arcor.de>.
8154
8155 2008-02-24  Miles Bader  <miles@gnu.org>
8156
8157         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8158         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8159         (mm-find-mime-charset-region):
8160         * mm-bodies.el (mm-encode-body):
8161         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8162
8163 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8166         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8167
8168 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * mail-source.el (mail-source-delete-incoming): Change default.
8171         Supplement doc string.
8172
8173         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8174
8175 2008-02-14  Glenn Morris  <rgm@gnu.org>
8176
8177         * time-date.el (format-seconds): New function.
8178
8179 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8180
8181         * nnmail.el (nnmail-message-id-cache-file): Derive from
8182         `gnus-home-directory'.
8183
8184 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8187         Document negative prefix.
8188
8189         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8190
8191 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192
8193         * message.el (message-unsent-separator): Add the Exim bounce
8194         separator.
8195
8196 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8197
8198         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8199         list.
8200         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8201         recipient/signer list.
8202
8203 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * Makefile.in (datarootdir): Define.
8206         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8207         name that might contain whitespace.
8208
8209 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8210
8211         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8212         fbound (Emacs 23 unicode), signal an error.
8213
8214 2008-02-08  Glenn Morris  <rgm@gnu.org>
8215
8216         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8217
8218 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8219
8220         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8221         ports to the calls to `netrc-machine-user-or-password' in addition to
8222         "imap" and "imaps".
8223
8224 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8225
8226         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8227
8228         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8229
8230 2008-02-01  Kenichi Handa  <handa@m17n.org>
8231
8232         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8233         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8234         (rfc2104-hash): Convert the result of concat to unibyte string.
8235
8236 2008-02-01  Dave Love  <fx@gnu.org>
8237
8238         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8239         coding-system-for-read.
8240         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8241
8242 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8245         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8246         <hanche@math.ntnu.no>.
8247
8248 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8251
8252         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8253
8254 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8255
8256         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8257         * message.el (message-beginning-of-line): Use featurep instead of bound
8258         tests in order to resolve conditionals at compile time.
8259
8260 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8261
8262         * mail-source.el (mail-sources): Add `group' choice.
8263
8264         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8265         parameter `in-group' to control into which group the articles go.
8266         Add treatment of `group' mail-source.
8267
8268 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8271
8272         * mm-decode.el (mm-dissect-buffer): Decode description.
8273
8274         * mml.el (mml-to-mime): Encode message header first.
8275
8276 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8279         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8280
8281         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8282         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8283
8284 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8285
8286         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8287
8288 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8291         prefix keys.
8292         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8293         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8294         gnus-xmas.el.
8295
8296         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8297         (gnus-xmas-article-describe-bindings): New function.
8298         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8299         gnus-xmas-article-describe-bindings.
8300
8301         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8302
8303 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8304
8305         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8306         Add new variables for article mark management.
8307         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8308         list of extra data entries which, when present, will indicate that the
8309         article ID should not be trimmed from the registry.
8310         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8311         functions.
8312         (gnus-registry-read-mark): New function to read a mark name from the
8313         user.
8314         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8315         (gnus-registry-set-article-mark-internal): New functions to add and
8316         remove marks.
8317         (gnus-registry-get-article-marks): New function to show the marks for
8318         an article, or retrieve them for further use.
8319
8320 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8323         keys when no argument is given.
8324
8325 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * imap.el (imap-ping-server): New variable.
8328         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8329         (imap-ping-server): Minor doc string fixes.
8330
8331 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8332
8333         * imap.el (imap-ping-server): New function.
8334         (imap-opened): Call imap-ping-server.
8335
8336 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * gnus-sum.el (gnus-article-sort-by-random)
8339         (gnus-thread-sort-by-random): Fix doc strings.
8340         Reported by jidanni@jidanni.org.
8341
8342 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * gnus-art.el (gnus-article-describe-bindings): New function.
8345         (gnus-article-read-summary-keys): Use it.
8346         (gnus-article-mode-map): Bind `C-h b' to it.
8347
8348 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8351         XEmacs.
8352         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8353         Protect against non-character events.
8354
8355         * lpath.el: Fbind map-keymap for Emacs 21.
8356
8357 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8358
8359         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8360         New command.
8361         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8362         instead of END.  Change name of the temp file.
8363         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8364         customizable.
8365
8366 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8369         bind `S W' to gnus-article-wide-reply-with-original; set default
8370         binding to gnus-article-read-summary-send-keys.
8371         (gnus-article-read-summary-keys): Fix the order of keys; display
8372         continuation keys correctly in the echo area; describe bindings
8373         correctly when keys end with `C-h'.
8374         (gnus-article-read-summary-send-keys): New function.
8375         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8376         Work for gnus-article-read-summary-send-keys; display continuation keys
8377         correctly in the echo area.
8378         (gnus-article-reply-with-original): Ignore prefix argument.
8379         (gnus-article-wide-reply-with-original): New function.
8380
8381         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8382         Emacs 21.
8383
8384 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8387         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8388
8389 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8392         (gnus-group-read-ephemeral-gmane-group): New command.
8393
8394 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8395
8396         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8397
8398 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * message.el (message-send-mail-function): Increase custom version.
8401
8402         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8403         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8404
8405 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8406
8407         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8408         for the cases where imap-authenticate is called with a nil buffer
8409         parameter.
8410
8411 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8414         html parts correctly; support forwarded messages.
8415         (gnus-article-browse-html-article): Remove work buffers.
8416
8417         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8418         compiling.
8419         (netrc-bound-and-true-p): New macro.
8420         (netrc-parse): Use it instead of bound-and-true-p that is not available
8421         in XEmacs 21.4.
8422
8423 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8424
8425         * gnus-registry.el (gnus-registry-mark-article)
8426         (gnus-registry-article-marks): Add functionality to mark articles
8427         through the Gnus registry.
8428
8429         * encrypt.el: Clarify documentation for the new pgg method.
8430         (encrypt-file-alist): Add PGG option.
8431         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8432         functionality.  Abstract password key and messaging to external
8433         functions.
8434         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8435         (encrypt-message-method-and-cipher): Add new convenience external
8436         functions.
8437         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8438         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8439
8440         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8441         (netrc-parse): Use encrypt-file-alist to determine if
8442         encrypt-find-model or encrypt-insert-file-contents should be used.
8443
8444         * encrypt.el: Clarify documentation.  Load password-cache or
8445         password, whichever one is found first, instead of autoloading.
8446
8447 2007-12-19  Glenn Morris  <rgm@gnu.org>
8448
8449         * mml.el (message-options-set, message-narrow-to-head)
8450         (message-in-body-p, message-mail-p, message-encode-message-body):
8451         Autoload.
8452         (message-remove-header, message-narrow-to-headers-or-head)
8453         (message-subscribed-p, message-make-mail-followup-to)
8454         (message-position-on-field, message-news-p)
8455         (message-options-set-recipient, message-generate-headers)
8456         (message-sort-headers): Declare as functions.
8457
8458 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8461         convention in doc string.
8462
8463 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8466         title to html parts.
8467         (gnus-article-browse-html-article): Pass message header to it.
8468
8469         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8470
8471 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8472
8473         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8474         or password compatible with XEmacs.
8475
8476 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8479         format document.
8480         (gnus-mime-delete-part): Don't write description line if empty.
8481         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8482
8483 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8484
8485         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8486         (gnus-summary-mark-read-and-unread-as-read)
8487         (gnus-summary-mark-current-read-and-unread-as-read)
8488         (gnus-summary-mark-unread-as-ticked): Doc fix.
8489         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8490
8491 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8494         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8495
8496 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8499         yes-or-no-p.
8500
8501 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * mm-decode.el (mm-add-meta-html-tag): New function.
8504         (mm-save-part-to-file, mm-pipe-part): Use it.
8505
8506         * gnus-art.el (gnus-article-browse-delete-temp-files):
8507         Use gnus-y-or-n-p instead of y-or-n-p.
8508         (gnus-article-browse-html-parts): Work with message/external-body; use
8509         mm-add-meta-html-tag.
8510
8511 2007-12-11  Glenn Morris  <rgm@gnu.org>
8512
8513         * gnus-cache.el: Require gnus-sum not just when compiling.
8514
8515         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8516
8517         * gnus-int.el (gnus-server-opened, gnus-status-message):
8518         Move definitions before use.
8519
8520         * mm-decode.el: Require gnus-util.
8521         (mm-remove-part): Only call delete-annotation on XEmacs.
8522
8523         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8524
8525         * nnmail.el: Require gnus-int.
8526
8527         * spam.el: Move `require's before `eval-when-compile's.
8528
8529         * gnus-ems.el (gnus-alive-p):
8530         * gnus-fun.el (message-goto-eoh):
8531         * gnus-util.el (gnus-group-name-decode):
8532         * mail-source.el (gnus-compress-sequence):
8533         * message.el (Info-goto-node, format-spec):
8534         * mm-bodies.el (message-options-get):
8535         * mm-decode.el (mm-view-pkcs7):
8536         * mm-util.el (gmm-write-region):
8537         * mml-smime.el (mml-compute-boundary)
8538         (gnus-completing-read-with-default):
8539         * mml.el (widget-button-press, gnus-make-hashtable):
8540         * mml1991.el (mm-decode-content-transfer-encoding)
8541         (mm-encode-content-transfer-encoding)
8542         (message-options-get, message-options-set):
8543         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8544         * nnfolder.el (gnus-request-group):
8545         * nnheader.el (ietf-drums-unfold-fws):
8546         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8547         * smime.el (gnus-run-mode-hooks):
8548         * spam-stat.el (gnus-message): Autoload.
8549
8550         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8551         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8552         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8553         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8554         Add declare-function compatibility definition.
8555
8556         * gnus-cache.el (nnvirtual-find-group-art):
8557         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8558         (gnus-add-image, gnus-add-wash-type):
8559         * gnus-group.el (nnkiboze-score-file):
8560         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8561         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8562         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8563         (message-tokenize-header, gnus-get-buffer-create)
8564         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8565         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8566         * gnus.el (gnus-group-decoded-name):
8567         * mail-source.el (imap-capability):
8568         * mm-bodies.el (message-options-set):
8569         * mm-decode.el (gnus-configure-windows):
8570         * mm-extern.el (message-goto-body):
8571         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8572         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8573         (epg-sub-key-validity, message-options-set):
8574         * mml.el (widget-event-point, gnus-configure-windows):
8575         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8576         * mml2015.el (epg-check-configuration, epg-configuration)
8577         (message-options-set):
8578         * nndb.el (nndb-request-article):
8579         * nnfolder.el (gnus-request-create-group):
8580         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8581         * nnmaildir.el (gnus-group-mark-article-read):
8582         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8583         * rfc1843.el (message-fetch-field):
8584         * spam.el (gnus-extract-address-components):
8585         Declare as functions.
8586
8587 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8590
8591         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8592
8593         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8594         bind show-trailing-whitespace for XEmacs.
8595
8596 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8597
8598         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8599         new no-op macro for backward compatibility.
8600
8601         * imap.el (imap-string-to-integer): New function.
8602
8603 2007-12-09  Glenn Morris  <rgm@gnu.org>
8604
8605         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8606
8607         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8608         * message.el, mm-view.el, sieve-manage.el, smime.el:
8609         Add declare-function compatibility definition.
8610
8611         * gnus-art.el (w3-region, w3m-region, Info-menu):
8612         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8613         * gnus-sum.el (gnus-get-predicate):
8614         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8615         * message.el (mail-abbrev-in-expansion-header-p):
8616         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8617         (w3m-detect-meta-charset, w3m-region):
8618         * sieve-manage.el (password-read, password-cache-add)
8619         (password-cache-remove):
8620         * smime.el (password-read-and-add): Declare as functions.
8621
8622 2007-12-08  David Kastrup  <dak@gnu.org>
8623
8624         * gnus-sum.el (gnus-summary-simplify-subject-query):
8625         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8626         `message'.
8627
8628 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8631         it to bind idna-program, installation-directory, defined-colors, and
8632         face-attribute for XEmacs of the version that compiles defcustom forms.
8633
8634 2007-12-07  Glenn Morris  <rgm@gnu.org>
8635
8636         * gnus-art.el (article-make-date-line): Revert previous change.
8637
8638 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8641
8642 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8643
8644         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8645         Call gnus-add-to-range ranges only once with a prepared article-list.
8646
8647 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8648
8649         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8650         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8651         group names with backslashes.
8652         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8653
8654 2007-12-06  Deepak Goel  <deego3@gmail.com>
8655
8656         * gnus-art.el (article-make-date-line):
8657         * gnus-start.el (gnus-load):
8658         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8659
8660 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * gnus-art.el (gnus-use-idna)
8663         * gnus-start.el (gnus-site-init-file)
8664         * message.el (message-use-idna)
8665         * mm-uu.el (mm-uu-hide-markers)
8666         * smiley.el (smiley-style): Revert changes that suppress warnings.
8667
8668 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8671         specify charset to html source.
8672         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8673
8674 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8677         idna-program in order to suppress byte compile warning issued by XEmacs
8678         that came to byte compile the default value section of defcustom forms
8679         recently.
8680
8681         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8682         value of installation-directory.
8683
8684         * message.el (message-use-idna): Don't directly refer to the value of
8685         idna-program.
8686
8687         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8688
8689         * smiley.el (smiley-style): Don't directly call face-attribute.
8690
8691 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8694
8695         * gnus-dired.el: Reduce Gnus dependencies.
8696         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8697         Don't require.  Use autoloads instead.
8698         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8699         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8700         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8701         (gnus-dired-mode): Adjust doc string.
8702         (gnus-dired-mail-mode): New variable.
8703         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8704         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8705         (gnus-dired-mail-buffers): New function.  Return mail or message
8706         composition buffers.
8707         (gnus-dired-attach): Use it.
8708         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8709         NO-DECODE.
8710         (gnus-dired-print): Use `gnus-print-buffer' depending on
8711         `gnus-dired-mail-mode'.
8712
8713 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * rfc2047.el (rfc2047-encoded-word-regexp)
8716         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8717         explaining what regexp patterns are for.
8718
8719 2007-12-04  Glenn Morris  <rgm@gnu.org>
8720
8721         * password.el: Move to password-cache.el.
8722
8723         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8724         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8725         * mml-smime.el (password-read, password-cache-add)
8726         (password-cache-remove):
8727         No need to autoload, since mml-sec requires password.
8728
8729         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8730         * message.el (gnus-extract-address-components):
8731         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8732
8733         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8734         password.
8735
8736 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * mailcap.el: Reduce dependencies.
8739         (mail-header-parse-content-type): Autoload.
8740         (mailcap-delete-duplicates): New alias.
8741         (mailcap-mime-info): Add optional argument NO-DECODE.
8742         (mailcap-mime-types): Use mailcap-delete-duplicates.
8743
8744         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8745
8746 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8747
8748         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8749         (imap-parse-status): Upcase status-att for servers that sends them
8750         lower-case (e.g., MS Exchange 2007).
8751
8752 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8755         function.
8756
8757         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8758         (gnus-uu-yenc-article): New function.
8759
8760         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8761
8762         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8763
8764 2007-12-02  Glenn Morris  <rgm@gnu.org>
8765
8766         * binhex.el (binhex): New custom group.
8767         (binhex-decoder-program, binhex-decoder-switches)
8768         (binhex-use-external): Move to the binhex custom group.
8769
8770         * uudecode.el (uudecode): New custom group.
8771         (uudecode-decoder-program, uudecode-decoder-switches)
8772         (uudecode-use-external): Move to the uudecode custom group.
8773
8774         * netrc.el (top-level): Don't load `encrypt' features.
8775         (netrc-parse): Don't use encrypt.
8776         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8777
8778         * encrypt.el: Remove file.
8779
8780 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8783         matches on patches.
8784
8785         * gnus-art.el (gnus-article-browse-html-article):
8786         Mention `mm-text-html-renderer' in the doc string.
8787
8788         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8789         string.  Add comments.
8790
8791         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8792         if rhs is ASCII.
8793
8794 2007-12-01  Glenn Morris  <rgm@gnu.org>
8795
8796         * mail-source.el (top-level): Require format-spec before
8797         eval-when-compile.
8798
8799 2007-11-30  Glenn Morris  <rgm@gnu.org>
8800
8801         * encrypt.el: Require password, rather than autoloading password-read.
8802
8803 2007-11-29  Glenn Morris  <rgm@gnu.org>
8804
8805         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8806         (sasl-make-client, sasl-next-step, sasl-step-data)
8807         (sasl-step-set-data): Declare as functions.
8808
8809 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8810
8811         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8812
8813 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8814
8815         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8816         certs should be verified and what is to be done in the event of a
8817         verification failure.
8818
8819         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8820         caller can indicate whether the cache should be disregarded for this
8821         call.  This way the result of the call is reproducible at all times and
8822         can be considered a canonical server name for the supplied method.
8823         (gnus-agent-method-p): Canonicalize server names by pushing their
8824         method through `gnus-method-to-server' using the no-cache argument.
8825
8826         * gnus-srvr.el (gnus-server-insert-server-line):
8827         Call `gnus-method-to-server' with `no-cache' argument.
8828
8829         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8830         gnus-agent-possibly-synchronize-flags as this should be called when the
8831         server is actually being opened.
8832         (gnus-agent-possibly-synchronize-flags)
8833         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8834         flags file of an agentized server to the latter function.
8835
8836         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8837         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8838         after a connection has been established successfully.
8839
8840 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-art.el (article-display-face): Force to display face if called
8843         interactively; check if gnus-article-x-face-too-ugly matches author.
8844         (article-display-x-face): Display face even if From header is missing
8845         as article-display-face does.
8846
8847 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8848
8849         * hashcash.el (message-narrow-to-headers-or-head)
8850         (message-fetch-field, message-goto-eoh)
8851         (message-narrow-to-headers): Declare as functions.
8852
8853 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * mail-source.el (mail-sources): Default to fetch from file for
8856         compatibility with default of nnmail-spool-file.
8857
8858 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8861         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8862         to look for encoded word that should be encoded again.
8863         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8864         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8865         encoding pattern.
8866         (rfc2047-decode-region): Switch strict regexp and loose one according
8867         to rfc2047-allow-irregular-q-encoded-words.
8868
8869 2007-11-25  Romain Francoise  <romain@orebokech.com>
8870
8871         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8872
8873 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * tls.el (tls-program): Provide more custom choices from
8876         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8877         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8878
8879 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8880
8881         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8882         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8883
8884         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8885         `nnmail-spool-file'.
8886
8887         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8888         `nnmail-spool-file'.
8889
8890         * gnus-move.el (gnus-change-server): Ditto.
8891
8892         * gnus-kill.el (gnus-batch-score): Ditto.
8893
8894         * gnus-cache.el (gnus-jog-cache): Ditto.
8895
8896         * gnus-msg.el (gnus-summary-reply):
8897         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8898
8899 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8900
8901         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8902         version.  Minor improvement to doc strings.
8903         (tls-program): Add comment.
8904
8905 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8906
8907         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8908         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8909         mismatch between the hostname provided in the certificate and the name
8910         of the host connnecting to.
8911         (open-tls-stream): Use them.  Check certificates against trusted root
8912         certificates.
8913
8914 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * gnus-cache.el (gnus-cache-generate-nov-databases):
8917         Use nnml-generate-nov-databases-directory instead of
8918         nnml-generate-nov-databases-1.
8919
8920 2007-11-24  Glenn Morris  <rgm@gnu.org>
8921
8922         * message.el (message-tool-bar-retro): Update for rename
8923         mail_send.xpm->mail-send.xpm.
8924
8925 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8928         `smime-ldap-search' for Emacs 22 and up.
8929
8930 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8931
8932         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8933
8934         * message.el (message-send-mail-function): Fix error convention.
8935         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8936         (message-widen-reply, message-send-mail, message-talkative-question)
8937         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8938         (message-clone-locals, message-send-news): Use with-current-buffer.
8939         (message-insert-or-toggle-importance): Remove unused var `valid'.
8940         (message-make-references): Remove unused var `new-references'.
8941         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8942
8943 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8944
8945         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8946         (spam-split-symbolic-return-positive): Reflow docstring.
8947         (spam-backends, spam-summary-exit-behavior)
8948         (spam-mark-ham-unread-before-move-from-spam-group)
8949         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8950         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8951         (spam-clear-cache, spam-backend-check, spam-install-backend)
8952         (spam-install-statistical-backend, spam-list-of-processors)
8953         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8954         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8955         (spam-check-crm114, spam-initialize, spam-unload-hook):
8956         Fix typos in docstrings.
8957
8958 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8961         been checked if they have never been read and those group levels are
8962         higher than the one that a user specified.
8963
8964 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8967         foreign groups unless a group level is specified by a user.
8968         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8969
8970 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8971
8972         * message.el (message-send-mail-function): Require sendmail.
8973
8974 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * message.el (message-send-mail-function): Check for smtpmail too.
8977
8978         * utf7.el (utf7-encode, utf7-decode): Use coding system
8979         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8980
8981         * message.el (message-send-mail-function): New function.
8982         (message-send-mail-function): Set default using
8983         message-send-mail-function.  Adjust doc string.
8984         (message-send-mail-with-mailclient): New function.
8985
8986 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8987
8988         * smime.el (from):
8989         * rfc2047.el (message-posting-charset):
8990         * qp.el (mm-use-ultra-safe-encoding):
8991         * pop3.el (parse-time-months):
8992         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8993         * nnml.el (files):
8994         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8995         (jka-compr-compression-info-list, ange-ftp-path-format)
8996         (efs-path-regexp):
8997         * nndiary.el (files):
8998         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8999         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9000         (epg-digest-algorithm-alist, inhibit-redisplay)
9001         (password-cache-expiry):
9002         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9003         (pgg-output-buffer, password-cache-expiry):
9004         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9005         (efs-path-regexp):
9006         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9007         (inhibit-redisplay):
9008         * mm-uu.el (file-name, start-point, end-point, entry)
9009         (gnus-newsgroup-name, gnus-newsgroup-charset):
9010         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9011         (latin-unity-ucs-list):
9012         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9013         (mm-uu-binhex-decode-function):
9014         * message.el (gnus-message-group-art, gnus-list-identifiers)
9015         (rmail-enable-mime-composing, gnus-local-organization)
9016         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9017         (gnus-read-active-file, facemenu-add-face-function)
9018         (facemenu-remove-face-function, gnus-article-decoded-p)
9019         (tool-bar-mode):
9020         * mail-source.el (display-time-mail-function):
9021         * gnus-util.el (nnmail-pathname-coding-system)
9022         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9023         (gnus-original-article-buffer, gnus-user-agent)
9024         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9025         (xemacs-codename, sxemacs-codename, emacs-program-version):
9026         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9027         * gnus-start.el (gnus-agent-covered-methods)
9028         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9029         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9030         (gnus-newsgroup-headers, gnus-group-list-mode)
9031         (gnus-group-mark-positions, gnus-newsgroup-data)
9032         (gnus-newsgroup-unreads, nnoo-state-alist)
9033         (gnus-current-select-method, mail-sources)
9034         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9035         (nnmail-spool-file, gnus-cache-active-hashtb):
9036         * gnus-mh.el (mh-lib-progs):
9037         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9038         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9039         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9040         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9041         (gnus-group-buffer):
9042         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9043         (font-lock-set-defaults):
9044         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9045         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9046         (gnus-summary-post-menu, total-parts, type, condition, length):
9047         * gnus-agent.el (gnus-agent-read-agentview):
9048         * flow-fill.el (show-trailing-whitespace):
9049         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9050         eval-and-compile wrappers for byte compiler pacifiers.
9051
9052         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9053         (mm-display-inline-fontify): Check for featurep 'xemacs not
9054         extent-list.
9055
9056         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9057         itimer-list.
9058         (mm-create-image-xemacs): Only do something for XEmacs.
9059         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9060
9061         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9062
9063         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9064         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9065
9066 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9067
9068         * nnimap.el (nnimap-split-download-body):
9069         * gnus-demon.el (gnus-demon):
9070         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9071
9072 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9075         New macros.
9076         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9077         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9078         copy data from unibyte buffer to multibyte current buffer.
9079         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9080         to copy data from unibyte current buffer to multibyte buffer.
9081         (nntp-make-process-buffer): Make process buffer unibyte.
9082
9083         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9084
9085 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9086
9087         * pop3.el (pop3-open-server): Accept and process data more robustly at
9088         connexion start to avoid spurious "POP SSL connexion failed" errors.
9089
9090 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9093         read group names.
9094
9095 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9098
9099 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9102         (nnmail-save-active): Use a unibyte buffer when saving active file,
9103         which may contain non-ASCII group names.
9104
9105         * nnml.el (nnml-request-group): Decode group names in messages.
9106
9107 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * message.el (message-citation-line-function)
9110         (message-insert-formatted-citation-line): Fix spelling of
9111         `message-insert-formated-citation-line'.
9112
9113 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9116
9117 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9120         nnmail-pathname-coding-system.
9121
9122         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9123         that a user enters; decode group names in messages.
9124
9125         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9126
9127 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9128
9129         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9130
9131         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9132
9133         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9134         risky local variable.
9135
9136         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9137
9138 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9139
9140         * encrypt.el: Improve documentation to fix function name typo.
9141         Reported by Daiki Ueno <ueno@unixuser.org>.
9142
9143 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9146         even if the point is not in the last page of an article.
9147         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9148         back to the previous page.
9149
9150 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9153
9154 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9157
9158 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9159
9160         * message.el (message-check-news-body-syntax):
9161         Avoid mm-string-as-multibyte.
9162         (message-hide-headers): Don't assume (point-min)==1.
9163
9164 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * message.el (message-remove-blank-cited-lines): Fix if remove is
9167         given.
9168         (message-bogus-address-regexp): New variable.
9169         (message-bogus-recipient-p): New function.
9170         (message-check-recipients): New command.
9171         (message-syntax-checks): Add `bogus-recipient'.
9172         (message-fix-before-sending): Add `bogus-recipient'.
9173
9174         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9175         (gnus-treat-body-boundary): Don't test window-system.
9176
9177 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9178
9179         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9180
9181 2007-10-28  Miles Bader  <miles@gnu.org>
9182
9183         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9184         at compile-time too.
9185
9186 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9187
9188         * gnus-msg.el (gnus-message-setup-hook):
9189         Add `message-remove-blank-cited-lines' to options.
9190
9191 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * message.el (message-remove-blank-cited-lines): New function.
9194         Suggested by Karl Plästerer.
9195
9196 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9197
9198         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9199         mapc.
9200
9201         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9202         (top-level): Use mapc to set functions to be traced for debugging.
9203
9204         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9205         called for effect with while loop.
9206
9207         * message.el (message-talkative-question): Replace mapcar called for
9208         effect with mapc.
9209
9210         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9211         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9212         called for effect with dolist.
9213
9214         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9215
9216         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9217         gnus-extra-headers and nnmail-extra-headers.
9218
9219         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9220         called for effect with dolist.
9221         (top-level): Use mapc to set functions to be traced for debugging.
9222
9223         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9224         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9225         dolist.
9226
9227         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9228         Replace mapcar called for effect with mapc.
9229         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9230         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9231         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9232         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9233
9234         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9235         remove-if that's a cl function.
9236
9237         * webmail.el (webmail-debug): Replace mapcar called for effect with
9238         dolist.
9239
9240         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9241         with mapc.
9242
9243 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9246         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9247         with while loop.
9248
9249         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9250         functions from article-* functions.
9251         (gnus-multi-decode-header): Replace mapcar called for effect with
9252         dolist.
9253
9254         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9255         (gnus-bookmark-show-details): Replace mapcar called for effect with
9256         while loop.
9257
9258         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9259         called for effect with while loop.
9260
9261         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9262         with dolist.
9263
9264         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9265         Replace mapcar called for effect with dolist.
9266
9267         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9268
9269         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9270         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9271         Replace mapcar called for effect with dolist.
9272         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9273         mapc.
9274
9275         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9276         Replace mapcar called for effect with dolist.
9277         (gnus-topic-list): Replace mapcar called for effect with mapc.
9278
9279         * gnus.el: Use mapc instead of mapcar to add autoloads.
9280
9281 2007-10-23  Richard Stallman  <rms@gnu.org>
9282
9283         * gnus-group.el (gnus-group-highlight): Mark as risky.
9284
9285 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus.el (gnus-server-to-method): Return method found first in
9288         gnus-newsrc-alist.
9289
9290         * gnus-art.el (gnus-article-highlight-signature)
9291         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9292         button overlay without the front stickiness.
9293
9294 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9295
9296         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9297         overview buffer needed a catch to receive its throw.
9298         (gnus-agent-flush-cache): Declare as interactive to make this function
9299         easier to use.
9300
9301 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9302
9303         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9304         `next-line'.
9305
9306 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9309         exclude address matching message-dont-reply-to-names.
9310
9311 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-util.el (gnus-string<): New function.
9314
9315         * gnus-sum.el (gnus-article-sort-by-author)
9316         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9317
9318 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9321         the frame-focus tag is set in gnus-buffer-configuration.
9322
9323 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9326         the front stickiness.
9327
9328 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9331         url pattern; remove duplicate one.
9332         (gnus-article-extend-url-button): New function.
9333         (gnus-article-add-buttons): Use it.
9334         (gnus-button-push): Use concatenated url that it makes.
9335
9336 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9337
9338         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9339
9340 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9341
9342         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9343         Don't hardcode point-min==1.
9344
9345 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9346
9347         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9348         Fix comment about "iso8859-1".
9349
9350 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9351
9352         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9353         ones returned from the verify-function.
9354
9355         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9356         Call mml2015-extract-cleartext-signature if extraction failed.
9357
9358 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9359
9360         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9361         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9362         failed.
9363
9364 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9367
9368 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9371         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9372         recommends to use EasyPG instead of PGG.
9373
9374         * pgg.el: Revert to revision 6.23.2.16.
9375
9376         * pgg-def.el: Revert to revision 6.6.2.14.
9377
9378         * pgg-gpg.el: Revert to revision 6.23.2.34.
9379
9380 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9381
9382         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9383         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9384         thread for both the null and zero (kill/expire thread) universal prefix
9385         cases.
9386         (gnus-summary-expire-thread): Add new function to expire a thread,
9387         using gnus-summary-kill-thread.
9388         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9389         shortcuts for gnus-summary-expire-thread.
9390         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9391         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9392
9393 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9394
9395         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9396         extras value, so an extras entry can be deleted.
9397         (gnus-registry-delete-extra-entry): Use it.
9398         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9399         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9400         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9401         storage through the gnus-registry, and provide an appropriate API for
9402         it.
9403
9404 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9407         Suggested by Leo <sdl.web@gmail.com>.
9408
9409         * gnus.el: Do.
9410
9411 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9414         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9415
9416         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9417
9418         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9419         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9420
9421 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9424         newline.
9425         (nnmbox-request-accept-article): Don't change article in source buffer;
9426         narrow to header to use message-fetch-field rather than
9427         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9428         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9429         as delimiters; make sure article ends with newline.
9430         (nnmbox-delete-mail): Correct last position of article to be deleted;
9431         ignore X-Gnus-Newsgroup header in article body.
9432         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9433         positions; make sure article ends with newline.
9434
9435         * message.el (message-display-abbrev): Don't infloop when a user
9436         inserts SPC in the beginning of header.
9437
9438         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9439         coding-system-for-read and coding-system-for-write for XEmacs having no
9440         file-coding feature.
9441
9442         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9443
9444 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9445
9446         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9447         list of groups not followed by default.  Fix type to be regexp.
9448         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9449
9450 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9451
9452         * hmac-def.el (define-hmac-function): Switch from old-style to
9453         new-style backquotes.
9454
9455         * md4.el (md4-make-step): Likewise.
9456
9457 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9460         raw-text coding system when saving .newsrc file, which may contain
9461         non-ASCII group names.
9462
9463 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * gnus-cus.el (gnus-score-extra): New widget.
9466         (gnus-score-extra-convert): New function.
9467         (gnus-score-customize): Use it for Extra.
9468
9469 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9470
9471         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9472         (mml2015-mailcrypt-clear-verify): Use it.
9473         (mml2015-gpg-clear-verify): Use it.
9474         (mml2015-pgg-clear-verify): Use it.
9475         (mml2015-epg-clear-verify): Replace the current part with the output
9476         from GnuPG; don't extract the plaintext by itself.
9477
9478         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9479         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9480         mml2015-clear-verify-function; don't touch the armor headers or
9481         dash-escaped text here.
9482
9483 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9486         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9487         parts, or application/octet-stream as a last resort.
9488         (gnus-mime-view-part-as-type): Don't toggle display.
9489         (gnus-mime-view-part-as-charset): Don't turn off display before
9490         querying charset.
9491
9492         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9493         stuff to undisplayer function in Emacs.
9494         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9495
9496         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9497         text/calendar parts.
9498
9499 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9502         decoding text/calendar parts.
9503
9504         * message.el (message-forward-make-body-mime): Always mark body as
9505         having no illegible text; remove signed-or-encrypted argument.
9506         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9507
9508         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9509         (mml-generate-mime-1): Don't encode body if it is specified to be in
9510         raw form; don't make buffer be unibyte when inserting multibyte string.
9511
9512 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9513
9514         * sha1.el: Fix up comment style.
9515         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9516         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9517
9518         * hex-util.el: Fix up comment style.
9519         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9520
9521         * gnus-salt.el: Use with-current-buffer.
9522         (gnus-pick-setup-message): Fix long-standing typo.
9523
9524 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * imap.el (imap-logout-timeout): New variable.
9527         (imap-logout, imap-logout-wait): New functions.
9528         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9529
9530         * nnimap.el (nnimap-logout-timeout): New server variable.
9531         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9532         nnimap-logout-timeout.
9533
9534         * gnus-art.el (gnus-article-summary-command-nosave)
9535         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9536
9537 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus.el (gnus-maximum-newsgroup): New variable.
9540
9541         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9542         according to gnus-maximum-newsgroup.
9543
9544         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9545         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9546         Limit the range of articles according to gnus-maximum-newsgroup.
9547
9548 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9549
9550         * gnus-art.el (gnus-sticky-article): Fix problems described in
9551         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9552         Don't perform gnus-configure-windows here; reuse existing sticky
9553         article buffer.
9554
9555         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9556         it doesn't exist in gnus-article-mode.
9557
9558 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9561         (gnus-agent-decoded-group-name): New function.
9562         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9563         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9564
9565 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9566
9567         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9568         Add binding for gnus-sticky-article.
9569         (gnus-summary-exit): Don't kill sticky article buffers.
9570
9571         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9572         article buffer.
9573         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9574         (gnus-kill-sticky-article-buffers): New commands.
9575
9576 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * nntp.el (nntp-xref-number-is-evil): New server variable.
9579         (nntp-find-group-and-number): If it is non-nil, don't trust article
9580         numbers in the Xref header.
9581
9582 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * gnus-agent.el (gnus-agent-read-group): New function.
9585         (gnus-agent-flush-group, gnus-agent-expire-group)
9586         (gnus-agent-regenerate-group): Use it.
9587         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9588         nnmail-pathname-coding-system.
9589
9590 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9593
9594         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9595         that are unread as unread, and also as selected so that information of
9596         marks having been changed by a user may be updated when exiting group.
9597
9598 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9601
9602 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9605         calculated ignoring signature parts to gnus-treat-article.
9606
9607 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9610         a point here in order to keep the window start.
9611         (gnus-insert-mime-security-button): Make a button overlay without the
9612         front stickiness.
9613         (gnus-mime-display-security): Goto the end of a button.
9614
9615         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9616
9617 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9620         group-name-at-point.
9621         (gnus-group-completing-read): New function that offers decoded
9622         non-ASCII group names for completion.
9623         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9624         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9625         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9626         (gnus-group-fetch-control): Use it.
9627         (gnus-fetch-group): Use group-name-at-point for the initial value
9628         rather than the default value; use gnus-alive-p.
9629
9630         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9631         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9632         (gnus-summary-post-news): Use gnus-group-completing-read.
9633
9634         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9635         (gnus-read-move-group-name): Decode group name for completion.
9636
9637 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9638
9639         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9640         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9641         Yamaoka slightly modified the code).
9642
9643 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9646         (nnmail-split-incoming): Bind it.
9647
9648         * nnml.el (nnml-group-name-charset): New function.
9649         (nnml-decoded-group-name): Use it; don't decode group name if
9650         nnmail-group-names-not-encoded-p is non-nil.
9651         (nnml-encoded-group-name): New function.
9652         (nnml-group-pathname): Inline nnml-decoded-group-name.
9653         (nnml-request-expire-articles): Decode group name in message.
9654         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9655         nnmail-pathname-coding-system.
9656         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9657         not decoded ones according to nnmail-group-names-not-encoded-p.
9658         (nnml-generate-active-info): Use nnml-encoded-group-name.
9659
9660 2007-08-08  Glenn Morris  <rgm@gnu.org>
9661
9662         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9663         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9664         doc-strings and comments.
9665
9666 2007-07-25  Glenn Morris  <rgm@gnu.org>
9667
9668         * Relicense all FSF files to GPLv3 or later.
9669
9670 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * gnus-sum.el (gnus-summary-move-article):
9673         Make gnus-summary-respool-article work.
9674
9675 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9678         string.
9679
9680 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9681
9682         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9683         that should be ignored when comparing distant RSS articles with local
9684         ones.
9685         (nnrss-make-hash-index): New function.  Create a hash index according
9686         to the ignored fields.
9687         (nnrss-check-group): Use it.
9688
9689 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9692
9693         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9694
9695         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9696         the new optional argument ENCODED is non-nil.
9697         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9698         coding system for encoding group name.
9699         (gnus-group-make-rss-group): Pass un-encoded group name to
9700         gnus-group-make-group.
9701         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9702         encoded.
9703
9704         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9705         Encode group name to which articles are moved or copied.
9706         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9707         coding system for encoding Newsgroup, Followup-To and Xref headers.
9708
9709         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9710         marks; use nnheader-file-coding-system to write a file.
9711         (nnagent-retrieve-headers): Bind file-name-coding-system to
9712         nnmail-pathname-coding-system.
9713
9714         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9715
9716         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9717         (nnml-request-article, nnml-request-create-group)
9718         (nnml-request-rename-group, nnml-find-id)
9719         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9720         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9721         (nnml-save-marks): Use nnml-group-pathname instead of
9722         nnmail-group-pathname.
9723
9724         (nnml-request-create-group, nnml-request-expire-articles)
9725         (nnml-request-move-article, nnml-request-delete-group)
9726         (nnml-deletable-article-p, nnml-possibly-create-directory)
9727         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9728         (nnml-open-marks): Bind file-name-coding-system to
9729         nnmail-pathname-coding-system.
9730
9731         (nnml-request-article): Pass server argument to nnml-find-group-number.
9732         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9733         Pass server argument to nnml-possibly-create-directory.
9734         (nnml-request-accept-article): Pass server argument to
9735         nnml-active-number and nnml-save-mail.
9736         (nnml-find-group-number): Pass server argument to nnml-find-id.
9737         (nnml-request-update-info): Pass server argument to
9738         nnml-marks-changed-p.
9739
9740         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9741         (nnml-save-mail, nnml-active-number): Add server argument.
9742
9743         (nnml-request-delete-group): Warn if group is missing.
9744         (nnml-get-nov-buffer): Decode group name.
9745         (nnml-generate-active-info): Encode group name.
9746         (nnml-open-marks): Decode group name in messages.
9747
9748 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9751         if it is not specified.
9752         (gnus-article-pipe-part, gnus-article-save-part)
9753         (gnus-article-interactively-view-part, gnus-article-copy-part)
9754         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9755         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9756         (gnus-article-replace-part, gnus-article-delete-part)
9757         (gnus-article-view-part-as-type): Pass raw prefix argument to
9758         gnus-article-part-wrapper.
9759
9760 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * gnus-agent.el (gnus-agent-save-active):
9763         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9764
9765         * gnus-cache.el (gnus-cache-save-buffers)
9766         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9767         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9768         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9769         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9770         (gnus-cache-generate-active, gnus-cache-rename-group)
9771         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9772         (gnus-cache-update-overview-total-fetched-for):
9773         Bind file-name-coding-system to nnmail-pathname-coding-system.
9774         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9775         New variables.
9776         (gnus-cache-decoded-group-name): New function.
9777         (gnus-cache-file-name): Use it.
9778         (gnus-cache-generate-active): Use non-decoded group name for active.
9779
9780         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9781         right place.
9782         (gnus-write-active-file): Don't break non-ASCII group names.
9783
9784         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9785         nnmail-pathname-coding-system.
9786
9787         * lpath.el: Bind default-file-name-coding-system,
9788         file-name-coding-system and language-info-alist for XEmacs.
9789
9790         * gnus-uu.el (gnus-uu-decode-save): Typo.
9791
9792 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9795
9796 2007-07-14  David Kastrup  <dak@gnu.org>
9797
9798         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9799         finishing actions if we did not edit the article.
9800
9801 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9804         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9805         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9806         (gnus-agent-flush-group, gnus-agent-flush-cache)
9807         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9808         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9809         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9810         (gnus-agent-regenerate-group)
9811         (gnus-agent-update-files-total-fetched-for)
9812         (gnus-agent-update-view-total-fetched-for):
9813         Bind file-name-coding-system to nnmail-pathname-coding-system.
9814         (gnus-agent-group-pathname): Don't encode file names by
9815         nnmail-pathname-coding-system.
9816         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9817         coding-system-for-write instead of buffer-file-coding-system to
9818         gnus-agent-file-coding-system.
9819
9820         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9821         Decode group name.
9822
9823         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9824
9825         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9826         (gnus-read-newsrc-el-file): Make group names unibyte.
9827
9828         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9829         nnmail-pathname-coding-system.
9830
9831         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9832         (nnrss-request-delete-group): Bind file-name-coding-system to
9833         nnmail-pathname-coding-system.
9834         (nnrss-read-server-data, nnrss-read-group-data):
9835         Bind file-name-coding-system correctly.
9836         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9837
9838         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9839         (nntp-server-to-method-cache): New variable.
9840         (nntp-group-pathname): New function that decodes non-ASCII group names.
9841         (nntp-possibly-create-directory, nntp-marks-changed-p)
9842         (nntp-save-marks, nntp-open-marks): Use it.
9843         (nntp-possibly-create-directory, nntp-open-marks):
9844         Bind file-name-coding-system to nnmail-pathname-coding-system.
9845         (nntp-open-marks): Decode group names when bootstrapping marks.
9846
9847         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9848         Newsgroups and Folowup-To headers.
9849
9850 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9853         (gnus-server-closed-face, gnus-server-denied-face)
9854         (gnus-server-offline-face): Remove variable.
9855         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9856
9857         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9858         of modifying message-stack directly for XEmacs.
9859
9860         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9861         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9862         if the coding-system argument is nil for XEmacs.
9863
9864         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9865         mm-charset-override-alist.
9866
9867         * rfc2047.el: Don't require base64; require rfc2045 for the function
9868         rfc2045-encode-string.
9869         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9870         to quote the parameter value.
9871
9872 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9875         form in gnus-group-name-charset-method-alist.
9876
9877         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9878         overrides the default layout edit-form.
9879
9880         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9881
9882         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9883
9884 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9887         as unfetched articles.
9888
9889 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9892
9893 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9896         original back end that keeps marks in the local system.
9897
9898 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9901         arg of pop-to-buffer for XEmacs.
9902         (gnus-article-read-summary-keys): Ditto; don't restore window
9903         configuration if summary command ends up with neither article buffer
9904         nor summary buffer; describe bindings if summary keys end with C-h.
9905
9906 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * message.el (message-fix-before-sending): Skip raw message part to be
9909         forwarded while checking illegible text.
9910         (message-forward-make-body-mime, message-forward-make-body):
9911         Mark signed or encrypted raw message as having no illegible text.
9912
9913 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9916         (gnus-message-with-timestamp-1): New macro.
9917         (gnus-message-with-timestamp): New function.
9918         (gnus-message): Use them.
9919
9920         * nnheader.el (nnheader-message): Use them.
9921
9922 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9925         .newsrc.eld file.
9926
9927 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gnus-agent.el (gnus-agent-fetch-headers)
9930         (gnus-agent-retrieve-headers):
9931         Bind gnus-decode-encoded-address-function to identity.
9932
9933         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9934         available also when the server returns simply a dot.
9935
9936         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9937
9938 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9941
9942 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9943
9944         * gnus-ems.el (gnus-x-splash): Make it work.
9945
9946         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9947         from being used.
9948
9949         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9950
9951 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9954         4th and the 5th arguments.
9955
9956         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9957         the front stickiness.
9958         (gnus-article-summary-command-nosave): Correct the order of the
9959         arguments passed to pop-to-buffer.
9960         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9961         summary command ends up with the article buffer.
9962
9963         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9964         the same faces.
9965
9966 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9967
9968         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9969
9970 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9971
9972         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9973         * gnus-sum.el (gnus-summary-highlight):
9974         * pgg.el (pgg-sign-region, pgg-sign):
9975         * mail-source.el (mail-source-delete-old-incoming-confirm):
9976         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9977
9978 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * gnus-art.el (gnus-mime-view-part-externally)
9981         (gnus-mime-view-part-internally): Fix predicate function passed to
9982         completing-read.
9983
9984         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9985
9986         * gnus.el (gnus-update-message-archive-method): Add :version.
9987
9988 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * gnus.el (gnus-update-message-archive-method): New variable.
9991
9992         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9993         according to gnus-message-archive-method if
9994         gnus-update-message-archive-method is non-nil.
9995
9996 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9999         Suggested by Loic Dachary <loic@dachary.org>.
10000         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10001
10002 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * message.el (message-pop-to-buffer): Add switch-function argument.
10005         (message-mail): Pass switch-function argument to it.
10006
10007 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10010         Improve doc string.
10011
10012 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10015         (gnus-header-content)
10016         * gnus-cite.el (gnus-cite-10)
10017         * gnus-srvr.el (gnus-server-closed)
10018         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10019         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10020         (gnus-group-mail-3-empty, gnus-group-mail-low)
10021         (gnus-group-mail-low-empty, gnus-splash)
10022         * message.el (message-header-to, message-header-cc)
10023         (message-header-subject, message-header-other, message-header-name)
10024         (message-header-xheader, message-separator, message-cited-text)
10025         (message-mml): Lighten colors of faces used for dark background.
10026
10027 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10028
10029         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10030         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10031
10032 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * message.el (message-narrow-to-headers-or-head):
10035         Ignore mail-header-separator in the body.
10036
10037 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10040         same as window size.
10041
10042 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10043
10044         * message.el (message-font-lock-keywords): Use message-header-xheader
10045         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10046         ahead of the anything pattern, to get it recognised.
10047
10048 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10051         spam.el loads uses it in the compiled defadvice form.
10052
10053 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10054
10055         * gnus-sum.el (gnus-articles-to-read)
10056         (gnus-summary-insert-old-articles): Don't truncate group name for
10057         `read-string'.
10058
10059         * gnus-util.el (gnus-limit-string): Delete this function.
10060
10061         * gnus-sum.el (gnus-simplify-subject-fully):
10062         Use `truncate-string-to-width' instead.
10063
10064 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10065
10066         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10067         Tell if, on summary exit, the next group has to be selected.
10068         (gnus-summary-exit): Use it.
10069
10070 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10073         non-break space.
10074
10075 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10078         Check if group is not a directory.
10079         (nnfolder-request-expire-articles): Don't delete articles if the target
10080         group is not available.
10081
10082         * nnml.el (nnml-request-create-group): Properly check if group is not a
10083         file.
10084         (nnml-request-expire-articles): Don't delete articles if the target
10085         group is not available.
10086
10087         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10088         Don't quote characters that are within parentheses.
10089
10090 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10091
10092         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10093         (gnus-handle-ephemeral-exit): Select article according to it.
10094
10095 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10096
10097         * message.el (message-insert-formated-citation-line): Remove newline.
10098         (message-citation-line-format): Add final \n here so that the user can
10099         avoid a blank line.
10100
10101 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10102
10103         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10104         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10105         Update lanl/arXiv support.
10106
10107 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * gnus.el: Bump version number.
10110
10111 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10112
10113         * gnus.el (gnus-version-number): Bump version.
10114
10115 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10116
10117         * gnus.el: No Gnus v0.6 is released.
10118
10119 2007-04-27  Didier Verna  <didier@xemacs.org>
10120
10121         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10122         * gmm-utils.el (gmm-regexp-concat): ... here.
10123         * message.el: Don't require 'gnus-util.
10124         (message-dont-reply-to-names): Handle name change above.
10125         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10126
10127 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10130         since the initial value varies according to the system.
10131
10132 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10135
10136 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10137
10138         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10139
10140 2007-04-24  Didier Verna  <didier@xemacs.org>
10141
10142         Improve the type of gnus-ignored-from-addresses.
10143         * gnus-util.el (gnus-orify-regexp): New function.
10144         * message.el (gnus-util): Require it.
10145         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10146         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10147         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10148
10149 2007-04-24  Didier Verna  <didier@xemacs.org>
10150
10151         * gnus-sum.el:
10152         * gnus-utils.el: Fix some trailing whitespaces.
10153
10154 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10157         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10158         article's Message-ID; refer parent article in summary buffer.
10159
10160         * message.el (message-bounce): Call mime-to-mml.
10161
10162         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10163         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10164         optimize and/or forms properly.
10165
10166 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10169         URL.
10170
10171 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10174
10175 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10178         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10179         displayed of multipart/alternative part if it is invoked from summary
10180         buffer.
10181
10182         * mm-view.el (mm-inline-text-html-render-with-w3m)
10183         (mm-inline-text-html-render-with-w3m-standalone)
10184         (mm-inline-render-with-function): Use mail-parse-charset by default.
10185
10186 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10187
10188         * parse-time.el (parse-time-string-chars): Check if CHAR
10189         is less than the length of parse-time-syntax.
10190
10191 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10194         from gnus-newsgroup-processable.
10195
10196 2007-04-16  Didier Verna  <didier@xemacs.org>
10197
10198         * gnus-msg.el (gnus-configure-posting-styles):
10199         Handle message-signature-directory properly with :file syntax.
10200         Reported by "Leo".
10201
10202 2007-04-11  Didier Verna  <didier@xemacs.org>
10203
10204         New user option: message-signature-directory.
10205         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10206         * message.el (message-insert-signature): Ditto.
10207         * message.el (message-signature-file): Doc update.
10208         * message.el (message-signature-directory): New.
10209
10210 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus-msg.el (gnus-inews-yank-articles):
10213         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10214
10215 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * message.el (message-yank-original): Make sure cited text ends with
10218         newline; don't exchange point and mark.
10219
10220 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10221
10222         * tls.el (open-tls-stream): Properly handle case where there
10223         is no associated buffer.
10224
10225 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10226
10227         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10228         message-yank-original, make sure (< mark TEXT point).
10229
10230 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10231
10232         * message.el (message-fill-column): New variable.
10233         (message-mode): Use it.  Add comment on a possible new hook.
10234
10235         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10236         (nnmail-get-new-mail): Reformat.
10237
10238         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10239
10240         * gmm-utils.el: Fix Commentary.
10241         (gmm-tool-bar-from-list): Fix typo in doc string.
10242
10243 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10244
10245         * message.el (message-yank-original): Don't switch point and mark
10246         unnecessarily to put point and mark as documented.
10247
10248 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249
10250         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10251         from the message heads.
10252
10253 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10254
10255         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10256         article buffer does not have a window.  This may not be the best
10257         solution but is certainly better than setting the start of the null,
10258         that is the current, window.
10259
10260 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10263         (gnus-draft-setup): Run it.
10264
10265         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10266         gnus-score-fast-scoring.  Allow regexp.
10267         (gnus-score-headers): Use it.
10268
10269         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10270         XEmacs.
10271
10272         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10273         string.
10274         (gnus-button-alist): Also catch `<f1> k ...'.
10275         (gnus-treat-display-x-face): Fix doc string.
10276
10277 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10278
10279         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10280         evaluation of gnus-extended-version to ensure correct generation of the
10281         User-Agent header when message-generate-headers-first is used.
10282
10283 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10284
10285         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10286         hashcash-path is nil.  Don't call callback with incorrect number of
10287         parameters if val is 0.
10288
10289 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10290
10291         * message.el (message-required-news-headers):
10292         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10293
10294 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10295
10296         * tls.el (open-tls-stream): In handshake-waiting loop,
10297         don't wait more if there is output available to process.
10298
10299 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10300
10301         * tls.el (tls-program): Doc fix.
10302
10303 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * message.el (message-generate-new-buffers): Change the meaning of the
10306         nil value; add `standard' to the choices; treat t as `unique'; improve
10307         doc string.
10308         (gnus-select-frame-set-input-focus): Autoload.
10309         (message-buffer-name): Search for the existing message buffer if
10310         message-generate-new-buffers is nil or `standard'; treat the value t of
10311         message-generate-new-buffers as `unique'.
10312         (message-pop-to-buffer): Raise the frame already displaying the message
10313         buffer; clear the echo area after querying.
10314         (message-setup): Pass the `continue' argument to compose-mail.
10315         (message-mail): Prefer `switch-function' if it is given; search for the
10316         existing message buffer if the `continue' argument is non-nil; pass
10317         continue and switch-function arguments to compose-mail by way of
10318         message-setup.
10319         (message-mail-other-window): Adjust argument of message-setup.
10320         (message-mail-other-frame): Ditto.
10321
10322 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10325         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10326         to turn font-lock on when turning gnus-message-citation-mode on.
10327
10328 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10329
10330         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10331         (mml-smime-function-alist): New variable; add epg as the backend.
10332         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10333         mml-smime- functions instead.
10334         * mm-view.el: Require smime.
10335
10336 2007-03-05  Didier Verna  <didier@xemacs.org>
10337
10338         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10339         instead of just inheritance for posting styles.
10340         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10341
10342 2007-02-24  Chris Moore  <dooglus@gmail.com>
10343
10344         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10345         * pgg-pgp.el (pgg-pgp-encrypt-region):
10346         * pgg-gpg.el (pgg-gpg-encrypt-region):
10347         Check pgg-encrypt-for-me if no other recipients.
10348
10349 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10350
10351         * tls.el (tls-certtool-program): Fix custom type.
10352
10353 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10356         and point-at-eol instead of line-(beginning|end)-position.
10357
10358         * assistant.el (assistant-parse-buffer): Ditto.
10359
10360         * netrc.el (netrc-parse-services): Ditto.
10361
10362 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10363
10364         * mml2015.el (mml2015-epg-find-usable-key): New function.
10365         (mml2015-epg-sign): Use it.
10366         (mml2015-epg-encrypt): Use it.
10367
10368 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * message.el (message-make-in-reply-to): Quote name containing
10371         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10372         if there are special characters.  Reported by NAKAJI Hiroyuki
10373         <nakaji@jp.freebsd.org>.
10374
10375 2007-02-27  Didier Verna  <didier@xemacs.org>
10376
10377         Include the group parameters as well as the topic ones in the
10378         inheritance filter process.
10379         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10380         argument GROUP-PARAMS-LIST.
10381         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10382
10383 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * nntp.el (nntp-never-echoes-commands)
10386         (nntp-open-connection-functions-never-echo-commands): New variables.
10387         (nntp-send-command): Use them.
10388
10389 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10390
10391         * mml2015.el (mml2015-epg-verify): Simplify.
10392
10393 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10394
10395         * mml.el (mml-content-disposition-alist): New user option.
10396         (mml-content-disposition): New function.
10397         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10398         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10399
10400 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10401
10402         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10403         verification.
10404
10405 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10406
10407         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10408         articles posted in the last 24 hours.
10409
10410 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10411
10412         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10413
10414 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10415
10416         * nntp.el (nntp-send-command): Don't wait for echoes when
10417         nntp-open-ssl-stream is used.
10418
10419 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10422         (gnus-message-add-citation-keywords)
10423         (gnus-message-remove-citation-keywords): Remove.
10424         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10425         directly, make the variables in font-lock-defaults buffer-local, add
10426         gnus-message-citation-keywords to them and then update the value of
10427         font-lock-keywords.
10428
10429 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * message.el (message-cite-original-1): Don't call
10432         gnus-article-highlight-citation.
10433
10434         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10435         citations; fix line count.
10436
10437 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10440         (gnus-message-add-citation-keywords)
10441         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10442         versions of font-lock-add-keywords and font-lock-remove-keywords to
10443         work with XEmacs correctly.
10444
10445 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-cite.el (gnus-cite-face-list): Set the values of
10448         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10449         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10450         (gnus-message-cite-prefix-regexp): New variable.
10451         (gnus-message-search-citation-line): Use it; protect against long
10452         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10453         the 0th match data for Emacs.
10454         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10455         (gnus-message-add-citation-keywords): Append keywords rather than
10456         prepending; emulate font-lock-add-keywords if it is not available.
10457         (gnus-message-remove-citation-keywords):
10458         Emulate font-lock-remove-keywords if it is not available.
10459
10460         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10461
10462         * message.el (message-cite-prefix-regexp): Set the value of
10463         gnus-message-cite-prefix-regexp.
10464
10465 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10466
10467         * nnweb.el (nnweb-google-parse-1): Update parser.
10468
10469 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10470
10471         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10472
10473 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10474
10475         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10476         regexp.
10477
10478 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10481         string-to-multibyte.
10482         (uudecode-decode-region-internal): Use it.
10483
10484         * lpath.el: Fbind string-as-multibyte for XEmacs.
10485
10486 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10487
10488         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10489         Fix custom choice.
10490
10491         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10492
10493 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10494
10495         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10496
10497         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10498         `write-region' to respect `mm-inhibit-file-name-handlers'.
10499
10500 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10503         Use gnus-home-directory instead of "~/" or "$HOME".
10504
10505 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10506
10507         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10508         to mention filename.
10509         Add comments at beginning regarding usage.
10510         (encrypt-write-file-contents): Change interactive so a string is
10511         acceptable.  If the file has no associated model, show an error instead
10512         of a nonsense prompt.
10513
10514 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10515
10516         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10517         Thanks to Yoshihiko Yamada for kind notification of this typo.
10518
10519 2007-01-12  Kenichi Handa  <handa@m17n.org>
10520
10521         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10522         multibyte buffer.
10523
10524 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10525
10526         * gnus-score.el (gnus-score-fast-scoring): New variable.
10527         (gnus-score-headers): Use it.
10528
10529         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10530
10531         * message.el (message-cite-original-1):
10532         Call gnus-article-highlight-citation if requested.
10533         (message-make-from): Allow name and address as optional arguments.
10534
10535         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10536
10537         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10538         bugs to doc string.
10539         (gnus-button-alist): Add mid\\|message-id.
10540         (gnus-button-fetch-group): Extend for use in
10541         `browse-url-browser-function'.
10542         (gnus-button-url-regexp): Try to catch paired parentheses like in
10543         Wikipedia URLs.
10544
10545         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10546         Suggested by Simon Krahnke <overlord@gmx.li>.
10547
10548 2007-01-13  Romain Francoise  <romain@orebokech.com>
10549
10550         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10551         Update copyright.
10552
10553 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10554
10555         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10556
10557 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10558
10559         * gnus-registry.el (gnus-registry-unfollowed-groups)
10560         (gnus-registry-split-fancy-with-parent): Fix documentation.
10561
10562 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10563
10564         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10565         from nnweb groups.
10566
10567 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10568
10569         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10570         Xref urls.  Erase buffer before requesting head.
10571
10572         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10573
10574 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10577         customizable.
10578
10579 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10580
10581         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10582         no signing key is found.
10583         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10584         no encrypting and/or signing key is found.
10585
10586 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10589
10590 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10591
10592         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10593         headers read from disk with the ones newly found in the current search.
10594         This should no longer cause problems, because the article numbers in
10595         Gmane's `nov.php' output are ignored since the previous change.
10596
10597 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10598
10599         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10600
10601 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10604         replace-regexp-in-string; bind url-version; fbind display-images-p and
10605         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10606         find-face and set-itimer-function for Emacs; bind itimer-list for
10607         Emacs.
10608
10609         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10610
10611 2007-01-01  Romain Francoise  <romain@orebokech.com>
10612
10613         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10614
10615 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10616
10617         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10618         `define-minor-mode' macro definition expanded properly.
10619         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10620         exclude it there.
10621
10622         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10623         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10624         `fboundp' test.
10625         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10626         This is OK to autoload in (S)XEmacs now.
10627
10628 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10629
10630         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10631         keystroke.
10632         (gnus-summary-limit-to-singletons): Fix typo.
10633
10634         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10635         else fails.
10636
10637 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10638
10639         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10640         docstring.
10641
10642         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10643         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10644         (gnus-summary-insert-dormant-articles): Fix typo in message.
10645
10646 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10649         nil for XEmacs.
10650         (gnus-message-citation-mode): Don't autoload in XEmacs.
10651
10652         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10653
10654 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10655
10656         * nnimap.el (nnimap-expunge-search-string):
10657         Mention nnimap-search-uids-not-since-is-evil in docstring.
10658
10659 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         * spam.el: Revert to make-obsolete-variable because
10662         define-obsolete-variable-alias is not supported in Emacs 21.
10663
10664         * spam.el (spam-ifile-path, spam-ifile-database-path)
10665         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10666         make-obsolete-variable.
10667         (spam-bsfilter-path, spam-bsfilter-program)
10668         (spam-spamassassin-path, spam-spamassassin-program)
10669         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10670         Don't use "path" inappropriately.
10671         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10672         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10673         variable names.
10674
10675 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10676
10677         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10678         summary buffer.
10679
10680         * password.el (password-cache-remove): Use clear-string to burn
10681         password, if available.
10682
10683 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10684
10685         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10686
10687         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10688
10689         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10690         (gnus-message-highlight-citation): Move defcustom here from
10691         gnus-cite.el.
10692         (gnus-message-citation-mode): Autoload.
10693
10694         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10695         checks to make it compile with XEmacs.
10696         (gnus-message-citation-mode): New minor mode.
10697         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10698         (gnus-message-highlight-citation): New variables.
10699         (gnus-message-search-citation-line)
10700         (gnus-message-add-citation-keywords)
10701         (gnus-message-remove-citation-keywords)
10702         (turn-on-gnus-message-citation-mode)
10703         (turn-off-gnus-message-citation-mode): New functions.
10704
10705 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10706
10707         * gnus-cite.el: Enable highlighting of different citation levels in
10708         message-mode.
10709
10710 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10711
10712         * message.el (message-make-fqdn): Fix comment.
10713         (message-bogus-system-names): Add ".local".
10714
10715         * spam.el (spam-ifile-path, spam-ifile-program)
10716         (spam-ifile-database-path, spam-ifile-database)
10717         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10718         Don't use "path" inappropriately.
10719         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10720         strings.
10721         (spam-check-ifile, spam-ifile-register-with-ifile)
10722         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10723         Use new variable names.
10724
10725         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10726         (gnus-treat-display-smileys): Simplify using
10727         gnus-image-type-available-p.
10728
10729         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10730         available.
10731
10732         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10733         Use `display-images-p' if available.
10734
10735 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10738         one after turning on the buffer's multibyteness instead of decoding
10739         them directly in the unibyte buffer that causes unexpected conversion
10740         in Emacs 23 (unicode).
10741
10742 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10743
10744         * message.el (message-generate-hashcash): Fix custom type.
10745
10746 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10749
10750 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10753         disconnect icons.  Add help text.
10754
10755 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10756
10757         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10758         negated to be consistent with the others we handle.
10759
10760 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10761
10762         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10763         version of gnus-summary-buffer to something, so that we can use two
10764         article buffers at the same time.
10765
10766 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10767
10768         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10769         trigger all the extra headers.
10770         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10771         sorting.
10772
10773 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10774
10775         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10776         solid groups.
10777
10778 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10779
10780         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10781
10782 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * legacy-gnus-agent.el: Add Copyright notice.
10785
10786 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10787
10788         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10789
10790 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10791
10792         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10793
10794         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10795         to make it work reliably in CVS Emacs.
10796         (gnus-summary-limit-strange-charsets-predicate)
10797         (gnus-summary-limit-to-predicate): New functions.
10798
10799 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10800
10801         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10802         specifying array size.
10803         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10804         array if it is too small.
10805         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10806         (gnus-sort-threads-loop): New function.
10807
10808 2006-12-06  Chris Moore  <dooglus@gmail.com>
10809
10810         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10811         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10812
10813 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10814
10815         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10816         options.
10817
10818 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10819
10820         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10821         DOS-ing the recipient.
10822
10823         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10824         the headers when creating the mapping to avoid mismappings.
10825         (nnweb-gmane-create-mapping): Always nix out old mapping.
10826
10827 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10830         and mm-verify-option to never.
10831
10832 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * message.el (message-signed-or-encrypted-p): New function.
10835         (message-forward-make-body): Use it.
10836
10837         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10838         Replace encode-coding-string with mm-encode-coding-string.
10839
10840 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * nneething.el (nneething-decode-file-name):
10843         Replace decode-coding-string with mm-decode-coding-string.
10844
10845         * gnus-int.el (gnus-open-server): Say failed server's name.
10846
10847 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10848
10849         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10850         strings to a single string.  Quote `errors-file-name'.
10851         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10852         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10853         Adjust calls.  Use `shell-quote-argument'.
10854
10855 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10856
10857         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10858         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10859
10860         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10861         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10862         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10863         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10864         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10865         (gnus-subscribe-newsgroup, gnus-1):
10866         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10867         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10868         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10869         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10870
10871 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10872
10873         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10874         keystroke.
10875         (gnus-summary-limit-to-bodies): Implement headersp.
10876
10877 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10880
10881 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10884
10885 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10886
10887         * message.el (message-generate-hashcash): Expand range of values to
10888         include `opportunistic'.
10889         (message-send-mail): Use it.
10890
10891 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10892
10893         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10894         and comment it.
10895
10896         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10897
10898 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * gnus-util.el (gnus-extract-address-components): Improve comment.
10901
10902 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * gnus-util.el (gnus-extract-address-components): Work with address in
10905         which the name portion contains @.
10906
10907         * lpath.el: Fbind custom-autoload.
10908
10909 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * gnus.el (gnus-start): Move custom group up.
10912         (gnus-select-method): Don't autoload, but make it available for
10913         `customize-variable'.
10914         (gnus-getenv-nntpserver): Don't autoload.
10915
10916 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10917
10918         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10919
10920 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * message.el (message-sendmail-extra-arguments): New variable.
10923         (message-send-mail-with-sendmail): Use it.
10924
10925 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10928         mm-with-unibyte-current-buffer to make string unibyte.
10929
10930         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10931         mm-string-as-multibyte.
10932
10933 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10934
10935         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10936         Reported by Werner Koch <wk@gnupg.org>.
10937
10938 2006-11-14  Daiki Ueno  <ueno@p360>
10939
10940         * mml2015.el: Autoload epa-select-keys when compiling.
10941
10942 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10943
10944         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10945         message-options.
10946         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10947
10948 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10949
10950         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10951         EasyPG (< 0.0.6).
10952         (mml2015-always-trust): New user option.
10953         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10954         prompt.
10955
10956 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10957
10958         * nntp.el (nntp-authinfo-force): New variable.
10959         (nntp-send-authinfo): Use it.
10960
10961 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10964         decode encoded words.  Improve prompt.  Add comment about forwarding.
10965         (message-replacement-char): Move up.
10966
10967 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10968
10969         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10970         instead of gnus-intersection because arguments of gnus-sorted-nunion
10971         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10972
10973 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10976         (message-simplify-subject-functions):
10977         Enable message-strip-subject-encoded-words by default.
10978
10979 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * message.el (message-strip-subject-encoded-words): New function.
10982         (message-simplify-subject-functions): New variable.
10983         (message-simplify-subject): Use it.  Fix typo in doc string.
10984         Support message-strip-subject-encoded-words.
10985
10986 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10987
10988         * gnus-diary.el (gnus-diary-delay-format-function):
10989         * nndiary.el (nndiary-reminders):
10990         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10991
10992 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * gnus-art.el (article-hide-boring-headers): Fetch date from
10995         gnus-original-article-buffer to avoid problems with localized date
10996         strings.
10997
10998 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11001
11002 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11005         New variables.
11006         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11007         (mm-charset-synonym-alist): Move some entries to
11008         mm-codepage-iso-8859-list.
11009         (mm-charset-synonym-alist, mm-charset-override-alist):
11010         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11011
11012 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11015
11016 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11019         with Emacs 21 and XEmacs.
11020
11021 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11022
11023         * spam.el (spam-parse-address): New function for better parsing,
11024         catching errors, etc.
11025         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11026
11027 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * mm-view.el: Add interactive arg to html2text autoload.
11030
11031 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11034
11035 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11036
11037         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11038         New variables.
11039         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11040         (mm-charset-synonym-alist): Move some entries to
11041         mm-codepage-iso-8859-list.
11042
11043         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11044
11045 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11046
11047         * message.el (message-citation-line-format)
11048         (message-insert-formated-citation-line): Fix implementation of %E, %N
11049         and %n according to the doc string.
11050
11051 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11052
11053         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11054         Use car-safe to avoid bad parses.
11055
11056 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11059         names.
11060
11061         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11062
11063 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11066         header.
11067
11068         * message.el (message-draft-headers): Add Date.
11069         (message-headers-to-generate): Fix typo in docstring.
11070
11071         * nndraft.el (nndraft-required-headers): New variable.
11072         (nndraft-generate-headers): Use it.
11073
11074         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11075
11076 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11077
11078         * gnus-registry.el (gnus-registry-wash-for-keywords)
11079         (gnus-registry-find-keywords): New functions to allow easy searching of
11080         articles that are in the registry.
11081
11082 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11083
11084         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11085         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11086         Reported by Damien Elmes <damien@repose.cx>.
11087
11088 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * gnus.el (gnus-mime): Remove unused custom group.
11091
11092 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11093
11094         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11095         "blank line" when searching for end of armor headers.
11096
11097 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gmm-utils.el (gmm-write-region): Fix variable name.
11100
11101 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11102
11103         * gmm-utils.el (gmm-write-region): New function based on compatibility
11104         code from `mm-make-temp-file'.
11105
11106         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11107
11108         * nnmaildir.el (nnmaildir--update-nov)
11109         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11110         Use `gmm-write-region'.
11111
11112 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11115         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11116
11117         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11118
11119         * message.el (message-replacement-char): New variable.
11120         (message-fix-before-sending): Use it.
11121         (message-simplify-subject): New function to remove duplicate code.
11122         (message-reply, message-followup): Use it.
11123
11124         * gnus-sum.el (gnus-summary-make-menu-bar):
11125         Clarify gnus-summary-limit-to-articles.
11126
11127 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-util.el (gnus-with-local-quit): New macro.
11130
11131         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11132
11133 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11134
11135         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11136         ignore non-string data.
11137
11138 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11139
11140         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11141         non-string data (needs to be done in the registry too).
11142
11143 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11144
11145         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11146         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11147         (gnus-registry-split-fancy-with-parent)
11148         (gnus-registry-fetch-simplified-message-subject-fast)
11149         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11150         Remove text properties on ingress into the registry and when it's saved.
11151         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11152         registry from entries with no groups.
11153
11154 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11155
11156         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11157         function to remove string properties.
11158
11159 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * gmm-utils.el (gmm): Adjust custom version.
11162
11163         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11164         Adjust custom version.
11165
11166         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11167
11168 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gnus-art.el (gnus-insert-prev-page-button)
11171         (gnus-insert-next-page-button): Simplify.  Reformat.
11172
11173 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11174
11175         * gnus-art.el (gnus-insert-prev-page-button)
11176         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11177
11178 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11179
11180         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11181
11182 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11183
11184         * gnus-art.el (gnus-insert-mime-button)
11185         (gnus-insert-mime-security-button):
11186         Apply gnus-article-button-face to MIME and security buttons.
11187
11188 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11191         readable.
11192
11193 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11196
11197 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11198
11199         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11200         `browse-url-of-file' instead of `browse-url'.
11201
11202 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11203
11204         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11205         regexp.  Articles containing quotation were cut prematurely.
11206
11207 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * message.el (message-cite-original-1): Use nobody by default for the
11210         value of From header.
11211         (message-reply): Ditto.
11212
11213 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11214
11215         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11216         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11217         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11218
11219 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11222         mails in the doc string.  Add some URLs in comment.
11223         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11224
11225 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11228         backslashes handling and the way to find boundaries of quoted strings.
11229
11230 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11231
11232         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11233         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11234         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11235         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11236
11237 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11240         doc string.
11241         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11242
11243 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * lpath.el: Fbind epg-check-configuration.
11246
11247 2006-09-06  Simon Josefsson  <jas@extundo.com>
11248
11249         * mml2015.el (mml2015-use): Doc fix, mention epg.
11250
11251 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11252
11253         * mml2015.el (mml2015-use): Default to epg, if available.
11254
11255 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11256
11257         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11258         message-sender.
11259         (mml1991-epg-encrypt): Ditto.
11260         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11261         message-sender.
11262         (mml2015-epg-encrypt): Ditto.
11263
11264 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11265
11266         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11267         several common directories.
11268
11269 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11270
11271         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11272         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11273
11274 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * gnus-art.el (article-decode-encoded-words): Make it fast.
11277
11278 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11281
11282         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11283         in quoted string into `\'.
11284
11285 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11288         Use standard-syntax-table.
11289
11290 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus-art.el (gnus-decode-address-function): New variable.
11293         (article-decode-encoded-words): Use it to decode headers which are
11294         assumed to contain addresses.
11295         (gnus-mime-delete-part): Remove useless `or'.
11296
11297         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11298         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11299         (gnus-nov-parse-line): Use it to decode From header.
11300         (gnus-get-newsgroup-headers): Ditto.
11301         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11302
11303         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11304         (mail-decode-encoded-address-string): New alias.
11305
11306         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11307         New function.
11308         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11309         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11310         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11311         (rfc2047-decode-string): Ditto.
11312         (rfc2047-decode-address-region): New function.
11313         (rfc2047-decode-address-string): New function.
11314
11315 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * message.el (message-caesar-buffer-body): Allow rotating headers.
11318
11319         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11320
11321         * message.el (message-insert-formated-citation-line): Fix %f.
11322         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11323
11324 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11327         (gnus-bookmark-mouse-available-p): New macro.
11328         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11329         (gnus-bookmark-bmenu-show-infos): Use it.
11330         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11331         (gnus-bookmark-bmenu-hide-infos): Ditto.
11332         (gnus-bookmark-remove-properties): New function.
11333         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11334         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11335         (gnus-bookmark-write-file): Bind coding-system-for-write.
11336         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11337         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11338         group before selecting it.
11339         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11340         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11341         quit-window if it is not available; use gnus-mouse-2 and bind it to
11342         gnus-bookmark-bmenu-select-by-mouse.
11343         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11344         (gnus-bookmark-bmenu-select-by-mouse): New function.
11345
11346 2006-08-13  Romain Francoise  <romain@orebokech.com>
11347
11348         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11349         space.
11350
11351 2006-08-10  Romain Francoise  <romain@orebokech.com>
11352
11353         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11354         (dns-mode-soa-auto-increment-serial): New user option.
11355         (dns-mode-soa-maybe-increment-serial): New function.
11356         (dns-mode): Add the latter to `write-contents-functions'.
11357
11358 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * compface.el (uncompface): Use binary rather than raw-text-unix.
11361
11362 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * compface.el (uncompface): Make sure the eol conversion doesn't take
11365         place when communicating with the external programs.
11366         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11367
11368 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11369
11370         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11371
11372 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11373
11374         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11375         Make it more robust by parsing author and date independently.
11376
11377 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11380
11381 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11382
11383         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11384         first matching secret key.
11385         (mml2015-epg-encrypt): Ditto.
11386
11387         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11388         first matching secret key.
11389         (mml1991-epg-encrypt): Ditto.
11390
11391         * mml2015.el (mml2015-encrypt-to-self): New user option.
11392         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11393         mml2015-epg-encrypt-to-self is set.
11394
11395         * mml1991.el (mml1991-encrypt-to-self): New variable.
11396         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11397         mml1991-epg-encrypt-to-self is set.
11398
11399         * mml2015.el (mml2015-signers): New user option.
11400         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11401         (mml2015-epg-encrypt): Allow to select signing keys.
11402
11403         * mml1991.el (mml1991-signers): New variable.
11404         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11405         (mml1991-epg-encrypt): Allow to select signing keys.
11406
11407 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * nnheader.el (nnheader-insert-head): Make it work even if the file
11410         uses CRLF for the line-break code.
11411
11412 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11413
11414         * mml2015.el: Require mml-sec instead of password.
11415         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11416         (mml2015-cache-passphrase): Inherit the default value from
11417         mml-secure-cache-passphrase.
11418         (mml2015-passphrase-cache-expiry): Inherit the default value from
11419         mml-secure-passphrase-cache-expiry.
11420
11421         * mml1991.el: Require mml-sec instead of password.
11422         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11423         (mml1991-cache-passphrase): Inherit the default value from
11424         mml-secure-cache-passphrase.
11425         (mml1991-passphrase-cache-expiry): Inherit the default value from
11426         mml-secure-passphrase-cache-expiry.
11427
11428         * mml-sec.el: Require password.
11429         (mml-secure-verbose): New user option.
11430         (mml-secure-cache-passphrase): New user option.
11431         (mml-secure-passphrase-cache-expiry): New user option.
11432
11433 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11434
11435         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11436         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11437         andreas@altroot.de (Andreas Vögele).
11438
11439         FIXME: Use `tiny change'?
11440
11441 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11442
11443         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11444         workaround for the url package included with Emacs.
11445
11446         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11447
11448 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11451         correctly.  This fixes a bug caused by the 2006-05-12 change.
11452
11453 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11454
11455         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11456         some information about the error when saying that the `bogus' mail
11457         group will be used.
11458
11459 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11462         string.
11463
11464 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11465
11466         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11467
11468 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11469
11470         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11471
11472 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11473
11474         * mml1991.el (mml1991-function-alist): Add epg.
11475         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11476         (mml1991-epg-encrypt): New functions.
11477
11478 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11479
11480         * mml2015.el (mml2015-verbose): New variable.
11481         (mml2015-cache-passphrase): Ditto.
11482         (mml2015-passphrase-cache-expiry): Ditto.
11483         (mml2015-function-alist): Add epg.
11484         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11485         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11486         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11487         New functions.
11488
11489 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11490
11491         * message.el (message-cite-original-1): Preserve region when removing
11492         quoted text due to X-No-Archive in order to avoid bogus attribution
11493         when citing multiple messages.
11494
11495 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11496
11497         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11498         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11499
11500 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * gnus-diary.el (gnus-user-format-function-d)
11503         (gnus-user-format-function-D): Autoload.
11504
11505         * imap.el (Commentary): Fix typo.
11506
11507         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11508         2006-04-22 contribution.
11509
11510 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11511
11512         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11513         It didn't really fix the bogosity I'm seeing with solid web groups.
11514
11515 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11516
11517         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11518         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11519         created using server names.  If we use the feature without declaring
11520         it, Gnus does not properly manage server and group state.
11521
11522         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11523         bound.
11524
11525 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11526
11527         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11528         looking up the method using GROUP's prefix before inventing a new one.
11529         It is used on killed/unknown groups in various places where returning
11530         an all-new method isn't expected by the caller.
11531
11532         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11533         and match semantics of gnus-group-real-prefix.
11534
11535 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * nnmail.el (nnmail-broken-references-mailers): New variable.
11538         (nnmail-ignore-broken-references): New function generalizing
11539         nnmail-fix-eudora-headers.
11540         (nnmail-fix-eudora-headers): Now obsolete.
11541
11542         * gnus-art.el (gnus-button-handle-custom):
11543         Support `customize-apropos*'.
11544
11545 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11546
11547         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11548
11549         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11550         articles.
11551
11552 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11553
11554         * message.el (message-cite-reply-above): New variable.
11555         (message-yank-original): Use it.
11556
11557 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11560
11561 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11564         as read.
11565
11566         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11567
11568 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11571         (gnus-bookmark-default-file): Use gnus-directory.
11572         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11573         Remove "*" in doc string.
11574         (gnus-bookmark-write-file): Simplify.
11575         (gnus-bookmark-maybe-sort-alist): Use `when'.
11576         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11577         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11578         Add FIXME about Emacs 21 and XEmacs compatibility.
11579         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11580         compatibility.
11581         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11582         compatibility.
11583         (gnus-bookmark-menu-heading): Fix version.
11584
11585 2006-06-19  Bastien Guerry  <bzg@altern.org>
11586
11587         * gnus-bookmark.el: New file.
11588
11589 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * message.el (message-syntax-checks): Doc fix.
11592
11593 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11594
11595         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11596         unsubscribed groups as if they were killed ones.  It causes duplicate
11597         entries in gnus-newsrc-alist.
11598
11599 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * message.el (message-syntax-checks): Doc fix.
11602         (message-send-mail): Add check for continuation headers.
11603         (message-check-news-header-syntax): Fix regexp used to check for
11604         continuation headers.
11605
11606 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11609
11610 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11613
11614 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11617         default-truncate-lines.
11618
11619 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11622         to fill the utf-8 entry.
11623
11624         * lpath.el: Fbind unicode-precedence-list.
11625
11626 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11627
11628         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11629
11630 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11631
11632         * gnus-agent.el (directory-files-and-attributes): Move all the way
11633         forward (the third and final move).
11634         (gnus-agent-read-agentview): Trap reconstruction errors due to
11635         nonexistent directory.  Handle by returning nil.
11636
11637 2006-05-30  Didier Verna  <didier@xemacs.org>
11638
11639         * message.el (message-dont-reply-to-names): Update the custom type.
11640         * message.el (message-dont-reply-to-names): New defsubst: potentially
11641         convert a list of regexps into a single one.
11642         * message.el (message-get-reply-headers): Use it.
11643         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11644
11645 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-agent.el (directory-files-and-attributes): Move forward.
11648
11649 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11650
11651         * gnus-ml.el (gnus-mailing-list-subscribe)
11652         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11653         (gnus-mailing-list-message): Fix doc strings.
11654
11655 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11656
11657         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11658         of doing it manually.
11659
11660 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11663         comment.
11664
11665 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11666
11667         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11668         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11669         (gnus-agent-read-local): All symbols allocated in my-obarray.
11670         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11671         (gnus-agent-regenerate-group): Check numeric names to see if they are
11672         messages or groups.
11673         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11674         better way of do this...)
11675
11676         * gnus-cache.el (gnus-agent-total-fetched-for):
11677         Ignore 'dummy.group' (there should be a better way of do this...)
11678
11679 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11682         (gnus-saved-headers): Ditto.
11683         (gnus-default-article-saver): Mention functions may have properties.
11684         (gnus-article-save): Override gnus-save-all-headers and
11685         gnus-saved-headers by :headers property which saver function may have.
11686         (gnus-summary-save-in-file): Add :headers property.
11687         (gnus-summary-write-to-file): Ditto.
11688
11689         * gnus-sum.el (gnus-summary-save-article): Bind
11690         gnus-prompt-before-saving to t when saving many articles in a file;
11691         always show all headers.
11692
11693         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11694
11695 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11698         marks.
11699
11700         * message.el (message-indent-citation): Add optional arguments to allow
11701         using it outside of message buffers.
11702
11703         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11704         (gnus-article-treat-unfold-headers): Use it.
11705         (gnus-article-truncate-lines): New variable.
11706         (gnus-article-mode): Use it.
11707         (gnus-article-toggle-truncate-lines): New function.
11708
11709         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11710         Add gnus-article-toggle-truncate-lines.
11711
11712         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11713         coding system in XEmacs, use binary.
11714
11715 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11718         after-load-alist.
11719
11720         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11721         this function should save decoded articles.
11722         (gnus-summary-write-to-file): Use property to specify this function
11723         should save decoded articles and specify gnus-summary-save-in-file
11724         should be used to save articles other than the first one when saving
11725         many articles.
11726         (gnus-summary-save-body-in-file): Use property to specify this
11727         function should save decoded articles.
11728         (gnus-summary-write-body-to-file): Use property to specify this
11729         function should save decoded articles and specify
11730         gnus-summary-save-body-in-file should be used to save articles other
11731         than the first one when saving many articles.
11732
11733         * gnus-sum.el (gnus-summary-save-article): Simplify.
11734
11735 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11736
11737         * gnus-art.el (gnus-default-article-saver):
11738         Add gnus-summary-write-body-to-file.
11739         (gnus-article-save-coding-system): Don't use coding system object
11740         in XEmacs.
11741         (gnus-read-save-file-name): Add optional `dir-var' argument which
11742         specifies directory in which files are saved; work even if optional
11743         `variable' argument is not specified.
11744         (gnus-summary-write-to-file): Read file name.
11745         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11746         (gnus-summary-write-body-to-file): New function.
11747
11748         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11749         (gnus-summary-local-variables): Add it.
11750         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11751         (gnus-summary-save-article): Remove optional `decode' argument;
11752         determine whether to decode articles by the value of
11753         gnus-default-article-saver; when saving many files using
11754         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11755         it first and use gnus-summary-save-in-file or
11756         gnus-summary-save-body-in-file thereafter unless
11757         gnus-prompt-before-saving is always; move point to article which
11758         will be saved.
11759         (gnus-summary-save-article-file): Revert.
11760         (gnus-summary-write-article-file): Revert.
11761         (gnus-summary-save-article-body-file): Revert.
11762         (gnus-summary-write-article-body-file): New function.
11763
11764 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * gnus-art.el (gnus-default-article-saver): Doc fix.
11767         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11768         from gnus-summary-save-article-coding-system, and default to a
11769         certain coding system.
11770         (gnus-output-to-file): Add coding cookie and encode text according
11771         to gnus-article-save-coding-system; don't use mm-append-to-file.
11772
11773         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11774         gnus-art.el and rename to gnus-article-save-coding-system.
11775         (gnus-summary-save-article): Require gnus-art; don't show all
11776         headers if it decodes articles; don't add coding cookie here;
11777         don't bind mm-text-coding-system-for-write.
11778         (gnus-summary-save-article-file): Save decoded articles.
11779         (gnus-summary-write-article-file): When saving many files, use
11780         gnus-summary-write-to-file first and gnus-summary-save-in-file
11781         thereafter unless gnus-prompt-before-saving is always.
11782         (gnus-summary-save-article-body-file): Save decoded articles.
11783
11784         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11785
11786 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * nnrss.el (nnrss-check-group): Bind hash-index.
11789
11790 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11791
11792         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11793         its hash index.  Store this hash in `nnrss-group-data'.
11794         (nnrss-read-group-data): Update accordingly.
11795
11796 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11799         entry.
11800
11801         * gnus-sum.el (gnus-summary-make-menu-bar):
11802         Add gnus-article-browse-html-article.
11803
11804 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11805
11806         * gnus-sum.el (gnus-summary-mime-map):
11807         Add gnus-article-browse-html-article.
11808
11809         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11810
11811 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11814         suitable coding systems in customize.
11815
11816 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11817
11818         * mail-source.el (mail-sources): Fix custom type.
11819
11820 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11823         (gnus-summary-expire-articles-now): Shorten prompt.
11824
11825         * gmm-utils.el (wid-edit): Require.
11826         (defun-gmm): Rename from `gmm-defun-compat'.
11827         (gmm-image-search-load-path): Use it.
11828         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11829
11830 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * gnus-sum.el (gnus-summary-save-article-coding-system):
11833         New variable.
11834         (gnus-summary-save-article): Add optional `decode' argument.
11835         If it is set and gnus-summary-save-article-coding-system is non-nil,
11836         save decoded article.
11837         (gnus-summary-write-article-file): Save decoded article if
11838         gnus-summary-save-article-coding-system is non-nil.
11839
11840         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11841         type.
11842
11843 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11846
11847 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11850         first to test gnus-single-article-buffer which may be buffer-local.
11851
11852         * gnus-sum.el (gnus-summary-setup-buffer):
11853         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11854         group; make gnus-article-buffer, gnus-article-current, and
11855         gnus-original-article-buffer always buffer-local.
11856         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11857         group.
11858         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11859
11860 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * nnml.el (nnml-request-compact-group): Compressed files might not
11863         have .gz extension.
11864
11865 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11866
11867         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11868         (mm-copy-to-buffer): Use with-current-buffer.
11869         (mm-display-part): Simplify.
11870         (mm-inlinable-p): Add optional arg `type'.
11871
11872 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11873
11874         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11875         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11876         Try harder to show the attachment internally or externally using
11877         gnus-mime-view-part-as-type.
11878
11879 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * message.el (message-from-style, message-signature-separator)
11882         (message-user-organization-file, message-send-mail-function)
11883         (message-citation-line-function, message-yank-prefix)
11884         (message-indent-citation-function, message-signature)
11885         (message-signature-file, message-signature-insert-empty-line):
11886         Remove autoloads.
11887
11888         * gnus-art.el (gnus-buttonized-mime-types):
11889         Remove "multipart/signed".  Revert 2006-04-26 change.
11890
11891 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11892
11893         * gnus.el (gnus-version-number): Bump version.
11894
11895 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11896
11897         * gnus.el: No Gnus v0.5 is released.
11898
11899 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11900
11901         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11902         fetching articles by message-id.
11903
11904 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11905
11906         * message.el (hashcash): Require hashcash as normal.
11907
11908         * ecomplete.el (ecomplete-highlight-match-line):
11909         Use point-at-eol.
11910         (ecomplete-highlight-match-line): Use `highlight', because that
11911         face exists in both Emacs and XEmacs.
11912
11913         * message.el (message-display-abbrev): Use point-at-bol.
11914
11915         * mail-source.el: Don't require timer/timer-funcs.
11916
11917         * gnus-async.el: Ditto.
11918
11919         * password.el: Ditto.
11920
11921         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11922
11923         * mm-url.el: Ditto.
11924
11925         * gnus-xmas.el: Don't require timer-funcs.
11926
11927         * mm-util.el: Require timer/timer-funcs.
11928
11929 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11930
11931         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11932         Close.
11933
11934 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11937         unibyte after clear-decrypt function runs.
11938
11939         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11940         returns as a unibyte string.
11941
11942 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * lpath.el: Revert.
11945
11946         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11947         (pgg-gpg-process-sentinel): Revert.
11948
11949         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11950         (pgg-pgp-lookup-key): Revert.
11951
11952         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11953         (pgg-pgp5-lookup-key): Revert.
11954
11955         * pgg.el (pgg-fetch-key): Revert.
11956
11957 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11958
11959         * lpath.el: Fbind string-as-multibyte for XEmacs.
11960
11961         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11962         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11963         (mml1991-pgg-encrypt): Ditto.
11964
11965         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11966         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11967         a multibyte buffer.
11968
11969         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11970         (pgg-pgp-lookup-key): Ditto.
11971
11972         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11973         (pgg-pgp5-lookup-key): Ditto.
11974
11975         * pgg.el (pgg-fetch-key): Ditto.
11976
11977 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11978
11979         * message.el (message-user-organization-file): Check several
11980         locations of the organization file.
11981
11982         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11983         Add gnus-article-view-part-as-type.
11984
11985         * gnus-art.el (gnus-article-view-part-as-type): New function.
11986
11987         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11988         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11989
11990         * mml.el: Simplify autoload.
11991         (mml-mode): defvar dnd-protocol-alist instead of using
11992         symbol-value.
11993         (mml-default-directory): New variable.
11994         (mml-minibuffer-read-file): Use it.
11995         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11996
11997         * message.el (message-citation-line-format): New variable.
11998         (message-insert-formated-citation-line): New function.
11999         (message-citation-line-function):
12000         Add `message-insert-formated-citation-line' to custom type.
12001
12002         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12003         to doc string.
12004
12005         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12006         depending on mm-verify-option.
12007
12008 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12011         binding pgg-* variables; reimplement the section which prevents
12012         MIME header from being signed.
12013         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12014         pgg-text-mode; remove a blank line at the top of body.
12015
12016         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12017         lines at the top of body; use gnus-newsgroup-charset if there's no
12018         Charset header.
12019
12020 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * message.el (message-self-insert-commands): Doc fix.
12023
12024         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12025         (mm-uu-pgp-encrypted-test): Ditto.
12026         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12027         between header and body; return application/pgp-encrypted handle
12028         if decryption failed; decode decrypted body by charset.
12029
12030         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12031         element match to application/pgp-*.
12032
12033 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12034
12035         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12036         HTML.
12037
12038 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12039
12040         * mail-source.el (mail-source-call-script): Message the error
12041         string.
12042
12043 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12044
12045         * gnus-util.el (gnus-byte-compile): Use it.
12046
12047 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12048
12049         * gnus-util.el (kill-empty-logs): New function.
12050
12051 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12052
12053         * message.el (message-mail-alias-type): Doc fix.
12054         (message-mail-alias-type-p): New function.
12055         (message-send): Use it.
12056         (message-mode): Ditto.
12057         (message-strip-forbidden-properties): Ditto.
12058
12059         * ecomplete.el (ecomplete-database-file-coding-system):
12060         New variable.
12061         (ecomplete-save): Use it.
12062         (ecomplete-setup): Use it.
12063
12064 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * message.el (message-self-insert-commands): New variable.
12067         (message-strip-forbidden-properties): Use it.
12068
12069 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12070
12071         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12072         that doesn't make XEmacs choke.
12073
12074 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * gnus-util.el (gnus-replace-in-string):
12077         Prefer replace-regexp-in-string over of replace-in-string.
12078
12079 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-util.el (gnus-select-frame-set-input-focus):
12082         Use select-frame-set-input-focus if it is available in XEmacs; use
12083         definition defined in Emacs 22 for old Emacsen.
12084
12085         * dgnushack.el: Autoload unmorse-region for XEmacs.
12086
12087         * lpath.el: Bind cursor-in-non-selected-windows and
12088         select-frame-set-input-focus for XEmacs.
12089
12090 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12093
12094 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12095
12096         * gnus-registry.el (gnus-registry-cache-save): Remove text
12097         properties when saving via the temp buffer.
12098
12099 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * message.el (message-generate-hashcash): Honor custom type.
12102
12103 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12104
12105         * message.el (message-generate-hashcash): Default to non-nil when
12106         hashcash is found.
12107
12108         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12109         (gnus-refer-thread-limit): Increase default to 500.
12110
12111         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12112
12113         * flow-fill.el (fill-flowed): Allow delete-space.
12114
12115 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12118         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12119         Remove autoloads.
12120
12121 2006-04-18  Simon Josefsson  <jas@extundo.com>
12122
12123         * message.el (message-generate-hashcash): Default to.
12124
12125 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12128         concatenating segments rather than before concatenating them.
12129
12130 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12133
12134 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12135
12136         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12137
12138         * message.el (message-forward-make-body-plain):
12139         Allow message-forward-ignored-headers to be a list.
12140         (message-remove-ignored-headers): Factor out into function.
12141         (message-forward-make-body-mml): Use it.
12142
12143         * imap.el (imap-quote-specials): New function.
12144         (imap-login-auth): Quote specials.
12145
12146         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12147         (rfc2231-parse-string): Allow concatanation of parameters that
12148         aren't contiguous.  The test case is
12149           (mail-header-parse-content-type "message/external-body;
12150             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12151             access-type=LOCAL-FILE;
12152             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12153
12154 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12155
12156         * nntp.el (nntp-accept-process-output): Return the value of
12157         `nnheader-accept-process-output'.
12158
12159 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12160
12161         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12162         (gnus-button-alist): Recognize more diff formats.
12163         (gnus-button-patch): Strip directory.
12164
12165 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12166
12167         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12168         Emacs 22 when setting focus.
12169
12170 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12171
12172         * gnus-art.el (gnus-article-treat-types): Do treatment of
12173         text/x-verbatim parts.
12174         (gnus-button-patch): New command.
12175
12176         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12177         addresses that contain invalid characters.
12178
12179 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12180
12181         * message.el (message-put-addresses-in-ecomplete):
12182         Use gnus-replace-in-string.
12183         (message-is-yours-p): Use the more correct
12184         mail-header-parse-address instead of
12185         mail-extract-address-components.
12186         (message-put-addresses-in-ecomplete): Fix typo.
12187
12188         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12189         keystroke.
12190
12191         * gnus-art.el (gnus-treatment-function-alist): Change order of
12192         newsgroups/generic header folding to avoid double-folding.
12193
12194         * message.el (message-hidden-headers): Add X-Draft-From.
12195
12196         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12197         New command.
12198         (gnus-summary-repeat-search-article-backward): New command.
12199
12200         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12201         groups in the parent topic.
12202
12203 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12204
12205         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12206         (spam-extra-header-to-number): Return the CRM114 number as a
12207         number instead of a string.
12208
12209 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12210
12211         * gnus-art.el (gnus-face-properties-alist): Move here from
12212         gnus-fun.
12213
12214         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12215
12216 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * message.el (message-strip-forbidden-properties): Only display on
12219         self-insert-command.
12220
12221         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12222         reindent.
12223         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12224
12225 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12226
12227         * smiley.el (smiley-style): Fix typo.
12228
12229 2006-03-23  Kenichi Handa  <handa@m17n.org>
12230
12231         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12232         instead of set-buffer-multibyte.
12233
12234 2006-03-23  Kenichi Handa  <handa@m17n.org>
12235
12236         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12237         buffer and then decode the buffer text if necessary.
12238         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12239         first, and after mm-encode-body, change the buffer to unibyte.
12240
12241 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12242
12243         * hashcash.el (hashcash-insert-payment-async-2):
12244         Use message-goto-eoh instead of doing it manually.
12245         (mail-add-payment): Use message-narrow-to-header instead of trying
12246         to do the same itself.
12247
12248         * message.el (message-hidden-headers): Add Face.
12249
12250         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12251         reparenting code.
12252         (gnus-summary-reparent-children): Refactored out code.
12253         (gnus-summary-thread-map): New keystroke.
12254         (gnus-summary-reparent-children): Make into command.
12255
12256         * smiley.el (smiley-style): Default to `medium' if using a large
12257         font.
12258
12259         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12260         does it itself.
12261
12262         * message.el (message-point-in-header-p): Simplify definition.
12263
12264 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12265
12266         * nnagent.el (nnagent-request-set-mark): Silence log file
12267         writing.
12268         (nnagent-request-set-mark): Use write-region instead of
12269         append-to-file.
12270
12271         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12272         strange select method.
12273
12274         * ecomplete.el (ecomplete-display-matches): Get highlightling
12275         right.
12276         (ecomplete-display-matches): Use literals.
12277         (ecomplete-display-matches): Disable message logging.
12278
12279         * message.el (message-display-abbrev): Small optimization.
12280
12281         * ecomplete.el (ecomplete-display-matches): Allow automatic
12282         display.
12283
12284         * message.el (message-strip-forbidden-properties):
12285         Display abbrevs.
12286         (message-display-abbrev): Get automatic display right.
12287
12288         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12289         keystrokes.
12290
12291 2006-04-13  Romain Francoise  <romain@orebokech.com>
12292
12293         TODO: Backport to v5-10!
12294
12295         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12296         Move here (and rename) from gnus-registry.el.
12297
12298         * gnus-registry.el: Require gnus-util.
12299         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12300
12301 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12302
12303         * gnus-group.el (gnus-group-catchup-current):
12304         Change if-then-else-if-then-else into cond.
12305         (gnus-group-catchup): Indent.
12306         (group-name-at-point): New function.
12307         (gnus-fetch-group): Provide default from thing at point.
12308
12309 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12310
12311         * message.el (message-display-abbrev): Fix regexp.
12312
12313         * ecomplete.el (ecomplete-highlight-match-line):
12314         Reimplement choosing.
12315         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12316         dead variables.
12317
12318         * message.el (message-newline-and-indent): Remove debugging.
12319         (message-display-abbrev): Use new implementation.
12320
12321 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * gnus-art.el (gnus-article-mode):
12324         Set cursor-in-non-selected-windows to nil.
12325
12326         * smiley.el: Revert previous change.
12327         (smiley-data-directory): defvar it before using it in the
12328         defcustom of `smiley-style'.
12329
12330 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12331
12332         * message.el (message-newline-and-indent): New function.
12333
12334         * ecomplete.el: Implement more bits.
12335
12336         * message.el (message-put-addresses-in-ecomplete): Clean up the
12337         string.
12338
12339         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12340
12341         * gnus-sum.el (gnus-summary-save-parts):
12342         Bind gnus-summary-save-parts-counter and use it to make unique file
12343         names.
12344
12345         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12346
12347         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12348         parameter to say whether to actually parse the individual
12349         addresses.
12350
12351         * message.el (message-put-addresses-in-ecomplete): New function.
12352         (ecomplete): Require.
12353         (message-mail-alias-type): Add ecomplete as an option.
12354
12355 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12356
12357         * flow-fill.el (fill-flowed): Remove trailing space from blank
12358         quoted lines.
12359
12360 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12361
12362         * smiley.el (smiley-style): Move definition later to avoid a
12363         compilation warning.
12364
12365 2006-04-12  Kenichi Handa  <handa@m17n.org>
12366
12367         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12368         buffer and then decode the buffer text if necessary.
12369         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12370         first, and after mm-encode-body, change the buffer to unibyte.
12371         Use mm-disable-multibyte instead of set-buffer-multibyte.
12372
12373 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12376         Content-Type header instead of Content-Disposition header.
12377         (gnus-mime-inline-part): Ditto.
12378         (gnus-mime-view-part-as-charset): Ignore charset that the part
12379         specifies.
12380
12381         * mm-decode.el (mm-display-part): Work with external parts and
12382         usual parts similarly.
12383
12384         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12385         instead of gnus-display-mime.
12386
12387         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12388         instead of with-temp-buffer.
12389
12390         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12391         tag to summarized topics part in order to encode non-ASCII text.
12392
12393 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12394
12395         * smiley.el (smiley-style): New variable.
12396         (smiley-directory): New function.
12397         (smiley-data-directory): Derive from `smiley-style' using
12398         `smiley-directory'.
12399         (smiley-regexp-alist): Add new entries.
12400
12401         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12402         (gnus-article-browse-delete-temp): Add :version.
12403
12404 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12405
12406         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12407         the sieve region.
12408
12409 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12410
12411         * gnus.el (gnus-version-number): Bump version.
12412
12413 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * gnus.el: No Gnus v0.4 is released.
12416
12417 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12418
12419         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12420         layout.
12421
12422         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12423         unknown charset.
12424
12425         * message.el (message-header-synonyms): Add Original-To to the
12426         default.
12427
12428         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12429         optional parameter.
12430
12431 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * gnus-fun.el (gnus): Require it for gnus-directory.
12434
12435 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12438
12439 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12440
12441         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12442
12443 2006-04-05  Simon Josefsson  <jas@extundo.com>
12444
12445         * password.el (password-reset): New function.
12446
12447 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12448
12449         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12450         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12451
12452 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12453
12454         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12455         Some whitespace was matched into the url, which broke browsing hits
12456         > 100 when mm-url-use-external was nil.
12457
12458 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12461         Check gnus-extra-headers for 'Newsgroups.
12462
12463         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12464         bound.
12465
12466 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12467
12468         * pgg-gpg.el: Clean up process buffers every time gpg processes
12469         complete.
12470
12471 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12474         doc string.
12475
12476 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12477
12478         * pgg-gpg.el (pgg-gpg-process-filter)
12479         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12480
12481         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12482         lines, temporary fix.
12483
12484 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12487
12488 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12489
12490         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12491         default-enable-multibyte-characters.  This reverts the change from
12492         revision 6.17 which is no longer necessary because the passphrase
12493         is sent separately now.  GnuPG messages are unreadable under
12494         multibyte locales with default-enable-multibyte-characters set to
12495         nil.
12496
12497 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * message.el (message-tool-bar-gnome): Move "spell".
12500
12501 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12504         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12505         instead.
12506
12507 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12508
12509         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12510         Improve newsgroups handling for NNTP overviews which don't include
12511         Newsgroups.
12512
12513 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12514
12515         * message.el (message-resend): Bind message-generate-hashcash to nil.
12516
12517 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12518
12519         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12520         when searching for already-paid recipients.
12521
12522 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12523
12524         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12525         passphrases when it is not needed.
12526         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12527         passphrase stuff from gpg, should only be necessary when you use
12528         gpg with a smartcard.
12529
12530 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * mml.el (mml-insert-mime): Ignore cached contents of
12533         message/external-body part.
12534
12535         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12536         (mm-insert-part): Ditto.
12537
12538 2006-03-23  Simon Josefsson  <jas@extundo.com>
12539
12540         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12541         Reiner.
12542         (pgg-gpg-use-agent-p): Use it again.
12543
12544 2006-03-23  Simon Josefsson  <jas@extundo.com>
12545
12546         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12547         older emacsen.
12548         (pgg-gpg-use-agent-p): Don't use it.
12549
12550 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12553         if we can.
12554
12555 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12556
12557         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12558         (pgg-gpg-update-agent): New function.
12559         (pgg-gpg-use-agent-p): New function.
12560         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12561         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12562         (pgg-gpg-sign-region): Use it.
12563
12564 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12567         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12568
12569 2006-03-21  Simon Josefsson  <jas@extundo.com>
12570
12571         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12572         <wilde@sha-bang.de>.
12573         (pgg-gpg-use-agent): New variable.
12574         (pgg-gpg-process-region): Use it.
12575         (pgg-gpg-encrypt-region): Likewise.
12576         (pgg-gpg-encrypt-symmetric-region): Likewise.
12577         (pgg-gpg-decrypt-region): Likewise.
12578         (pgg-gpg-sign-region): Likewise.
12579         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12580
12581 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12582
12583         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12584
12585         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12586         Add comment on version.
12587
12588 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * smiley.el: Add missing test smiley.
12591
12592 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * mm-decode.el (mm-with-part): New macro.
12595         (mm-get-part): Use it; work with message/external-body as well.
12596         (mm-save-part): Treat name and filename equally.
12597
12598         * mm-extern.el (mm-extern-cache-contents): New function.
12599         (mm-inline-external-body): Use it; force the part to be displayed;
12600         move undisplayer added to the cached handle to the parent.
12601
12602         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12603         (gnus-mime-view-part-as-type): Work with message/external-body.
12604
12605         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12606
12607 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12610         images in image-load-path.  [Sync with image.el, revision 1.60, in
12611         Emacs.]
12612
12613 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12614
12615         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12616         path rather than symbol.  Always return list of directories.
12617         Guarantee that image directory comes first.  [Sync with image.el,
12618         revision 1.59, in Emacs.]
12619
12620         * message.el (message-make-tool-bar): Adjust to new API of
12621         `gmm-image-load-path-for-library'.
12622
12623         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12624
12625         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12626
12627 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12628
12629         * gnus-art.el (gnus-article-only-boring-p):
12630         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12631         intangible text.
12632         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12633
12634 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12637         Use `defun' instead of `gmm-defun-compat'.
12638
12639 2006-03-14  Simon Josefsson  <jas@extundo.com>
12640
12641         * message.el (message-unique-id): Don't use message-number-base36
12642         if (user-uid) is a float.
12643         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12644
12645 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12648
12649         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12650         empty line between a part and a message part.
12651
12652 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * smiley.el: Add more test smileys.
12655         (smiley-data-directory, smiley-regexp-alist)
12656         (gnus-smiley-file-types): Fix doc strings.
12657         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12658         adding new elements.
12659         (smiley-mouse-map): Unused code.  Make it a comment.
12660
12661 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12664         scan latest NoCeM messages instead of old ones.
12665         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12666         delimiters that are recently used.
12667         (gnus-nocem-load-cache): Add autoload cookie.
12668
12669         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12670
12671         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12672         level which is larger than gnus-use-nocem is specified.
12673
12674         * gnus-group.el (gnus-group-get-new-news): Ditto.
12675
12676 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * gnus-util.el (gnus-tool-bar-update): New function.
12679
12680         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12681         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12682
12683         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12684
12685         * gnus-group.el (gnus-group-redraw-when-idle)
12686         (gnus-group-redraw-check): Remove.
12687         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12688
12689 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12692         if optional last element is specified in splits (FIELD VALUE...).
12693
12694 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12697         to gmm-image-load-path-for-library.  Call with no-error argument.
12698         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12699
12700         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12701
12702         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12703
12704         * gmm-utils.el (gmm-image-load-path): Remove alias.
12705
12706 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * gmm-utils.el (gmm-image-load-path): Add alias.
12709
12710         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12711         nnml-generate-nov-databases-1.
12712         (nnml-generate-nov-databases): Use it.
12713         (nnml-generate-nov-databases-directory): Document no-active
12714         argument.
12715
12716         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12717         directory if path is t.  Add no-error.
12718
12719         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12720         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12721
12722         * gnus-art.el (gnus-article-browse-delete-temp-files):
12723         Simplify resetting gnus-article-browse-html-temp-list.
12724
12725         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12726         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12727         Add example to docstring.  Rename local variables.  Move error
12728         checks to default case in cond and simplify.
12729
12730 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12733         handle is multipart when calling it recursively.
12734         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12735
12736 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12737
12738         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12739         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12740
12741 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12744         is loaded.
12745
12746         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12747         loaded.
12748
12749 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12752         to "Emacs 23 (unicode)" in doc string.
12753
12754         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12755         "Emacs 23 (unicode)" in comment.
12756
12757 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12760
12761         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12762         characters 160 through 255 in Emacs 23.
12763
12764 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12767         gnus-article-browse-html-temp.
12768         (gnus-article-browse-delete-temp): Make it customizable.
12769         Add `file'.  Adjust doc string.
12770         (gnus-article-browse-delete-temp-files): Add argument.
12771         Allow query for each file.  Adjust doc string.
12772         (gnus-article-browse-html-parts):
12773         Add `gnus-article-browse-delete-temp-files' to
12774         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12775
12776 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12777
12778         * gnus-art.el (gnus-article-browse-html-temp)
12779         (gnus-article-browse-delete-temp): New variables.
12780         (gnus-article-browse-delete-temp-files): New function.
12781         (gnus-article-browse-html-parts): Use it.
12782
12783 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12784
12785         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12786
12787         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12788         string.
12789
12790         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12791         gnus-summary-insert-new-articles when unplugged.
12792         Remove gnus-summary-search-article-forward.
12793
12794         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12795         display-visual-class instead of display-color-cells.
12796
12797 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * dgnushack.el: Autoload customize-group for XEmacs.
12800
12801         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12802         message/* containing non-ASCII text properly.
12803
12804 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12805
12806         * message.el: Require gmm-utils, remove autoloads.
12807         (message-tool-bar): Set default based on
12808         gmm-tool-bar-style.
12809         (message-tool-bar-gnome): Add gmm-customize-mode.
12810
12811         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12812         gmm-tool-bar-style.
12813         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12814
12815         * gnus-group.el (gnus-group-tool-bar): Set default based on
12816         gmm-tool-bar-style.
12817         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12818
12819         * gmm-utils.el (gmm-image-directory): Rename variable from
12820         gmm-image-load-path.
12821         (gmm-image-load-path): Use gmm-image-directory.
12822         (gmm-customize-mode): New function.
12823         (gmm-tool-bar-style): New variable.
12824
12825         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12826         gnus-group-redraw-line-number.
12827         (gnus-group-redraw-check): Simplify.
12828         (gnus-group-tool-bar-update): Remove redraw check.
12829         (gnus-group-make-tool-bar): Add redraw check.
12830
12831 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12832
12833         * gnus-art.el (gnus-button): Add missing parentheses.
12834
12835 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * lpath.el: Fbind line-number-at-pos.
12838
12839 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12842
12843 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12844
12845         * gnus-art.el (gnus-button): New face.
12846         (gnus-article-button-face): Use it.
12847
12848         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12849         Add gnus-summary-next-page.  Re-order.
12850
12851         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12852         next-node are now included.
12853         (gnus-group-redraw-line-number): New internal variable.
12854         (gnus-group-redraw-check): Helper function for updating the tool
12855         bar.
12856         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12857
12858         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12859
12860         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12861         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12862         Use it to match format of Spamassassin 3.0 and later.
12863         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12864         (spam-check-bogofilter)
12865         (spam-bogofilter-register-with-bogofilter): Fix args of
12866         `gnus-error' calls.
12867
12868 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12871         unnecessary interaction when sending queued mails.
12872         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12873
12874 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12875
12876         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12877         first or last are nil.
12878
12879 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12880
12881         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12882
12883 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12884
12885         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12886
12887 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12888
12889         * dns.el (query-dns): Protect more against buggy tcp output.
12890
12891 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12894         nov.php.
12895
12896 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12897
12898         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12899         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12900         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12901         output on the server side.
12902         (nnweb-google-create-mapping): Update regexps and add some
12903         progress indication.
12904
12905 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * gnus-group.el (gnus-group-tool-bar-gnome):
12908         Fix gnus-agent-toggle-plugged.  Re-order icons.
12909         (gnus-group-tool-bar-gnome):
12910         Add gnus-group-{prev,next}-unread-group.
12911         (gnus-group-tool-bar-gnome): Re-order icons.
12912
12913         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12914         Move gnus-summary-insert-new-articles.
12915
12916         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12917         Fix comments.
12918
12919         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12920         also available in Emacs 21.3.
12921
12922         * message.el (message-fix-before-sending): Change "Emacs 22" to
12923         "Emacs 23 (unicode)" in comment.
12924
12925         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12926         "Emacs 23 (unicode)" in comment.
12927
12928         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12929         comment.
12930         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12931
12932         * mm-view.el (mm-fill-flowed): Add :version.
12933
12934 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12937         and load-path.
12938
12939 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * message.el: Autoload gmm-image-load-path.
12942         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12943         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12944         consitency.
12945
12946         * gmm-utils.el (gmm-image-load-path): Also search in
12947         "../etc/images".  Don't set gmm-image-load-path if we don't find
12948         the image.
12949
12950 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gmm-utils.el (gmm-image-load-path): Don't make
12953         `gmm-image-load-path' include subdirectories which the second arg
12954         `image' might specify.
12955
12956         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12957         subdirectory to icon file names.
12958
12959         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12960
12961 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12962
12963         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12964         gmm-image-load-path calls.
12965
12966         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12967
12968         * message.el (message-make-tool-bar): Ditto.
12969
12970         * mml.el (mml-preview): Add comment concerning tool bar icons.
12971
12972         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12973         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12974
12975         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12976         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12977
12978         * message.el (message-tool-bar-gnome): Use new icon names.
12979         (message-make-tool-bar): Use `gmm-image-load-path'.
12980
12981         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12982         New functions from MH-E.
12983         (gmm-image-load-path): New variable from MH-E.
12984         (gmm-image-load-path): New function from MH-E.  Add arguments
12985         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12986         *-image-load-path-called-flag.
12987
12988 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12989
12990         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12991
12992 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12993
12994         * nnimap.el (nnimap-request-move-article): Change folder back to
12995         source group before deleting.
12996
12997 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13000
13001         * gnus-art.el (mm-url-insert-file-contents-external):
13002         Autoload mm-url.
13003
13004         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13005
13006 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13009         coding system which mm-charset-to-coding-system returns for a
13010         given charset is valid.
13011
13012 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13013
13014         * html2text.el (html2text-remove-tag-list):
13015         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13016
13017 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13018
13019         * gnus-cus.el: Revert 2005-10-17 change.
13020
13021 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * gnus-art.el (article-strip-banner):
13024         Call article-really-strip-banner only when the regexp match is made.
13025
13026 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * gnus-art.el (article-strip-banner):
13029         Use gnus-extract-address-components instead of
13030         mail-header-parse-addresses to make it work with non-ASCII text;
13031         remove mail-encode-encoded-word-string.
13032
13033         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13034         values which are surrounded with \"...\"; make it never cause a
13035         Lisp error; give up parsing of parameters if it failed in
13036         extracting type.
13037
13038 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13039
13040         * smime.el (smime-cert-by-ldap-1): Fix bug where
13041         `smime-ldap-search' returns results without userCertificates.
13042
13043 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13046
13047 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * spam.el (spam-check-spamassassin-headers): Adapt format for
13050         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13051         <ari@mbf.ocn.ne.jp>.
13052         (spam-list-of-processors): Add spam-use-gmane.
13053
13054 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13057         make-temp-file; make it work with XEmacs as well.
13058
13059         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13060         mm-make-temp-file.
13061
13062         * mm-decode.el (mm-display-external): Use the 3rd arg of
13063         mm-make-temp-file.
13064         (mm-create-image-xemacs): Ditto.
13065
13066 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13069         with message-narrow-to-headers.
13070         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13071         (gnus-draft-check-draft-articles): New function.
13072         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13073
13074 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * gnus-art.el (gnus-article-browse-html-parts):
13077         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13078         Don't use suffix argument for mm-make-temp-file for Emacs 21
13079         compatibility.  Remove useless `format'.
13080
13081 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13082
13083         * nnweb.el (nnweb-google-wash-article): Update regexps.
13084         (nnweb-group-alist): Use defvoo instead of defvar.
13085
13086 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13089         re-loading nn* modules.
13090
13091 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13092
13093         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13094         for `tool-bar-mode' and don't check it's default-value.
13095
13096         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13097
13098         * message.el (message-make-tool-bar): Ditto.
13099
13100         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13101         `substring'.  Shorten tmp-file name.
13102
13103         * gnus.el: Remove bogus comment.
13104
13105 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13106
13107         * gnus-art.el (gnus-article-browse-html-parts): New function.
13108         (gnus-article-browse-html-article): New function for viewing html
13109         articles with a browser.
13110
13111 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13112
13113         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13114         in elisp.
13115         (pgg-gpg-encrypt-symmetric-region): Ditto.
13116         (pgg-gpg-sign-region): Ditto.
13117
13118         * pgg-def.el (pgg-text-mode): New variable.
13119
13120         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13121         (mml2015-pgg-encrypt): Ditto.
13122
13123         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13124         (mml1991-pgg-encrypt): Ditto.
13125
13126 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * nnfolder.el (nnfolder-insert-newsgroup-line):
13129         Use message-make-date instead of current-time-string.
13130
13131         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13132         to gnus-decoded which mm-uu might set.
13133
13134 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13137         don't decode quoted parameters; remove misimported Emacs code.
13138         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13139         (rfc2231-decode-encoded-string): Don't use split-string which
13140         behaves differently according to Emacs version; use
13141         mm-decode-coding-region to convert charset to coding-system.
13142         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13143         (rfc2231-encode-string): Remove misimported Emacs code.
13144
13145 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13148         when calling mail-header-parse-content-type.
13149         (article-de-quoted-unreadable): Ditto.
13150         (article-de-base64-unreadable): Ditto.
13151         (article-wash-html): Ditto.
13152
13153         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13154         calling mail-header-parse-content-type and
13155         mail-header-parse-content-disposition.
13156         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13157         mail-header-parse-content-type.
13158
13159         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13160         insert charset and format parameters; encode description after
13161         inserting it to buffer.
13162         (mml-insert-parameter): Fold lines properly even if a parameter is
13163         segmented into two or more lines; change the max column to 76.
13164
13165         * rfc1843.el (rfc1843-decode-article-body): Don't use
13166         ignore-errors when calling mail-header-parse-content-type.
13167
13168         * rfc2231.el (rfc2231-parse-string): Return at least type if
13169         possible; don't cause an error even if it fails in parsing of
13170         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13171         (rfc2231-encode-string): Don't break lines at the beginning, leave
13172         it to mml-insert-parameter.
13173
13174         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13175         calling mail-header-parse-content-type.
13176
13177 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13178
13179         * spam-report.el (spam-report-gmane-use-article-number):
13180         Improve doc string.
13181         (spam-report-gmane-internal): Check if a suitable header was found
13182         in the article.
13183
13184 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13187         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13188
13189 2006-02-05  Romain Francoise  <romain@orebokech.com>
13190
13191         Update copyright notices of all files in the gnus directory.
13192
13193 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13194
13195         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13196
13197 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13200         segmented lines of parameter value to cope with Thunderbird 1.5
13201         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13202         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13203         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13204
13205 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13206
13207         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13208         parts.
13209
13210 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13211
13212         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13213         there's only one active file for all servers.
13214         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13215         solid groups.  Gnus might have used a FAST request to select the group.
13216         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13217         and nnweb-search redundantly in the active file.
13218         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13219         (nnweb-request-create-group): Don't use ARGS.
13220         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13221         initialisations.  Let nnoo do the work.
13222
13223 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13226         Say the part has been decoded.
13227
13228         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13229
13230 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13231
13232         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13233         mailcap-viewer-test-cache when there's no 'test clause, since that
13234         will invert the meaning of a "nil" test previously determined by
13235         mailcap-mailcap-entry-passes-test.
13236
13237 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13240         compiling.
13241
13242         * gnus-sum.el: Ditto.
13243
13244         * message.el: Don't bind tool-bar-map when compiling.
13245
13246 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13249
13250 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13251
13252         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13253         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13254         current Google Groups.
13255
13256 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13259         and tool-bar-mode.
13260
13261         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13262         and tool-bar-mode.
13263
13264         * message.el (message-tool-bar-update): Simplify.
13265         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13266
13267         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13268         gnus-summary-buffer.
13269         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13270         gnus-summary-reply.
13271
13272         * gmm-utils.el (gmm): Add :version.
13273
13274 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * Makefile.in (clean): New rule.
13277         (distclean): Use it.
13278
13279 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13280
13281         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13282         Don't autoload.
13283
13284 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * gmm-utils.el (gmm-verbose): Add :group.
13287
13288 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * message.el: Change some comments WRT tool-bars.
13291
13292         * gnus-sum.el (gnus-summary-tool-bar)
13293         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13294         (gnus-summary-tool-bar-zap-list): New variables.
13295         (gnus-summary-make-tool-bar): Complete rewrite using
13296         `gmm-tool-bar-from-list'.
13297
13298         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13299         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13300         New variables.
13301         (gnus-group-make-tool-bar): Complete rewrite using
13302         `gmm-tool-bar-from-list'.
13303         (gnus-group-tool-bar-update): New function.
13304
13305         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13306
13307 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13310         is dissected into a single part of which the type is the same as
13311         the given one; decode charset.
13312
13313 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13314
13315         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13316         into alists as symbol not string, since that's what
13317         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13318         look for.
13319
13320 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13323         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13324
13325         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13326
13327 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13330         (gnus-xmas-mime-security-button-menu): New function.
13331
13332         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13333         (gnus-mime-security-button-menu): New definition.
13334         (gnus-mime-security-button-map): Use them.
13335         (gnus-mime-security-button-menu): New function.
13336         (gnus-insert-mime-security-button): Addition to help echo.
13337         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13338         (gnus-mime-security-pipe-part): New functions.
13339
13340         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13341         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13342
13343         * mm-decode.el (mm-handle-set-disposition): Remove.
13344         (mm-handle-set-description): Remove.
13345
13346 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13349         (mm-w3m-standalone-supports-m17n-p): New function.
13350         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13351         w3m usage.
13352
13353         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13354         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13355
13356 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13357
13358         * message.el (message-tool-bar-zap-list):
13359         Use gmm-tool-bar-zap-list as custom type.
13360         (message-tool-bar-update): New function.
13361         (message-tool-bar, message-tool-bar-gnome)
13362         (message-tool-bar-retro): Add message-tool-bar-update.
13363         (message-tool-bar-gnome): Add flyspell-buffer.
13364
13365         * gnus-util.el (gnus-error): Describe `args'.
13366
13367         * gmm-utils.el (gmm-error): Describe `args'.
13368         (gmm-tool-bar-zap-list): New widget.
13369         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13370
13371 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13374         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13375         the number of recursive calls.
13376
13377         * mm-decode.el (mm-handle-set-disposition): New macro.
13378         (mm-handle-set-description): New macro.
13379
13380 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13383         encoding.
13384
13385 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13386
13387         * message.el (message-tool-bar-zap-list, message-tool-bar)
13388         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13389         (message-tool-bar-local-item-from-menu): Remove.
13390         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13391         (message-make-tool-bar): New function.
13392         (message-mode): Use `message-make-tool-bar'.
13393
13394         * gmm-utils.el: New file.
13395         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13396         (gmm-lazy): New widget copied from `nnmail.el'.
13397         (gmm-tool-bar-from-list): New function for creating customizable
13398         tool bars.
13399         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13400         output.
13401         (gmm): Add :prefix to defgroup.
13402
13403 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13404
13405         * gmm-utils.el (gmm-widget-p): New function.
13406
13407 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13408
13409         * mml.el (mml-attach-file): Describe `description' in doc string.
13410         (mml-menu): Add Emacs MIME manual and PGG manual.
13411
13412 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13413
13414         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13415
13416 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13417
13418         * nntp.el (nntp-end-of-line): Doc fix.
13419
13420 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13421
13422         * imap.el (imap-open): Handle case where buffer is a buffer
13423         object.
13424
13425 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13426
13427         * gnus-delay.el (gnus-delay): Don't autoload.
13428         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13429         to be re-loaded when customizing the `gnus-delay' group.
13430
13431 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13432
13433         * message.el (message-insert-citation-line): Use newlines.
13434
13435 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13436
13437         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13438         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13439         these routines, so the passphrase can be managed externally and
13440         passed in to the system.
13441         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13442         pgg-add-passphrase-to-cache function.
13443
13444         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13445         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13446         these routines, so the passphrase can be managed externally and
13447         passed in to the system.
13448         (pgg-pgp5-sign-region): Use new name of
13449         pgg-add-passphrase-to-cache function.
13450
13451 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13452
13453         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13454         part of the decoded armor to find the key-identifier.
13455         (pgg-gpg-lookup-key-owner): New function to return the
13456         human-readable identifier of a key owner.
13457         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13458         itself.
13459         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13460         the key value) if we have a key and can match it against a secret
13461         key.  Also, added a note pointing out fact that the prompt only
13462         indicates the first matching key.
13463
13464         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13465         pgg-decrypt-region.
13466         (pgg-add-passphrase-to-cache): Rename from
13467         `pgg-add-passphrase-cache' to reduce confusion (all callers
13468         changed).
13469         (pgg-remove-passphrase-from-cache): Rename from
13470         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13471         changed).
13472         (pgg-read-passphrase, pgg-add-passphrase-cache)
13473         (pgg-remove-passphrase-cache): Add informative docstrings.
13474         (pgg-decrypt): Convey provided passphrase in subordinate call to
13475         pgg-decrypt-region.
13476
13477 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13478
13479         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13480         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13481         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13482         'passphrase' argument, so the passphrase can be managed externally
13483         and then passed in to the system.
13484
13485         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13486         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13487         so the passphrase cache can be used reliably with identifiers
13488         besides a pgp packet's key id.
13489
13490         * pgg-gpg.el (pgg-gpg-encrypt-region)
13491         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13492         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13493         these routines, so the passphrase can be managed externally and
13494         passed in to the system.
13495
13496         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13497         'notruncate' argument, so the passphrase cache can be used
13498         reliably with identifiers besides a pgp packet's key id.
13499
13500 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13501
13502         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13503         symmetric encryption.
13504         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13505         encrypted session key.
13506         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13507         message ask for the passphrase in a proper way.
13508
13509         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13510         New user commands for symmetric encryption.
13511
13512 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13515
13516         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13517
13518 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13519
13520         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13521
13522 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * mm-decode.el (mm-inlined-types): Add application/pgp.
13525         (mm-automatic-display): Ditto.
13526
13527         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13528         part as text.
13529
13530 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * nnrss.el: Update copyright.
13533         (nnrss-opml-import): Query whether to subscribe to each entry.
13534
13535         * gnus-art.el:
13536         * gnus-sum.el:
13537         * gnus-xmas.el:
13538         * messagexmas.el:
13539         * mm-uu.el:
13540         * mm-view.el: Update copyright.
13541
13542 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13543
13544         * message.el (message-info): New function.
13545         (message-mode-menu): Add it.
13546         Update copyright.
13547
13548         * ChangeLog: Fix and update copyright.
13549
13550 2006-01-13  Romain Francoise  <romain@orebokech.com>
13551
13552         * message.el (message-forward-subject-name-subject): Prefer the
13553         address to 'nowhere' if the sender has no name.
13554         Fix typo.  Update copyright year.
13555
13556 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * gnus-art.el (article-wash-html):
13559         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13560         (gnus-article-wash-html-with-w3m-standalone): New function.
13561
13562         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13563         mm-inline-text-html-render-with-w3m-standalone.
13564         (mm-text-html-washer-alist): Map w3m-standalone to
13565         gnus-article-wash-html-with-w3m-standalone.
13566         (mm-inline-text-html-render-with-w3m-standalone): New function.
13567
13568 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13569
13570         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13571         Improve LaTeX.
13572
13573 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13576         (nnrss-request-article): Render text/plain parts as HTML.
13577
13578         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13579         the buffer.
13580
13581 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13582
13583         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13584         custom definition of `gnus-posting-styles'.
13585
13586         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13587         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13588
13589 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13590
13591         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13592         Use nntp for bug archive.
13593
13594 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13597         parts.
13598         (nnrss-normalize-date): New function converts ISO 8601 date into
13599         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13600         (nnrss-check-group): Use it.
13601
13602 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13605
13606         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13607         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13608         (nnrss-insert-w3): Ditto.
13609
13610 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13613         the articles to be forwarded including the case where neither a
13614         number of articles nor a region is specified.
13615
13616 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13617
13618         * nnrss.el (nnrss-request-article): Fix last change; fill
13619         text/plain parts.
13620
13621 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13624         in text/plain part.
13625         (nnrss-check-group): Don't add excessive newline to dc:subject.
13626
13627 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13628
13629         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13630         article.
13631
13632 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13633
13634         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13635         (nnml-use-compressed-files, nnml-save-mail): Support other
13636         comression programs such as bzip2.
13637
13638 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13639
13640         * dns.el (query-dns): Make sure we check the buffer size before
13641         removing tcp headers.
13642
13643 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13646         remove MIME buttons associated with multipart/alternative parts.
13647         (gnus-mime-display-alternative): Tag buttons using `article-type'
13648         text property.
13649
13650         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13651         associated with multipart/alternative parts.
13652
13653         * gnus-art.el (gnus-signature-separator): Fix custom type.
13654
13655         * mm-decode.el (mm-inlined-types): Fix custom type.
13656         (mm-keep-viewer-alive-types): Ditto.
13657         (mm-automatic-display): Ditto.
13658         (mm-attachment-override-types): Ditto.
13659         (mm-inline-override-types): Ditto.
13660         (mm-automatic-external-display): Ditto.
13661
13662 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * spam-report.el (spam-report-user-mail-address)
13665         (spam-report-user-agent): New variables.
13666         (spam-report-url-ping-plain): Use spam-report-user-agent.
13667
13668 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13669
13670         * gnus-art.el (gnus-button-handle-custom): Do not just use
13671         `customize-apropos' for any "M-x customize-*" button but the
13672         function called for.  Accept both the function name and its
13673         argument in order to achieve this.
13674         (gnus-button-alist): Remove support for "custom:" URL's.
13675         Pass function name to `gnus-button-handle-custom' in case of "M-x
13676         customize-*" buttons.
13677
13678 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13681         multipart/alternative and add xref to mm-discouraged-alternatives
13682         in doc string.
13683
13684         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13685         gnus-buttonized-mime-types in doc string.
13686
13687 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13688
13689         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13690         Suggest image/.* in the doc string.
13691
13692 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13693
13694         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13695         message-marks (Debian bug #342521).
13696
13697 2005-12-12  Simon Josefsson  <jas@extundo.com>
13698
13699         * password.el (password-read-from-cache): Add.
13700         (password-read): Use it.
13701
13702 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * rfc2047.el (rfc2047-charset-to-coding-system):
13705         Recognize us-ascii as a MIME charset.
13706
13707         * mm-bodies.el (mm-decode-content-transfer-encoding):
13708         Protect against the case where the 2nd arg TYPE is nil.
13709
13710 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * pop3.el (pop3-stream-type): Fix custom version.
13713
13714         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13715
13716 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13717
13718         * mm-decode.el (mm-display-external): Add missing cdr.
13719
13720 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13723         RFC1524) if it is in mailcap or add a suffix according to
13724         mailcap-mime-extensions when generating a temp filename; postpone
13725         deleting a temp file for 2 seconds for some wrappers, shell
13726         scripts, and so on, which might exit right after having started a
13727         viewer command as a background job.
13728
13729 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * nntp.el (nntp-marks-directory): Fix custom group.
13732
13733         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13734         steps when < 10.
13735
13736         * gnus-start.el (gnus-no-server-1):
13737         Mention `gnus-level-default-subscribed' in doc string.
13738
13739 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13740
13741         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13742         parens.
13743
13744 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus-xmas.el (gnus-use-toolbar): Revert.
13747         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13748         gnus-use-toolbar is default.
13749
13750         * messagexmas.el (message-use-toolbar): Revert.
13751         (message-setup-toolbar): Use global default-toolbar if
13752         message-use-toolbar is default.
13753
13754 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13757         according to default-toolbar-visible-p.
13758
13759         * messagexmas.el (message-use-toolbar): Ditto.
13760
13761 2005-11-26  Dave Love  <fx@gnu.org>
13762
13763         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13764         (tls-program, tls-success): Provide openssl alternative.
13765
13766         * starttls.el: Doc fixes.
13767         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13768         SERVICE to PORT.
13769
13770         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13771         port null or service name.
13772         (starttls-negotiate): Autoload.
13773
13774 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * message.el (message-kill-to-signature): Fix interactive spec.
13777
13778 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * pop3.el (pop3-open-server): Recognize a string as a service name.
13781
13782 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13783
13784         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13785
13786 2005-11-23  Dave Love  <fx@gnu.org>
13787
13788         Add pop3s, pop3/starttls.
13789
13790         * pop3.el (pop3-authentication-scheme): Clarify doc.
13791         (open-tls-stream, starttls-open-stream): Autoload.
13792         (pop3-stream-type): New.
13793         (pop3-open-server): Use it.
13794
13795         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13796         for POP.
13797         (mail-source-keyword-map): Add :stream for POP.
13798         (mail-source-fetch-pop): Use pop3-stream-type.
13799
13800 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13803         of current-time-string.
13804
13805 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13806
13807         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13808         date header.
13809
13810 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13811
13812         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13813         it can seriously impact performance as it bypasses the agent's
13814         local caches.
13815
13816 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13817
13818         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13819         must be explicitly online rather than "not explicitly offline" for
13820         its flags to be synchronized.
13821
13822         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13823         that gnus-uu-unmark-thread will function correctly.
13824
13825         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13826         1024K is instead displayed as 1M.
13827
13828 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13829
13830         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13831
13832 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13833
13834         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13835
13836 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13837
13838         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13839         error message to display actual error condition.
13840         (gnus-agent-save-local): Avoid saving symbols that are bound to
13841         nil as they simply result in a warning message in
13842         gnus-agent-read-local.
13843
13844 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13847         rather than make-variable-buffer-local for file-precious-flag.
13848
13849 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13850
13851         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13852         for duplicates which are removed.  The invalid sort check then
13853         triggers a rescan after the sort as sorting may have moved
13854         duplicate entries such that they can be cheaply detected.
13855
13856 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13859
13860 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13861
13862         * gnus-agent.el (gnus-agent-article-alist-save-format):
13863         Change internal variable to a custom variable.  Change default value
13864         from compressed(2) to uncompressed(1).
13865         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13866         support for uncompressed agentview files.  Taken together, reading
13867         the agentview file should now be 6-7 times faster.
13868
13869 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13870
13871         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13872         as a buffer-local variable.  This avoids creating truncated
13873         dribble files as a result of a hang up, eg.
13874
13875 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13876
13877         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13878         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13879         XEmacs.
13880
13881 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * gnus-start.el (gnus-start-draft-setup):
13884         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13885
13886         * gnus.el (gnus-splash): Change custom group.
13887         (gnus-group-get-parameter, gnus-group-parameter-value):
13888         Describe allow-list argument.
13889
13890         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13891         string.
13892
13893 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * gnus-art.el (gnus-default-article-saver): Add user-defined
13896         `function' to custom type.
13897
13898 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13899
13900         * imap.el (imap-open): Handle case where buffer is a buffer
13901         object.
13902
13903 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13904
13905         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13906         long lines.
13907         (gnus-cache-delete-group): Wrap doc strings.
13908
13909         * gnus-agent.el (gnus-agent-rename-group)
13910         (gnus-agent-delete-group): Wrap doc strings.
13911
13912 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * messagexmas.el (message-use-toolbar): Change the valid values
13915         into default, top, bottom, left, and right.
13916         (message-toolbar-thickness): New variable.
13917         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13918         well.
13919         (message-setup-toolbar): Make it work.
13920
13921         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13922         (gnus-use-toolbar): Change the valid values into default, top,
13923         bottom, left, and right.
13924         (gnus-toolbar-thickness): New variable.
13925         (gnus-xmas-setup-toolbar): New function.
13926         (gnus-xmas-setup-group-toolbar): Use it.
13927         (gnus-xmas-setup-summary-toolbar): Use it.
13928
13929 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13930
13931         * gnus-start.el (gnus-1): Add "native" to
13932         gnus-predefined-server-alist.
13933
13934         * gnus.el (gnus-method-to-server): Don't add "native" to the
13935         lists here, because that leads to problems when
13936         gnus-select-method is bound.
13937
13938 2005-11-09  Simon Josefsson  <jas@extundo.com>
13939
13940         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13941         use (not sort-by-date) instead.
13942
13943 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13944
13945         * gnus-delay.el (gnus-delay-group): Don't autoload.
13946         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13947         to be re-loaded when customizing the `gnus-delay' group.
13948
13949 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13950
13951         * message.el: Revert last changes.
13952         (message-insert-citation-line): Use newlines.
13953
13954 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13955
13956         * message.el (message-courtesy-message)
13957         (message-mark-insert-begin, message-mark-insert-end)
13958         (message-elide-ellipsis, message-cancel-message)
13959         (message-add-header, message-change-subject)
13960         (message-cross-post-followup-to-header)
13961         (message-cross-post-insert-note, message-reduce-to-to-cc)
13962         (message-widen-reply, message-delete-not-region)
13963         (message-kill-to-signature, message-insert-signature)
13964         (message-insert-importance-high, message-insert-importance-low)
13965         (message-insert-or-toggle-importance)
13966         (message-insert-disposition-notification-to)
13967         (message-indent-citation, message-yank-original)
13968         (message-cite-original-without-signature, message-cite-original)
13969         (message-insert-citation-line, message-position-on-field)
13970         (message-fix-before-sending, message-send-mail-partially)
13971         (message-send-mail, message-send-mail-with-sendmail)
13972         (message-send-mail-with-qmail, message-send-news)
13973         (message-check-news-header-syntax, message-generate-headers)
13974         (message-insert-courtesy-copy, message-fill-address)
13975         (message-fill-header, message-shorten-references)
13976         (message-setup-1, message-cancel-news)
13977         (message-forward-make-body-plain, message-forward-make-body-mime)
13978         (message-forward-make-body-mml, message-encode-message-body)
13979         (message-forward-make-body-digest-plain)
13980         (message-forward-make-body-digest-mime)
13981         (message-use-alternative-email-as-from): Insert `hard-newline'
13982         instead of ordinary newlines.
13983
13984 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * message.el (message-generate-headers): Downcase the argument
13987         given to message-check-element.
13988
13989 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13990
13991         * nntp.el (nntp-authinfo-rejected): New error condition.
13992         (nntp-wait-for): Use new error condition to signal authentication
13993         error.
13994         (nntp-retrieve-data): Rethrow new error condition to break out of
13995         recursive call to nntp-send-authinfo.
13996
13997 2005-11-08  Romain Francoise  <romain@orebokech.com>
13998
13999         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14000         (gnus-summary-exit-map): Bind to `Z p'.
14001         (gnus-summary-make-menu-bar): Add menu item.
14002
14003 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14004
14005         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14006         (gnus-treat-*): Add `first' in all doc strings.
14007
14008         * gnus-group.el (gnus-group-compact-group): Fix typo.
14009
14010 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus.el (gnus-parameters-case-fold-search): New variable.
14013         (gnus-parameters-get-parameter): Use it.
14014
14015         * gnus-score.el (gnus-home-score-file): Doc fix.
14016
14017 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14018
14019         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14020
14021 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * mm-util.el (mm-special-display-p): New function.
14024
14025         * mml.el (mml-preview): Use it; doc fix.
14026
14027 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14028
14029         * imap.el (imap-open): Handle case where buffer is a buffer object.
14030
14031 2005-10-29  Romain Francoise  <romain@orebokech.com>
14032
14033         * message.el (message-fix-before-sending): Fix comment.
14034
14035 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14036
14037         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14038
14039 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14040
14041         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14042         Used in gnus-score.el.
14043
14044 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14047
14048 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14049
14050         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14051         whitespace removed in revision 7.8.  Use concatenated string to
14052         protect trailing whitespace.
14053
14054 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14055
14056         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14057         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14058         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14059         Courier IMAP ("some version from 2004").  Mostly based on similar
14060         code in the same function.
14061
14062 2005-10-26  Didier Verna  <didier@xemacs.org>
14063
14064         * gnus-group.el (gnus-group-compact-group): Invalidate original
14065         article buffer.
14066         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14067         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14068         NOV database and in article itself.
14069         Invalidate article backlog.
14070
14071 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14074
14075 2005-10-26  Simon Josefsson  <jas@extundo.com>
14076
14077         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14078         part of 2004-07-25 change.
14079
14080 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * message.el (message-display-completion-list): New function.
14083         (message-expand-group): Use it; make sure the Completions buffer
14084         is modifiable.
14085 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14086
14087         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14088         user-mail-name is an empty string.
14089
14090 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14093         depending on gnus-score-decay-constant.
14094
14095         * encrypt.el (encrypt-insert-file-contents)
14096         (encrypt-write-file-contents): Don't use `gnus-message'.
14097
14098         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14099         arguments.
14100         (mm-uu-type-alist): Add message-marks and insert-marks.
14101         Pass arguments to mm-uu-verbatim-marks-extract.
14102         (mm-uu-hide-markers): New variable.
14103         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14104
14105         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14106         (gnus-convert-image-to-face-command): Use "convert" by default to
14107         allow other input image formats.
14108         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14109         accordingly.
14110
14111 2005-10-23  Simon Josefsson  <jas@extundo.com>
14112
14113         * imap.el (imap-gssapi-program): Align command line parameters
14114         with latest GNU SASL.
14115         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14116
14117 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14118
14119         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14120         HTML.
14121         (nnslashdot-request-article): Ditto.
14122
14123         * lpath.el (featurep): Add nobreak-char-display.
14124
14125 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14126
14127         * mail-source.el (mail-source-fetch-pop): Require pop3.
14128         (mail-source-check-pop): Ditto.
14129
14130 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14133         errors.
14134
14135 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14138         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14139
14140         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14141
14142         * mm-bodies.el (mm-decode-string):
14143         Call `mm-charset-to-coding-system' with allow-override argument.
14144
14145 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14148         (rfc2047-charset-to-coding-system): New function.
14149         (rfc2047-decode-encoded-words): New function.
14150         (rfc2047-decode-region): Use them.
14151         (rfc2047-decode-cte): Remove.
14152         (rfc2047-parse-and-decode): Remove.
14153         (rfc2047-decode): Remove.
14154
14155 2005-10-15  Kenichi Handa  <handa@m17n.org>
14156
14157         * rfc2047.el (rfc2047-decode-cte): New function.
14158         (rfc2047-decode-region): Change the way to decode successive
14159         encoded-words: decode B- or Q-encoding in each encoded-word,
14160         concatenate them, and decode it as charset.
14161
14162 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * lpath.el: Fbind codepage-setup for XEmacs.
14165
14166 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14167
14168         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14169         widget-move-and-invoke.
14170         (gnus-custom-mode): Use gnus-custom-map.
14171
14172 2005-10-15  Bill Wohler  <wohler@newt.com>
14173
14174         * message.el (message-tool-bar-map): Rename image file from
14175         mail_send to mail/send.
14176
14177 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14178
14179         * message.el (message-expand-group): Pass the common
14180         prefix substring of completion to `display-completion-list'.
14181
14182 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * mml-sec.el (mml-secure-method): New internal variable.
14185         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14186         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14187         New functions using mml-secure-method.
14188
14189         * mml.el (mml-mode-map): Add key bindings for those functions.
14190         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14191         Harder <harder@myrealbox.com>.
14192         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14193         Goto end of message if point is the headers of the message.
14194
14195         * message.el (message-in-body-p): New function.
14196
14197         * assistant.el: Autoload gnus-util and netrc.
14198
14199         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14200         Use `mm-charset-override-alist' only when decoding.
14201
14202         * mm-bodies.el (mm-decode-body):
14203         Call `mm-charset-to-coding-system' with allow-override argument.
14204
14205         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14206         `filename' from Content-Disposition if Content-Type doesn't
14207         provide `name'.
14208         (gnus-mime-view-part-as-type): Set default instead of
14209         initial-input.
14210
14211 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14212
14213         * format-spec.el (format-spec): Propagate text properties of % spec.
14214
14215 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * gnus-art.el (gnus-treat-predicate): Add `first'.
14218
14219 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14220
14221         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14222         (mm-charset-override-alist): New variable.
14223         (mm-charset-to-coding-system): Use it.
14224         (mm-codepage-setup): New helper function.
14225         (mm-charset-eval-alist): New variable.
14226         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14227         Warn about unknown charsets.
14228
14229         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14230
14231 2005-10-04  David Hansen  <david.hansen@gmx.net>
14232
14233         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14234         (nnrss-check-group): Ditto.
14235
14236 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14239         Rename x-gnus-verbatim to x-verbatim.
14240         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14241
14242         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14243         x-verbatim.
14244
14245         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14246
14247         * gnus-util.el (gnus-remove-duplicates): Remove.
14248
14249         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14250         instead of gnus-remove-duplicates.
14251
14252         * message.el (message-remove-duplicates): Remove.
14253         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14254         message-remove-duplicates.
14255
14256         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14257         available, else use implementation from `delete-dups'.
14258
14259         * message.el (message-insert-expires): New function.
14260         (message-mode-map): Add key binding.
14261         (message-mode-field-menu): Add menu entry.
14262         (message-mode): Document it.
14263         (message-make-expires-date): Use `message-make-date'.
14264
14265 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14266
14267         * message.el (message-make-expires-date): New function.
14268
14269 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * Makefile.in (list-installed-shadows): New entry.
14272         (install): Use it.
14273         (remove-installed-shadows): New entry.
14274
14275         * dgnushack.el (dgnushack-default-load-path): New variable.
14276         (dgnushack-find-lisp-shadows): New function.
14277         (dgnushack-remove-lisp-shadows): New function.
14278
14279 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * Makefile.in (install-el-elc): New entry.
14282         (install): Use it so that .el files are necessarily installed.
14283
14284 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14287
14288 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14289
14290         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14291         function rather than the diff-mode.el package.
14292         (mm-display-external): Use with-current-buffer.
14293         (mm-viewer-completion-map, mm-viewer-completion-map):
14294         Move initialization inside declaration.
14295
14296 2005-09-29  Simon Josefsson  <jas@extundo.com>
14297
14298         * spam.el: Load hashcash when compiling, to avoid warnings.
14299         Don't autoload mail-check-payment.
14300         (spam-check-hashcash): Define unconditionally, since hashcash.el
14301         is part of Gnus now.  Ignore errors from payment checking.
14302
14303 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14304
14305         * message.el (message-bold-region, message-unbold-region):
14306         Rename from `bold-region' and `unbold-region'.
14307
14308         * message.el: Remove useless autoloads.
14309
14310 2005-09-28  Simon Josefsson  <jas@extundo.com>
14311
14312         * message.el (message-use-idna): Default to t.
14313         (message-use-idna): Test whether encoding works too.  Doc fix.
14314
14315 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14316
14317         * nntp.el (nntp-warn-about-losing-connection): Remove.
14318
14319 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14322         customizable.  Change default value.
14323         (mm-uu-diff-groups-regexp): Change default value.
14324         (mm-uu-type-alist): Add doc string.
14325         (mm-uu-configure): Add doc string.  Make it interactive.
14326         (mm-uu-tex-groups-regexp): New variable.
14327         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14328         (mm-uu-type-alist): Add LaTeX documents.
14329         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14330         of "text/verbatim".
14331         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14332
14333         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14334         instead of "text/verbatim".
14335
14336         * message.el (message-mark-inserted-region)
14337         (message-mark-insert-file): Use slrn style marks when called with
14338         prefix argument.
14339
14340 2005-09-27  Simon Josefsson  <jas@extundo.com>
14341
14342         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14343
14344 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14345
14346         * message.el (message-remove-duplicates): New function.
14347         Implementation borrowed from `gnus-remove-duplicates'.
14348         (message-idna-to-ascii-rhs): Also encode idna addresses in
14349         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14350         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14351         only ask about the same idna domain once per header and also tell
14352         in what header to replace the idna domain.
14353
14354         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14355         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14356         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14357         a header is decoded and not just the last one.
14358
14359 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14362         has been decoded.
14363
14364         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14365         (mm-insert-part): Don't modify text if it has been decoded.
14366
14367         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14368         decoded.
14369
14370         * mm-view.el (mm-inline-text): Don't strip text props unless
14371         decoding enriched or richtext parts.
14372
14373 2005-09-25  Romain Francoise  <romain@orebokech.com>
14374
14375         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14376         * gnus-start.el (gnus-subscribe-interactively):
14377         * gnus-uu.el (gnus-uu-grab-articles):
14378         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14379         space.
14380
14381 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14382
14383         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14384         * mm-view.el (mm-view-pkcs7-decrypt):
14385         * gnus-sum.el (gnus-summary-limit-to-extra)
14386         (gnus-summary-respool-article, gnus-read-move-group-name):
14387         * gnus-score.el (gnus-summary-increase-score):
14388         * gnus-util.el (gnus-completing-read-with-default):
14389         * gnus-art.el (gnus-read-save-file-name)
14390         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14391         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14392         * message.el (message-check-news-header-syntax):
14393         Follow convention for reading with the minibuffer.
14394
14395 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14396
14397         * spam-report.el (spam-report-url-ping-plain):
14398         Use gnus-extended-version as User-Agent.
14399
14400         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14401         default value is nil.
14402
14403         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14404         (mm-uu-verbatim-marks-extract): New function.
14405         (mm-uu-extract): New face.
14406         (mm-uu-copy-to-buffer): Use it.
14407
14408         * spam-report.el (spam-report-gmane-ham): Rename from
14409         `spam-report-gmane-unspam'.
14410         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14411         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14412
14413         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14414         Autoload.
14415         (spam-report-gmane-unregister-routine):
14416         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14417
14418 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14419
14420         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14421         (spam-report-gmane-unregister-routine): Add support for gmane
14422         unregistration.
14423
14424         * spam-report.el (spam-report-gmane-unspam)
14425         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14426         (spam-report-gmane): Change to take a single article and do unspam
14427         registration.
14428
14429 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * mm-url.el (mm-url-decode-entities): Fix regexp.
14432
14433 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14434
14435         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14436         default to nil, to be able to use Gnus at all.  If the default
14437         switches to something else, then the function should be fixed not
14438         be exceedingly slow.
14439
14440 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14441
14442         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14443         fail hard.
14444
14445         * spam-report.el: Add better Keywords line.
14446
14447         * spam.el: Add Maintainer and better Keywords line.
14448
14449 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * gnus-art.el (gnus-article-replace-part)
14452         (gnus-mime-replace-part): New functions.
14453         (gnus-mime-action-alist, gnus-mime-button-commands)
14454         (gnus-mime-save-part-and-strip): Add file argument.
14455         (gnus-article-part-wrapper): Add interactive argument.
14456
14457         * gnus-sum.el (gnus-summary-mime-map):
14458         Add `gnus-article-replace-part'.
14459
14460 2005-09-19  Didier Verna  <didier@xemacs.org>
14461
14462         The nnml compaction feature:
14463         * nnml.el (nnml-request-compact-group): New function.
14464         * nnml.el (nnml-request-compact): New function.
14465         * gnus-int.el (gnus-request-compact-group): New function.
14466         * gnus-int.el (gnus-request-compact): New function.
14467         * gnus-group.el (gnus-group-compact-group): New function.
14468         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14469         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14470         * gnus-srvr.el (gnus-server-compact-server): New function.
14471         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14472         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14473
14474 2005-09-18  Deepak Goel  <deego@gnufans.org>
14475
14476         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14477         format spec.
14478
14479 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14482
14483 2005-09-15  Romain Francoise  <romain@orebokech.com>
14484
14485         * message.el (message-fill-paragraph): Clarify docstring.
14486
14487 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * gnus-art.el (gnus-mime-display-part): Protect against broken
14490         MIME messages.
14491
14492 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14495         before parsing header.
14496
14497 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14498
14499         * html2text.el (html2text-replace-list): Add new entities.
14500
14501 2005-09-11  Romain Francoise  <romain@orebokech.com>
14502
14503         * message.el (message-alternative-emails): Improve docstring.
14504         (message-setup-1): Call `message-use-alternative-email-as-from'
14505         after `message-setup-hook' to give it precedence over posting
14506         styles, etc.
14507         (message-use-alternative-email-as-from): Add docstring.
14508         Remove the original From header if present.
14509
14510         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14511         (nnml-save-mail): Use it.
14512
14513         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14514         articles.  Add new argument `silent'.
14515         (gnus-uu-mark-all): Report the total number of marked articles.
14516
14517 2005-09-10  Romain Francoise  <romain@orebokech.com>
14518
14519         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14520         (gnus-uu-mark-series): Likewise.
14521
14522 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * spam-report.el (spam-report-gmane): Fix generation of spam
14525         report URL.
14526
14527 2005-09-10  Simon Josefsson  <jas@extundo.com>
14528
14529         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14530         t, based on discussion on the ding list with Robert Epprecht
14531         <epprecht@solnet.ch>.
14532
14533 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * spam-report.el (spam-report-gmane): Make it work without
14536         X-Report-Spam header.  Gmane now only provides Archived-At.
14537         This is only used if `spam-report-gmane-use-article-number' is nil.
14538         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14539
14540         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14541         make `gnus-summary-sort-by-recipient' work with threading.
14542
14543         * nnweb.el (nnweb-google-wash-article): Print a message if article
14544         is not available.
14545
14546 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14547
14548         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14549         change.  Decode text/* parts content before displaying.
14550
14551 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14554
14555 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14558
14559         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14560         url-package-name, url-package-version,
14561         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14562         w3m-display-inline-images, and w3m-minor-mode-map.
14563
14564 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * message.el (message-tab-body-function): Fix mismatched custom type.
14567
14568         * gnus.el (gnus-group-change-level-function): Ditto.
14569
14570         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14571
14572         * gnus-art.el (gnus-signature-limit)
14573         (gnus-article-mime-part-function): Ditto.
14574
14575 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * mml.el (mml-mode): Silence the byte compiler.
14578
14579         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14580         using `(sit-for 0)' before moving the point to the specified part;
14581         skip unbuttonized parts.
14582         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14583         return to the summary window if gnus-auto-select-part is non-nil.
14584
14585 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14586
14587         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14588         New variables.
14589         (mml-dnd-attach-file, mml-mode): Use them.
14590
14591         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14592         Make fetching article by MID work again for Google Groups.
14593         Add FIXME concerning gnus-group-make-web-group.
14594
14595         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14596         Don't depend on Gnus by using mail-extract-address-components if
14597         gnus-extract-address-components is not bound.
14598
14599 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14600
14601         * gnus-art.el (gnus-mime-display-security): Don't display the
14602         signature, but only the signed part.
14603
14604 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14607
14608         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14609         list, not listp.
14610
14611 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14612
14613         * mm-encode.el (mm-encode-content-transfer-encoding):
14614         Likewise when encoding.
14615
14616         * mm-bodies.el (mm-decode-content-transfer-encoding):
14617         De-canonicalize CRLF for all text content types, not just
14618         text/plain.
14619
14620 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14623         valid article; point arrow and cursor at the MIME button.
14624
14625 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14628         Suggested by Dan Christensen <jdc@uwo.ca>.
14629
14630         * mm-decode.el (mm-save-part): Enable change of prompt.
14631
14632 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14633
14634         * gnus-msg.el (gnus-inews-add-send-actions):
14635         Make `message-post-method' lambda parameter ARG `&optional'.
14636
14637 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14638
14639         * gnus-sum.el (gnus-summary-mime-map):
14640         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14641         gnus-article-jump-to-part.
14642
14643         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14644         (gnus-article-edit-part): Use it.
14645         (gnus-article-part-wrapper): Add no-handle argument.
14646         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14647         New functions.
14648
14649 2005-08-29  Romain Francoise  <romain@orebokech.com>
14650
14651         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14652         docstring.
14653         (gnus-face-from-file): Likewise.
14654
14655 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14656
14657         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14658         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14659         non-nil.
14660         (gnus-auto-select-part): New variable.
14661         (gnus-article-jump-to-part): New function.
14662         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14663         (gnus-mime-delete-part): Allow selecting specified part after
14664         deleting or stripping parts.
14665         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14666         part if argument is bogus.
14667
14668 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14669
14670         * gnus-art.el (w3m-minor-mode-map):
14671         * gnus-spec.el (gnus-newsrc-file-version):
14672         * gnus-util.el (nnmail-active-file-coding-system)
14673         (gnus-original-article-buffer, gnus-user-agent):
14674         * gnus.el (gnus-ham-process-destinations)
14675         (gnus-parameter-ham-marks-alist)
14676         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14677         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14678         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14679         * mm-decode.el (gnus-current-window-configuration):
14680         * mm-extern.el (gnus-article-mime-handles):
14681         * mm-url.el (url-current-object, url-package-name)
14682         (url-package-version):
14683         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14684         (smime-keys, w3m-cid-retrieve-function-alist)
14685         (w3m-current-buffer, w3m-display-inline-images)
14686         (w3m-minor-mode-map):
14687         * mml-smime.el (gnus-extract-address-components):
14688         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14689         (gnus-newsrc-hashtb, message-default-charset)
14690         (message-deletable-headers, message-options)
14691         (message-posting-charset, message-required-mail-headers)
14692         (message-required-news-headers):
14693         * mml1991.el (mc-pgp-always-sign):
14694         * mml2015.el (mc-pgp-always-sign):
14695         * nnheader.el (nnmail-extra-headers):
14696         * rfc1843.el (gnus-decode-encoded-word-function)
14697         (gnus-decode-header-function, gnus-newsgroup-name):
14698         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14699
14700 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14701
14702         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14703         the end of the date treatments.
14704
14705 2005-08-15  Simon Josefsson  <jas@extundo.com>
14706
14707         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14708         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14709         Capello and Romain Francoise.
14710         (pgg-fetch-key-function): Remove, not used?
14711         (pgg-insert-url-with-w3): Require url, to get
14712         url-insert-file-contents regardless of where it is defined.
14713
14714 2005-08-13  Romain Francoise  <romain@orebokech.com>
14715
14716         * message.el (message-cite-original-1): New function.
14717         (message-cite-original): Use it.
14718         (message-cite-original-without-signature): Ditto.
14719
14720 2005-08-08  Romain Francoise  <romain@orebokech.com>
14721
14722         * message.el (message-yank-empty-prefix): New variable.
14723         (message-indent-citation): Use it.
14724         (message-cite-original-without-signature): Respect X-No-Archive.
14725
14726 2005-08-08  Simon Josefsson  <jas@extundo.com>
14727
14728         * pgg.el: Autoload url-insert-file-contents instead of loading
14729         w3/url.
14730         (pgg-insert-url-with-w3): Don't load url here.
14731
14732 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14733
14734         * message.el (message-kill-to-signature): Don't insert newline at
14735         bol.
14736         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14737
14738 2005-08-06  Romain Francoise  <romain@orebokech.com>
14739
14740         * message.el (message-user-fqdn): Fix typo in docstring.
14741
14742 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14743
14744         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14745
14746         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14747
14748 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * mm-bodies.el (mm-encode-body): Use coding system rather than
14751         charset to encode text.
14752
14753         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14754         number of charsets if utf-8 is available (XEmacs).
14755
14756 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14759         taken from `gnus-button-mid-or-mail-regexp'.
14760         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14761         (gnus-button-alist): Improve regexp for domain part of the MIDs
14762         for news:localpart@domain buttons.
14763         (gnus-button-ctan-directory-regexp): Update.
14764
14765 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * sieve-manage.el (sieve-manage-interactive-login):
14768         Use make-local-variable rather than make-variable-buffer-local.
14769         (sieve-manage-open): Ditto.
14770         (sieve-manage-authenticate): Ditto.
14771
14772         * mml.el (mml-generate-mime-1): Make the content type default to
14773         text/plain if the filename is not specified.
14774
14775 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14778         instead of insert-buffer.
14779
14780         * message.el (message-yank-original): Ditto; set the mark at the
14781         end of the yanked message.
14782
14783 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14784
14785         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14786         lines to scroll rather than to stop it.
14787
14788         * mml.el (mml-generate-default-type): Add doc string.
14789         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14790         default to application/octet-stream when determining the content
14791         type if it is not specified for the part or the mml contents; add
14792         a comment about mml-generate-default-type.
14793
14794 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14795
14796         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14797         make it default to application/octet-stream when determining the
14798         content type if it is not specified for the external contents.
14799
14800 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14803         segmented parameter but also other parameters might be there.
14804
14805 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * mm-decode.el (mm-display-external): Delete temp file, directory
14808         and buffer immediately if the external process is exited.
14809
14810 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14813         fewer lines than that of scroll-margin.
14814         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14815
14816 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * gnus-art.el (gnus-article-next-page): Revert.
14819         (gnus-article-beginning-of-window): New macro.
14820         (gnus-article-next-page-1): Use it.
14821         (gnus-article-prev-page): Ditto.
14822         (gnus-article-edit-part): Use insert-buffer-substring instead of
14823         insert-buffer.
14824         (gnus-article-edit-exit): Ditto.
14825
14826         * gnus-util.el (gnus-beginning-of-window): Remove.
14827         (gnus-end-of-window): Remove.
14828
14829         * lpath.el: Don't bind header-line-format and scroll-margin.
14830
14831 2005-07-25  Simon Josefsson  <jas@extundo.com>
14832
14833         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14834         to have the url package without w3.  Reported by Daiki Ueno
14835         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14836
14837 2005-07-20  Didier Verna  <didier@xemacs.org>
14838
14839         * gnus-diary.el: Remove the description comment (nndiary is now
14840         properly documented in the Gnus manual).
14841         Fix the spelling of "Back End".
14842         * nndiary.el: Ditto.
14843         Fix the copyright notice.
14844
14845 2005-07-18  Romain Francoise  <romain@orebokech.com>
14846
14847         * gnus-sum.el (gnus-summary-to-prefix)
14848         (gnus-summary-newsgroup-prefix): New variables.
14849         (gnus-summary-from-or-to-or-newsgroups): Use them.
14850
14851 2005-07-17  Romain Francoise  <romain@orebokech.com>
14852
14853         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14854         space as it's generally not especially interesting to the user.
14855
14856 2005-07-16  Romain Francoise  <romain@orebokech.com>
14857
14858         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14859         nil to avoid prompting and file modification if one of the
14860         messages at the top of the nnfolder file contains a copyright
14861         notice.
14862         Update copyright notice.
14863
14864         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14865         instead of `current-time-string' as the latter creates a time
14866         string that is not RFC 2822 compliant (it lacks the zone).
14867         Update copyright notice.
14868
14869 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14870
14871         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14872         for text/rtf.  Display default in prompt.  Pass default for M-n.
14873
14874         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14875
14876 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14877
14878         * gnus-msg.el (gnus-button-mailto):
14879         Remove save-selected-window-window hackery because it relies on
14880         save-selected-window internals.
14881
14882 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14885         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14886         (gnus-article-prev-page): Ditto.
14887
14888         * gnus-util.el (gnus-beginning-of-window): New function.
14889         (gnus-end-of-window): New function.
14890
14891         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14892
14893 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14894
14895         * gnus-score.el (gnus-score-edit-all-score):
14896         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14897         gnus-message.
14898
14899 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14900
14901         * gnus-msg.el (gnus-button-mailto):
14902         Remove save-selected-window-window hackery because it relies on
14903         save-selected-window internals.
14904
14905 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14908         add-minor-mode.
14909         (gnus-binary-mode): Ditto.
14910
14911         * gnus-topic.el (gnus-topic-mode): Ditto.
14912
14913 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14914
14915         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14916         (gnus-article-prev-page): Take scroll-margin into consideration.
14917
14918 2005-07-04  Lute Kamstra  <lute@gnu.org>
14919
14920         Update FSF's address in GPL notices.
14921
14922 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14923
14924         * gnus.el (gnus-exit):
14925         * gnus-group.el (gnus-group-icons):
14926         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14927
14928         * gnus-nocem.el (gnus-nocem):
14929         * message.el (message-various, message-buffers, message-sending)
14930         (message-interface, message-forwarding, message-insertion)
14931         (message-headers, message-news, message-mail):
14932         * pgg-gpg.el (pgg-gpg):
14933         * pgg-parse.el (pgg-parse):
14934         * pgg-pgp.el (pgg-pgp):
14935         * pgg-pgp5.el (pgg-pgp5):
14936         * pop3.el (pop3): Finish `defgroup' description with period.
14937
14938 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * gnus-art.el (article-display-face): Improve the efficiency.
14941         (article-display-x-face): Ditto; remove grey x-face stuff.
14942
14943 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-art.el (article-display-face): Correct the position in
14946         which Faces are inserted.
14947
14948 2005-06-29  Didier Verna  <didier@xemacs.org>
14949
14950         * gnus-art.el (article-display-face): Display faces in correct
14951         order.
14952
14953 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14956         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14957         (gnus-nocem-check-article): Fetch the Type header.
14958         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14959         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14960         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14961         make sure gnus-nocem-hashtb is initialized.
14962         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14963         (gnus-nocem-unwanted-article-p): Ditto.
14964
14965         * pgg.el (pgg-verify): Return the verification result.
14966
14967 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14968
14969         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14970         is ascii.
14971
14972 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14973
14974         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14975         `show-nonbreak-escape'.
14976
14977 2005-06-23  Lute Kamstra  <lute@gnu.org>
14978
14979         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14980
14981         * dig.el (dig-mode):
14982         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14983
14984 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14985
14986         * nnimap.el (nnimap-split-download-body): Fix spellings.
14987
14988 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14989
14990         * gnus-art.el (gnus-article-encrypt-body):
14991         * gnus-cus.el (gnus-score-customize):
14992         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14993         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14994
14995 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14996
14997         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14998         header by looking for magic "MII" at the beginnig.
14999
15000 2005-06-16  Miles Bader  <miles@gnu.org>
15001
15002         * gnus-xmas.el (gnus-xmas-group-startup-message):
15003         Use renamed gnus-splash face.
15004
15005         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15006         (assistant-field-face): New backward-compatibility alias for renamed
15007         face.
15008         (assistant-render-text): Use renamed assistant-field face.
15009
15010         * spam.el (spam): Remove "-face" suffix from face name.
15011         (spam-face): New backward-compatibility alias for renamed face.
15012         (spam-face, spam-initialize): Use renamed spam face.
15013
15014         * message.el (message-header-to, message-header-cc)
15015         (message-header-subject, message-header-newsgroups)
15016         (message-header-other, message-header-name)
15017         (message-header-xheader, message-separator, message-cited-text)
15018         (message-mml): Remove "-face" suffix from face names.
15019         (message-header-to-face, message-header-cc-face)
15020         (message-header-subject-face, message-header-newsgroups-face)
15021         (message-header-other-face, message-header-name-face)
15022         (message-header-xheader-face, message-separator-face)
15023         (message-cited-text-face, message-mml-face):
15024         New backward-compatibility aliases for renamed faces.
15025         (message-font-lock-keywords): Use renamed message faces.
15026
15027         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15028         (sieve-test-commands, sieve-tagged-arguments):
15029         Remove "-face" suffix from face names.
15030         (sieve-control-commands-face, sieve-action-commands-face)
15031         (sieve-test-commands-face, sieve-tagged-arguments-face):
15032         New backward-compatibility aliases for renamed faces.
15033         (sieve-control-commands-face, sieve-action-commands-face)
15034         (sieve-test-commands-face, sieve-tagged-arguments-face):
15035         Use renamed sieve faces.
15036
15037         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15038         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15039         (gnus-group-news-3-empty, gnus-group-news-4)
15040         (gnus-group-news-4-empty, gnus-group-news-5)
15041         (gnus-group-news-5-empty, gnus-group-news-6)
15042         (gnus-group-news-6-empty, gnus-group-news-low)
15043         (gnus-group-news-low-empty, gnus-group-mail-1)
15044         (gnus-group-mail-1-empty, gnus-group-mail-2)
15045         (gnus-group-mail-2-empty, gnus-group-mail-3)
15046         (gnus-group-mail-3-empty, gnus-group-mail-low)
15047         (gnus-group-mail-low-empty, gnus-summary-selected)
15048         (gnus-summary-cancelled, gnus-summary-high-ticked)
15049         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15050         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15051         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15052         (gnus-summary-low-undownloaded)
15053         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15054         (gnus-summary-low-unread, gnus-summary-normal-unread)
15055         (gnus-summary-high-read, gnus-summary-low-read)
15056         (gnus-summary-normal-read, gnus-splash):
15057         Remove "-face" suffix from face names.
15058         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15059         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15060         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15061         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15062         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15063         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15064         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15065         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15066         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15067         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15068         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15069         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15070         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15071         (gnus-summary-normal-ticked-face)
15072         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15073         (gnus-summary-normal-ancient-face)
15074         (gnus-summary-high-undownloaded-face)
15075         (gnus-summary-low-undownloaded-face)
15076         (gnus-summary-normal-undownloaded-face)
15077         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15078         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15079         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15080         (gnus-splash-face):
15081         New backward-compatibility aliases for renamed faces.
15082         (gnus-group-startup-message): Use renamed gnus faces.
15083
15084         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15085         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15086         (gnus-server-agent): Remove "-face" suffix from face names.
15087         (gnus-server-agent-face, gnus-server-opened-face)
15088         (gnus-server-closed-face, gnus-server-denied-face)
15089         (gnus-server-offline-face):
15090         New backward-compatibility aliases for renamed faces.
15091         (gnus-server-agent-face, gnus-server-opened-face)
15092         (gnus-server-closed-face, gnus-server-denied-face)
15093         (gnus-server-offline-face): Use renamed gnus faces.
15094
15095         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15096         Remove "-face" suffix from face names.
15097         (gnus-picon-xbm-face, gnus-picon-face):
15098         New backward-compatibility aliases for renamed faces.
15099
15100         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15101         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15102         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15103         (gnus-cite-11): Remove "-face" suffix from face names.
15104         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15105         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15106         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15107         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15108         New backward-compatibility aliases for renamed faces.
15109         (gnus-cite-attribution-face, gnus-cite-face-list)
15110         (gnus-article-boring-faces): Use renamed gnus faces.
15111
15112         * gnus-art.el (gnus-signature, gnus-header-from)
15113         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15114         (gnus-header-content): Remove "-face" suffix from face names.
15115         (gnus-signature-face, gnus-header-from-face)
15116         (gnus-header-subject-face, gnus-header-newsgroups-face)
15117         (gnus-header-name-face, gnus-header-content-face):
15118         New backward-compatibility aliases for renamed faces.
15119         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15120
15121         * gnus-sum.el (gnus-summary-selected-face)
15122         (gnus-summary-highlight): Use renamed gnus faces.
15123         * gnus-group.el (gnus-group-highlight): Likewise.
15124
15125 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15126
15127         * gnus-sieve.el (gnus-sieve-article-add-rule):
15128         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15129         * spam-stat.el (spam-stat-buffer-change-to-spam)
15130         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15131
15132         * message.el (message-is-yours-p):
15133         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15134
15135 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * mm-view.el (mm-inline-text): Withdraw the last change.
15138
15139 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15142         executing enriched-decode.
15143
15144 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15147         charset of tar files.
15148
15149 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15150
15151         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15152
15153 2005-06-04  Lute Kamstra  <lute@gnu.org>
15154
15155         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15156         information is never recorded.
15157
15158 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15159
15160         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15161
15162 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * pop3.el (pop3-apop): Run md5 in the binary mode.
15165
15166         * starttls.el (starttls-set-process-query-on-exit-flag):
15167         Use eval-and-compile.
15168
15169 2005-05-31  Simon Josefsson  <jas@extundo.com>
15170
15171         * smime.el (smime-replace-in-string): Define.
15172         (smime-cert-by-ldap-1): Use it.
15173
15174 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * gnus-art.el (article-display-x-face): Replace
15177         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15178
15179         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15180         set-process-query-on-exit-flag or process-kill-without-query.
15181
15182         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15183         loop instead of replace-regexp.
15184
15185         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15186         instead of process-kill-without-query if it is available.
15187
15188         * lpath.el: Fbind ldap-search-entries.
15189
15190         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15191         instead of find-file-hooks if it is available.
15192
15193         * mml1991.el: Bind pgg-default-user-id when compiling.
15194
15195         * mml2015.el: Bind pgg-default-user-id when compiling.
15196
15197         * nndraft.el (nndraft-request-associate-buffer):
15198         Use write-contents-functions instead of write-contents-hooks if it is
15199         available.
15200
15201         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15202         instead of find-file-hooks if it is available.
15203
15204         * nntp.el (nntp-open-connection): Replace
15205         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15206         (nntp-open-ssl-stream): Ditto.
15207         (nntp-open-tls-stream): Ditto.
15208
15209         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15210         set-process-query-on-exit-flag or process-kill-without-query.
15211         (starttls-open-stream-gnutls): Use it instead of
15212         process-kill-without-query.
15213         (starttls-open-stream): Ditto.
15214
15215 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15216
15217         * smime.el (smime-cert-by-ldap-1): Don't use
15218         replace-regexp-in-string.
15219
15220 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15221
15222         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15223
15224         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15225         in PEM format.  Adjust to the XEmacs compability.
15226
15227 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15230         by `string-to-number'.
15231         * gnus-agent.el (gnus-agent-regenerate-group)
15232         (gnus-agent-fetch-articles): Ditto.
15233         * gnus-art.el (gnus-button-fetch-group): Ditto.
15234         * gnus-cache.el (gnus-cache-generate-active)
15235         (gnus-cache-articles-in-group): Ditto.
15236         * gnus-group.el (gnus-group-set-current-level)
15237         (gnus-group-insert-group-line): Ditto.
15238         * gnus-score.el (gnus-score-set-expunge-below)
15239         (gnus-score-set-mark-below, gnus-summary-score-effect)
15240         (gnus-summary-score-entry): Ditto.
15241         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15242         (gnus-soup-pack): Ditto.
15243         * gnus-spec.el (gnus-xmas-format): Ditto.
15244         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15245         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15246         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15247         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15248         * nndb.el (nndb-get-remote-expire-response): Ditto.
15249         * nndiary.el (nndiary-parse-schedule-value)
15250         (nndiary-string-to-number, nndiary-request-replace-article)
15251         (nndiary-request-article): Ditto.
15252         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15253         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15254         * nneething.el (nneething-make-head): Ditto.
15255         * nnfolder.el (nnfolder-request-article)
15256         (nnfolder-retrieve-headers): Ditto.
15257         * nnheader.el (nnheader-file-to-number): Ditto.
15258         * nnkiboze.el (nnkiboze-request-article): Ditto.
15259         * nnmail.el (nnmail-process-unix-mail-format)
15260         (nnmail-process-babyl-mail-format): Ditto.
15261         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15262         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15263         (nnmh-request-create-group, nnmh-request-list-1)
15264         (nnmh-request-group, nnmh-request-article): Ditto.
15265         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15266         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15267         * nnsoup.el (nnsoup-make-active): Ditto.
15268         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15269         * nntp.el (nntp-find-group-and-number)
15270         (nntp-retrieve-headers-with-xover): Ditto.
15271         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15272         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15273         (pgg-format-key-identifier): Ditto.
15274         * pop3.el (pop3-last, pop3-stat): Ditto.
15275         * qp.el (quoted-printable-decode-region): Ditto.
15276
15277         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15278         of concat.
15279
15280 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15283
15284         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15285
15286         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15287
15288         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15289
15290         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15291
15292         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15293
15294         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15295         (gnus-carpal-mode): Ditto.
15296
15297         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15298         (gnus-browse-mode): Ditto.
15299
15300         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15301
15302         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15303
15304 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15305
15306         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15307
15308 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * gnus-util.el (gnus-run-mode-hooks): New function.
15311
15312         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15313
15314         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15315         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15316
15317 2005-05-27  Lute Kamstra  <lute@gnu.org>
15318
15319         * dns-mode.el (dns-mode): Specify customization group.
15320
15321 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15322
15323         * gnus-agent.el (gnus-agent-make-mode-line-string):
15324         Use mode-line-highlight as mouse-face.
15325
15326 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * canlock.el (canlock): Change the parent group to news.
15329
15330         * deuglify.el (gnus-outlook-deuglify): Add :group.
15331
15332         * dig.el (dig): Add :group.
15333
15334         * dns-mode.el (dns-mode): Add :group.
15335
15336         * encrypt.el (encrypt): Add :group.
15337
15338         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15339         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15340         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15341         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15342         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15343
15344         * gnus-diary.el (gnus-diary): Add :group.
15345
15346         * gnus.el (gnus-group-news-1-face): Add :group.
15347         (gnus-group-news-1-empty-face): Ditto.
15348         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15349         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15350         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15351         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15352         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15353         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15354         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15355         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15356         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15357         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15358         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15359         (gnus-summary-high-ticked-face): Ditto.
15360         (gnus-summary-low-ticked-face): Ditto.
15361         (gnus-summary-normal-ticked-face): Ditto.
15362         (gnus-summary-high-ancient-face): Ditto.
15363         (gnus-summary-low-ancient-face): Ditto.
15364         (gnus-summary-normal-ancient-face): Ditto.
15365         (gnus-summary-high-undownloaded-face): Ditto.
15366         (gnus-summary-low-undownloaded-face): Ditto.
15367         (gnus-summary-normal-undownloaded-face): Ditto.
15368         (gnus-summary-high-unread-face): Ditto.
15369         (gnus-summary-low-unread-face): Ditto.
15370         (gnus-summary-normal-unread-face): Ditto.
15371         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15372         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15373
15374         * hashcash.el (hashcash): New custom group.
15375         (hashcash-default-payment): Add :group.
15376         (hashcash-payment-alist): Ditto.
15377         (hashcash-default-accept-payment): Ditto.
15378         (hashcash-accept-resources): Ditto.
15379         (hashcash-path): Ditto.
15380         (hashcash-extra-generate-parameters): Ditto.
15381         (hashcash-double-spend-database): Ditto.
15382         (hashcash-in-news): Ditto.
15383
15384         * message.el (message-minibuffer-local-map): Add :group.
15385
15386         * netrc.el (netrc): Add :group.
15387
15388         * sieve-manage.el (sieve-manage-log): Add :group.
15389         (sieve-manage-default-user): Diito.
15390         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15391         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15392         (sieve-manage-authenticators): Ditto.
15393         (sieve-manage-authenticator-alist): Ditto.
15394         (sieve-manage-default-port): Ditto.
15395
15396         * sieve-mode.el (sieve-control-commands-face): Add :group.
15397         (sieve-action-commands-face): Ditto.
15398         (sieve-test-commands-face): Ditto.
15399         (sieve-tagged-arguments-face): Ditto.
15400
15401         * smime.el (smime): Add :group.
15402
15403         * spam-report.el (spam-report): Add :group.
15404
15405         * spam.el (spam, spam-face): Add :group.
15406
15407 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15408
15409         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15410         return \n.\n.\n at the end of articles.  Protect against that.
15411         (nntp-with-open-group): Allow debugging.
15412
15413         * nnheader.el (mail-header-set-extra): Make into a function
15414         because I just could't understand how to quote the list properly.
15415
15416         * dns.el (query-dns-cached): New function.
15417
15418 2005-05-26  Lute Kamstra  <lute@gnu.org>
15419
15420         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15421
15422 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15423
15424         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15425
15426         * gnus-art.el: Don't autoload mail-extract-address-components.
15427
15428         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15429         eval-and-compile to evaluate it.
15430
15431         * hashcash.el: Don't autoload executable-find.
15432
15433         * nndb.el: Don't declare the nndb back end two or more times; don't
15434         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15435
15436         * nntp.el: Autoload format-spec instead of format; use
15437         eval-and-compile to evaluate autoload forms.
15438
15439 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15440
15441         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15442
15443 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15444
15445         * gnus.el (gnus-version-number): Bump version.
15446
15447 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15448
15449         * gnus.el: No Gnus v0.3 is released.
15450
15451 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15452
15453         * lpath.el (featurep): Bind show-nonbreak-escape.
15454
15455 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-art.el (gnus-article-edit-part): Disable undo.
15458
15459 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15462         gnus-article-date-lapsed-new-header is t if date timer is active;
15463         skip headers in which the original date value is empty.
15464         (gnus-article-save-original-date): Redefine it as a macro.
15465         (gnus-display-mime): Use it.
15466
15467 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-art.el (article-date-ut): Support converting date in
15470         forwarded parts as well.
15471         (gnus-article-save-original-date): New function.
15472         (gnus-display-mime): Use it.
15473
15474 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15475
15476         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15477         enclosure element of <item>.
15478
15479 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15480
15481         * message.el (message-kill-buffer-query): Rename from
15482         `message-kill-buffer-query-if-modified'.  Add :version.
15483
15484 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15487         window layout.
15488
15489 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * mml.el: Autoload dnd when compiling.
15492
15493 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15494
15495         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15496         x-dnd-*.
15497
15498 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * qp.el (quoted-printable-encode-region): Save excursion.
15501
15502 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15503
15504         * message.el (message-kill-buffer-query-if-modified): Add new variable
15505         so the user can kill a modified message buffer quickly.
15506         (message-kill-buffer): Use it.
15507
15508 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * lpath.el: Fbind display-time-event-handler; don't fbind
15511         string-to-multibyte.
15512
15513         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15514
15515 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15518         contained in text because xml.el decodes entities) with LFs.
15519
15520 2005-04-11  Lute Kamstra  <lute@gnu.org>
15521
15522         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15523         differently.
15524
15525 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15526
15527         * mm-util.el (mm-detect-coding-region): Typo.
15528
15529 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15532
15533 2005-04-06  Deepak Goel  <deego@gnufans.org>
15534
15535         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15536         user-function allow user modifications of the scores.
15537         (spam-stat-score-buffer-user): New function, to allow
15538         user-computed modifications to the score.
15539         (spam-stat-score-buffer-user-functions): List of additional
15540         scoring functions.
15541         (spam-stat-error-holder): Global temporary error holder.
15542         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15543         variable.
15544
15545 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15546
15547         * gnus-registry.el (gnus-registry-clean-empty-function)
15548         (gnus-registry-trim, gnus-registry-fetch-groups)
15549         (gnus-registry-delete-group): Groups that match
15550         `gnus-registry-ignored-groups' are removed from the registry
15551         entries, not just ignored for splitting.  This helps clean up the
15552         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15553         to get all the groups a message ID is in.
15554
15555         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15556         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15557         (spam-stat-score-buffer-user-functions): Add :number custom type.
15558
15559 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15560
15561         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15562         argument in XEmacs.
15563
15564         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15565         (nnrss-request-group): Decode group name first.
15566         (nnrss-request-article): Make a text/plain article if mml-to-mime
15567         failed.
15568         (nnrss-get-encoding): Return a compatible encoding according to
15569         nnrss-compatible-encoding-alist.
15570         (nnrss-find-el): Use consp instead of listp.
15571         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15572
15573 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15576         which Emacs 20 doesn't support.
15577         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15578
15579 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15580
15581         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15582         silence the byte compiler inside the defun.
15583
15584         * gnus-demon.el (parse-time-string): Add autoload.
15585
15586         * gnus-delay.el (parse-time-string): Add autoload.
15587
15588         * gnus-art.el (parse-time-string): Add autoload.
15589
15590         * nnultimate.el (parse-time): Require for `parse-time-string'.
15591
15592 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15593
15594         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15595
15596         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15597
15598         * smime.el (smime-ldap-host-list): Add :version.
15599
15600 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15601
15602         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15603         pass it to `gnus-browse-read-group'.
15604         (gnus-browse-read-group): Add NUMBER argument and pass it to
15605         `gnus-group-read-ephemeral-group'.
15606
15607         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15608         argument and pass it to `gnus-group-read-group'.
15609
15610 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15611
15612         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15613         mm-xemacs-find-mime-charset-1 if we have the mule feature
15614         available at runtime.
15615
15616 2005-03-25  Werner Lemberg  <wl@gnu.org>
15617
15618         * nnmaildir.el: Replace `illegal' with `invalid'.
15619
15620 2005-03-23  Lute Kamstra  <lute@gnu.org>
15621
15622         * time-date.el: Add comment on time value formats.
15623         Don't require parse-time.
15624         (with-decoded-time-value): New macro.
15625         (encode-time-value): New function.
15626         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15627         (days-to-time): Return a valid time value when arg is huge.
15628         (time-since): Use time-subtract.
15629         (time-to-number-of-days): Use time-to-seconds.
15630
15631 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15632
15633         * gnus-start.el (gnus-display-time-event-handler):
15634         Check display-time-timer at runtime rather than only at load time
15635         in case display-time-mode is turned off in the mean time.
15636
15637 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15640         used.
15641
15642         * nneething.el (nneething-map-file-directory): Derive from
15643         `gnus-directory'.
15644
15645         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15646         the To/Cc button.
15647
15648 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15649
15650         * nnmaildir.el (nnmaildir-request-accept-article):
15651         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15652
15653 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15654
15655         * gnus-async.el: Require timer-funcs at compile time when in
15656         XEmacs for `run-with-idle-timer'.
15657
15658 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15659
15660         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15661         autoloaded function.
15662
15663 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15664
15665         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15666
15667 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15668
15669         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15670
15671 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15672
15673         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15674         Add gnus-expert-user to default.
15675
15676 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15677
15678         * nnimap.el (nnimap-open-server): Ditto.
15679
15680         * imap.el (imap-authenticate): Fix typo.
15681
15682 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15683
15684         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15685         buffer (since IMAP server might return FETCH response out of
15686         order, and the nntp buffer must be sorted).
15687
15688 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15689
15690         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15691         comparison on string.
15692
15693         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15694         (gnus-agent-score): Rename category keywords to match gnus-cus.
15695         (gnus-agent-summary-fetch-series): Modify to protect against
15696         gnus-agent-summary-fetch-group clearing processable flags.
15697         (gnus-agent-synchronize-group-flags): Update live group buffer as
15698         synchronization may occur due to the user toggle the plugged
15699         status.
15700         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15701         successfully downloaded.
15702         (gnus-agent-expire-group-1): Avoid using markers when the overview
15703         is in ascending order; greatly improves performance.
15704         (gnus-agent-regenerate-group):
15705         Use gnus-agent-synchronize-group-flags to reset read status in both
15706         gnus and server.
15707         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15708
15709 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * message.el: Don't autoload former message-utils variables.
15712         (message-strip-subject-trailing-was): Change doc string.
15713
15714         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15715         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15716         (nnweb-google-search): Add "hl=en" here.
15717         (nnweb-google-parse-1, nnweb-google-create-mapping):
15718         Don't hardcode URL.
15719
15720 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * message.el (message-get-reply-headers, message-followup):
15723         Mention related variables `message-use-followup-to' and
15724         `message-use-mail-followup-to', in the information buffer.
15725
15726         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15727         of broken groups(-beta).google.com.
15728
15729 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15730
15731         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15732         parameter to invoked gnus-request-move-article; remove the
15733         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15734         all at once instead of once per article.
15735         (gnus-summary-remove-process-mark): Accept a list of articles as
15736         well as a single article for processing.
15737
15738         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15739         parameter.
15740
15741         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15742
15743         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15744
15745         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15746         parameter.
15747
15748         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15749         parameter.
15750
15751         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15752         parameter and remove the gnus-sum-hint-move-is-internal variable.
15753
15754         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15755         parameter.
15756
15757         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15758         parameter.
15759
15760         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15761         parameter.
15762
15763         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15764
15765         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15766         parameter.
15767
15768         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15769         parameter.
15770
15771 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15772
15773         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15774         a more conservative way.
15775
15776 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15777
15778         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15779         buffer, so it moves the window's cursor.
15780
15781 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15782
15783         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15784         `mm-dissect-multipart' and receive the from field as an (optional)
15785         argument from `mm-dissect-multipart'.
15786         (mm-dissect-multipart): Receive the from field as an argument and
15787         pass it on when we call `mm-dissect-buffer' on MIME parts.
15788         Fixes verification/decryption of signed/encrypted MIME parts.
15789
15790 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15791
15792         * gnus-sum.el (gnus-summary-move-article):
15793         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15794         whatever it calls (right now, only nnimap-request-move article
15795         respects it).
15796
15797         * nnimap.el (nnimap-request-move-article):
15798         When gnus-sum-hint-move-is-internal is set, don't do the extra
15799         nnimap-request-article.
15800
15801 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15802
15803         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15804
15805         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15806         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15807
15808         * gnus-sum.el (gnus-summary-caesar-message):
15809         Apply `gnus-treat-article' after rotation.
15810
15811         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15812         doc string.
15813
15814 2005-02-22  Simon Josefsson  <jas@extundo.com>
15815
15816         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15817         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15818         <arne@arnested.dk>.
15819         (encrypt): Add password-cache and password-cache-expiry as group
15820         members.
15821
15822 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15823
15824         * smime.el (smime-ldap-host-list): Doc fix.
15825         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15826         cache) password.
15827         (smime-sign-region): Use it.
15828         (smime-decrypt-region): Use it.
15829         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15830         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15831         fails.
15832         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15833         certificate from DER to PEM format rather than calling openssl.
15834
15835         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15836
15837         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15838         for signing/encryption.
15839
15840         * mml.el (mml-parse-1): Use them.
15841
15842 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15843
15844         * nnrss.el (nnrss-verbose): Remove.
15845         (nnrss-request-group): Use `nnheader-message' instead.
15846
15847 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15848
15849         * nnrss.el (nnrss-verbose): New variable.
15850         (nnrss-request-group): Make it say nnrss is requesting a group.
15851
15852 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15855         Handle news URL with given port correctly.
15856
15857 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15860         containing special characters.
15861
15862         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15863
15864         * mml.el (mime-to-mml): Ditto.
15865
15866         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15867         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15868         (rfc2047-decode-region): Quote decoded words containing special
15869         characters when rfc2047-quote-decoded-words-containing-tspecials
15870         is non-nil.
15871
15872 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15873
15874         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15875
15876         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15877
15878 2005-02-15  Simon Josefsson  <jas@extundo.com>
15879
15880         * nnimap.el (nnimap-debug): Doc fix.
15881
15882         * imap.el (imap-debug): Doc fix.
15883
15884 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15887
15888 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15889
15890         * gnus.el (spam-contents): Improve docs for spam-contents
15891         parameter in its variable incarnation.
15892
15893 2005-02-14  Simon Josefsson  <jas@extundo.com>
15894
15895         * smime-ldap.el: Use require instead of load-library for ldap.
15896         (smime-ldap-search): Indent.
15897         (smime-ldap-search-internal): Shorten line.
15898
15899         * smime.el (smime-cert-by-dns): Add doc-string.
15900         (smime-cert-by-ldap-1): Indent.
15901
15902         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15903         mml-smime-get-dns-ldap.
15904         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15905
15906 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15907
15908         * smime.el: Require smime-ldap.
15909         (smime-ldap-host-list): New variable.
15910         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15911
15912         * mml-smime.el (mml-smime-encrypt-query): New function.
15913         (mml-smime-encrypt-query): Use it.
15914
15915         * smime-ldap.el: New file.
15916
15917 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15920
15921 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15922
15923         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15924         argument in doc string.  Make query for type more clear.
15925
15926 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * gnus.el (gnus-group-startup-message): Search for gnus images in
15929         etc/images/gnus.
15930         * mm-util.el (mm-image-load-path): Likewise.
15931         * smiley.el (smiley-data-directory): Search for smilies in
15932         etc/images/smilies.
15933
15934 2005-02-09  Kim F. Storm  <storm@cua.dk>
15935
15936         Change Emacs release version from 21.4 to 22.1 throughout.
15937         Change Emacs development version from 21.3.50 to 22.0.50.
15938
15939 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15942
15943         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15944         non-Mule XEmacs as well.
15945         (mm-decompress-buffer): Signal an error intentionally if it does
15946         not decompress compressed data because auto-compression-mode is
15947         disabled.
15948
15949 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15950
15951         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15952         an ID in the registry even if it has no groups.
15953
15954 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15957         merge it into mm-decompress-buffer.
15958         (gnus-mime-copy-part): Use the MIME part charset, the value which
15959         a user specified or gnus-newsgroup-charset for decoding, like
15960         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15961         save-buffer what was used.  Suggested by Kevin Ryde
15962         <user42@zip.com.au>.
15963         (gnus-mime-inline-part): Allow the name parameter as well as the
15964         filename parameter; force decompressing of compressed data; always
15965         display contents being not decoded as unibyte.
15966
15967         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15968         as well as the filename parameter.
15969
15970         * mm-util.el (mm-decompress-buffer):
15971         Merge gnus-mime-jka-compr-maybe-uncompress.
15972         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15973         of compressed data.
15974
15975 2005-02-08  Simon Josefsson  <jas@extundo.com>
15976
15977         * imap.el (imap-log): Doc fix.
15978
15979 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15982         the coding cookies; decompress compressed parts.
15983
15984         * mml.el (mml-generate-mime-1): Add the charset parameter according
15985         to the value which a user specified manually or the coding cookie.
15986
15987         * mm-util.el (mm-string-to-multibyte): New function.
15988         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15989         (mm-coding-system-to-mime-charset): New function.
15990         (mm-decompress-buffer): New function.
15991         (mm-find-buffer-file-coding-system): New function.
15992
15993         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15994         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15995         parts.
15996
15997 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15998
15999         * mm-view.el (mm-display-inline-fontify): Decode a part according
16000         to the charset parameter.
16001
16002 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16003
16004         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16005         prefix arg is neither nil nor a number, as info specifies.
16006
16007 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16010         timestamps.
16011
16012 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16013
16014         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16015         groups error checking and notify user.
16016
16017 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16018
16019         * message.el (message-send-mail-function): Check existence of
16020         sendmail-program first before using default value
16021         `message-send-mail-with-sendmail'.  Otherwise use more generic
16022         `smtpmail-send-it'.
16023
16024 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * nntp.el (nntp-request-update-info): Always return nil.
16027
16028 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16029
16030         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16031
16032 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16033
16034         * message.el (message-beginning-of-line): Change the behavior when
16035         invoked between BOL and : so that it first moves backward.
16036
16037 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16040         article buffer when editing of the article is discarded.
16041         (gnus-article-prepare): Revert.
16042
16043 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * gnus-art.el (gnus-article-prepare):
16046         Remove message-strip-forbidden-properties from the local hook.
16047
16048 2005-01-27  Simon Josefsson  <jas@extundo.com>
16049
16050         * password.el (password-cache-add): Only start one timer per key.
16051         Reported by Derek Atkins <warlord@MIT.EDU>.
16052
16053 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16054
16055         * run-at-time.el: Remove.  It is no longer needed as
16056         timer-funcs.el in the xemacs-base package has a working version of
16057         `run-at-time'.
16058
16059         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16060
16061         * password.el: Require timer-funcs instead of run-at-time in
16062         XEmacs.
16063         Remove `password-run-at-time' macro.
16064         (password-cache-add): Use `run-at-time' instead of
16065         `password-run-at-time'.
16066
16067         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16068         Remove `nnheader-cancel-function-timers' alias,
16069         `cancel-function-timers' exists in XEmacs in timer-funcs.
16070
16071         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16072         for `run-with-idle-timer'.
16073
16074         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16075         for `run-at-time'.
16076
16077         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16078         for `with-timeout'.
16079
16080         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16081         the same as for XEmacs 21.4.
16082         No need to ignore `run-with-idle-timer', this function exists in
16083         XEmacs now in timer-funcs.el in the xemacs-base package.
16084         (dgnushack-compile): No need to delete
16085         run-at-time.el from the list of files to compile because it
16086         doesn't exist anymore.
16087
16088 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16089
16090         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16091         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16092
16093 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16094
16095         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16096         sensitively.
16097
16098 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16099
16100         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16101
16102 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16105         which will be inserted according to the multibyteness of a buffer
16106         rather than the type of contents.  Suggested by ARISAWA Akihiro
16107         <ari@mbf.ocn.ne.jp>.
16108
16109         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16110         of string which old xml.el may return rather than a string.
16111
16112 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16115
16116 2005-01-16  Simon Josefsson  <jas@extundo.com>
16117
16118         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16119         idn/idna.el isn't available.
16120         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16121         <michael@waxrat.com>.
16122
16123         * hashcash.el: Remove non-FSF copyright header.
16124
16125         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16126         (hashcash-generate-payment): Use it.
16127         (hashcash-generate-payment-async): Use it.
16128
16129 2005-01-15  Simon Josefsson  <jas@extundo.com>
16130
16131         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16132         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16133
16134         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16135         gnus-summary-idna-message.
16136         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16137         (gnus-summary-idna-message): New function.
16138
16139 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16140
16141         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16142         gnus-novice-user.
16143
16144 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * nnrss.el (nnrss-request-delete-group): Delete entries in
16147         nnrss-group-alist as well.
16148         (nnrss-save-server-data): Insert newline.
16149
16150 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16151
16152         * gnus.el (gnus-user-agent): Use list of symbols instead of
16153         symbols.  Display full version number for (S)XEmacs.
16154         Optionally display (S)XEmacs codename.
16155
16156         * gnus-util.el (gnus-emacs-version): Update for new
16157         `gnus-user-agent'.
16158
16159         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16160         Gnus version.
16161
16162 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16165         which is unreadable in some setups.
16166
16167 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16168
16169         * gnus-spec.el (gnus-update-format-specifications): Flush the
16170         group format spec cache if it doesn't support decoded group names.
16171
16172 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16173
16174         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16175         Allow to apply decay on score files matching a regexp.
16176
16177 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16180         compatibility in %g and %c.
16181
16182 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16185         name for only %g and %c.
16186         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16187         of gnus-tmp-group to decoded group name.
16188         (gnus-group-make-rss-group): Exclude `/'s from group names.
16189
16190 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * nnrss.el (nnrss-get-encoding): Fix regexp.
16193
16194 2004-12-27  Simon Josefsson  <jas@extundo.com>
16195
16196         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16197         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16198         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16199
16200 2004-12-17  Kim F. Storm  <storm@cua.dk>
16201
16202         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16203
16204         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16205
16206 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16207
16208         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16209
16210 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * nnrss.el: Require rfc2047 and mml.
16213         (nnrss-file-coding-system): New variable.
16214         (nnrss-format-string): Redefine it as an inline function.
16215         (nnrss-decode-group-name): New function.
16216         (nnrss-string-as-multibyte): Remove.
16217         (nnrss-retrieve-headers): Decode group name; don't use
16218         nnrss-format-string.
16219         (nnrss-request-group): Decode group name.
16220         (nnrss-request-article): Decode group name; allow a Message-ID as
16221         well as an article number; don't use nnrss-format-string; encode a
16222         Message-ID string which may contain non-ASCII characters; use
16223         mml-to-mime to compose a MIME article.
16224         (nnrss-request-expire-articles): Decode group name.
16225         (nnrss-request-delete-group): Decode group name.
16226         (nnrss-fetch): Clarify error message.
16227         (nnrss-read-server-data): Use insert-file-contents instead of load;
16228         bind file-name-coding-system; use multibyte buffer.
16229         (nnrss-save-server-data): Bind coding-system-for-write to the
16230         value of nnrss-file-coding-system; bind file-name-coding-system;
16231         add coding cookie.
16232         (nnrss-read-group-data): Use insert-file-contents instead of load;
16233         bind file-name-coding-system; use multibyte buffer.
16234         (nnrss-save-group-data): Bind coding-system-for-write to the
16235         value of nnrss-file-coding-system; bind file-name-coding-system.
16236         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16237         make it work with non-ASCII text.
16238         (nnrss-find-el): Make it work with old xml.el as well.
16239
16240 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16241
16242         * nnrss.el (nnrss-get-encoding): New function.
16243         (nnrss-fetch): Use unibyte buffer initially; bind
16244         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16245         decode contents according to the encoding attribute.
16246         (nnrss-save-group-data): Add coding cookie.
16247         (nnrss-mime-encode-string): New function.
16248         (nnrss-check-group): Use it to encode subject and author.
16249
16250 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16251
16252         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16253         imaginary variable.
16254
16255 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16258         correctly even if there are wide characters.
16259
16260 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16261
16262         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16263         downcased symbol names; make a new cache instead of reusing
16264         bbdb-hashtable.
16265
16266 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16269         concatenating segments rather than before concatenating them.
16270         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16271
16272         * message.el (message-get-reply-headers): Bind `extra'.
16273
16274 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16275
16276         * message.el (message-extra-wide-headers): New variable.
16277         (message-get-reply-headers): Use it.
16278
16279 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16282         (gnus-agent-group-pathname): Ditto.
16283
16284         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16285
16286         * gnus-group.el (gnus-group-make-group): Decode group name.
16287         (gnus-group-make-rss-group): Register the group data after opening
16288         the nnrss group.
16289
16290 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16291
16292         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16293         by expiry now get marked as read.
16294
16295 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16298
16299 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16300
16301         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16302         unify Latin characters in XEmacs.
16303         (mm-find-mime-charset-region): Use it.
16304
16305 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * gnus-util.el (gnus-delete-directory): New function.
16308
16309         * gnus-agent.el (gnus-agent-delete-group): Use it.
16310
16311         * gnus-cache.el (gnus-cache-delete-group): Use it.
16312
16313 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16316         names.
16317
16318 2004-12-16  Simon Josefsson  <jas@extundo.com>
16319
16320         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16321
16322 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16325
16326         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16327         (gnus-group-set-current-level): Decode group name.
16328
16329 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16330
16331         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16332         failed.
16333
16334 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * gnus-group.el (gnus-group-delete-group): Decode group name.
16337         (gnus-group-make-rss-group): Encode group name.
16338         (gnus-group-catchup-current): Decode group name.
16339         (gnus-group-kill-group): Decode group name.
16340
16341 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16342
16343         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16344
16345 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * gnus-group.el (gnus-group-make-rss-group):
16348         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16349
16350         * gnus-start.el (gnus-setup-news): Honor user's setting to
16351         gnus-message-archive-method.  Suggested by Lute Kamstra
16352         <lute@gnu.org>.
16353
16354 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16355
16356         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16357         global counterparts of the buffer-local variables.
16358
16359 2004-11-16  Romain Francoise  <romain@orebokech.com>
16360
16361         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16362         counterparts of the buffer-local variables.
16363
16364 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16365
16366         * message.el (message-forbidden-properties): Fix typo in doc
16367         string.
16368
16369 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * gnus-util.el (gnus-replace-in-string): Add doc string.
16372
16373         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16374         to avoid problems when splitting mails with many recipients.
16375
16376 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16377
16378         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16379         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16380
16381 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16382
16383         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16384         if there is no hashtable in memory or file modification time is
16385         newer than cached timestamp.
16386
16387 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * gnus-sum.el (gnus-summary-limit-to-recipient):
16390         Implement not-matching option.
16391
16392 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16393
16394         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16395         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16396         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16397         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16398         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16399         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16400
16401 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * message.el (message-forward-make-body-mml): Remove headers
16404         according to message-forward-ignored-headers if a message is decoded.
16405
16406 2004-12-02  Romain Francoise  <romain@orebokech.com>
16407
16408         * message.el (message-forward-make-body-plain): Always remove
16409         headers according to message-forward-ignored-headers.
16410
16411 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16412
16413         * spam.el (spam-summary-prepare-exit): Remove the
16414         gnus-summary-limit pop for now, it has problems with ham marks for
16415         me.
16416
16417 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16418
16419         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16420         correctly.
16421
16422 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16423
16424         * format-spec.el (format-spec): Message the char.
16425
16426 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16427
16428         * gnus-art.el (gnus-split-methods): Reformat comments.
16429
16430         * spam.el (spam-summary-prepare-exit): Remove article limits
16431         before exiting the summary buffer.
16432
16433 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16436         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16437
16438         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16439         order to silence the byte compiler.
16440
16441         * spam.el: Fix the way to silence the byte compiler, which
16442         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16443         bbdb-search-simple, spam-BBDB-register-routine,
16444         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16445         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16446         spam-stat-buffer-is-spam, spam-stat-load,
16447         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16448         spam-stat-save and spam-stat-split-fancy.
16449
16450 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16453         which may confuse users.
16454         (canlock-password-for-verify): Ditto.
16455
16456         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16457
16458         * gnus-art.el (gnus-emphasis-alist): Ditto.
16459
16460         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16461
16462         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16463
16464         * gnus-start.el (gnus-save-killed-list): Ditto.
16465
16466         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16467         (gnus-sum-thread-tree-root): Ditto.
16468         (gnus-sum-thread-tree-false-root): Ditto.
16469         (gnus-sum-thread-tree-single-indent): Ditto.
16470
16471         * message.el (message-courtesy-message): Ditto.
16472         (message-archive-note): Ditto.
16473         (message-subscribed-address-file): Ditto.
16474         (message-user-fqdn): Ditto.
16475
16476         * spam-report.el (spam-report-gmane-regex): Ditto.
16477
16478         * spam.el (spam-blackhole-good-server-regex): Ditto.
16479
16480 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * mml.el (mml-preview): Widen the message buffer before copying
16483         the contents to the preview buffer; sort headers before previewing.
16484
16485         * message.el (message-hidden-headers): Fix the way to avoid a bug
16486         in the `repeat' widget in Emacs 21.3 or earlier.
16487
16488 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * message.el (message-hidden-headers): Default to "^References:".
16491         Improve customization type.  Suggested by Reiner Steib
16492         <Reiner.Steib@gmx.de>.
16493
16494 2004-11-25  Romain Francoise  <romain@orebokech.com>
16495
16496         * message.el (message-strip-forbidden-properties): Remove check for
16497         obsolete `message-hidden' text property, hidden headers are not
16498         accessible in the buffer anymore.
16499
16500 2004-11-22  Romain Francoise  <romain@orebokech.com>
16501
16502         * message.el (message-header-format-alist): Add `From' in list
16503         so that it can be sorted.
16504         (message-fix-before-sending): Widen and sort headers before
16505         sending.
16506         (message-hide-headers): Use narrowing to hide headers by moving
16507         them to the top of the buffer and narrowing to the region
16508         underneath.
16509
16510 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16511
16512         * message.el (message-strip-forbidden-properties):
16513         Bind buffer-read-only (etc) to nil.
16514
16515 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16518         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16519
16520 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16521
16522         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16523
16524 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16525
16526         * dns.el (query-dns): Use sit-for to time instead of
16527         accept-process-output, since that doesn't seem to work on udp
16528         sockets.
16529
16530 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16533
16534 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16535
16536         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16537         doc string.  Improve doc string.
16538
16539 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * nntp.el (nntp-request-update-info): Return nil if
16542         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16543         may not call gnus-activate-group which uselessly issues the GROUP
16544         commands for all nntp groups and wastes time.  Reported by Romain
16545         Francoise <romain@orebokech.com>.
16546
16547         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16548
16549 2004-11-15  Simon Josefsson  <jas@extundo.com>
16550
16551         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16552         headers separately.
16553         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16554         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16555
16556 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * gnus-start.el (gnus-convert-old-newsrc):
16559         Assign legacy-gnus-agent to 5.10.7.
16560
16561 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16562
16563         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16564         start of the lines.
16565
16566 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16567
16568         * hashcash.el (hashcash-default-payment): Change default to 20.
16569         (hashcash-default-accept-payment): Change default to 20.
16570         (hashcash-process-alist): New variable.
16571         (hashcash-generate-payment-async): Add.
16572         (hashcash-already-paid-p): Add.
16573         (hashcash-insert-payment): Don't generate payments twice.
16574         (hashcash-insert-payment-async): Add.
16575         (hashcash-insert-payment-async-2): Add.
16576         (hashcash-cancel-async): Add.
16577         (hashcash-wait-async): Add.
16578         (hashcash-processes-running-p): Add.
16579         (hashcash-wait-or-cancel): Add.
16580         (mail-add-payment): New optional argument.  Conditionally start
16581         asynchronous calculation.
16582         (mail-add-payment-async): Add.
16583
16584         * message.el (message-send-mail): Wait for asynchronous hashcash
16585         results.  Don't clobber existing X-Hashcash headers.
16586         (message-setup-1): Call mail-add-payment-async when
16587         message-generate-hashcash is non-nil.
16588
16589 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16590
16591         * message.el (message-use-alternative-email-as-from): Examine the
16592         From header as well; use message-make-from in order to include a
16593         user's full name.
16594
16595 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16598         default; improve customization type.
16599         (gnus-emphasis-custom-with-format): New macro.
16600         (gnus-emphasis-custom-value-to-external): New function.
16601         (gnus-emphasis-custom-value-to-internal): New function.
16602
16603 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16604
16605         * dns.el (query-dns): Resolve reverse addresses.
16606
16607 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16608
16609         * gnus-group.el (gnus-group-get-new-news): Use it.
16610
16611         * gnus-start.el (gnus-check-reasonable-setup): New function.
16612
16613 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16616         "Args out of range" error.  Reported by Arnaud Giersch
16617         <arnaud.giersch@free.fr>.
16618
16619 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16620
16621         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16622
16623 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16624
16625         * spam.el (spam group): Add :version.
16626
16627         * pgg-def.el (pgg group): Add :version.
16628
16629 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus-art.el (gnus-article-edit-article): Don't associate the
16632         article buffer with a draft file.  This is a temporary measure
16633         against the 2004-08-22 change to gnus-article-edit-mode.
16634
16635 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16638         (html2text-format-tags): Remove unused variable `attr'.
16639
16640 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16643
16644         * tls.el (tls-process-connection-type, tls-success)
16645         (tls-certtool-program): Add :version.
16646
16647         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16648         (starttls-extra-arguments, starttls-process-connection-type)
16649         (starttls-connect, starttls-failure, starttls-success): Add :version.
16650
16651         * spam-stat.el (spam-stat): Add :version.
16652
16653         * sieve.el (sieve): Add :version.
16654
16655         * sha1.el (sha1): Add :version.
16656         (sha1-use-external): Remove redundant version.
16657
16658         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16659         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16660         (nnmail-split-fancy-match-partial-words)
16661         (nnmail-split-lowercase-expanded): Add :version.
16662
16663         * nndiary.el (nndiary): Add :version.
16664
16665         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16666
16667         * mml-sec.el (mml-default-sign-method)
16668         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16669         Add :version.
16670
16671         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16672
16673         * mm-url.el (mm-url-use-external, mm-url-program)
16674         (mm-url-arguments): Add :version.
16675
16676         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16677         (mm-attachment-file-modes, mm-decrypt-option)
16678         (mm-w3m-safe-url-regexp): Add :version.
16679
16680         * message.el (message-cite-prefix-regexp)
16681         (message-sendmail-envelope-from, message-minibuffer-local-map)
16682         (message-user-fqdn, message-completion-alist): Add :version.
16683
16684         * gnus-win.el (gnus-configure-windows-hook)
16685         (gnus-use-frames-on-any-display): Add :version.
16686
16687         * gnus-art.el (gnus-article-address-banner-alist)
16688         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16689         (gnus-treat-from-picon, gnus-treat-mail-picon)
16690         (gnus-treat-x-pgp-sig): Add :version.
16691
16692         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16693         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16694         (gnus-summary-article-delete-hook)
16695         (gnus-summary-display-while-building): Add :version.
16696
16697         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16698         (gnus-get-top-new-news-hook): Add :version.
16699
16700         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16701         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16702
16703         * gnus-registry.el (gnus-registry): Add :version.
16704
16705         * gnus-spec.el (gnus-use-correct-string-widths)
16706         (gnus-make-format-preserve-properties): Add :version.
16707
16708         * gnus.el (gnus-group-charter-alist)
16709         (gnus-group-fetch-control-use-browse-url)
16710         (gnus-install-group-spam-parameters): Add :version.
16711
16712         * gnus-diary.el (gnus-diary): Add :version.
16713
16714         * gnus-delay.el (gnus-delay): Add :version.
16715
16716         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16717         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16718         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16719         Add :version.
16720
16721         * gnus-agent.el (gnus-agent-max-fetch-size)
16722         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16723         (gnus-agent-prompt-send-queue): Add :version.
16724
16725         * deuglify.el (gnus-outlook-deuglify): Add :version.
16726
16727         * html2text.el: Beautify code.  Improve doc strings.
16728         Some checkdoc cleanup.
16729         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16730
16731 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16732
16733         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16734
16735 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16736
16737         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16738         when package is loaded.
16739
16740         * spam.el (spam-summary-score-preferred-header): Add global preference
16741         for people who want to override the default SpamAssassin over
16742         Bogofilter preference (when both are set).
16743         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16744         (spam-user-format-function-S):
16745         Check spam-summary-score-preferred-header.
16746         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16747         (spam-user-format-function-S): Format the score correctly.
16748
16749 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16752         signature file.  Suggested by Manoj Srivastava
16753         <srivasta@golden-gryphon.com>.
16754
16755         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16756         iso-2022-jp even in the Japanese language environment.
16757         Suggested by Jason Rumney <jasonr@gnu.org>.
16758
16759 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16762         use the same characters as the dummy marks; make it free from
16763         getting affected by the language environment.
16764         (gnus-summary-read-group-1): Update mark positions only when the
16765         format spec is updated.
16766
16767         * gnus-spec.el (gnus-update-format-specifications): Return a list
16768         of updated types.
16769
16770 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16773         of boundp to check if display-warning is available.
16774
16775 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16776
16777         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16778
16779 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * nnspool.el (nnspool-spool-directory): Use news-path if the
16782         news-directory variable is not bound.
16783
16784         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16785         function instead of display-warning if it is not available.
16786
16787 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16788
16789         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16790         v5-10: Use `point-at-bol'.
16791
16792 2004-10-26  Simon Josefsson  <jas@extundo.com>
16793
16794         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16795         <chenggao@gmail.com>.
16796
16797 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16798
16799         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16800         instead.
16801
16802 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16803
16804         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16805         to remove a server from the nnimap-server-buffer-alist.
16806         (nnimap-open-connection, nnimap-close-server): Use it.
16807
16808         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16809
16810 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16813         running the major-mode function.
16814
16815 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16818         dummy marks in the right way.
16819
16820 2004-10-18  David Edmondson  <dme@dme.org>
16821
16822         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16823         excessively.
16824
16825 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16826
16827         * gnus-util.el (gnus-split-references): Accept a nil references
16828         string and go on blissfully.
16829
16830         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16831         cases where the references string is non-nil but has no references.
16832
16833         * encrypt.el: Add autoload tags.
16834
16835         * spam.el (spam-resolve-registrations-routine): Remove article
16836         from unregistration list too.  Reported by David Hanak
16837         <dhanak@isis.vanderbilt.edu>
16838
16839 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16840
16841         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16842         nil.  Change custom type.
16843
16844 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16845
16846         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16847
16848         * gnus-sum.el (gnus-summary-move-article): Use it.
16849
16850 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16851
16852         * encrypt.el: Add autoload cookies.
16853
16854         * spam.el (spam-backend-article-list-property)
16855         (spam-backend-get-article-todo-list)
16856         (spam-backend-put-article-todo-list)
16857         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16858         Resolve registrations separately.
16859         (spam-register-routine): Format comments.
16860         (spam-unregister-routine, spam-register-routine): Always call with
16861         specific-articles, no default list.
16862         (spam-summary-prepare-exit): Use the spam-classifications function.
16863
16864         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16865         gnus-encrypt.el.
16866
16867         * encrypt.el: Copied from gnus-encrypt.el.
16868
16869         * gnus-encrypt.el: Commented that it's obsolete.
16870
16871 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16872
16873         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16874         (gnus-score-save): Use it.
16875
16876         * message.el (message-bury): Use `window-dedicated-p'.
16877
16878 2004-10-15  Simon Josefsson  <jas@extundo.com>
16879
16880         * pop3.el (top-level): Don't require nnheader.
16881         (pop3-read-timeout): Add.
16882         (pop3-accept-process-output): Add.
16883         (pop3-read-response, pop3-retr): Use it.
16884
16885 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16886
16887         * spam.el (spam-register-routine): Move comment.
16888         (spam-verify-bogofilter): Use 'unknown for the initial
16889         spam-bogofilter-valid state, not 'never.
16890
16891         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16892         for netrc-machine.
16893
16894         * nnimap.el (nnimap-open-connection):
16895         Use netrc-machine-user-or-password.
16896
16897 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16898
16899         * gnus-registry.el (gnus-registry-unload-hook):
16900         Set as a variable with add-hook.
16901
16902         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16903         of news-path.
16904
16905         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16906
16907         * spam.el: Delete duplicate `provide'.
16908         (spam-unload-hook): Set as a variable with add-hook.
16909
16910 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16911
16912         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16913         in the doc string.
16914
16915         * message.el (message-ignored-news-headers)
16916         (message-ignored-supersedes-headers)
16917         (message-ignored-resent-headers)
16918         (message-forward-ignored-headers): Improve custom type.
16919
16920 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * message.el (message-tokenize-header): Fix 2004-09-06 change
16923         which used point-min in the wrong place.
16924
16925 2004-10-12  Simon Josefsson  <jas@extundo.com>
16926
16927         * tls.el (tls-certtool-program): New variable.
16928         (tls-certificate-information): New function, based on
16929         ssl-certificate-information.
16930
16931 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * compface.el: Move the version of ELisp-based uncompface program
16934         to the contrib directory because of the copyright problem.
16935
16936 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16937
16938         * message.el (message-kill-buffer): Raise the current frame.
16939
16940 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16943
16944         * gnus.el (message-y-or-n-p): Autoload.
16945
16946         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16947         (pop3-password-required, pop3-authentication-scheme)
16948         (pop3-leave-mail-on-server): Make customizable.
16949         (pop3): New custom group.
16950         (pop3-retr): Remove `sleep-for' statements.
16951         Suggested by Dave Love <fx@gnu.org>.
16952
16953         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16954         Windows/DOS.
16955
16956         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16957         (imap-parse-body): Fix incorrect use of `assert'.
16958         Suggested by Dave Love <fx@gnu.org>.
16959
16960         * mml.el (mml-minibuffer-read-disposition): Require match.
16961         Suggested by Dave Love <fx@gnu.org>.
16962
16963 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16964
16965         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16966         doc string.
16967
16968 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16971
16972 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16973
16974         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16975         instead of calling `mm-insert-inline', to decode text/* parts
16976         before displaying them.
16977
16978 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * mm-uu.el (mm-uu-text-plain-type): New variable.
16981         (mm-uu-pgp-signed-extract-1): Use it.
16982         (mm-uu-pgp-encrypted-extract-1): Use it.
16983         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16984         bind mm-uu-text-plain-type with that value.
16985         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16986         mm-uu-dissect.
16987
16988 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * gnus-group.el (gnus-update-group-mark-positions):
16991         * gnus-sum.el (gnus-update-summary-mark-positions):
16992         * message.el (message-check-news-body-syntax):
16993         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16994         of string-as-multibyte.
16995
16996 2004-10-05  Juri Linkov  <juri@jurta.org>
16997
16998         * gnus-group.el (gnus-update-group-mark-positions):
16999         * gnus-sum.el (gnus-update-summary-mark-positions):
17000         * message.el (message-check-news-body-syntax):
17001         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17002         8-bit unibyte values to a multibyte string for search functions.
17003
17004 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17007         (mm-uu-dissect-text-parts): New function.
17008
17009         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17010         dissect text parts.
17011
17012         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17013         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17014
17015         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17016
17017         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17018         Use gnus-current-topics instead of gnus-current-topic.
17019
17020 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17021
17022         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17023
17024 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17025
17026         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17027         where approriate.
17028
17029         * nnml.el (nnml-generate-active-info): do.
17030
17031         * nndiary.el (nndiary-generate-active-info): do.
17032
17033         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17034         (gnus-topic-move): do.
17035
17036         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17037         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17038
17039         * gnus-srvr.el (gnus-server-prepare)
17040         (gnus-server-open-all-servers): do.
17041
17042         * gnus-msg.el (gnus-summary-cancel-article)
17043         (gnus-summary-resend-message)
17044         (gnus-summary-mail-crosspost-complaint): do.
17045
17046         * gnus-move.el (gnus-change-server): do.
17047
17048         * gnus-group.el (gnus-group-unmark-all-groups)
17049         (gnus-group-set-current-level): do.
17050
17051 2004-10-04  Simon Josefsson  <jas@extundo.com>
17052
17053         * message.el (message-generate-hashcash): Doc fix.
17054
17055 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17056
17057         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17058         avoid infinite recursion via gnus-get-function.
17059
17060 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17061
17062         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17063
17064         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17065
17066         * nnmail.el (nnmail-split-history): do.
17067
17068         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17069         (nnml-request-delete-group): do.
17070
17071         * nnslashdot.el (nnslashdot-read-groups): do.
17072
17073         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17074         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17075
17076         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17077         (nnspool-sift-nov-with-sed): Use last.
17078         (nnspool-retrieve-headers-with-nov): Use mapc.
17079         (nnspool-request-newgroups): Use dolist.
17080         (nnspool-request-group): Use last.
17081
17082         * nntp.el (nntp-read-server-type): Use dolist.
17083
17084         * nnvirtual.el (nnvirtual-create-mapping)
17085         (nnvirtual-update-read-and-marked): Use dolist.
17086         (nnvirtual-convert-headers): Simplify.
17087
17088 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17089
17090         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17091         Add support for sync'ing tick marks.
17092
17093 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17096         there's no visible header.
17097
17098 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17099
17100         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17101         When necessary, pass full group name to gnus-request-set-marks.
17102
17103 2004-10-01  Simon Josefsson  <jas@extundo.com>
17104
17105         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17106         acroread.
17107
17108 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17109
17110         * spam-report.el (spam-report-gmane): Fix interactive.
17111
17112         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17113
17114         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17115         when writing file.
17116         (gnus-agent-synchronize-flags): Don't default to being
17117         interactive.
17118
17119 2004-09-30  Simon Josefsson  <jas@extundo.com>
17120
17121         * message.el (message-generate-hashcash): Add.
17122         (message-send-mail): Use it, call mail-add-payment.
17123
17124 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17125
17126         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17127
17128 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17129
17130         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17131         gnus-requst-update-info with explicit code to sync the in-memory
17132         info read flags with the marks being sync'd to the backend.
17133
17134         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17135
17136 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17137
17138         * spam.el (spam-verify-bogofilter): Add new function.
17139         (spam-check-bogofilter)
17140         (spam-bogofilter-register-with-bogofilter): Use it.
17141         (spam-verify-bogofilter): Add small fixes.
17142
17143 2004-09-28  Simon Josefsson  <jas@extundo.com>
17144
17145         * hashcash.el (hashcash-generate-payment): Revert.
17146
17147 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17148
17149         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17150         Use gnus-extract-references instead of gnus-split-references.
17151
17152         * gnus-util.el (gnus-extract-references): Add new function, analogous
17153         to gnus-split-references but extracts only the message-ID without
17154         anything extra.
17155
17156         * hashcash.el (hashcash-generate-payment)
17157         (hashcash-check-payment): Do the right thing if hashcash-path is
17158         nil (because the hashcash program could not be found).
17159
17160         * spam.el (spam-use-hashcash): Remove comment.
17161
17162 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17163
17164         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17165         (gnus-cache-enter-article, gnus-cache-remove-article)
17166         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17167
17168         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17169
17170         * gnus-art.el (article-hide-boring-headers)
17171         (article-translate-strings, article-display-face)
17172         (gnus-article-mime-match-handle-first)
17173         (gnus-article-highlight-headers)
17174         (gnus-article-add-buttons-to-head): do.
17175
17176 2004-09-27  Simon Josefsson  <jas@extundo.com>
17177
17178         * hashcash.el: New version, from
17179         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17180         ../contrib/.
17181
17182 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17185
17186 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17187
17188         * gnus-dup.el (gnus-dup-open): Use mapc.
17189         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17190
17191         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17192         Reported by Stefan Wiens <s.wi@gmx.net>.
17193
17194         * gnus.el (gnus-shutdown): Use dolist.
17195
17196         * gnus-undo.el (gnus-undo): Use mapc.
17197
17198         * nnrss.el (nnrss-generate-active): do.
17199
17200         * message.el (message-cite-original-without-signature)
17201         (message-cite-original): Use mapc.
17202         (message-do-actions, message-make-forward-subject): Use dolist.
17203
17204 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17205
17206         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17207         deletion to remove entire duplicate line.  Fixes merged article
17208         number bug.
17209
17210 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17211
17212         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17213         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17214         first ask if you want to open a server and then, even when you
17215         responded with no, asking if you want to synchronize the server's
17216         flags.
17217         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17218         multi-line expressions.
17219         (gnus-agent-synchronize-group-flags): New internal function.
17220         Updates marks in memory (in the info structure) AND in the
17221         backend.
17222
17223         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17224
17225         * nnagent.el (nnagent-request-set-mark):
17226         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17227         method, to ensure that synchronization updates marks in the
17228         backend and in the info (in memory) structure.
17229
17230 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17233         convention fully; don't miss the root article of a thread; make
17234         the X-Draft-From header with correct article numbers.
17235
17236 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17237
17238         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17239         unless plugged.  Disable the agent so that an open failure causes
17240         an error.
17241
17242         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17243         Revert 2004-09-21 change.  The backend must be opened while
17244         synchronizing flags even when the backend stores the flags
17245         locally.
17246
17247 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17248
17249         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17250         in `header' match.  Reported by Svend Tollak Munkejord.
17251
17252         * message.el (message-cite-original): Fix use of
17253         `message-cite-articles-with-x-no-archive'.
17254
17255 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17258         (gnus-window-to-buffer): Ditto.
17259
17260         * mml.el (mml-preview-buffer): New variable.
17261         (mml-preview): Manage window layout with gnus-buffer-configuration.
17262
17263         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17264         X-Draft-From header even if those articles aren't quoted.
17265
17266 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17267
17268         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17269         (gnus-request-set-mark, gnus-request-update-mark): Use new
17270         g-s-t-u-l-m to decide to use backend even when unplugged.
17271
17272 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17273
17274         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17275         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17276
17277 2004-09-20  Simon Josefsson  <jas@extundo.com>
17278
17279         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17280         "utf-16-le".
17281
17282 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17283
17284         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17285
17286 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17287
17288         * uudecode.el (uudecode-use-external): Add :version.
17289
17290         * smime.el (smime-CA-file, smime-encrypt-cipher)
17291         (smime-dns-server): Add :version.
17292
17293         * smiley.el (gnus-smiley-file-types): Add :version.
17294
17295         * sha1.el (sha1-use-external): Add :version.
17296
17297         * pgg-def.el (pgg-query-keyserver): Add :version.
17298
17299         * nnmail.el (nnmail-fancy-expiry-targets)
17300         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17301         Add :version.
17302
17303         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17304         (nnimap-retrieve-groups-asynchronous): Add :version.
17305         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17306
17307         * mml.el (mml-content-disposition-parameters)
17308         (mml-insert-mime-headers-always): Add :version.
17309
17310         * mm-util.el (mm-coding-system-priorities): Add :version.
17311
17312         * mm-decode.el (mm-inline-text-html-with-images)
17313         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17314         (mm-verify-option): Add :version.
17315         (mm-text-html-renderer): Change :version.
17316
17317         * message.el (message-fcc-externalize-attachments)
17318         (message-required-headers, message-draft-headers)
17319         (message-subject-trailing-was-query)
17320         (message-subject-trailing-was-ask-regexp)
17321         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17322         (message-mark-insert-end, message-archive-header)
17323         (message-archive-note, message-cross-post-default)
17324         (message-cross-post-note, message-followup-to-note)
17325         (message-cross-post-note-function, message-use-mail-followup-to)
17326         (message-subscribed-address-functions)
17327         (message-subscribed-address-file, message-subscribed-addresses)
17328         (message-subscribed-regexps, message-allow-no-recipients)
17329         (message-yank-cited-prefix, message-signature-insert-empty-line)
17330         (message-hidden-headers, message-hierarchical-addresses)
17331         (message-mail-user-agent, message-use-idna)
17332         (message-valid-fqdn-regexp)
17333         (message-strip-special-text-properties, message-header-synonyms)
17334         (message-beginning-of-line, message-tab-body-function): Add :version.
17335         (message-insert-canlock, message-wide-reply-confirm-recipients):
17336         Change :version.
17337
17338         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17339         and :version.
17340         (mail-source-delete-old-incoming-confirm)
17341         (mail-source-movemail-program): Add :version.
17342
17343         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17344         (gnus-agent-cache, gnus-agent): Change :version.
17345
17346         * gnus-util.el (gnus-use-byte-compile): Change :version.
17347
17348         * gnus-sum.el (gnus-summary-make-false-root-always)
17349         (gnus-summary-default-high-score)
17350         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17351         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17352         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17353         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17354         (gnus-sum-thread-tree-single-indent)
17355         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17356         (gnus-sum-thread-tree-leaf-with-other)
17357         (gnus-sum-thread-tree-single-leaf): Add :version.
17358         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17359         (gnus-article-loose-mime): Change :version.
17360
17361         * gnus-start.el (gnus-backup-startup-file)
17362         (gnus-save-startup-file-via-temp-buffer): Add :version.
17363
17364         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17365         (gnus-server-offline-face): Add :version.
17366
17367         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17368
17369         * gnus-msg.el (gnus-gcc-externalize-attachments)
17370         (gnus-debug-files, gnus-debug-exclude-variables)
17371         (gnus-discouraged-post-methods): Change :version.
17372         (gnus-confirm-mail-reply-to-news)
17373         (gnus-confirm-treat-mail-like-news): Add :version.
17374
17375         * gnus-int.el (gnus-server-unopen-status): Add :version.
17376
17377         * gnus-group.el (gnus-group-jump-to-group-prompt)
17378         (gnus-large-ephemeral-newsgroup)
17379         (gnus-fetch-old-ephemeral-headers): Add :version.
17380
17381         * gnus-fun.el (gnus-x-face-directory)
17382         (gnus-convert-pbm-to-x-face-command)
17383         (gnus-convert-image-to-x-face-command)
17384         (gnus-convert-image-to-face-command): Add :version.
17385
17386         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17387
17388         * gnus-cite.el (gnus-cite-blank-line-after-header)
17389         (gnus-article-boring-faces): Add :version.
17390
17391         * gnus-art.el (gnus-buttonized-mime-types)
17392         (gnus-inhibit-mime-unbuttonizing)
17393         (gnus-treat-display-face)
17394         (gnus-treat-body-boundary): Change :version.
17395         (gnus-body-boundary-delimiter, gnus-picon-databases)
17396         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17397         (gnus-treat-date-english, gnus-treat-fold-headers)
17398         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17399         (gnus-treat-mail-picon, gnus-treat-wash-html)
17400         (gnus-article-encrypt-protocol)
17401         (gnus-use-idna, gnus-article-over-scroll)
17402         (gnus-mime-display-multipart-alternative-as-mixed)
17403         (gnus-mime-display-multipart-related-as-mixed)
17404         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17405         (gnus-ctan-url, gnus-button-ctan-handler)
17406         (gnus-button-handle-ctan-bogus-regexp)
17407         (gnus-button-ctan-directory-regexp)
17408         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17409         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17410         (gnus-button-man-level, gnus-button-emacs-level)
17411         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17412
17413         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17414         (gnus-agent-go-online): Change :version.
17415         (gnus-agent-expire-unagentized-dirs)
17416         (gnus-agent-auto-agentize-methods): Add :version.
17417
17418         * flow-fill.el (fill-flowed-display-column)
17419         (fill-flowed-encode-column): Add :version.
17420
17421         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17422         (gnus-outlook-deuglify-unwrap-max)
17423         (gnus-outlook-deuglify-cite-marks)
17424         (gnus-outlook-deuglify-unwrap-stop-chars)
17425         (gnus-outlook-deuglify-no-wrap-chars)
17426         (gnus-outlook-deuglify-attrib-cut-regexp)
17427         (gnus-outlook-deuglify-attrib-verb-regexp)
17428         (gnus-outlook-deuglify-attrib-end-regexp)
17429         (gnus-outlook-display-hook): Add :version.
17430
17431         * binhex.el (binhex-use-external): Add :version.
17432
17433 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17434
17435         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17436         and `invisible'.
17437
17438 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17439
17440         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17441         in gnus-registry-trim.
17442
17443 2004-09-13  Simon Josefsson  <jas@extundo.com>
17444
17445         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17446
17447         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17448
17449         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17450         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17451         <yamaoka@jpl.org>.
17452         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17453         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17454         <yamaoka@jpl.org>.
17455
17456         * sieve.el (sieve-manage-mode): Ditto.
17457
17458 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17459
17460         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17461
17462 2004-09-11  Simon Josefsson  <jas@extundo.com>
17463
17464         * dns-mode.el: Add.
17465
17466         * mm-view.el (mm-display-dns-inline): Add.
17467
17468         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17469         (mm-automatic-display): Ditto.
17470
17471         * mailcap.el (mailcap-mime-data): Add text/dns.
17472         (mailcap-mime-extensions): Map .soa to text/dns.
17473
17474 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17475
17476         * gnus-art.el (article-decode-mime-words, article-babel)
17477         (gnus-article-highlight-signature, gnus-article-add-buttons)
17478         (gnus-signature-toggle): Remove unnecessary bindings of
17479         `inhibit-read-only' inherited from v5.10 merge.
17480
17481 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17482
17483         * nntp.el (nntp): New customization group.
17484         (nntp-authinfo-file): Add customization group.
17485
17486         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17487
17488         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17489
17490         * gnus.el (to-address, to-list, subscribed)
17491         (large-newsgroup-initial): Ditto.
17492
17493         * flow-fill.el (fill-flowed-display-column)
17494         (fill-flowed-encode-column): Ditto.
17495
17496 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17497
17498         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17499         Use point-min rather than 1.
17500         (message-send-mail): Use buffer-size rather than point-max.
17501
17502         * gnus-sum.el (gnus-summary-search-article-forward):
17503         Signal a specific `search-failed' rather than a generic `error'.
17504
17505         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17506         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17507         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17508
17509 2004-09-10  Simon Josefsson  <jas@extundo.com>
17510
17511         * nndb.el (require): Remove tcp and duplicate cl.
17512
17513 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * gnus-agent.el (directory-files-and-attributes): Move forward.
17516
17517 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17518
17519         * gnus-agent.el (directory-files-and-attributes):
17520         Optionally defined to support XEmacs.
17521
17522 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17523
17524         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17525         to avoid run-time CL dependencies.
17526         (gnus-agent-unfetch-articles): New function.
17527         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17528         article numbers even when local .overview file is missing.
17529         (gnus-agent-read-article-number): New function.  Only accepts
17530         27-bit article numbers.
17531         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17532         Use gnus-agent-read-article-number.
17533         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17534         from backend while recognizing that article numbers in .overview
17535         must be valid.
17536         (gnus-agent-update-files-total-fetched-for):
17537         Use directory-files-and-attributes to improve performance.
17538         * gnus-int.el (gnus-request-move-article):
17539         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17540         improve performance.
17541
17542         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17543         some users confused by references to .newsrc when they only have a
17544         .newsrc.eld file.
17545         (gnus-convert-mark-converter-prompt)
17546         (gnus-convert-converter-needs-prompt): Fix use of property list.
17547         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17548         New function.  Used internally to only display 'gnus converting
17549         files' message when actually necessary.
17550
17551         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17552         methods now autoloaded.
17553
17554 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17557         identifiers.
17558
17559 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17560
17561         * gnus-picon.el: Fix indentation and closing parenthesis.
17562
17563 2004-09-01  Simon Josefsson  <jas@extundo.com>
17564
17565         * message.el (message-canlock-generate): Require sha1, not
17566         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17567         to require within a function.  Sadly, if sha1.el isn't loaded, the
17568         let binding in m-c-g will hide the defcustom definition, which is
17569         bad.)
17570
17571         * canlock.el: Require sha1, not sha1-el.
17572
17573         * message.el: Don't autoload sha1 (there is a autoload cookie in
17574         sha1.el).
17575
17576         * sha1-el.el: Rename to sha1.el.
17577
17578 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17579
17580         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17581
17582 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17583
17584         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17585
17586 2004-08-30  Kim F. Storm  <storm@cua.dk>
17587
17588         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17589
17590         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17591         Add :group 'nnimap.
17592
17593 2004-08-30  Andreas Schwab  <schwab@suse.de>
17594
17595         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17596         ?* and ?\;.
17597
17598         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17599         and ?\' to symbol instead of whitespace.
17600
17601 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17604
17605         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17606         instead of re-search-forward.
17607
17608         * gnus-uu.el (gnus-uu-save-article): Ditto.
17609         (gnus-uu-post-encode-uuencode): Ditto.
17610
17611         * html2text.el (html2text-clean-list-items): Ditto.
17612         (html2text-clean-dtdd): Ditto.
17613         (html2text-format-tags): Ditto.
17614
17615         * message.el (message-send-mail-with-sendmail): Fix regexp.
17616         (message-fill-field-general): Use search-forward instead of
17617         re-search-forward.
17618         (unbold-region): Ditto.
17619
17620         * nnrss.el (nnrss-request-article): Ditto.
17621
17622         * nnslashdot.el (nnslashdot-request-article): Ditto.
17623
17624         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17625
17626         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17627         "Unrecognized menu descriptor" error in XEmacs.
17628
17629 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17630
17631         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17632         parent article of a sparse article in the thread hashtb.
17633
17634 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17635
17636         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17637         (nnmail-expand-newtext): Lowercase expanded entries if
17638         nnmail-split-lowercase-expanded is non-nil.
17639
17640 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17643
17644         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17645         of gnus-tmp-news-method into string under XEmacs.  It will be
17646         passed to gnus-correct-length which takes only a string argument.
17647
17648 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17649
17650         * gnus-util.el (gnus-bind-print-variables): New macro.
17651         (gnus-prin1): Use it.
17652         (gnus-prin1-to-string): Use it.
17653         (gnus-pp): New function.
17654         (gnus-pp-to-string): New function.
17655
17656         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17657         Replace pp-to-string with gnus-pp-to-string.
17658         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17659         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17660         * gnus-msg.el (gnus-debug): Ditto.
17661         * gnus-score.el (gnus-score-save): Ditto.
17662         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17663         gnus-pp-to-string.
17664         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17665         with gnus-pp.
17666         * score-mode.el (gnus-score-pretty-print): Ditto.
17667         * webmail.el (webmail-debug): Ditto.
17668
17669 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17670
17671         * gnus-art.el (article-display-face, article-display-x-face):
17672         Use buffer-read-only.
17673
17674 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * gnus-art.el (article-hide-list-identifiers):
17677         Bind inhibit-read-only as t.
17678
17679 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17680
17681         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17682
17683 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17684
17685         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17686         (gnus-narrow-to-page): Don't assume point-min == 1.
17687         (gnus-article-edit-mode): Derive from message-mode.
17688
17689         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17690         point-min == 1.
17691
17692         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17693         Disable incorrect use of `assert'.
17694
17695         * message.el (message-mode): Set comment-start-skip.
17696
17697
17698 2004-08-22  Sam Steingold  <sds@gnu.org>
17699
17700         * pop3.el (pop3-leave-mail-on-server): New user variable.
17701         (pop3-movemail): Delete mail only when it is nil.
17702
17703 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17706
17707         * mml.el (mml-preview): Use `pop-to-buffer'.
17708
17709         * message.el (message-goto-mail-followup-to): Insert after "To".
17710         (message-carefully-insert-headers): Add comment.
17711
17712         * gnus.el: Remove unused variable `gnus-article-check-size'.
17713
17714         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17715
17716         * gnus-art.el (gnus-button-alist):
17717         Improve `gnus-button-handle-library' entry.
17718
17719 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17720
17721         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17722         Use downcase, since XEmacs capitalizes error messages differently.
17723
17724 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17725
17726         * nntp.el: Add (require 'gnus) due to reference to
17727         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17728
17729 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17730
17731         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17732         Bind `mm-fill-flowed'.
17733
17734         * mm-decode.el (mm-dissect-singlepart): Check it.
17735
17736 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17737
17738         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17739         'imap' for netrc parsing.
17740
17741 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17742
17743         * mailcap.el (mailcap-mime-data): Mark as risky.
17744
17745 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17746
17747         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17748         may be included in the encoded word.
17749         (rfc2047-encode): Don't append a space if the encoded word
17750         includes close parenthesis.
17751
17752 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17755         of text within parentheses.
17756
17757 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17758
17759         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17760         (gnus-encrypt-write-file-contents): Make the password key the file
17761         name PLUS the cipher, not just the cipher.  Also remove failed
17762         passwords from the cache.
17763
17764 2004-08-06  Simon Josefsson  <jas@extundo.com>
17765
17766         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17767         Doc fix.
17768
17769 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17770
17771         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17772         LWSP.
17773
17774 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17775
17776         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17777         Try to append in-reply-to: data to the references: header.
17778
17779         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17780         (netrc-parse): Use gnus-encrypt.el functions.
17781
17782         * gnus-encrypt.el: Add new file for encryption support; currently
17783         does only a few GPG ciphers and an internal XOR cipher.
17784
17785         * password.el: Add comments on using password-read-and-add.
17786         (password-read-and-add): Add function to read and add the
17787         password to the cache at once.
17788
17789 2004-07-28  Simon Josefsson  <jas@extundo.com>
17790
17791         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17792         parameter (but don't use it, for now).
17793
17794         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17795         instead of hard coding to nil.
17796
17797 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17798
17799         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17800         as mm-inline-image-xemacs does.
17801
17802 2004-07-26  Simon Josefsson  <jas@extundo.com>
17803
17804         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17805         Revert part of 2004-07-17 change below.
17806
17807 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17808
17809         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17810         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17811
17812 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17813
17814         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17815         quotes that actually start with ">" at the beginning of the
17816         lines.
17817
17818 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * rfc2047.el (rfc2047-encode-region): Fix last change.
17821         (rfc2047-encode-parameter): Remove useless concat.
17822
17823 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17826         encode special characters; fix some kind of misconfigured headers;
17827         signal a real error if debug-on-quit or debug-on-error is non-nil.
17828         (rfc2047-encode-max-chars): New variable.
17829         (rfc2047-encode-1): Use it.
17830         (rfc2047-encode-parameter): New function.
17831
17832         * mml.el (mml-insert-parameter): Remove an excessive space.
17833
17834 2004-07-17  Simon Josefsson  <jas@extundo.com>
17835
17836         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17837         Kai Grossjohann <kai@emptydomain.de>.
17838         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17839         (gnus-group-make-menu-bar): Ditto.
17840
17841         * gnus-util.el (gnus-group-server): Add.
17842
17843 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17844
17845         * message.el (message-clone-locals): Clone sendmail and smtp
17846         variables.
17847
17848 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * rfc2047.el (rfc2047-encode-region): Fix last change.
17851
17852 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17855         characters as non-special.
17856
17857 2004-07-09  Simon Josefsson  <jas@extundo.com>
17858
17859         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17860         Users will lose all flag changes made while unplugged with
17861         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17862         good default.  See numerous reports on ding mailing list.
17863
17864 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17867         add generate-head-function and generate-article-function to the
17868         rfc822-forward entry.
17869         (nndoc-rfc822-forward-generate-article): New function.
17870         (nndoc-rfc822-forward-generate-head): New function.
17871
17872         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17873
17874 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17875
17876         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17877         respect display group parameter and gnus-summary-expunge-below.
17878         (gnus-articles-to-read): Remove unused reference to display group
17879         parameter.
17880
17881 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17882
17883         * nnheader.el (nnheader-uniquify-message-id): New experimental
17884         variable.
17885         (nnheader-nov-read-message-id): Use it.
17886
17887         * spam-report.el (spam-report-gmane): Add interactive.
17888
17889 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17890
17891         * mm-encode.el (mm-content-transfer-encoding-defaults):
17892         Use qp-or-base64 for the application/* types.
17893
17894 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17895
17896         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17897
17898 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17899
17900         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17901         trim value.
17902
17903 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17904
17905         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17906         New macro and function.
17907         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17908
17909 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17912         after-load-alist.
17913
17914 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17915
17916         * gnus-group.el (gnus-group-get-new-news-this-group):
17917         Don't update info that isn't there.
17918
17919 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17920
17921         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17922         entry.
17923
17924 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17925
17926         * mm-view.el (mm-inline-render-with-function): Use multibyte
17927         buffer; decode html source by charset.
17928
17929         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17930
17931         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17932         Mule-UCS is loaded under XEmacs.
17933         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17934
17935 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17936
17937         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17938
17939 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17940
17941         * mm-util.el (mm-coding-system-p): Return a coding-system.
17942         (mm-mime-mule-charset-alist): Use shift_jis instead of
17943         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17944         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17945         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17946         instead of japanese-shift-jis and iso-latin-1 respectively in
17947         order to share the default value with both Emacs and XEmacs-mule.
17948         (mm-mule-charset-to-mime-charset):
17949         Make mm-coding-system-priorities effective.
17950         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17951         while predicating of candidates upon the priorities.
17952
17953 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17954
17955         * gnus-sum.el (gnus-summary-make-menu-bar):
17956         Add gnus-uu-invert-processable.
17957
17958         * gnus.el: Autoload gnus-uu-invert-processable.
17959
17960 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17961
17962         * mm-util.el (mm-with-multibyte-buffer): New macro.
17963
17964         * rfc2047.el (rfc2047-encode-string): Use it.
17965         (rfc2047-encode-region): Move point to the end of the region after
17966         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17967
17968 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17971         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17972
17973 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17976         (gnus-cite-parse): Ignore quoted envelope From_.
17977         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17978
17979 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17980
17981         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17982         invalid addresses.
17983
17984 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17985
17986         * spam.el: Change section markers, revise TODO list.
17987         (spam-backends): Make new master list of all installed backends.
17988         (spam-summary-exit-behavior): Add new variable to determine how
17989         messages moves are done at summary exit.
17990         (spam-move-spam-nonspam-groups-only)
17991         (spam-process-ham-in-nonham-groups)
17992         (spam-process-ham-in-spam-groups): Remove variables, the
17993         spam-summary-exit-behavior variable should be used to manage this
17994         behavior.
17995         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17996         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17997         and spam-old-spam-articles.
17998         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17999         Add empty variables, placeholders for the backends they represent.
18000         (spam-set-difference): Move, unchanged.
18001         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18002         unless the user has a processor variable.
18003         (spam-classifications, spam-classification-valid-p)
18004         (spam-backend-properties, spam-backend-property-valid-p)
18005         (spam-backend-function-type-valid-p)
18006         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18007         (spam-report-articles-gmane, spam-report-articles-resend):
18008         Remove functions, they are not needed.
18009         (spam-install-backend-super, spam-backend-list)
18010         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18011         (spam-backend-function, spam-backend-ham-registration-function)
18012         (spam-backend-spam-registration-function)
18013         (spam-backend-ham-unregistration-function)
18014         (spam-backend-spam-unregistration-function)
18015         (spam-backend-statistical-p, spam-backend-mover-p)
18016         (spam-install-backend-alias, spam-install-checkonly-backend)
18017         (spam-install-mover-backend, spam-install-nocheck-backend)
18018         (spam-install-backend, spam-install-statistical-backend)
18019         (spam-install-statistical-checkonly-backend): Add backend installation
18020         support.
18021         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18022         (spam-group-processor-p): Use the new backend code and respect the
18023         summary exit behavior.
18024         (spam-mark-spam-as-expired-and-move-routine): Remove.
18025         (spam-summary-prepare): Change to use the new spam-old-articles
18026         variable.
18027         (spam-copy-or-move-routine, spam-copy-spam-routine)
18028         (spam-move-spam-routine, spam-copy-ham-routine)
18029         (spam-move-ham-routine): Add code to copy/move ham or spam.
18030         (spam-fetch-field-fast): Improve doc and code, plus allow the
18031         'number request.
18032         (spam-list-of-checks, spam-list-of-statistical-checks):
18033         Remove variables.
18034         (spam-split, spam-find-spam): Use the new backend code.
18035         (spam-registration-functions): Remove variable.
18036         (spam-unregister-routine): Add convenience wrapper.
18037         (spam-log-undo-registration, spam-register-routine)
18038         (spam-log-processing-to-registry)
18039         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18040         where possible.
18041         (spam-check-gmane-xref, spam-check-regex-headers)
18042         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18043         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18044         (spam-check-bogofilter-headers, spam-check-spamoracle)
18045         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18046         (spam-check-crm114-headers): Use the spam-split-group that
18047         spam-split prepares, no need to determine it every time.
18048
18049         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18050         to the nnheader-parse-naked-head call.
18051
18052         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18053
18054         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18055         the nnheader-nov-read-message-id call.
18056
18057 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18060         gnus-activate-group twice.  Suggested by Markus Peter
18061         <warp@spin.de>.
18062
18063 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * gnus-art.el (gnus-article-time-format): Exchange the order of
18066         day and month in the default value; fix customization type.
18067         (article-date-ut): Use add-text-properties.
18068         (article-make-date-line): Use message-make-date instead of
18069         current-time-string.
18070
18071         * message.el (message-fetch-field): Don't use set-text-properties.
18072         (message-make-date): Simplify.
18073
18074         * messagexmas.el (message-xmas-make-date): New function.
18075         (message-xmas-redefine): Defalias message-make-date to it.
18076
18077 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18080         (rfc2047-encode-region): Treat text within parentheses as special;
18081         show the original text when error has occurred.
18082
18083         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18084         already-computed method to gnus-activate-group.
18085
18086         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18087         same select-methods identical Lisp objects.
18088
18089         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18090         object when modifying the info.
18091
18092 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18095         gnus-opened-servers since it has never been opened with the new
18096         configuration yet.
18097
18098 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18101         arg to nnheader-generate-fake-message-id.
18102
18103 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18104
18105         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18106         number and build a fake message ID localized to a group and
18107         article number (so it's repeatable from that point on).
18108         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18109         ID format.
18110
18111         * gnus-sum.el (gnus-get-newsgroup-headers):
18112         Call nnheader-generate-fake-message-id with the article number.
18113
18114 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18115
18116         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18117         end-of-buffer.
18118
18119 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18120
18121         * message.el (message-ignored-supersedes-headers): Add Approved.
18122
18123 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18126         goto-char.
18127         (rfc2047-encode): Fold the line before encoding.
18128
18129 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18130
18131         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18132         folding -- not all headers can be folded, and this should be done
18133         by the message composition mode.  Probably.  I think.
18134
18135 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18138         fast.
18139
18140         * gnus-ems.el (gnus-remove-image): Don't use
18141         message-text-with-property; remove only the image found first.
18142
18143         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18144         found first.
18145
18146 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18147
18148         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18149
18150 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * message.el (message-text-with-property): Make it fast and accept
18153         optional arguments.
18154         (message-strip-forbidden-properties): Use it.
18155         (message-fix-before-sending): Follow the m-t-w-p change.
18156
18157         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18158
18159 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * gnus-art.el (article-hide-headers): Don't change the buffer
18162         mistakenly when performing mml-preview even if
18163         gnus-single-article-buffer is nil.
18164
18165 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18166
18167         * message.el (message-expand-name-databases): New user option.
18168         (message-expand-name): Use it.
18169
18170 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18171
18172         * spam.el (spam-report-articles-resend)
18173         (spam-report-resend-register-routine): Allow ham reporting.
18174         (spam-report-resend-register-ham-routine): Add wrapper.
18175         (spam-registration-functions): Add ham resending functions.
18176         (spam-list-of-processors): Add ham resend processor.
18177
18178         * gnus.el (ham-resend-to): Add new group parameter.
18179         (spam-process): Add ham resend option.
18180
18181         * spam-report.el (spam-report-resend): Allow reporting ham.
18182         (spam-report-resend-ham): Add wrapper.
18183
18184 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18185
18186         * message.el (message-cite-articles-with-x-no-archive):
18187         New variable.
18188         (message-cite-original): Use it.
18189
18190 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18191
18192         * message.el (message-cite-original): Respect X-No-Archive.
18193
18194 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * gnus-art.el (article-hide-headers): Refer to the values for
18197         gnus-ignored-headers and gnus-visible-headers in the summary
18198         buffer since a user may have set them as group parameters.
18199
18200 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18201
18202         * assistant.el (assistant-node-name): Add convenience function.
18203         (assistant-render-text, assistant-render-node): Add error handling,
18204         plus handle multiple next nodes.
18205         (assistant-find-next-node): Comment out for now.
18206         (assistant-find-next-nodes): Add function, returns list of next
18207         nodes.
18208
18209 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18210
18211         * mail-source.el (mail-source-directory): Fix doc-string.
18212
18213 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18214
18215         * assistant.el (assistant-render-text, assistant-eval): Add :set
18216         widget type, which is different because it takes and returns a
18217         list.  Much hilarity ensues.
18218
18219 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18220
18221         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18222
18223         * gnus-group.el (gnus-group-get-new-news-this-group):
18224         Add doc-string.
18225
18226         * gnus-start.el (gnus-activate-group): Add doc-string.
18227
18228 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18231
18232 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18233
18234         * assistant.el (assistant-render-text): Try to add a :set
18235         widget, more to come.
18236
18237         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18238         strings.
18239         (spam-report-articles-resend)
18240         (spam-register-routine): Do registration iff any articles warrant
18241         it.
18242         (spam-summary-prepare-exit): Change log message for nil group
18243         destinations.
18244
18245 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18246
18247         * spam.el (spam-report-resend-register-routine):
18248         Allow spam-report-resend-to to be a group parameter or a global value.
18249
18250 2004-05-26  Simon Josefsson  <jas@extundo.com>
18251
18252         * starttls.el: Merge with my GNUTLS based starttls.el.
18253         (starttls-gnutls-program, starttls-use-gnutls)
18254         (starttls-extra-arguments, starttls-process-connection-type)
18255         (starttls-connect, starttls-failure, starttls-success):
18256         New variables.
18257         (starttls-program, starttls-extra-args): Doc fix.
18258         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18259         New functions.
18260         (starttls-negotiate, starttls-open-stream):
18261         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18262         function if it is set.
18263
18264 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18265
18266         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18267         structured fields.
18268
18269 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18272
18273 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18274
18275         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18276         Add variable.
18277         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18278         assigning the spam-mark to new messages.
18279
18280 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18281
18282         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18283
18284 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18285
18286         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18287
18288         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18289         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18290         default.
18291
18292 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18293
18294         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18295         correct data.
18296
18297 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18298
18299         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18300         (spam-group-processor-p): Fix function.
18301         (spam-group-processor-multiple-p)
18302         (spam-group-spam-processor-report-gmane-p)
18303         (spam-group-spam-processor-report-resend-p)
18304         (spam-group-spam-processor-bogofilter-p)
18305         (spam-group-spam-processor-blacklist-p)
18306         (spam-group-spam-processor-ifile-p)
18307         (spam-group-ham-processor-ifile-p)
18308         (spam-group-spam-processor-spamoracle-p)
18309         (spam-group-spam-processor-crm114-p)
18310         (spam-group-ham-processor-bogofilter-p)
18311         (spam-group-spam-processor-stat-p)
18312         (spam-group-ham-processor-stat-p)
18313         (spam-group-ham-processor-whitelist-p)
18314         (spam-group-ham-processor-BBDB-p)
18315         (spam-group-ham-processor-spamoracle-p)
18316         (spam-group-ham-processor-copy-p): Remove functions with some
18317         prejudice against unneeded code.
18318         (spam-report-articles-resend)
18319         (spam-report-resend-register-routine): Allow the group/topic
18320         spam-resend-to value to override spam-report-resend-to.
18321         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18322         properly now.
18323
18324         * gnus.el (spam-resend-to): Add group/topic parameter.
18325         (spam-process): Move the OBSOLETE processors to the end of the
18326         choices.
18327
18328 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18329
18330         * spam-report.el (spam-report-resend-to, spam-report-resend):
18331         Start with resend-to set to nil, and then ask the user if necessary.
18332         (spam-report-resend): spam-report-resend takes a list of articles, not
18333         separate article numbers.
18334
18335 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18338         addition to emacs-w3m.
18339
18340 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18341
18342         * assistant.el (assistant-authinfo-data): New function.
18343         (assistant-eval): Eval for entire assistant.
18344
18345         * netrc.el (netrc-services-file): New variable.
18346         (netrc-parse-services): New function.
18347         (netrc-find-service-name): New function.
18348         (netrc-find-service-number): New function.
18349         (netrc-port-equal): New function.
18350         (netrc-machine): Use it.
18351
18352         * nnimap.el (nnimap-open-connection): Use netrc.
18353
18354         * gnus-util.el (gnus-netrc-get): Remove aliases.
18355
18356         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18357
18358         * assistant.el (wid-edit): Fix compilation.
18359
18360         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18361
18362 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18363
18364         * gnus-util.el (gnus-set-file-modes): New function.  (small
18365         patch).
18366
18367 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18368
18369         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18370
18371         * assistant.el (assistant-render-node): Fix up rendering and
18372         read-only text.
18373         (assistant-render-node): Reset.
18374         (assistant-make-read-only): Not sticky.
18375
18376 2004-05-20  Danny Siu  <dsiu@adobe.com>
18377
18378         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18379         centered even when gnus-auto-center-summary is t.
18380
18381 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18382
18383         * dns.el (dns-get-txt-answer): New function.
18384         (dns-read-txt): Ditto.
18385         (query-dns): Use it.
18386
18387 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18390         active for foreign groups even if the group level is higher than
18391         the specified value.
18392
18393 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18394
18395         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18396         non-active groups.
18397
18398         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18399
18400 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18401
18402         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18403
18404 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18405
18406         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18407         (spam-crm114-header, spam-crm114-spam-switch)
18408         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18409         (spam-crm114-positive-spam-header)
18410         (spam-crm114-database-directory, spam-list-of-processors)
18411         (spam-group-spam-processor-crm114-p)
18412         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18413         (spam-generic-score, spam-list-of-checks)
18414         (spam-list-of-statistical-checks, spam-registration-functions)
18415         (spam-check-crm114-headers, spam-crm114-score)
18416         (spam-check-crm114, spam-crm114-register-with-crm114)
18417         (spam-crm114-register-spam-routine)
18418         (spam-crm114-unregister-spam-routine)
18419         (spam-crm114-register-ham-routine)
18420         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18421         From asjo@koldfront.dk (Adam Sjøgren).
18422
18423         * gnus.el: Add spam-use-crm114.
18424
18425         * spam.el (spam-list-of-processors, spam-registration-functions):
18426         Add spam-use-resend.
18427         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18428         (spam-report-articles-gmane): Add doc fix.
18429         (spam-report-articles-resend, spam-report-resend-register-routine):
18430         Add wrappers around spam-report-resend-to.
18431
18432         * spam-report.el (spam-report-resend-to, spam-report-resend):
18433         Add support for resending spam.
18434         (spam-report-gmane): Fix line length >80.
18435
18436         * gnus.el (spam-process): Add spam-use-resend.
18437
18438 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18439
18440         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18441         number of processed spam messages.
18442         (spam-ham-copy-or-move-routine): Return the number of processed
18443         ham messages.
18444         (spam-summary-prepare-exit): Use the above values to decide
18445         whether status messages shouled be displayed.
18446
18447 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18450         `rfc2047-encoding-function-alist' in order to avoid conflicting
18451         with the old version.
18452         (rfc2047-encode-region): Concatenate words containing non-ASCII
18453         characters in structured fields; don't encode space-delimited
18454         ASCII words even in unstructured fields; don't break words at
18455         char-category boundaries.
18456         (rfc2047-encode-1): New function.
18457         (rfc2047-encode): Use it; encode text so that it occupies the
18458         maximum width within 76-column; work correctly on Q encoding for
18459         iso-2022-* charsets.
18460         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18461         sure not to break a line just after the header name.
18462         (rfc2047-b-encode-region): Remove.
18463         (rfc2047-b-encode-string): New function.
18464         (rfc2047-q-encode-region): Remove.
18465         (rfc2047-q-encode-string): New function.
18466
18467         * mm-util.el (mm-replace-in-string): New function.
18468
18469 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18470
18471         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18472         Really get it right.
18473         (gnus-inews-make-draft): Really.
18474
18475 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18476
18477         * nnmh.el (nnmh-request-list-1): Don't check the link count
18478         before descending.  (small patch)
18479
18480 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18481
18482         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18483         stuff.
18484
18485         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18486         Match on real group name.
18487
18488         * gnus-art.el (gnus-signature-limit): Doc fix.
18489
18490         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18491
18492         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18493
18494 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18495
18496         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18497         isn't a string.
18498
18499 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18500
18501         * gnus-draft.el (gnus-draft-send):
18502         Bind rfc2047-encode-encoded-words.
18503
18504         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18505         (rfc2047-encodable-p): Say that =? needs encoding.
18506         (rfc2047-encode-encoded-words): New variable.
18507
18508         * gnus-group.el (gnus-group-select-group): Doc fix.
18509
18510         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18511
18512         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18513         to nil.
18514
18515         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18516
18517         * nnheader.el (nnheader-get-lines-and-char): New function.
18518
18519 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18520
18521         * gnus-msg.el (gnus-summary-followup-with-original):
18522         Document yanking of region when active.
18523
18524 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18527         groups if the group level is higher than the specified value.
18528
18529 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18530
18531         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18532         (gnus-group-jump-to-group): Add prefix argument using
18533         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18534         non-active group.
18535
18536         * compface.el (uncompface): Be verbose when changing
18537         `uncompface-use-external'.
18538
18539         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18540         handle manual section.
18541
18542 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18543
18544         * gnus-art.el (gnus-button-alist): Revert previous change.
18545
18546 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18547
18548         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18549
18550 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18551
18552         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18553         whether backend can accept message.
18554
18555         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18556
18557 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18558
18559         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18560         Avoid creating directory when nntp-marks-is-evil is true.
18561         Reported by Reiner Steib.
18562
18563 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18564
18565         * gnus-picon.el (gnus-picon-style): New variable.
18566         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18567         (gnus-picon-transform-address): Support `gnus-picon-style'.
18568         From Jesper Harder <harder@ifa.au.dk>.
18569
18570 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18571
18572         * message.el (message-fill-field): Return point.
18573         (message-generate-headers): Go to end of field.
18574
18575         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18576         stuff for non-living groups.
18577
18578 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18579
18580         * gnus-art.el (gnus-article-followup-with-original)
18581         (gnus-article-reply-with-original): gnus-mark-active-p ->
18582         gnus-region-active-p.
18583
18584 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18585
18586         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18587         only when there is spam or ham to be processed.
18588
18589 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18590
18591         * mail-source.el (mail-source-delete-crash-box): Refactor.
18592         (mail-source-fetch): Use it.
18593         (mail-source-fetch-file): Ditto.
18594         (mail-source-fetch-directory): Run postscript in loop.
18595         (mail-source-fetch-pop): Delete.
18596         (mail-source-fetch-maildir): Ditto.
18597         (mail-source-fetch-imap): Ditto.
18598
18599         * imap.el (imap-authenticators): Comment out sasl.
18600
18601         * message.el (message-skip-to-next-address): New function.
18602         (message-fill-header-address): Refactor.
18603         (message-fill-address): Use it.
18604         (message-delete-address): Use it.
18605         (message-fill-header-general): Refactor.
18606         (message-fill-field-address): Rename.
18607         (message-narrow-to-field): Find the start of the header.
18608         (message-header-format-alist): Don't pre-fill.
18609         (message-fill-header): Remove.
18610         (message-insert-header): New function.
18611         (message-shorten-references): Use it.
18612
18613         * rfc2047.el (rfc2047-field-value): Strip props.
18614
18615         * mail-parse.el (mail-header-make-address): New alias.
18616
18617         * ietf-drums.el (ietf-drums-make-address): New function.
18618
18619         * imap.el: Add compiler directives.
18620
18621         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18622
18623         * gnus-art.el (article-decode-idna-rhs): Don't use
18624         message-idna-inside-rhs-p.
18625
18626 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18627
18628         * message.el (message-idna-inside-rhs-p): Remove.
18629         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18630
18631         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18632         false positives.
18633
18634 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18635
18636         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18637
18638 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18639
18640         * nneething.el (nneething-file-name): Don't create spurious
18641         files.
18642
18643         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18644         (gnus-inews-do-gcc): Remove sleep.
18645
18646         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18647         part under point.
18648
18649         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18650         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18651
18652 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18653
18654         * spam.el (spam-summary-prepare-exit): Fix (length).
18655
18656 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18657
18658         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18659         as expired without moving it" message when there are spam
18660         messages left.
18661
18662 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18663
18664         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18665         header is not nil.
18666
18667 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18668
18669         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18670         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18671         (nntp-marks-changed-p): New arg SERVER.
18672         (nntp-request-update-info): Adjust caller.
18673
18674 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18675
18676         * nntp.el (nntp-save-marks): Pass missing arg.
18677
18678 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18679
18680         * nntp.el: Support marks.
18681         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18682         (nntp-marks-modtime, nntp-marks-directory): New variables.
18683         (nntp-request-set-mark, nntp-request-update-info)
18684         (nntp-possibly-create-directory, nntp-marks-changed-p)
18685         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18686         New functions.
18687
18688 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18689
18690         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18691         (gnus-xmas-redefine): Rename.
18692
18693         * gnus-score.el (gnus-score-insert-help):
18694         Use gnus-select-lowest-window.
18695
18696         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18697         appt-select-lowest-window and rename to gnus-select-lowest-window.
18698
18699         * gnus.el: do.
18700
18701 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18702
18703         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18704         encodings of MIME-encoded words, in order to improve
18705         interoperability with several broken MUAs.
18706
18707 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18708
18709         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18710         tags, only when charsets are not specified in headers.
18711         (mm-inline-text-html-render-with-w3m): Ditto.
18712
18713         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18714         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18715
18716 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18717
18718         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18719         instead of MIME-decoded from fields when checking
18720         `gnus-article-address-banner-alist'.
18721
18722 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18723
18724         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18725         description rather than subject.
18726
18727 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18728
18729         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18730
18731 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18732
18733         * gnus.el (gnus-version-number): Bump.
18734
18735 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18736
18737         * gnus.el: No Gnus v0.2 is released.
18738
18739 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18740
18741         * gnus-agent.el (gnus-agent-read-agentview):
18742         Inline gnus-uncompress-range.
18743
18744 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18745
18746         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18747         `exec-installed-p'.
18748
18749 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18750
18751         * gnus.el (spam-process, spam-autodetect-methods):
18752         Add bsfilter and bsfilter-headers.
18753
18754         * spam.el (spam-bsfilter): New customize group.
18755         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18756         (spam-bsfilter-header, spam-bsfilter-probability-header)
18757         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18758         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18759         (spam-bsfilter-database-directory): New options.
18760         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18761         (spam-list-of-statistical-checks, spam-registration-functions):
18762         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18763         (spam-bsfilter-score): New command.
18764         (spam-check-bsfilter-headers, spam-check-bsfilter)
18765         (spam-bsfilter-register-with-bsfilter)
18766         (spam-bsfilter-register-spam-routine)
18767         (spam-bsfilter-unregister-spam-routine)
18768         (spam-bsfilter-register-ham-routine)
18769         (spam-bsfilter-unregister-ham-routine): New functions.
18770         (spam-generic-score): Support bsfilter; Accept an optional argument
18771         to recalcurate spam score even if scoring header has already been
18772         added.
18773         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18774         optional argument to recalcurate spam score even if scoring header
18775         has already been added.
18776
18777 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18778
18779         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18780         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18781         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18782         link is missing.
18783
18784 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18785
18786         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18787         (html2text-get-attr): Rewrite.
18788
18789         * message.el (message-setup-1): Remove redundant put-text-property
18790         on mail-header-separator.
18791
18792 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18793
18794         * gnus-registry.el (gnus-registry-cache-whitespace)
18795         (gnus-registry-action, gnus-registry-spool-action)
18796         (gnus-registry-split-fancy-with-parent): Change message levels
18797         from 5 to 3 or 7, as needed.
18798
18799         * spam.el (spam-summary-prepare-exit)
18800         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18801         (spam-split, spam-find-spam, spam-log-undo-registration)
18802         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18803         level from 5 to 6.
18804
18805 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18808         2004-03-04 change).
18809
18810 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18811
18812         * sieve-manage.el (sieve-manage-open):
18813         * nnweb.el (nnweb-insert-html):
18814         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18815         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18816         * nnspool.el (nnspool-request-group):
18817         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18818         * nnml.el (nnml-request-update-info):
18819         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18820         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18821         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18822         (nnimap-request-set-mark):
18823         * nnfolder.el (nnfolder-request-update-info):
18824         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18825         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18826         * gnus-uu.el (gnus-uu-find-articles-matching):
18827         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18828         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18829         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18830         * gnus-nocem.el (gnus-nocem-scan-groups):
18831         * gnus-int.el (gnus-start-news-server):
18832         * gnus-group.el (gnus-group-make-kiboze-group)
18833         (gnus-group-browse-foreign-server):
18834         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18835         Use mapc when appropriate.
18836
18837 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18838
18839         FIXME: Make separate entries for each person.
18840
18841         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18842         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18843         <shields@msrl.com>:
18844
18845         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18846         may need for spam sorting and scoring.
18847         (spam-user-format-function-S): Add user format function suitable for
18848         general use.
18849         (spam-article-sort-by-spam-status): Add sorting function for summary
18850         sorting.
18851         (spam-extra-header-to-number): Add function to get a score from a
18852         header.
18853         (spam-summary-score): Add function to get a numeric score from the
18854         headers.
18855         (spam-generic-score): Fix function doc, was in wrong place.
18856         (spam-initialize): Take symbols when it's run, and install the
18857         extra headers that spam-necessary-extra-headers thinks we need.
18858
18859 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18860
18861         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18862         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18863
18864 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18865
18866         * gnus-sum.el (gnus-set-global-variables)
18867         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18868         (gnus-article-get-xrefs, gnus-summary-best-group)
18869         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18870         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18871         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18872         Use with-current-buffer.
18873
18874 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18875
18876         * spam.el (spam-summary-prepare-exit): Simplify logic.
18877         (spam-fetch-article-header): Read the article header if it's not
18878         available.
18879         (spam-list-articles): Simplify logic.
18880         (spam-filelist-register-routine): Fix bug with unregister-list.
18881
18882         * gnus-registry.el: Fix comments at beginning.
18883
18884 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18885
18886         * message.el (message-cater-to-broken-inn): Remove.
18887         (message-shorten-references): Make sure the total folded length of
18888         References is shorter than 998 characters to cater to a bug in INN
18889         2.3.  Also, don't pretend that references aren't folded -- this
18890         hasn't worked for a while.
18891
18892 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18893
18894         * gnus-agent.el (gnus-agentize):
18895         gnus-agent-send-mail-real-function no longer set to current value
18896         of message-send-mail-function but rather a lambda that calls
18897         message-send-mail-function.  The change makes the agent real-time
18898         responsive to user changes to message-send-mail-function.
18899
18900 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18901
18902         * legacy-gnus-agent.el
18903         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18904         help from Florian Weimer <fw@deneb.enyo.de>
18905
18906 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18907
18908         * nnmail.el (nnmail-cache-insert): Revert last change.
18909
18910 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18911
18912         * nnmail.el (nnmail-cache-insert): Always check whether
18913         nnmail-cache-ignore-groups matches a group name.
18914
18915 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18916
18917         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18918         (spam-find-spam, spam-log-processing-to-registry)
18919         (spam-log-registered-p, spam-log-unregistration-needed-p)
18920         (spam-log-undo-registration): Use gnus-message instead of
18921         gnus-error, none of these errors are fatal.
18922
18923         * gnus-registry.el (gnus-registry-clean-empty-function)
18924         (gnus-registry-clean-empty): Remove only empty entries without
18925         extra data.
18926
18927 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18928
18929         * spam-stat.el (spam-stat-buffer-change-to-spam)
18930         (spam-stat-buffer-change-to-non-spam): Change (error) to
18931         (gnus-message 8) invocation.
18932
18933 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * nntp.el (nntp-via-netcat-command): New variable.
18936         (nntp-via-netcat-switches): New variable.
18937         (nntp-open-via-rlogin-and-netcat): New function.
18938         (nntp-open-connection-function): Doc fix.
18939         (nntp-telnet-command): Doc fix.
18940         (nntp-end-of-line): Doc fix.
18941         (nntp-via-rlogin-command): Doc fix.
18942         (nntp-via-user-name): Doc fix.
18943         (nntp-via-address): Doc fix.
18944
18945 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18948         error in Emacs 21.1.
18949
18950 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18951
18952         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18953
18954 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18955
18956         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18957         (gnus-agent-with-refreshed-group): New macro.
18958         (gnus-agent-rename-group): New function.
18959         (gnus-agent-delete-group): New function.
18960         (gnus-agent-save-group-info): Use gnus-command-method when
18961         `method' parameter is nil.  Don't write nil entries into the
18962         active file.
18963         (gnus-agent-get-group-info): New function.
18964         (gnus-agent-fetch-articles):
18965         Use gnus-agent-update-files-total-fetched-for to increment disk space
18966         used.
18967         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18968         Use gnus-agent-update-view-total-fetched-for to increment disk space
18969         used.
18970         (gnus-agent-get-local): Add optional parameters to avoid calling
18971         gnus-group-real-name and gnus-find-method-for-group.
18972         (gnus-agent-set-local): Delete stored entry if either min, or max,
18973         are nil.
18974         (gnus-agent-fetch-session): Reworded error/quit messages.
18975         On quit, use gnus-agent-regenerate-group to record existance of any
18976         articles fetched to disk before the quit occurred.
18977         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18978         gnus-agent-update-view-total-fetched-for, and
18979         gnus-agent-update-files-total-fetched-for to decrement disk space
18980         used.
18981         (gnus-agent-retrieve-headers):
18982         Use gnus-agent-update-view-total-fetched-for to increment disk space
18983         used.
18984         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18985         with gnus-agent-update-files-total-fetched-for to decrement disk
18986         space and fresh group buffer.
18987         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18988         (gnus-agent-need-update-total-fetched-for): New variable.
18989         (gnus-agent-update-files-total-fetched-for): New function.
18990         (gnus-agent-update-view-total-fetched-for): New function.
18991         (gnus-agent-total-fetched-for): New function.
18992
18993         * gnus-cache.el (gnus-cache-save-buffers):
18994         Use gnus-cache-update-overview-total-fetched-for to change disk space
18995         used by this group.
18996         (gnus-cache-possibly-enter-article):
18997         Use gnus-cache-update-file-total-fetched-for to increment disk space
18998         used by this group.
18999         (gnus-cache-possibly-remove-article):
19000         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19001         used by this group.
19002         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19003         (gnus-cache-rename-group): New function.
19004         (gnus-cache-delete-group): New function.
19005         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19006         (gnus-cache-need-update-total-fetched-for): New variable.
19007         (gnus-cache-with-refreshed-group): New macro.
19008         (gnus-cache-update-file-total-fetched-for): New function.
19009         (gnus-cache-update-overview-total-fetched-for): New function.
19010         (gnus-cache-rename-group-total-fetched-for): New function.
19011         (gnus-cache-delete-group-total-fetched-for): New function.
19012         (gnus-cache-total-fetched-for): New function.
19013
19014         * gnus-group.el: Require gnus-sum and autoload functions to
19015         resolve warnings when gnus-group.el compiled alone.
19016         (gnus-group-line-format): Documented new %F.
19017         (size of Fetched data) group line format; identifies disk space
19018         used by agent and cache.
19019         (gnus-group-line-format-alist): Defined new F format.
19020         (gnus-total-fetched-for): New function.
19021         (gnus-group-delete-group): No longer update
19022         gnus-cache-active-altered as gnus-request-delete-group now keeps
19023         the cache in sync.
19024         (gnus-group-list-active): Let the agent store a server's active
19025         list if currently plugged.
19026
19027         * gnus-int.el (gnus-request-delete-group):
19028         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19029         local disk in sync with the server.
19030         (gnus-request-rename-group):
19031         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19032         local disk in sync with the server.
19033
19034         * gnus-start.el (gnus-get-unread-articles):
19035         Cosmetic simplification to logic.
19036
19037         * gnus-util.el (gnus-rename-file): New function.
19038
19039 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19040
19041         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19042
19043 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19044
19045         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19046         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19047
19048 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19049
19050         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19051         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19052
19053 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19054
19055         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19056
19057 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19058
19059         * spam.el (spam-set-difference): Add function to replace
19060         gnus-set-difference in spam.el.
19061         (spam-summary-prepare-exit): Use spam-set-difference.
19062
19063 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19064
19065         * gnus-registry.el (gnus-registry-cache-file): Update to use
19066         gnus-dribble-directory OR gnus-home-directory OR ~.
19067         (gnus-registry-split-fancy-with-parent): Fix doc.
19068
19069 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19070
19071         * message.el (message-exchange-point-and-mark):
19072         Use message-mark-active-p.  Suggested by Jesper Harder
19073         <harder@ifa.au.dk>.
19074
19075 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19076
19077         * message.el (message-exchange-point-and-mark): Don't activate
19078         region if it was inactive.  Suggested by Hiroshi Fujishima
19079         <pooh@nature.tsukuba.ac.jp>.
19080
19081 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * gnus-art.el (article-display-face): Display Faces in the same
19084         order as X-Faces.
19085
19086 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19089
19090 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19093         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19094         (gnus-article-mime-hierarchy): Remove.
19095         (gnus-article-mime-hierarchy-next): Remove.
19096         (gnus-article-mode): Revert 2004-03-19 change.
19097         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19098         (gnus-insert-mime-button): Revert 2004-03-19 change.
19099         (gnus-mime-accumulate-hierarchy): Remove.
19100         (gnus-mime-enter-multipart): Remove.
19101         (gnus-mime-leave-multipart): Remove.
19102         (gnus-mime-display-part): Revert 2004-03-19 change.
19103         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19104
19105         * mml.el (mml-preview): Revert 2004-03-19 change.
19106
19107 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19108
19109         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19110
19111 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19112
19113         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19114         t while entering a file name using the mm-with-multibyte macro.
19115         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19116
19117         * mm-util.el (mm-with-multibyte): New macro.
19118
19119 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19120
19121         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19122         New user option.
19123         (gnus-mime-multipart-functions): Doc and customization fix.
19124         (gnus-article-mime-hierarchy): New variable.
19125         (gnus-article-mime-hierarchy-next): New variable.
19126         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19127         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19128         gnus-article-mime-hierarchy-next to nil.
19129         (gnus-insert-mime-button): Show hierarchy numbers.
19130         (gnus-mime-accumulate-hierarchy): New function.
19131         (gnus-mime-enter-multipart): New function.
19132         (gnus-mime-leave-multipart): New function.
19133         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19134         (gnus-mime-display-alternative): Show hierarchy numbers.
19135
19136         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19137         gnus-article-mime-hierarchy-next to nil.
19138
19139 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19140
19141         * dns.el: Don't require gnus-xmas.
19142
19143 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19144
19145         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19146         inline PGP.
19147         (mml-menu): Disable mml-quote-region if mark is inactive.
19148
19149 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19152         when the group's active is not available.
19153
19154 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19155
19156         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19157         error.
19158
19159 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19160
19161         * imap.el (imap-store-password): New variable.
19162         (imap-interactive-login): Use it.
19163         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19164
19165 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19166
19167         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19168         window-start and hscroll to summary window.
19169
19170 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19171
19172         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19173         conversion message to newsrc-dribble when an actual conversion is
19174         performed.
19175
19176 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19177
19178         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19179
19180 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19181
19182         * mm-decode.el (mm-complicated-handles): New function reviving
19183         former definition of mm-multiple-handles.
19184
19185         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19186         (gnus-mime-delete-part): Use it.
19187
19188 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19189
19190         * gnus-agent.el (gnus-agent-read-local):
19191         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19192         avoid the implicit assumption that they will always be equal.
19193         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19194         coding-system-for-write, as the with-temp-file macro first prints
19195         to a buffer then saves the buffer.
19196
19197 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19198
19199         * gnus-art.el (gnus-article-edit-part): New function.
19200         (gnus-mime-save-part-and-strip): Use it; do query instead of
19201         signaling an error; don't use mm-multiple-handles.
19202         (gnus-mime-delete-part): Ditto.
19203
19204 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19205
19206         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19207         old file versions.
19208         (gnus-group-prepare-hook): Remove function that converted list
19209         form of gnus-agent-expire-days to group properties.
19210
19211         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19212         (gnus-request-accept-article): Re-indented.
19213
19214         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19215         converters to handle old agent file formats.  Add logic for a
19216         "backup before upgrading warning".
19217         (gnus-convert-mark-converter-prompt): Developers can mark
19218         functions as needing (default), or not needing,
19219         gnus-convert-old-newsrc's "backup before upgrading warning".
19220         (gnus-convert-converter-needs-prompt): Tests whether the user
19221         should be protected from potentially irreversable changes by the
19222         function.
19223
19224         * legacy-gnus-agent.el: New.  Provides converters that are only
19225         loaded when gnus-convert-old-newsrc needs to call them.
19226
19227 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19228
19229         * mail-source.el (mail-source-touch-pop): Doc fix.
19230
19231         * message.el (message-smtpmail-send-it): Doc fix.
19232
19233 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19234
19235         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19236
19237         * nnmail.el (nnmail-split-fancy): do.
19238
19239         * gnus-kill.el (gnus-kill, gnus-execute): do.
19240
19241 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19242
19243         * gnus-sum.el (gnus-widget-reversible-match)
19244         (gnus-widget-reversible-to-internal)
19245         (gnus-widget-reversible-to-external): New functions.
19246         (gnus-widget-reversible): New widget.
19247         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19248
19249 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19250
19251         * gnus-sum.el (gnus-thread-sort-functions)
19252         (gnus-article-sort-functions): Document `(not F)' items.
19253
19254 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19255
19256         * spam.el (spam-use-gmane-xref): Add new backend.
19257         (spam-gmane-xref-spam-group): Add variable to control the name of the
19258         Gmane spam group.
19259         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19260         (spam-regex-headers-spam, spam-regex-headers-ham)
19261         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19262         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19263         backends and checks.
19264         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19265
19266         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19267         an autodetect method.
19268
19269 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19270
19271         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19272         articles are being added to a group.
19273         (gnus-request-replace-article): Inform the agent that articles
19274         need to be uncached as the cached contents are no longer valid.
19275
19276 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19277
19278         * binhex.el: Don't autoload executable-find.
19279
19280         * canlock.el: Don't autoload mail-fetch-field.
19281
19282         * dgnushack.el: Autoload c-mode for XEmacs.
19283
19284         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19285
19286         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19287         rmail-dont-reply-to and rmail-output.
19288
19289         * gnus-score.el: Don't autoload ffap-string-at-point.
19290
19291         * gnus-setup.el: Don't autoload sc-cite-original.
19292
19293         * imap.el: Don't autoload base64-decode-string,
19294         base64-encode-string and md5.
19295
19296         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19297         and rmail-msg-restore-non-pruned-header.
19298
19299         * mm-decode.el: Don't autoload executable-find.
19300
19301         * mm-url.el: Don't autoload executable-find.
19302
19303         * mm-view.el: Don't autoload diff-mode.
19304
19305         * nndb.el: Don't autoload news-reply-mode, news-setup,
19306         cancel-timer and telnet.
19307
19308         * password.el: Don't autoload run-at-time for Emacs.
19309
19310         * sha1-el.el: Don't autoload executable-find.
19311
19312         * sieve-mode.el: Don't autoload c-mode.
19313
19314         * uudecode.el: Don't autoload executable-find.
19315
19316 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19317
19318         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19319         (gnus-agent-possibly-alter-active): Avoid null in numeric
19320         comparison.
19321         (gnus-agent-set-local): Refuse to save null in local object table.
19322         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19323         list of articles that will be marked as unread.
19324
19325 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19326
19327         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19328
19329 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19330
19331         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19332         language tags.
19333
19334 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19335
19336         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19337         Don't bind "obarray".
19338
19339         * gnus-sum.el (gnus-thread-sort-functions):
19340         Add `gnus-thread-sort-by-most-recent-number' and
19341         `gnus-thread-sort-by-most-recent-date'.
19342         Reported by Kai Grossjohann <kai@emptydomain.de>.
19343
19344 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19345
19346         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19347
19348 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19349
19350         * gnus-cus.el (gnus-agent-customize-category):
19351         Remove ignore-errors macro reference that required cl to be loaded at
19352         run-time.
19353
19354         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19355         single-interval range of the form (min . max).  Previously the
19356         range had to look like ((min . max)).  Likewise, return
19357         (min . max) rather than ((min . max)).
19358         (gnus-range-map): Use gnus-range-normalize to accept
19359         single-interval range.
19360
19361         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19362         the cache, but not the agent, now appear with their usual face.
19363
19364         * dgnushack.el (loaddir): New variable that is bound to the
19365         directory containing the dgnushack.el file. Use loaddir, rather
19366         than srcdir, to update load-path. Change lets dgnushack compile
19367         code in directories other than GNUS/lisp.
19368
19369 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19370
19371         * lpath.el: Don't bind w3m-safe-url-regexp.
19372
19373         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19374         w3m-safe-url-regexp variable buffer-local.
19375
19376         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19377
19378 2004-02-27  Simon Josefsson  <jas@extundo.com>
19379
19380         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19381         gnus-group-real-prefix.
19382         (gnus-summary-move-article): Use it, instead of
19383         gnus-group-real-prefix.
19384
19385 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19386
19387         * lpath.el: Bind w3m-safe-url-regexp.
19388
19389         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19390         w3m-safe-url-regexp variable buffer-local and set it as the value
19391         of mm-w3m-safe-url-regexp.
19392
19393         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19394
19395         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19396         parsing gnus-posting-styles when the message is not for replying.
19397
19398         * dgnushack.el: Autoload sgml-mode for XEmacs.
19399
19400         * nnrss.el (nnrss-opml-export):
19401         Use mm-set-buffer-file-coding-system instead of
19402         set-buffer-file-coding-system.
19403
19404 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19405
19406         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19407         of checkdoc.el).
19408         * nnrss.el: do.
19409         * gnus-mlspl.el: do.
19410         * gnus-ml.el: do.
19411         * gnus-srvr.el: do.
19412
19413         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19414
19415 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19416
19417         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19418         Corrections to custom-manual links.
19419
19420         * gnus-art.el (gnus-article): Ditto.
19421
19422         * mm-decode.el (mime-display, mime-security): Ditto.
19423
19424 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19425
19426         * flow-fill.el: Typo.
19427
19428 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19429
19430         * spam-wash.el: New file.
19431
19432 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19433
19434         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19435
19436 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19437
19438         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19439         to be run with new-articles as LIST1, not LIST2.
19440         (spam-registration-functions): Add spam-use-ham-copy as a nil
19441         registration backend.
19442
19443 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19444
19445         * spam-stat.el (spam-stat-washing-hook): New option.
19446         (spam-stat-buffer-words): Use it.
19447         (spam-stat-process-directory, spam-stat-test-directory):
19448         Use insert-file-contents-literally.
19449         (spam-stat-coding-system): New variable.
19450         (spam-stat-load, spam-stat-save): Use it.
19451
19452 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19453
19454         * spam-report.el (spam-report-plug-agent):
19455         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19456
19457 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19458
19459         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19460         Allow / in mailto URLs.
19461
19462 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19463
19464         * spam-report.el (spam-report-process-queue): Fix interactive use.
19465         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19466         (spam-report-unplug-agent): Doc fixes.
19467         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19468         (spam-report-agentize, spam-report-deagentize): Autoload.
19469
19470 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19471
19472         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19473
19474         * message.el (message-setup-fill-variables): Add mml tags to
19475         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19476         <ajk@iu.edu>.
19477         (message-mode): Don't modify paragraph-separate there.
19478
19479 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19480
19481         * compface.el (uncompface-use-external): Default to undecided.
19482         (uncompface-use-external-threshold): New variable.
19483         (uncompface-float-time): New macro.
19484         (uncompface): Determine whether to use the external decoder if
19485         uncompface-use-external is undecided.
19486
19487 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19488
19489         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19490         after images.
19491
19492         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19493
19494 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19495
19496         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19497
19498         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19499
19500         * gnus-sum.el (gnus-summary-limit-to-age)
19501         (gnus-summary-limit-children): do.
19502
19503         * gnus-int.el (gnus-request-scan): do.
19504
19505         * gnus-group.el (gnus-group-suspend): do.
19506
19507         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19508
19509         * gnus-cite.el (gnus-cite-parse-attributions): do.
19510
19511         * gnus-agent.el (gnus-summary-set-agent-mark)
19512         (gnus-agent-regenerate-group): do.
19513
19514         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19515
19516         * binhex.el (binhex-decode-region-internal): do.
19517
19518 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19519
19520         * gnus-fun.el (gnus-face-properties-alist): New user option.
19521         (gnus-display-x-face-in-from): Use it.
19522
19523         * gnus-art.el (article-display-face): Ditto.
19524
19525         * compface.el (uncompface-use-external): Default to nil.
19526
19527 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19528
19529         * nntp.el (nntp-erase-buffer): New function.
19530         (nntp-retrieve-data, nntp-send-command)
19531         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19532         (nntp-possibly-change-group): Use it.
19533
19534         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19535         Use with-current-buffer.
19536
19537 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19538
19539         * compface.el: Merge the ELisp-based uncompface program.
19540         (compface): New customization group.
19541         (uncompface-use-external): New user option.
19542         (uncompface): Call uncompface-internal if uncompface-use-external
19543         is nil.
19544         (uncompface-internal): New function.  Note that there are also
19545         some other functions and variables added for this function.
19546
19547 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19548
19549         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19550         if necessary.
19551
19552 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19553
19554         * spam-report.el (spam-report-unplug-agent)
19555         (spam-report-plug-agent, spam-report-deagentize)
19556         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19557         Add support for the Agent in spam-report: when unplugged, report to a
19558         file; when plugged, submit all the requests.
19559
19560         * spam.el (spam-register-routine): Fix message about
19561         registration.
19562
19563 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19564
19565         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19566         dependencies.
19567         (rfc2047-encode): Use it.
19568
19569         * gnus-art.el (gnus-button-marker-list): Move before first
19570         reference.
19571
19572         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19573         (imap-parse-body): Fix format string mismatch.
19574
19575         * gnus-score.el (gnus-summary-increase-score): do.
19576
19577         * nnrss.el (nnrss-close): New function.
19578
19579 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19580
19581         * nnrss.el (nnrss-make-filename): New function.
19582         (nnrss-request-delete-group, nnrss-read-server-data)
19583         (nnrss-save-server-data, nnrss-read-group-data)
19584         (nnrss-save-group-data): Use it.
19585         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19586         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19587         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19588
19589 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19590
19591         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19592
19593 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19594
19595         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19596         files.
19597
19598         * message.el (message-generate-headers-first): Don't quote nil
19599         and t in docstrings.
19600
19601         * imap.el (imap-id): do.
19602
19603         * gnus-agent.el (gnus-agent-consider-all-articles)
19604         (gnus-agent-queue-mail): do.
19605
19606 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19607
19608         * spam-report.el (spam-report-process-queue): New function.
19609         Process requests from `spam-report-requests-file'.
19610         (spam-report-process-queue): Doc fix.
19611
19612 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19613
19614         * spam.el (spam-register-routine)
19615         (spam-log-processing-to-registry, spam-log-registered-p)
19616         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19617         Change "check" to "spam-check" for semi-clarity.
19618
19619 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19620
19621         * pop3.el: Require nnheader.
19622
19623         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19624
19625         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19626
19627         * gnus-picon.el: Require cl.
19628
19629         * gnus-fun.el: Require gnus-ems and gnus-util.
19630
19631         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19632
19633         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19634
19635         * gnus-art.el (gnus-article-edit-mode): Define before first
19636         reference.
19637
19638 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19639
19640         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19641         (gnus-uu-post-encoded): Use point-at-bol.
19642
19643         * gnus-topic.el (gnus-group-active-topic-p): do.
19644
19645         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19646
19647         * gnus-group.el (gnus-group-kill-region): do.
19648
19649         * gnus-art.el (article-date-ut): do.
19650
19651         * message.el (message-fetch-field): Remove redundant
19652         case-fold-search binding.
19653         (message-narrow-to-field): Simplify.
19654
19655 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19656
19657         * spam.el (spam-directory): Derive from `gnus-directory'.
19658
19659         * spam-report.el (spam-report-url-to-file)
19660         (spam-report-requests-file): New function and variable for offline
19661         reporting.
19662         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19663         and user defined function.
19664         (spam-report-url-ping-mm-url): Remove doubled slash.
19665
19666 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19667
19668         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19669
19670 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19671
19672         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19673         Fix format string mismatch.
19674
19675         * sieve.el (sieve-deactivate-all): do.
19676
19677         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19678
19679         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19680
19681         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19682
19683         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19684
19685 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19686
19687         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19688         the list of checks.
19689
19690 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19691
19692         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19693         padding.
19694
19695 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19696
19697         * mm-view.el (mm-fill-flowed): New variable.
19698         (mm-inline-text): Use it.
19699
19700 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19701
19702         * spam.el (spam-spamassassin-register-ham-routine)
19703         (spam-spamassassin-register-spam-routine): Fix function names.
19704
19705 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19706
19707         * gnus.el (gnus-tmp-grouplens): Remove.
19708         (gnus-summary-line-format): Remove grouplens.
19709
19710         * gnus-group.el (gnus-group-line-format): Ditto.
19711
19712         * gnus-spec.el (gnus-format-specs): Ditto.
19713         (gnus-update-format-specifications): Flush the group format spec
19714         cache if there's the grouplens stuff.
19715         (gnus-parse-simple-format): Replace %l with the empty string.
19716
19717 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19718
19719         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19720         omission.
19721
19722 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19725         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19726
19727 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19728
19729         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19730         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19731         New macros and functions.
19732         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19733         Handle > NLINK_MAX messages.
19734         * nnmaildir.el (nnmaildir-request-set-mark):
19735         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19736
19737 2004-01-25  Alex Schroeder  <alex@gnu.org>
19738
19739         * spam-stat.el (spam-stat-process-directory-age): New option.
19740         (spam-stat-process-directory): Use it.
19741
19742 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19743
19744         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19745         (spam-stat-save): Accept prefix argument.
19746
19747 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19748
19749         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19750         links" error.
19751
19752 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19753
19754         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19755         the rest of the and/or forms.
19756
19757 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19758
19759         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19760         compatibility with old .newsrc.eld files.
19761
19762         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19763
19764         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19765
19766         * gnus-start.el (gnus-1): do.
19767
19768         * gnus-group.el (gnus-group-line-format-alist): do.
19769
19770         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19771
19772         * gnus-gl.el: Remove.
19773
19774 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19775
19776         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19777         marks consisting of a single range {for example, (3 . 5)} rather
19778         than a list of a single range { ((3 . 5)) }.
19779
19780 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19781
19782         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19783         Use with-current-buffer.
19784         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19785         avoid consing a string.
19786
19787         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19788         Remove obsolete entries for big5 and gb2312.
19789
19790 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19791
19792         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19793         uncompressed list.
19794
19795 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19796
19797         * spam-stat.el (spam-stat-strip-xref): New function.
19798         (spam-stat-process-directory): Use it.
19799
19800         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19801         here -- it's done in message-fetch-field.
19802
19803 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19804
19805         * gnus-agent.el (gnus-agent-queue-mail)
19806         (gnus-agent-prompt-send-queue): New variables.
19807         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19808         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19809         "nndraft:queue" along to gnus-draft-send.
19810         Use gnus-agent-prompt-send-queue.
19811         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19812         is "nndraft:queue".  Suggested by Gaute Strokkenes
19813         <gs234@srcf.ucam.org>
19814
19815         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19816         (agent-enable-undownloaded-faces): Add.
19817         (gnus-agent-cat-groups): Use eval-and-compile, not
19818         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19819         method of gnus-agent-cat-groups even when the buffer has been
19820         evaled.
19821         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19822         delete gnus-agent-save-active-1.
19823         (gnus-agent-save-groups): Delete.  Identical to
19824         gnus-agent-save-active.
19825         (gnus-agent-write-active): No longer adjust agent's copy of active
19826         file as agent's adjustments are now stored in their own
19827         file.  Remove optional parameter.
19828         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19829         servers.  Add use of min/max range limits from server's local
19830         file.
19831         (gnus-agent-save-alist): Remove unused optional argument.
19832         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19833         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19834         (gnus-agent-set-local): A per-server file that keeps min/max range
19835         limits for articles known to the agent.  Provides a fast mechanism
19836         for altering many active ranges.
19837         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19838         active file (local makes it unnecessary).
19839         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19840
19841         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19842         (agent-enable-undownloaded-faces): Add.
19843
19844         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19845         disable it when sending to "nndraft:queue".
19846         (gnus-group-send-queue): Add safety check to avoid sending queue
19847         when unplugged.
19848
19849         * gnus-group.el (gnus-group-catchup): Use new
19850         gnus-sequence-of-unread-articles, not
19851         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19852         numbers of articles.  Use gnus-range-map to avoid having to
19853         uncompress the unread list.
19854         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19855         Fix invalid ange-ftp reference.
19856
19857         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19858         (gnus-sorted-range-intersection): Intersection of two ranges
19859         without requiring that they first be uncompressed.
19860
19861         * gnus-start.el (gnus-activate-group): Unless blocked by the
19862         caller, possibly expand the active range to include both cached
19863         and agentized articles.
19864         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19865         multiple version-dependent converters.
19866         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19867         gnus-agent-save-active.
19868         (gnus-save-newsrc-file): Save dirty agent range limits.
19869
19870         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19871         gnus-agent-possibly-alter-active.
19872         (gnus-adjust-marked-articles): Faster handling of simple lists.
19873
19874 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19875
19876         * spam-stat.el (spam-stat-test-directory): New optional argument
19877         displays a list of files detected.  Suggested by Andrew Cohen
19878         <cohen@andy.bu.edu>.
19879         (spam-stat-buffer-words-with-scores): Don't narrow and change
19880         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19881
19882 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19883
19884         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19885         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19886         (spam-spamassassin-arguments)
19887         (spam-spamassassin-spam-flag-header)
19888         (spam-spamassassin-positive-spam-flag-header)
19889         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19890         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19891         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19892         (spam-list-of-processors, spam-list-of-checks)
19893         (spam-list-of-statistical-checks, spam-registration-functions)
19894         (spam-check-spamassassin-headers, spam-check-spamassassin)
19895         (spam-spamassassin-score)
19896         (spam-spamassassin-register-with-sa-learn)
19897         (spam-spamassassin-register-spam-routine)
19898         (spam-spamassassin-register-ham-routine)
19899         (spam-assassin-register-spam-routine)
19900         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19901         (spam-bogofilter-score): Fix to show article before scoring.
19902
19903 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19904
19905         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19906         default scoring function.
19907         (spam-generic-score): Call spam-spamassassin-score if
19908         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19909         spam-bogofilter-score otherwise.
19910
19911         * gnus.el (spam-process, spam-autodetect-methods):
19912         Add spamassassin and spamassassin-headers.
19913
19914 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19915
19916         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19917         Suppress unnecessary messages.
19918
19919 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19920
19921         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19922         make-hash-table.
19923
19924 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * canlock.el (base64-encode-string): Don't autoload it.
19927
19928 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * run-at-time.el: Remove useless (require 'itimer),
19931         eval-and-compile and (featurep 'xemacs).
19932
19933 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19934
19935         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19936         GROUP is a virtual group.
19937
19938 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19939
19940         * gnus.el: Autoload `message-y-or-n-p'.
19941
19942 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19943
19944         * pgg-parse.el: Remove unnecessary (require 'custom).
19945
19946         * pgg-def.el: do.
19947
19948         * nnmail.el: do.
19949
19950         * gnus-undo.el: do.
19951
19952         * gnus-picon.el: do.
19953
19954         * gnus-util.el: do.
19955
19956 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19957
19958         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19959
19960 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19961
19962         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19963         handle, as well as a list.
19964
19965         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19966         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19967         (mm-w3m-cid-retrieve): Simplify.
19968
19969 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19970
19971         * message.el (message-kill-to-signature): Allow prefix arg to
19972         specify number of lines to keep before signature.
19973
19974 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19975
19976         * message.el (message-kill-to-signature): Change docstring.
19977
19978 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19979
19980         * canlock.el: Always require sha1-el.
19981         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19982
19983         * message.el: Autoload sha1 only when compiling.
19984
19985         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19986         eudc-expand-inline for XEmacs.
19987
19988 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19989
19990         * message.el (message-canlock-generate): Require sha1-el.
19991
19992 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19993
19994         * message.el (message-expand-name): Silence the byte compiler.
19995
19996         * lpath.el: Add detect-coding-system.
19997
19998         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19999         cus-edit.
20000
20001 2004-01-13  Simon Josefsson  <jas@extundo.com>
20002
20003         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20004         Invoke gnus-score-mode.
20005         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20006
20007         * gnus-range.el (gnus-compress-sequence): Doc fix.
20008         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20009
20010 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20011
20012         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20013
20014 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20015
20016         * spam.el (spam-get-article-as-string): Update to use
20017         gnus-request-article-this-buffer, much simpler.
20018         (spam-get-article-as-buffer): Remove.
20019
20020 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20021
20022         * message.el (message-expand-name): Use EUDC if the user uses that.
20023
20024 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20025
20026         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20027         character for the encoding to avoid consing a string.
20028
20029         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20030         unnecessarily.
20031
20032         * mm-util.el (mm-replace-chars-in-string): Remove.
20033
20034         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20035         of mm-replace-chars-in-string.
20036
20037 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20038
20039         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20040
20041         * mm-util.el (mm-subst-char-in-string): Support inplace.
20042
20043         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20044         a new string in every iteration.  Use shy groups.
20045
20046 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20047
20048         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20049         * gnus-soup.el (gnus-soup-group-brew):
20050         * gnus-msg.el (gnus-put-message):
20051         * gnus-move.el (gnus-group-move-group-to-server):
20052         * gnus-kill.el (gnus-batch-score):
20053         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20054         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20055         (gnus-group-update-group, gnus-group-read-group)
20056         (gnus-group-make-group, gnus-group-make-help-group)
20057         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20058         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20059         (gnus-group-sort-by-unread, gnus-group-catchup)
20060         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20061         (gnus-group-yank-group, gnus-group-set-info)
20062         (gnus-group-list-groups):
20063         * gnus.el (gnus-generate-new-group-name):
20064         * gnus-delay.el (gnus-delay-send-queue):
20065         * nnvirtual.el (nnvirtual-catchup-group):
20066         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20067         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20068         (gnus-group-prepare-topics, gnus-topic-check-topology):
20069         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20070         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20071         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20072         (gnus-group-make-articles-read):
20073         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20074         (gnus-group-change-level, gnus-kill-newsgroup)
20075         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20076         (gnus-get-unread-articles, gnus-make-articles-unread)
20077         (gnus-make-ascending-articles-unread): Use accessor
20078         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20079         to get group information for improved readability.
20080
20081
20082 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20083
20084         * gnus-art.el (article-decode-mime-words, article-babel)
20085         (gnus-article-highlight-signature, gnus-article-add-buttons)
20086         (gnus-signature-toggle): Use gnus-with-article-buffer.
20087
20088         * gnus-art.el (gnus-article-highlight-headers)
20089         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20090
20091         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20092         (gnus-article-set-globals, gnus-request-article-this-buffer)
20093         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20094         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20095         (gnus-mime-display-alternative): Use with-current-buffer.
20096
20097 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20098
20099         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20100         also under 80 char limit, and call gnus-error if needed.
20101         (spam-fetch-article-header): Fix - it was a
20102         buffer-local variable (gnus-newsgroup-data).
20103         (spam-find-spam): Use spam-generate-fake-headers, forget about
20104         spam-insert-fake-headers.
20105         (spam-insert-fake-headers): Remove.
20106
20107 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20108
20109         * deuglify.el (gnus-article-outlook-unwrap-lines)
20110         (gnus-outlook-rearrange-article)
20111         (gnus-outlook-repair-attribution-outlook)
20112         (gnus-outlook-repair-attribution-block)
20113         (gnus-outlook-repair-attribution-other): Remove redundant
20114         save-excursion.
20115
20116 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20117
20118         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20119         (spam-fetch-field-subject-fast)
20120         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20121         (spam-fetch-article-header): Add functions to deal with Gnus
20122         internals for fast retrieval of article header data.
20123         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20124
20125 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20126
20127         * pop3.el (pop3-md5): Remove.
20128         (pop3-apop): Replace pop3-md5 with md5.
20129
20130         * mm-bodies.el: base64 is always built-in.
20131
20132         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20133         Use with-current-buffer.
20134
20135 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20136
20137         * canlock.el (canlock-insert-header): Remove excessive grouping in
20138         regexp.
20139
20140         * gnus-sum.el (gnus-summary-read-document): Ditto.
20141
20142         * gnus-uu.el (gnus-uu-part-number): Ditto.
20143
20144         * html2text.el (html2text-remove-tags): Ditto.
20145         (html2text-format-tags): Ditto.
20146         (html2text-format-single-elements): Ditto.
20147
20148         * mml.el (mml-parse-1): Ditto.
20149
20150 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20151
20152         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20153
20154         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20155
20156         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20157
20158         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20159
20160 2003-11-15  Simon Josefsson  <jas@extundo.com>
20161
20162         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20163         (pgg-gpg-lookup-key): Use regexp match instead of
20164         split-string (split-string is different between emacs 21.2 and
20165         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20166
20167 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20168
20169         * gnus-art.el (gnus-mime-view-all-parts)
20170         (gnus-article-part-wrapper, gnus-article-view-part):
20171         Use with-current-buffer.
20172
20173 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20174
20175         * spam.el (spam-disable-spam-split-during-ham-respool)
20176         (spam-spamoracle-database, spam-cache-lookups)
20177         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20178         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20179         (spam-group-ham-marks, spam-group-spam-marks)
20180         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20181         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20182         also add spam-use-blackholes to the statistical checks.
20183         (spam-fetch-field-fast): Add interface to fetching fields, may
20184         become a macro.
20185         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20186         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20187         (spam-insert-fake-headers): Fake an article when needed.
20188         (spam-find-spam): Fake article when possible.
20189         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20190         (spam-check-bogofilter-headers): Use message-fetch-field instead
20191         of nnmail-fetch-field.
20192
20193 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20194
20195         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20196
20197 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20198
20199         * spam.el (spam-split): Do not require spam-use-CHECK to be
20200         enabled if that check is passed to spam-split explicitly; also
20201         fix so 'spam doesn't get converted to spam-split-group when
20202         spam-split-symbolic-return is t.
20203         (spam-find-spam): Find registrations of the article and use those
20204         instead of re-running spam-split to find the spam/ham
20205         classification of the article.
20206         (spam-log-processing-to-registry, spam-log-registered-p)
20207         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20208         Use gnus-error instead of gnus-message.
20209         (spam-log-registration-type): Add function to determine the
20210         classification of a message based on registry entries; will
20211         return nil if both 'spam and 'ham are found.
20212         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20213         a reasonably fast local cache without the loading errors.
20214         (spam-cache-lookups): Set to t by default.
20215         (spam-find-spam): Don't try to guess spam-cache-lookups.
20216         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20217         spam-caches entry.
20218         (spam-filelist-build-cache, spam-filelist-check-cache):
20219         Fix caching of whitelist/blacklist entries.
20220         (spam-check-whitelist, spam-check-blacklist):
20221         Invoke spam-from-listed-p with a type, not a cache variable.
20222         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20223
20224 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20225
20226         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20227
20228         * nnmail.el (nnmail-split-fancy): do.
20229
20230         * mml.el (mml-parse): do.
20231
20232         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20233         (gnus-score-adaptive): do.
20234
20235 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20236
20237         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20238         (gnus-mime-button-map): Don't set keymap parent.
20239         (gnus-button-ctan-directory-regexp): Use shy grouping.
20240         (gnus-prev-page-map): Don't set keymap parent.
20241         (gnus-prev-page-map): Remove duplicated one.
20242         (gnus-next-page-map): Don't set keymap parent.
20243         (gnus-mime-security-button-map): Ditto.
20244
20245         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20246         version number.
20247
20248         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20249
20250 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20251
20252         * canlock.el (canlock-sha1-function): Remove.
20253         (canlock-sha1-function-for-verify): Remove.
20254         (canlock-openssl-program): Remove.
20255         (canlock-openssl-args): Remove.
20256         (canlock-ignore-errors): Remove.
20257         (canlock-sha1-with-openssl): Remove.
20258         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20259         (canlock-verify): Don't use canlock-ignore-errors.
20260
20261         * sha1-el.el (sha1-string-external): Make it can return a string
20262         in binary form.
20263         (sha1-region-external): Ditto.
20264         (sha1-string-internal): Ditto.
20265         (sha1-region-internal): Ditto.
20266         (sha1-region): Ditto.
20267         (sha1-string): Ditto.
20268         (sha1): Ditto.
20269
20270 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20271
20272         * spam.el (spam-report-articles-gmane): New command.
20273
20274 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20277
20278         * run-at-time.el (run-at-time-saved): Remove.
20279         (run-at-time): Doc fix.
20280
20281 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20282
20283         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20284         (gnus-summary-limit-map): Add it.
20285         (gnus-summary-make-menu-bar): do.
20286
20287 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20288
20289         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20290         Make attempt at some caching support (done for BBDB only now).
20291         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20292         addresses to be checked.
20293         (spam-clear-cache-BBDB): Add function, to be invoked by
20294         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20295         (spam-check-BBDB): Check and use the caches, if
20296         spam-cache-lookups is on, remove superfluous (provide).
20297
20298 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20299
20300         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20301
20302 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20303
20304         * run-at-time.el (run-at-time-saved): Move to after the definition
20305         of `run-at-time'.
20306
20307         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20308
20309 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20310
20311         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20312         mm-w3m-local-map-property.
20313
20314         * mm-view.el (mm-w3m-mode-map): Remove.
20315         (mm-w3m-local-map-property): Remove.
20316         (mm-inline-text-html-render-with-w3m): Don't use
20317         mm-w3m-local-map-property.
20318
20319 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20320
20321         * run-at-time.el: New file.
20322
20323         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20324         under Emacs.
20325
20326         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20327         of gnus-set-text-properties.
20328
20329         * gnus-uu.el (gnus-uu-save-article): Ditto.
20330
20331         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20332
20333         * gnus-cite.el (gnus-cite-parse): Ditto.
20334
20335         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20336         of gnus-.
20337
20338         * gnus-xmas.el (run-at-time): Require run-at-time.
20339
20340         * gnus.el: Change calls to nnheader-run-at-time and
20341         password-run-at-time throughout to use run-at-time directly.
20342
20343         * password.el: Remove definition of run-at-time.
20344
20345         * nnheaderxm.el: Remove definition of run-at-time.
20346
20347 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20348
20349         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20350         in prompt.
20351
20352 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20353
20354         * messagexmas.el (message-xmas-redefine): Alias
20355         `message-make-caesar-translation-table' to
20356         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20357         version.
20358
20359         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20360         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20361         `gnus-xmas-set-text-properties'.
20362         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20363         `gnus-xmas-completing-read'.
20364         (gnus-xmas-completing-read): Removed.
20365         (gnus-xmas-open-network-stream): Removed.
20366
20367         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20368         XEmacs version.
20369
20370         * dns.el (dns-make-network-process): Use `open-network-stream'
20371         instead of `gnus-xmas-open-network-stream'.
20372
20373         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20374
20375         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20376
20377 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20378
20379         * gnus-art.el (gnus-mime-display-alternative)
20380         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20381         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20382         Don't use gnus-local-map-property.
20383
20384         * gnus-util.el (gnus-local-map-property): Remove.
20385
20386         * mm-view.el (mm-view-pkcs7-decrypt):
20387         Replace gnus-completing-read-maybe-default with completing-read.
20388
20389         * gnus-util.el (gnus-completing-read): do.
20390         (gnus-completing-read-maybe-default): Remove.
20391
20392 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20393
20394         * password.el: Only autoload `run-at-time' if not XEmacs.
20395         Only autoload the itimer functions if XEmacs.
20396
20397 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20398
20399         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20400         XEmacsen.
20401
20402         * dgnushack.el: Autoload executable-find for XEmacs.
20403
20404 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20405
20406         * gnus-art.el (gnus-read-string): Remove.
20407         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20408         read-string.
20409
20410 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20411
20412         * netrc.el: Autoload password-read.
20413         (netrc): Add configuration group.
20414         (netrc-encoding-method, netrc-openssl-path):
20415         Add variables for encoding and decoding of files with symmetric
20416         ciphers.
20417         (netrc-encode): Add assistant function to encode a file with
20418         netrc-encoding-method.
20419         (netrc-parse): Add interactive parameter, added optional
20420         decoding if netrc-encoding-method is non-nil but otherwise
20421         behavior is standard.
20422         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20423         Do s/encode/encrypt/ everywhere.
20424
20425         * spam.el: Remove executable-find autoload.
20426
20427 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20428
20429         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20430
20431         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20432
20433 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20434
20435         * gnus-art.el (gnus-treat-ansi-sequences)
20436         (article-treat-ansi-sequences): New variable and function.
20437         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20438
20439         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20440         Use it.
20441
20442 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20443
20444         * mm-util.el (mm-quote-arg): Remove.
20445
20446         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20447         shell-quote-argument.
20448
20449         * gnus-uu.el (gnus-uu-command): do.
20450
20451         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20452
20453         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20454         with make-char.
20455
20456         * mm-util.el (mm-make-char): Remove.
20457
20458         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20459         add-minor-mode.
20460
20461         * gnus-undo.el (gnus-undo-mode): do.
20462
20463         * gnus-topic.el (gnus-topic-mode): do.
20464
20465         * gnus-sum.el (gnus-dead-summary-mode): do.
20466
20467         * gnus-start.el (gnus-slave-mode): do.
20468
20469         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20470
20471         * gnus-ml.el (gnus-mailing-list-mode): do.
20472
20473         * gnus-gl.el (gnus-grouplens-mode): do.
20474
20475         * gnus-draft.el (gnus-draft-mode): do.
20476
20477         * gnus-dired.el (gnus-dired-mode): do.
20478
20479         * gnus-ems.el (gnus-add-minor-mode): Remove.
20480
20481         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20482         Replace gnus-char-width with char-width.
20483
20484         * gnus-ems.el (gnus-char-width): Remove.
20485
20486         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20487         Replace gnus-char-width with char-width.
20488
20489         * gnus-ems.el (gnus-char-width): Remove.
20490
20491         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20492         definition.
20493         Remove Emacs 20 hash table compatibility code.
20494
20495         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20496         20 compatibility code.
20497
20498         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20499
20500         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20501
20502         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20503         Replace with point-at-{eol,bol}.
20504
20505         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20506
20507         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20508
20509         * flow-fill.el (fill-flowed-point-at-bol)
20510         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20511
20512         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20513         Replace with point-at-{eol,bol} throughout all files.
20514
20515 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20516
20517         * ntlm.el (ntlm-string-as-unibyte): New macro.
20518         (ntlm-build-auth-response): Use it.
20519
20520         Remove Emacs 20 stuff:
20521         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20522         (butlast, mapc, remove): Remove the compiler macros.
20523         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20524         of delq and copy-sequence.
20525         * gnus-art.el (popup-menu): Remove the compiler macro.
20526         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20527         Emacs 20.
20528
20529 2004-01-05  Simon Josefsson  <jas@extundo.com>
20530
20531         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20532         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20533         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20534         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20535         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20536         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20537         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20538         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20539         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20540         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20541         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20542         string-xor into ntlm-string-xor.
20543         Suggested by Jesper Harder <harder@myrealbox.com>.
20544
20545         * ntlm.el: Don't include poem.
20546
20547         * md4.el (print-int32, print-string-hexa): Remove.
20548         Suggested by Jesper Harder <harder@myrealbox.com>.
20549
20550         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20551
20552         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20553         probably breaks emacs with DL patch, but do we care? Is anyone
20554         still using the DL stuff?)
20555
20556         * sieve-manage.el: Use the password package.
20557         (sieve-manage-read-passwd): Remove.
20558         (sieve-manage-interactive-login): Use password.  Re-add
20559         condition-case around loop.
20560
20561         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20562         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20563         Use the password package.
20564
20565 2003-02-19  Simon Josefsson  <jas@extundo.com>
20566
20567         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20568         token.
20569
20570 2002-08-07  Simon Josefsson  <jas@extundo.com>
20571
20572         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20573         (sieve-manage-authenticators):
20574         (sieve-manage-authenticator-alist): Add some SASL mechs.
20575         (sieve-sasl-auth): New function.
20576         (sieve-manage-cram-md5-auth):
20577         (sieve-manage-plain-auth): Rewrite using SASL library.
20578         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20579         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20580         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20581         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20582
20583 2004-01-05  Simon Josefsson  <jas@extundo.com>
20584
20585         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20586         New files.
20587
20588 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20589
20590         * gnus-group.el (gnus-no-groups-message): Update.
20591
20592         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20593
20594 2003-11-09  Simon Josefsson  <jas@extundo.com>
20595
20596         * imap.el: Support for ID IMAP extension (RFC 2971).
20597         (imap-local-variables): Add imap-id.
20598         (imap-id): New variable.
20599         (imap-id): New function.
20600         (imap-parse-response): Parse untagged ID response.
20601         * nnimap.el (nnimap-id): New variable.
20602         (nnimap-open-connection): Use it.
20603
20604 2003-12-28  Simon Josefsson  <jas@extundo.com>
20605
20606         * gnus-score.el (gnus-score-edit-all-score): New.
20607         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20608
20609 2004-01-04  Simon Josefsson  <jas@extundo.com>
20610
20611         * password.el: Add.
20612
20613 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20614
20615         * dns.el (dns-query-types): Fix typo.
20616         (dns-query-types): New function.
20617         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20618         PTR and SOA replies, see RFC 1035.
20619
20620 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20621
20622         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20623
20624         * Move to Changelog.2.
20625
20626 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20627
20628         * gnus.el (gnus-version-number): Bump version.
20629
20630 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20631
20632         * gnus.el: No Gnus v0.1 is released.
20633
20634 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20635
20636         * gnus.el: No Gnus v0.0 is released.
20637
20638 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20639
20640         * gnus.el (gnus-version-number): Bump.
20641         (gnus-version): No.
20642
20643 See ChangeLog.2 for earlier changes.
20644
20645   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20646
20647   This file is part of GNU Emacs.
20648
20649   GNU Emacs is free software: you can redistribute it and/or modify
20650   it under the terms of the GNU General Public License as published by
20651   the Free Software Foundation, either version 3 of the License, or
20652   (at your option) any later version.
20653
20654   GNU Emacs is distributed in the hope that it will be useful,
20655   but WITHOUT ANY WARRANTY; without even the implied warranty of
20656   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20657   GNU General Public License for more details.
20658
20659   You should have received a copy of the GNU General Public License
20660   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20661
20662 ;; Local Variables:
20663 ;; coding: utf-8
20664 ;; fill-column: 79
20665 ;; add-log-time-zone-rule: t
20666 ;; End: