Add Secrets API search examples.
[gnus] / lisp / ChangeLog
1 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-secrets-search): Add examples.
4
5 2011-02-06  Julien Danjou  <julien@danjou.info>
6
7         * message.el (message-setup-1): Handle message-generate-headers-first
8         set to t.
9
10 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
11
12         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
13         API with a string "secrets:collection-name" and with 'default.
14         (auth-source-backend-parse): Parse "secrets:collection-name" and
15         'default.  Recurse on parses instead of repeating code.  Use the
16         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
17         message when ignoring a source.
18         (auth-source-search): List ignored search keys at the top level.
19         (auth-source-netrc-create): Use `case' instead of `cond'.
20         (auth-source-secrets-search): Created with TODOs.
21         (auth-source-secrets-create): Created with TODOs.
22         (auth-source-retrieve, auth-source-create, auth-source-delete)
23         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
24         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
25         (auth-source-user-or-password-sftp)
26         (auth-source-user-or-password-smtp): Removed.
27         (auth-source-user-or-password): Deprecated and modified to be a wrapper
28         around `auth-source-search'.  Not tested thoroughly.
29
30 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
31
32         * auth-source.el: Bring in assoc and eioeio libraries.
33         (secrets-enabled): New variable to track the status of the Secrets API.
34         (auth-source-backend): New EIOEIO class to represent a backend.
35         (auth-source-creation-defaults): New variable to set prompt defaults
36         during token creation (see the `auth-source-search' docstring for
37         details).
38         (auth-sources): Simplify to allow a simple string as a netrc backend
39         spec.
40         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
41         (auth-source-backend-parse-parameters): Fill in the backend parameters.
42         (auth-source-search): Main auth-source API entry point.
43         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
44         (auth-source-search-collection): Helper function for searching.
45         (auth-source-netrc-parse, auth-source-netrc-normalize)
46         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
47         Supports search, create, and delete.
48         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
49         backend stubs.
50         (auth-source-user-or-password): Call `auth-source-search' but it's not
51         ready yet.
52
53 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
54
55         * message.el (message-setup-1): Remove the read-only stuff, since it
56         doesn't work under XEmacs, for some reason.
57
58         * gnus-sum.el (gnus-user-date): Renamed back from
59         gnus-summary-user-date since user code refers to it.
60
61         * shr.el (shr-render-td): Store the actual background colour used.
62
63         * message.el (message-setup-1): Don't bind the constant
64         -forbidden-properties.
65         (message-setup-1): Revert previous change, since it needs to bind the
66         props to insert them.
67         (message-resend): Allow removing the read-only separator line.
68
69 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
70
71         * nnimap.el (nnimap-request-accept-article): Give an error message if
72         the APPEND wasn't successful.
73
74 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
75
76         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
77         that have no groups.
78
79 2011-02-03  Julien Danjou  <julien@danjou.info>
80
81         * gnus-draft.el: Remove progn around gnus-draft-setup.
82
83 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
84
85         * gnus-start.el (gnus-read-active-for-groups): This function is never
86         called with a nil `infos', so clean that up.
87         (gnus-get-unread-articles): Request active files from primary/secondary
88         methods that have no groups (yet).
89
90 2011-02-03  Julien Danjou  <julien@danjou.info>
91
92         * message.el (message-setup-1): Always generate References first.
93         (message-mail): Return the return value of message-setup, not always t.
94         (message-setup-1): Insert mail-header-separator with read-only and
95         intangible properties set.
96
97         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
98         user-date in docstring.
99
100         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
101
102         * gnus.el (gnus-summary-line-format): Mention &user-date format in
103         docstring.
104
105         * gnus.el (gnus-user-date-format-alist): Change default value. Use
106         defcustom, with type and group. Move from gnus-util.el. Rename to
107         gnus-summary-user-date-format-alist.
108
109 2011-02-03  Glenn Morris  <rgm@gnu.org>
110
111         * nnimap.el (gnus-fetch-headers): Declare.
112
113         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
114
115 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
116
117         * message.el (message-forward-make-body-digest-plain)
118         (message-followup, message-reply): Clean up things noted by Stefan.
119
120         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
121         gnus-article-update-date-headers is nil.
122         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
123         it didn't really work with defcustom.
124         (article-update-date-lapsed): Make sure the window start doesn't move,
125         either.
126
127 2011-02-01  Julien Danjou  <julien@danjou.info>
128
129         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
130         format.
131
132         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
133         standard in Emacs nowadays.
134
135         * color.el (color-gradient): Add a color-gradient function.
136
137 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
138
139         * message.el (message-expand-name): Don't trust the return value of
140         bbdb-complete-name.
141         (message-check-news-header-syntax): Remove unused var `start'.
142         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
143         (message-inhibit-body-encoding): Move to before first use.
144         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
145         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
146         (Organization, Message-ID, Date, mh-previous-window-config):
147         Defvar the vars using dynamic scoping.
148
149 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
150
151         * shr.el (shr-render-td): Only do colours at the final rendering.
152         Should be slightly faster.
153         (shr-insert-table): Fix up TD background colours when doing the
154         vertical padding.
155
156         * gnus-art.el (article-date-ut): Protect against articles with no Date
157         header.
158         (article-update-date-lapsed): Don't use current-column to find the
159         horizontal position.  It's fragile in the presence of \003 characters.
160
161         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
162
163 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
164
165         * gnus-art.el (article-transform-date): Rewrite to still work when
166         there are several rfc2822 parts.
167         (article-transform-date): Fix infinite recursion.
168         (article-date-ut): Replace infinitely many Date headers with a single
169         one when called interactively.
170
171         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
172         secure manner.
173
174         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
175         move around by not using save-window-excursion.  It seems to work...
176
177 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * gnus-art.el (article-make-date-line): Work for user-defined format.
180
181 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
182
183         * nntp.el (nntp-retrieve-group-data-early)
184         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
185         fetching functions.
186
187         * gnus-start.el (gnus-read-active-for-groups): Read the active files
188         thoroughly for all backends that have no known groups.  This should
189         allow new nnml methods to retrieve mail.
190
191         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
192         that Gnus doesn't know exists again.
193
194         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
195         (gnus-treat-date-ut): Ditto.
196         (gnus-article-update-date-header): Renamed.
197         (gnus-treat-date-local): Removed.
198         (gnus-treat-date-english): Removed.
199         (gnus-treat-date-lapsed): Removed.
200         (gnus-treat-date-combined-lapsed): Removed.
201         (gnus-treat-date-original): Removed.
202         (gnus-treat-date-iso8601): Removed.
203         (gnus-treat-date-user-defined): Removed.
204         (gnus-article-date-headers): New variable to control all the date
205         header options.
206         (article-date-ut): Rewrite to allow using the new way to format date
207         headers(s).
208
209 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
210
211         * nnmail.el (nnmail-article-group): Check for a direct fancy split
212         method.
213         (nnmail-article-group): A better test for fanciness.
214
215         * nnimap.el (nnimap-request-head): Protect against not finding the
216         article by Message-ID.
217
218 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus-art.el (article-update-date-lapsed): Try a better way to really
221         keep point at the "same place".
222
223 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
224
225         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
226         data if the group is unactivated.
227
228 2011-01-28  Julien Danjou  <julien@danjou.info>
229
230         * gnus-win.el: Remove dead function gnus-window-configuration-element.
231         (gnus-all-windows-visible-p): Remove old compatibility code.
232         (gnus-window-top-edge): Add docstring.
233
234         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
235
236 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
237
238         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
239         older request-update-info.
240
241         * gnus-art.el (article-make-date-line): Limit the length a bit more.
242
243 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
244
245         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
246         mml2015-signers higher precedence over mml2015-sign-with-sender.
247
248 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
249
250         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
251         groups.  This makes the nndraft:queue group pop up if it's not already
252         there.
253
254         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
255         messages" logic, which was reversed.
256
257         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
258         the "same place" even if point is on the line being replaced.
259         (article-update-date-lapsed): Allow updating both the combined lapsed
260         and the lapsed headers.
261         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
262         (article-make-date-line): Limit the number of segments dynamically to
263         avoid too-long lines.
264
265 2011-01-27  Julien Danjou  <julien@danjou.info>
266
267         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
268         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
269
270 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
273         Use plist-get instead of the cl function getf.
274
275 2011-01-27  Glenn Morris  <rgm@gnu.org>
276
277         * gnus-util.el (float-time): Get rid of compiler warning, again.
278
279 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
280
281         * shr.el (shr-put-color): Special-case background colours: Do put them
282         at the blank parts at the front of the lines.
283
284         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
285         exit hook to nix out all data on readedness on group exit.
286
287         * gnus-util.el (float-time): If float-time is bound, always use it on
288         all Emacsen.  It's unclear why the subrp check was there.
289         (time-date): Require to make some autoload issues on XEmacs go away.
290
291         * shr.el (shr-put-color): Don't do the box padding in tables, since
292         they're already padded.
293
294 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
295
296         * gnus-art.el (gnus-article-next-page): When the last line of the
297         article is displayed, scroll down once more instead of going to the
298         next article at once.
299         (article-lapsed-string): Refactor out and allow specifying how many
300         segments you want.
301         (gnus-article-setup-buffer): Start updating the lapsed header directly.
302         (gnus-article-update-lapsed-header): New variable.
303
304         * shr.el: Revert change that made headings use different-sized faces.
305         The Emacs display engine isn't advanced enough that, for instance,
306         tables can comfortably use differntly-sized faces.
307
308 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
309
310         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
311         used.
312         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
313         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
314         we're using an encrypted connection.
315
316         * proto-stream.el: Alter the interface functions to also return the
317         actual stream type used: network or tls.
318
319 2011-01-25  Julien Danjou  <julien@danjou.info>
320
321         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
322         (mm-display-javascript-inline): New function.
323
324         * mm-decode.el (mm-inline-media-tests): Add application/javascript
325         viewing function.
326
327 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * shr.el (shr-expand-newlines): Fix variable name.
330
331 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
332
333         * shr.el (shr-expand-newlines): Make nested boxes work.
334
335 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
336
337         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
338         backgrounds.
339         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
340         in a more sensible manner.
341
342 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
343
344         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
345         if EPG is loaded.
346
347 2011-01-24  Julien Danjou  <julien@danjou.info>
348
349         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
350         tags.
351
352 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
355         commands.
356
357         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
358         in the article buffer.
359         (gnus-gravatar-insert): Use blank space from the current buffer to
360         avoid breaking text properties.  This makes X-Sent updating work again.
361
362         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
363
364 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
365
366         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
367         fix the bug in url-http.el instead.
368
369         * shr.el (shr-image-fetched): Ditto.
370
371         * shr.el (shr-image-fetched): Avoid having point move in the article
372         buffer.
373
374         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
375         buffer after being called.  It's apparently being killed by url.el, and
376         killing it made point move to end-of-buffer in a random buffer.
377
378         * shr.el (shr-image-fetched): Ditto.
379
380 2011-01-23  Julien Danjou  <julien@danjou.info>
381
382         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
383
384         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
385         text/x-org.
386
387 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
388
389         * gnus-sum.el (gnus-summary-move-article): Protect against backends
390         (i.e., nnimap) returning nil as the article number.
391
392 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
393
394         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
395         "DelSp" parameter in RFC3676.
396
397 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
398
399         * message.el (message-check-recipients): Display the encoded version of
400         the bogus address if they differ.
401
402         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
403         after sending.
404
405         * gnus-agent.el (gnus-agent-send-mail): Ditto.
406
407         * gnus-group.el (gnus-group-refresh-group): New convenience function.
408
409         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
410         group buffer after sending the queue.
411
412         * gnus-agent.el (gnus-agent-send-mail): Ditto.
413
414 2011-01-22  Julien Danjou  <julien@danjou.info>
415
416         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
417
418 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
419
420         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
421         nested related parts.
422
423         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
424         unexpired articles.  This fixes the regression that led expiry marks to
425         disappear from nnfolder groups.
426
427 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
428
429         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
430         Don't confuse the "ret" of "retrograde" with RET.
431
432 2011-01-21  Julien Danjou  <julien@danjou.info>
433
434         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
435         than mm-insert-inline.
436
437 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
440         Widen article buffer.
441
442 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
443
444         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
445         the temp buffer.
446         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
447
448 2011-01-20  Julien Danjou  <julien@danjou.info>
449
450         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
451
452         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
453         than mm-insert-inline to insert inline part: this respect
454         mm-inline-media-tests displayers.
455
456         * mm-view.el (mm-display-shell-script-inline): New function.
457
458         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
459
460         * mm-uu.el (mm-uu-type-alist): Add org block.
461         (mm-uu-org-src-code-block-extract): New function.
462
463         * mm-view.el (mm-display-org-inline): New function.
464
465         * mm-decode.el (mm-automatic-display): Add text/org.
466
467         * mailcap.el (mailcap-mime-extensions): Add .org.
468
469 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
470
471         * gnus-art.el (gnus-article-highlight): Remove argument passed to
472         gnus-article-add-buttons.
473
474 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
475
476         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
477         From header with a date and "nobody" as the sender.
478
479 2011-01-19  Julien Danjou  <julien@danjou.info>
480
481         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
482         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
483         if you have the same regexp several times.
484         (gnus-button-push): Fix matching when regexp is symbol.
485
486 2011-01-15  Glenn Morris  <rgm@gnu.org>
487
488         * message.el (message-mail): A compose-mail function should
489         accept headers as strings.
490
491 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
492
493         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
494         Add :vert-only tags.
495         (message-mail): New arg RETURN-ACTION.
496         (message-return-action): New var.
497         (message-bury): Use it.
498         (message-mode): Make it buffer-local.
499         (message-send-and-exit): Always call message-bury.
500
501         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
502         message-mail.
503
504 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * nnimap.el (nnimap-convert-partial-article): Protect against
507         zero-length body parts.
508
509         * mm-decode.el (mm-preferred-alternative-precedence):
510         Discourage showing empty parts.
511
512         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
513         and stuff if the backend didn't return the article number.  This fixes
514         an Exchange-related nnimap bug.
515
516         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
517         group window, because it does the wrong thing when a separate frame
518         displays the group buffer.
519
520         * proto-stream.el (open-protocol-stream): Protect against the low-level
521         transport functions returning nil.
522
523 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
524
525         * mml2015.el (epg-sub-key-fingerprint): Autoload.
526         (mml2015-epg-find-usable-secret-key): New function.
527         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
528         mml2015-epg-find-usable-key (Bug#7797).
529         (mml2015-epg-encrypt): Ditto.
530
531 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * dgnushack.el (rot13-string): Fix the way to get the argument.
534
535 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
538
539 2011-01-03  Glenn Morris  <rgm@gnu.org>
540
541         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
542
543         * sieve.el (sieve-open-server): Give a more explicit error if
544         sieve-manage-open returns nil.  (Bug#7720)
545
546 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
547
548         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
549
550 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551
552         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
553         This avoids sending passwords in plain text over non-encrypted
554         channels.
555
556         * shr.el (shr-rescale-image): Display all GIF images as animated images.
557
558         * nnimap.el (nnimap-login): Refactored out into own function, and
559         implement CRAM-MD5.
560         (nnimap-wait-for-line): Refactored out.
561
562         * mm-view.el (mml-smime): Require.
563
564 2010-12-20  David Engster  <deng@eml.cc>
565
566         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
567         use EPG to decrypt S/MIME messages instead of openssl.
568
569 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
572
573         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
574         status is the group clearly is unreachable.
575
576         * auth-source.el (auth-source-create): Add the optional second
577         parameter to `local-variable-p' to be compatible with XEmacs.
578
579 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
580
581         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
582         work when using a compressed nnml folder.
583
584 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
587         backends after sanitising on entry, because this never makes sense:
588         If the articles have gone missing, then the data no longer exists on
589         the backend, and if they haven't, then Gnus is wrong, and shouldn't
590         overwrite anything anyway.
591
592         * shr.el (shr-insert-document): Bind shr-width dynamically to
593         window-width if it's nil.
594
595 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
596
597         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
598         with the meaning of using the full emacs window width for rendering.
599
600 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
601
602         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
603         case when sender is not given.
604
605 2010-12-23  Julien Danjou  <julien@danjou.info>
606
607         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
608         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
609         the addresses, otherwise we might misplaced the gravatar.
610
611 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
612
613         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
614         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
615         obsolete in Emacs.
616
617 2010-12-20  Julien Danjou  <julien@danjou.info>
618
619         * gnus-util.el (gnus-rescale-image): Revert last change.
620
621 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
622
623         * binhex.el: Improve commentary (Bug#7482).
624
625 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * gnus-group.el (gnus-group-delete-articles): New command.
628
629 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
630
631         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
632
633 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634
635         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
636         here, since it's up to the backends to do CRLF removal if their
637         protocol has it.
638
639         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
640
641 2010-12-17  Julien Danjou  <julien@danjou.info>
642
643         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
644         they are from file. Can also scale up.
645
646 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
647
648         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
649         gnus-use-agent.
650         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
651
652         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
653
654 2010-12-17  Julien Danjou  <julien@danjou.info>
655
656         * gravatar.el (gravatar-retrieve-synchronously): New function.
657         (gravatar-get-data): Make more robust.
658
659 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
662
663 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
666         to really consider the last line.
667
668 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
669
670         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
671         list of recipient keys, or use symmetric encryption if not a list.
672         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
673         EPA override, replacing the call to `netrc-store-data'.
674
675 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
676
677         * gnus-srvr.el: Avoid passing nil regexp argument to
678         delete-matching-lines.
679
680 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
683         fetching stops when Gnus exits.
684
685         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
686         function.
687         (nnfolder-request-expire-articles): Save all the buffers after doing
688         expiry.
689
690         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
691         the last article", since that led to serious performance regressions
692         when expiring nnml groups.
693
694 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
695
696         * nnir.el: Improve customizations.
697
698 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
701
702         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
703         group has been killed.
704         (gnus-group-yank-group): Ditto.
705
706         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
707
708         * nnimap.el (nnimap-request-update-group-status): New function.
709
710         * gnus-int.el (gnus-request-update-group-status): New interface
711         function.
712
713         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
714         copying read-ness to the backends.
715
716         * nnimap.el (nnimap-quirk): New function.
717         (nnimap-retrieve-group-data-early): Use it.
718         (nnimap-quirks): New alist.
719
720 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * shr.el (shr-insert): Set shr-start after deleting trailing space;
723         don't delete it within indentation.
724
725 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
728         previous line.
729
730 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
733         QRESYNC command by deleting a superfluous space which broke Cyrus
734         servers.  This change will break other servers that are buggy the other
735         way around.
736
737 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
738
739         * spam.el: Reindent and fix long lines.
740         (spam-copy-or-move-routine): Exclude invalid move destinations.
741
742 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
743
744         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
745         installed the registry.
746
747 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
750
751 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
752
753         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
754         groupname doesn't contain "gmane".
755
756 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
759         and netrc-bound-and-true-p bindings.
760         (netrc-parse): Cache the netrc contents.
761
762         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
763         (gnus-1): Don't create the nndrafts group twice.
764         (gnus-setup-news): There's no need to read the active file here, since
765         that's done again later on a per-backend basis.
766         (gnus-start-draft-setup): Make sure that the new group is started out
767         empty.
768
769         * gnus-agent.el (gnus-agentize): Don't create the queue group
770         automatically on startup.  It'll be created later, if needed.
771
772         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
773         of automatically subscribed groups.
774         (gnus-auto-subscribed-categories): New variable.
775         (gnus-matches-options-n): Use it.
776         (gnus-default-subscribed-newsgroups): Remove unused variable.
777         (gnus-start-draft-setup): Message a bit less.
778
779 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
780
781         * nnir.el (nnir-run-imap): Return article list in order of increasing
782         UID.
783
784 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus-sum.el (gnus-summary-enter-digest-group):
787         Mention gnus-auto-select-on-ephemeral-exit.
788
789         * proto-stream.el (proto-stream-open-network-only): Fix the calling
790         convention of the network-only option.
791
792 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793
794         * proto-stream.el (proto-stream-open-network-only): New function to
795         have a way to specify non-STARTTLS upgrade connections.
796
797 2010-12-10  Julien Danjou  <julien@danjou.info>
798
799         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
800         email address is nil.
801
802         * message.el (message-bogus-recipient-p): Set address to "" if nil.
803
804 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
805
806         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
807         deletion.
808         (nnir-run-imap): Only need to parse list once.
809
810 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * shr.el (shr-tag-script): Ignore <script>.
813         (shr-tag-label): Add <label> support.
814
815 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
818
819         * shr.el (shr-image-displayer): Work for images lined side by side.
820
821 2010-12-08  Robert Pluim  <rpluim@gmail.com>
822
823         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
824         parameter, since XEmacs doesn't accept t as a parameter.
825
826 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
827
828         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
829         ids.
830         (nnir-run-gmane): Simplify groupspec formatting.
831         (nnir-request-expire-articles): New function.
832
833 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
834
835         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
836         overflow, possibly.
837
838         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
839         (shr-render-td): Handle td style="" better.
840         (shr-tag-table): Use the color from the style sheet.
841         (shr-render-td): Make sure we copy over all the overlays, too.
842
843 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
844
845         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
846         (nnir-request-article): Improve article retrieval.
847
848 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * mm-util.el (mm-extra-numeric-entities): New variable.
851
852         * mm-url.el (mm-url-decode-entities):
853         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
854
855         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
856
857 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
858
859         * message.el: Use completion-at-point.
860         (message-completion-function): New fun, extracted from message-tab.
861         (message-mode): Use it for completion-at-point-functions.
862         (message-tab): Use it and completion-at-point.
863
864 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
865
866         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
867         character if a non-breakable character follows.
868
869 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
872         any stream.
873
874         * shr.el (shr-tag-font): Colorize the region.
875         (shr-tag-body): Ditto.
876         (shr-tag-font): Actually let the styles be inherited instead of
877         overwriting them.
878         (shr-tag-font): Get the background color right.
879         (shr-tag-style): Ignore all <style> tags for the moment.
880
881         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
882         a Message-ID to avoid having nnimap depend on gnus-sum.
883
884         * shr.el (shr-descend): Only colorize something if we have a node that
885         sets colors.
886
887 2010-12-06  Julien Danjou  <julien@danjou.info>
888
889         * shr.el (shr-render-td): Render td content with shr-descend, so style
890         will be applied to <td> too.
891         (shr-colorize-region): Colorize region even if we only have a background.
892         (shr-tag-body): Fix color and background color inheritance.
893         Do not recolorize after shr-generic.
894         (shr-tag-font): Let shr-generic colorize via inheritance.
895
896 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
899
900 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
901
902         * nnir.el (nnir-request-move-article): Remove obsolete code.
903
904 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
907
908 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-sum.el (gnus-summary-respool-article): The completion function
911         expects a list instead of an alist.
912
913         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
914         string as the parameter.
915
916         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
917
918         * shr.el (shr-stylesheet): New dynamic variable for cascading the
919         styles.
920         (shr-colorize-region): New function.
921         (shr-insert-background-overlay): Remove.
922         (shr-render-td): Background setting should be taken care of on a higher
923         level.
924         (shr-tag-body): Use post-hoc colorizations.
925         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
926         (shr-put-color-1): Don't overwrite old colors.
927         (shr-colorize-region): When the background color isn't explicit, use
928         a fixed background.
929
930         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
931         nnmail variables.
932
933 2010-12-05  Bjørn Mork  <bjorn@mork.no>
934
935         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
936         unless necessary.
937
938 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
939
940         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
941         server.
942
943 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
946         so that TAB works.
947
948         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
949         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
950
951         * shr.el (shr-urlify): Show the URL before the title to avoid
952         misleading URLs.
953
954 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
955
956         * shr.el (shr-urlify): Display the title in <a> tags.
957
958 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
959
960         * nnir.el (nnir-categorize): Replace mapcar with mapc.
961
962 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
963
964         * nnir.el: Rearrange code to allow macros to be autoloaded by
965         gnus-sum.el.
966         (nnir-retrieve-headers-override-function): Make this variable
967         customizable.
968         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
969
970         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
971         from nnir.el.
972
973 2010-12-03  Julien Danjou  <julien@danjou.info>
974
975         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
976
977 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
980         allow optional argument `environment'.
981
982 2010-12-03  Glenn Morris  <rgm@gnu.org>
983
984         * mm-extern.el (message-goto-body): Update declaration.
985
986 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * gnus-util.el (gnus-macroexpand-all): New function.
989
990         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
991         instead of macroexpand-all that is unavailable in XEmacs.
992
993 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
994
995         * nnir.el (nnir-summary-line-format): New variable.
996         (nnir-mode): Use it.
997         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
998         (nnir-article-ids): Reimplement as defsubst.
999         (nnir-retrieve-headers): Don't mangle the subject header.
1000         (nnir-run-imap): Use 100 as RSV score.
1001         (nnir-run-find-grep): Fix for full server searching.
1002         (nnir-run-gmane): Better restriction to gmane groups.
1003
1004         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1005         summary buffers.
1006
1007 2010-12-02  Julien Danjou  <julien@danjou.info>
1008
1009         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1010
1011         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1012
1013         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1014         support.
1015
1016 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1017
1018         * nnir.el: Update to handle the registry better.
1019         (autoload): Silence byte-compiler.
1020         (nnir-open-server): Add a hook for nnir groups.
1021         (nnir-request-move-article): Don't mangle the header. Better to use
1022         formating variables (which will be added in the future).
1023         (nnir-registry-action): Update the registry using the original article
1024         group name.
1025         (nnir-mode): Install nnir-specific hooks for updating the registry.
1026
1027         * gnus-sum.el
1028         (gnus-article-original-subject,gnus-newsgroup-original-name):
1029         Remove obsolete variables.
1030         (gnus-summary-move-article): Remove use of obsolete variables.
1031         (gnus-summary-local-variables): Make move and delete hooks local to
1032         summary buffers.
1033
1034 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * rtree.el: New file.
1037
1038 2010-12-01  Julien Danjou  <julien@danjou.info>
1039
1040         * message.el (message-user-organization): Do not use
1041         gnus-local-organization.
1042
1043         * gnus.el: Remove gnus-local-organization.
1044
1045         * gnus-msg.el: Remove nastygram thing.
1046
1047 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1048
1049         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1050         funcall.
1051
1052 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1055         names.
1056
1057         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1058         characters.
1059
1060         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1061         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1062         Suggested by Štěpán Němec <stepnem@gmail.com>.
1063         (gnus-gravatar-transform-address): Use mail-extract-address-components
1064         that supports non-ASCII names rather than mail-header-parse-addresses.
1065
1066 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * proto-stream.el (open-protocol-stream): All starttls connections are
1069         handled by the network handler.
1070
1071 2010-11-30  Julien Danjou  <julien@danjou.info>
1072
1073         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1074         (nnimap-open-connection-1): Fix PREAUTH.
1075
1076         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1077
1078 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1081         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1082         (shr-insert): Use them.
1083         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1084
1085 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1086
1087         * nnir.el (nnir-request-move-article): Bail out if original group
1088         doesn't support article moves.
1089         (nnir-get-active): Improve active list retrieval.
1090
1091 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1094
1095 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1096
1097         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1098         seem to accept strings-with-numbers as port numbers,
1099
1100 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1101
1102         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1103         change the registry.
1104
1105 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1108         delete-dups that is not available in XEmacs 21.4.
1109
1110         * mm-util.el (mm-delete-duplicates): Add comment.
1111
1112 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1113
1114         * nnir.el (nnir-ignored-newsgroups): New variable.
1115         (nnir-get-active): Use it.
1116
1117 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * proto-stream.el (proto-stream-open-network): Add some comments.
1120
1121         * nntp.el (nntp-open-connection): Provide a :success condition.
1122
1123         * nnimap.el (nnimap-open-connection-1): Ditto.
1124
1125         * proto-stream.el (proto-stream-open-network): See what the response to
1126         the STARTTLS command is.
1127
1128         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1129         backwards compatibility).
1130         (nnimap-open-connection-1): Really respect nnimap-server-port.
1131
1132         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1133         TLS upgrades we don't really care about the identity of the peer.
1134         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1135         that what we've checked for.
1136         (proto-stream-always-use-starttls): Only default to t if
1137         open-gnutls-stream exists.
1138         (proto-stream-open-network): If STARTTLS failed, then just open a
1139         normal connection.
1140         (proto-stream-open-network): Wait until the greeting before doing
1141         STARTTLS.
1142
1143         * nntp.el (nntp-open-connection): Report what the connection error is.
1144
1145         * proto-stream.el (open-protocol-stream): Rename from
1146         open-proto-stream.
1147
1148 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * nnimap.el (nnimap-stream): Change default to `undecided'.
1151         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1152         first, and then network.
1153         (nnimap-open-connection-1): Respect nnimap-server-port.
1154         (nnimap-open-connection): Be more backwards-compatible.
1155
1156         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1157         (proto-stream-open-starttls): De-duplicate the starttls code.
1158         (proto-stream-open-starttls): Folded back into the main function.
1159         (proto-stream-open-network): Fix typo in the gnutls path.
1160         (proto-stream-command): Refactor out.
1161
1162         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1163
1164         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1165         starttls.el STARTTLS.
1166
1167         * color.el (color-lab->srgb): Fix function call name.
1168
1169         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1170         if we're using tls.el.
1171         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1172         built in, then don't try to establish a STARTTLS connection.
1173
1174         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1175         servers.
1176
1177         * proto-stream.el (open-proto-stream): Use network, not stream.
1178         (open-proto-stream): Add a way to specify what the end of a command is.
1179
1180         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1181         connections types.
1182         (nntp-open-network-stream): Remove.
1183         (nntp-open-ssl-stream): Remove.
1184         (nntp-open-tls-stream): Remove.
1185         (nntp-ssl-program): Remove.
1186
1187         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1188
1189 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1190
1191         * nnir.el: Fix typos.
1192         (nnir-retrieve-headers-override-function): Rename variable to reflect
1193         new semantics.
1194         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1195         macros.
1196         (nnir-request-article, nnir-request-move-article): Use them.
1197         (nnir-categorize): New function.
1198         (nnir-run-query): Use it.
1199         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1200         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1201         sorted.
1202         (nnir-group-full-name): Use gnus-group-full-name instead.
1203         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1204         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1205
1206 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1209
1210         * proto-stream.el: New library to provide protocol-specific
1211         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1212         protocols.
1213         (open-proto-stream): Complete the documentation.
1214         (proto-stream-open-network): Fix some typos.
1215
1216         * nnimap.el (nnimap-open-connection): Use it.
1217
1218 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1219
1220         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1221         negotiation.
1222
1223 2010-11-26  Julien Danjou  <julien@danjou.info>
1224
1225         * color.el: Rename various rgb functions to srgb.
1226
1227 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1228
1229         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1230         names.
1231
1232 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * shr.el (shr-insert): Revert last change.
1235         (shr-find-fill-point): Never leave point being at bol;
1236         relax the kinsoku limitation when rendering tables.
1237
1238 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1241         results from -accept-article.
1242
1243         * shr-color.el: Require cl when compiling.
1244
1245         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1246         checkin.
1247
1248         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1249
1250         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1251
1252         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1253         'add and 'delete to set backend marks.
1254
1255         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1256
1257         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1258
1259         * nntp.el (nntp-request-set-mark): Use it.
1260
1261         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1262
1263         * nnml.el (nnml-request-set-mark): Ditto.
1264
1265         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1266         introduces regressions in article selection.
1267         (nnimap-find-uid-response): New function.
1268         (nnimap-request-accept-article): Use the UID returned, if any.
1269         (nnimap-request-move-article): Use the UID returned, if any.
1270         (nnimap-get-groups): Reimplement to work with folded lines.
1271         (nnimap-find-uid-response): The UID is the last element in the list.
1272         (nnimap-request-set-mark): Extend syntax with 'set.
1273
1274         * nnml.el (nnml-request-set-mark): Ditto.
1275
1276         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1277
1278         * nntp.el (nntp-request-set-mark): Ditto.
1279
1280 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * message.el (message-called-interactively-p): A temporary macro.
1283         (message-goto-body): Use it temporarily.
1284
1285 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1288         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1289         (nnimap-last-response-string): Fix last unfolding fix.
1290
1291 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1292
1293         * shr.el (shr-insert): Fix the way to fold lines.
1294
1295 2010-11-25  Julien Danjou  <julien@danjou.info>
1296
1297         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1298
1299         * color.el: Rename from color-lab.el
1300         (color-rgb->hex): Add.
1301         (color-complement): Add.
1302         (color-complement-hex): Add.
1303
1304         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1305
1306 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1309         don't exist.
1310
1311 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1312
1313         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1314         assuming that article displaying or another mml-preview may be
1315         interrupted for an error or for the like.
1316
1317         * shr.el (shr-get-background): Fix argument name.
1318
1319 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1322
1323         * gnus-sum.el (gnus-summary-include-articles): New function.
1324
1325         * message.el (message-goto-body): called-interactively-p needs a
1326         parameter, so use `any'.
1327
1328         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1329         clear marks before moving, since they're synced from the Gnus side
1330         first.
1331
1332         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1333         (gnus-summary-move-article): Copy over all marks before moving, so that
1334         IMAP doesn't think a new article has arrived.
1335
1336 2010-11-24  Julien Danjou  <julien@danjou.info>
1337
1338         * shr.el (shr-insert-background-overlay): Fix typo.
1339         (shr-render-td): Copy the background before rendering.
1340
1341         * shr-color.el (shr-color-visible): Fix docstring.
1342
1343         * shr.el (shr-tag-table): Add bgcolor support.
1344         (shr-render-td): Add bgcolor support.
1345         (shr-get-background): Add.
1346         (shr-insert-foreground-overlay): Use shr-get-background.
1347
1348         * message.el (message-goto-body): Use called-interactively-p.
1349         (message-in-body-p): message-goto-body returns point.
1350
1351 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1354         Fixes something or other in Emacs 23, and is backwards compatible.
1355
1356         * message.el (message-goto-body): Remove the <#secure special-casing,
1357         which is too special.
1358
1359         * shr.el (shr-parse-style): Drop !important from styles.
1360
1361 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1362
1363         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1364         this function to return incorrect results when calling it with an
1365         explicit article argument different from
1366         (gnus-summary-article-number).
1367
1368 2010-11-24  Julien Danjou  <julien@danjou.info>
1369
1370         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1371         (shr-tag-body): Add background support.
1372         (shr-descend): Add background support.
1373         (shr-tag-title): Add.
1374
1375         * shr-color.el (shr-color-visible): Really return original background
1376         if fixed.
1377
1378 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * shr.el (shr-color-check): Protect against non-existant colour names.
1381
1382 2010-11-24  Julien Danjou  <julien@danjou.info>
1383
1384         * color-lab.el: Require 'cl when compiling.
1385
1386         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1387
1388         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1389         matched part.
1390
1391         * color-lab.el: Fix all expt calls to use float type.
1392
1393 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1396         expression to shr-color-check as is.
1397
1398         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1399
1400         * color-lab.el: Add coding cookie.
1401         (float-pi): Use eval-and-compile.
1402
1403         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1404         compiled for Emacsen having no `libxml-parse-html-region' support.
1405
1406 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * shr.el (shr-insert-color-overlay): Split stuff like
1409         "#444444 !important" to find the real colour.
1410         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1411         parse <font color="red"> entries.
1412
1413 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1414
1415         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1416         point when parsing headers.
1417
1418         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1419         is positioned properly when parsing headers.
1420
1421 2010-11-23  Julien Danjou  <julien@danjou.info>
1422
1423         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1424
1425         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1426
1427         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1428
1429         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1430         Use shr-color-hue-to-rgb.
1431         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1432
1433 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * shr.el (shr-color->hexadecimal): Autoload.
1436         (shr-descend): Add color to all tags.
1437
1438 2010-11-22  Julien Danjou  <julien@danjou.info>
1439
1440         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1441         shr-color->hexadecimal.
1442
1443         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1444         RGB() or HSL() color representation.
1445
1446         * shr.el (shr-tag-font): Add.
1447         (shr-tag-color-check): New function to get better colors.
1448         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1449         tag-span.
1450
1451         * shr-color.el: New file.
1452
1453         * color-lab.el: New file.
1454
1455         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1456
1457 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1458
1459         * nnir.el: Fix typo in comments.
1460         (nnir-run-imap): Simplify code. No need to reverse artlist.
1461         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1462
1463 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1466
1467         * nnimap.el (nnimap-get-capabilities): Refactor out.
1468         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1469
1470 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1471
1472         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1473         appearing when `mm-uu-hide-markers' is nil.
1474
1475 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * nnimap.el (nnimap-unselect-group): Make into its own function.
1478         (nnimap-request-rename-group): Unselect group before renaming.
1479         This had gotten lost somewhere.
1480         (nnimap-request-accept-article): Keep track of examined groups, and
1481         unselect the group before APPENDing to read-only groups.
1482         (nnimap-request-move-article): Clear flags before moving so that they
1483         can be re-set later.
1484
1485 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1486
1487         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1488         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1489
1490 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1491
1492         * gnus-art.el (gnus-mime-display-single)
1493         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1494         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1495         parameter.
1496
1497 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1500         (shr-table-vertical-line): New variable.
1501         (shr-insert-table): Use it.
1502
1503 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1504
1505         * gnus-html.el (gnus-html-wash-images): Don't display images if
1506         gnus-inhibit-images is non-nil; register displayer for cid images.
1507         (gnus-html-display-image): Work for cid image.
1508         (gnus-html-insert-image): Allow arguments.
1509         (gnus-html-put-image): Inhibit read-only.
1510         (gnus-html-prefetch-images): Don't prefetch images if
1511         gnus-inhibit-images is non-nil.
1512
1513 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * shr.el (shr-put-image): Break lines when inserting big pictures.
1516
1517 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1518
1519         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1520         sender, thanks Katsumi Yamaoka.
1521
1522 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1523
1524         * nnir.el (nnir-run-imap): Reverse the article list for each group
1525         rather than the whole list.
1526
1527 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * shr.el (shr-image-displayer): Protect function against non-existent
1530         image source.
1531
1532         * gnus-art.el (gnus-inhibit-images): New user option.
1533         (gnus-mime-display-single): Don't display image if it is non-nil.
1534
1535         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1536         gnus-inhibit-images.
1537
1538         * shr.el (shr-image-displayer): New function.
1539         (shr-tag-img): Use it.
1540
1541 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1542
1543         * mml2015.el (mml2015-epg-sign): Use From header.
1544
1545 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1548
1549         * gnus-util.el (gnus-find-text-property-region): Return markers.
1550
1551         * shr.el (shr-tag-img): Put a displayer in the text property.
1552
1553         * gnus-util.el (gnus-find-text-property-region): New utility function.
1554
1555         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1556         (gnus-html-show-images): Remove.
1557
1558         * gnus-art.el (gnus-article-show-images): New, more general function.
1559
1560         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1561         image url text properties.
1562
1563         * shr.el: Ditto.
1564
1565         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1566         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1567
1568 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1571         work for two or more articles.
1572
1573 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1576         divide an image that's in an html article to two or more when washing
1577         non-ASCII characters in alt text of it.
1578
1579 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1582         smime-decrypt-region using function argument.
1583         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1584
1585         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1586
1587         * smime.el (smime-decrypt-region): Catch it.
1588
1589 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1590
1591         * smime.el (smime-mode-map): Move initialization into declaration.
1592         (gnus-run-mode-hooks): Don't autoload.
1593         (smime-mode): Use define-derived-mode.
1594
1595 2010-11-11  Glenn Morris  <rgm@gnu.org>
1596
1597         * smime.el (from): Restrict declaration to XEmacs.
1598
1599         * nnir.el (gnus-group-topic-name): Autoload.
1600
1601 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1602
1603         * shr.el (shr-insert): Don't break long line if it is because of
1604         kinsoku-bol characters in the line end.
1605
1606 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1607
1608         * nnir.el (nnir-request-move-article): Fix to provide original group
1609         and subject.
1610         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1611         been retrieved.
1612
1613         * gnus-sum.el (gnus-summary-move-article): Use original group and
1614         subject for virtual articles such as those in an nnir summary buffer.
1615
1616 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1617
1618         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1619         least 21.5).
1620
1621         * smime.el (from): Declare it again for XEmacs.
1622
1623 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * message.el (message-resend): Don't disable encoding unless it's
1626         already encoded.
1627
1628         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1629         low-numbered articles.
1630
1631 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * rfc2047.el (rfc2047-syntax-table): Simplify.
1634
1635         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1636
1637         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1638         set-char-table-range for XEmacs.
1639
1640 2010-11-10  Glenn Morris  <rgm@gnu.org>
1641
1642         * time-date.el (time-to-seconds): Always an alias on Emacs,
1643         never a real function.
1644         (with-no-warnings): Remove compat stub, now unused.
1645         (time-less-p): Doc fix.
1646         (time-to-number-of-days): Simplify.
1647
1648         * smime.el (from): Remove unused declaration.
1649
1650         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1651         (gnus-float-time): On Emacs, always an alias.
1652
1653         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1654         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1655
1656 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * dgnushack.el: Don't use ignore-errors in the top level form since it
1659         is unavailable in XEmacs even if cl is loaded.
1660
1661         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1662
1663 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * shr.el (browse-url-mailto): Autoload.
1666
1667         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1668
1669         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1670         regexp doesn't need quoting.
1671
1672 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1673
1674         * message.el (message-subject-trailing-was-ask-regexp)
1675         (message-subject-trailing-was-regexp): Match was: in addition to was.
1676
1677 2010-11-09  Glenn Morris  <rgm@gnu.org>
1678
1679         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1680         (nnbabyl-check-mbox): Use point-at-bol.
1681
1682 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1685
1686         * message.el (message-mailto): New function.
1687         (message-mailto): Should accept other parameters.
1688         (message-mailto): Remove since it duplicates browse-url-mailto
1689         functionality.
1690
1691 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1694         methods.
1695         (gnus-read-active-file): Ditto.
1696
1697         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1698         ": " from the prompt.
1699         (gnus-group-make-group): Ditto.
1700
1701 2010-11-07  Glenn Morris  <rgm@gnu.org>
1702
1703         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1704         (gnus-bookmark-kill-line): Use point-at-eol.
1705
1706 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1709         asterisks in From header.
1710
1711 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1714         string to avoid making the From headers syntactically invalid.
1715
1716         * message.el (message-send-mail): Don't insert courtesy messages if the
1717         message already has List-Post and List-ID messages.
1718
1719 2010-11-06  Glenn Morris  <rgm@gnu.org>
1720
1721         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1722         `condition', `type', `length' a prefix.
1723         (gnus-treat-predicate): Update for above name changes.
1724
1725 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1726
1727         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1728         binding.  Handled by `gnus-summary-refer-thread' instead.
1729         (nnir-warp-to-article): New backend function.
1730
1731         * nnimap.el (nnimap-request-thread): Force dependency updating.
1732
1733         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1734         (gnus-summary-refer-thread): Rework to improve thread-referral.
1735
1736         * gnus-int.el (gnus-warp-to-article): New function.
1737
1738         * gnus-sum.el (gnus-summary-article-map): Bind it.
1739
1740 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1741
1742         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1743         gnus-summary-refer-thread.
1744
1745         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1746         headers.
1747         (gnus-summary-limit-include-thread): Prevent articles in thread from
1748         being cut in gnus-cut-threads.
1749         (gnus-summary-refer-thread): Limit retrieved headers to those in
1750         thread.
1751
1752 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * message.el (message-send-mail): Use the value of
1755         message-courtesy-message from the message buffer.
1756
1757         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1758
1759         * shr.el (shr-browse-url): Implement mailto: URLs.
1760
1761         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1762         "raw".
1763
1764         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1765         if it's already selected.
1766
1767         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1768
1769 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1772         to measure the length and truncate alt text.
1773
1774 2010-11-03  Glenn Morris  <rgm@gnu.org>
1775
1776         * nndiary.el (nndiary-generate-nov-databases-1)
1777         (nndiary-generate-active-info): Rename dynamic variable `files' to
1778         something less generic.
1779
1780 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1781
1782         * nnir.el (nnir-request-move-article): Call the underlying backend to
1783         move articles from nnir.
1784
1785 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1788
1789 2010-11-02  Julien Danjou  <julien@danjou.info>
1790
1791         * nnir.el: Remove wais support.
1792
1793 2010-11-02  Glenn Morris  <rgm@gnu.org>
1794
1795         * gnus-html.el: Reorder requirements to quieten compiler.
1796
1797 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1800         properly for XEmacs as well.
1801         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1802         (gnus-article-natural-long-line-p): Use window-width rather than
1803         frame-width.
1804
1805 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1806
1807         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1808         (nnir-read-parms): Don't modify query.
1809         (nnir-run-query): Add ability to search topic on current line.
1810         (nnir-get-active): Clean up.
1811
1812 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1815         degenerate articles.
1816
1817         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1818         (gnus-print-buffer): Just print the buffer as is, without any copying
1819         to a buffer and then re-highlighting.
1820
1821         * nnimap.el (nnimap-request-group): Store the new updated info.
1822         (nnimap-request-group): Select the group when we don't know whether it
1823         exists or not.
1824
1825         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1826         groups.
1827
1828         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1829         groups.
1830
1831         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1832         groups.
1833
1834         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1835         long-lines case by only filling the long lines.
1836
1837         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1838         (bug #7311).
1839
1840 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1841
1842         * shr.el: No need to declare `declare-function' since shr.el is for
1843         only Emacsen that provide `libxml-parse-html-region'.
1844
1845         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1846         effective only in a file it is referred to.
1847
1848 2010-11-01  Glenn Morris  <rgm@gnu.org>
1849
1850         * mm-util.el (gnus-completing-read): Autoload.
1851         (mm-read-coding-system): Simplify Emacs definition.
1852
1853         * nnmail.el (gnus-activate-group):
1854         * nnimap.el (gnutls-negotiate):
1855         * nntp.el (netrc-parse): Fix declarations.
1856
1857 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1860         string-match-p in Emacs >=23.
1861
1862         * gnus-msg.el (gnus-configure-posting-styles)
1863         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1864
1865 2010-11-01  Glenn Morris  <rgm@gnu.org>
1866
1867         * nnir.el (declare-function): Add compat stub.
1868         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1869         (nnir-run-gmane): Require 'mm-url.
1870
1871         * mm-util.el (mm-string-to-multibyte): Simplify.
1872
1873         * shr.el (declare-function): Add compat stub.
1874         (url-cache-create-filename): Declare.
1875         (mm-disable-multibyte, widget-convert-button): Autoload.
1876
1877         * smime.el (ldap-search): Declare.
1878         (smime-cert-by-ldap-1): Require ldap on Emacs.
1879
1880         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1881         (nnimap-keepalive): Use gnus-float-time.
1882
1883         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1884         (mail-source-delete-crash-box): Use gnus-float-time.
1885
1886         * gnus-dired.el (gnus-completing-read): Autoload.
1887
1888         * mm-view.el (gnus-rescale-image): Autoload.
1889
1890         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1891
1892         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1893
1894         * sieve-manage.el: Require 'cl when compiling.
1895
1896         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1897         (gnus-iswitchb-completing-read): Require iswitchb.
1898         (gnus-select-frame-set-input-focus): Silence compiler.
1899
1900 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * message.el (message-subject-trailing-was-query): Change default to t,
1903         since I think that's what most people want.
1904
1905         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1906         appending for easier debugging.
1907         (nnimap-wait-for-connection): Take a regexp.
1908         (nnimap-request-accept-article): Wait for the continuation line before
1909         sending anything unless we're streaming.
1910
1911         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1912         leave the header washing to take place.
1913
1914 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1915
1916         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1917         regular expression match and replace in posting styles.
1918
1919 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1920
1921         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1922         an entire server.
1923         (nnir-get-active): New function.
1924         (nnir-run-imap): Use it.
1925         (nnir-run-gmane): Who knew, gmane search returns an article score!
1926
1927         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1928         server on the current line with nnir.
1929
1930 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1933         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1934         left edge.
1935         (gnus-article-foldable-buffer): Skip past the prefix when determining
1936         raggedness.
1937
1938         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1939         the raw article, and change `C-u g' to show the article without doing
1940         treatments.
1941
1942         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1943         on to `gnus-treat-article'.
1944         (gnus-inhibit-article-treatments): New variable.
1945
1946         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1947
1948         * gnus-art.el (gnus-treatment-function-alist): Have
1949         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1950         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1951         sections.
1952
1953         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1954         parameter.
1955         (gnus-article-fill-cited-long-lines): New function.
1956         (gnus-article-fill-cited-article): Allow filling only long sections.
1957
1958         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1959         and non-punctuation (like after the apostrophe in "'We").
1960
1961         * gnus-sum.el (gnus-summary-select-article): Make sure
1962         gnus-original-article-buffer is alive.
1963
1964         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1965         reflect the order they're in in the digest.
1966
1967         * gnus.el (gnus-group-startup-message): Move point to the start of the
1968         buffer.
1969
1970         * nnimap.el (nnimap-capability): New function.
1971         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1972         is set.
1973
1974 2010-10-31  David Engster  <dengste@eml.cc>
1975
1976         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1977         conform with changes to gnus-completing-read.
1978
1979 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1982
1983 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1984
1985         * nnir.el: Move defvar, defcustom around to keep file organized
1986         and keep byte-compiler quiet.
1987         (nnir-read-parms): Accept search-engine as arg.
1988         (nnir-run-query): Pass search-engine as arg.
1989         (nnir-search-engine): Remove.
1990
1991 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * shr.el (shr-generic): The text nodes should be text, not :text.
1994
1995         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1996         later in the file.
1997
1998 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1999
2000         * nnir.el: General clean up.  Allow searching with multiple engines.
2001         Allow separate extra-parameters for each engine.
2002         Batch queries when possible.
2003         (nnir-imap-default-search-key,nnir-method-default-engines):
2004         Add customize interface.
2005         (nnir-run-gmane): New engine.
2006         (nnir-engines): Use it.  Qualify all prompts with engine name.
2007         (nnir-search-engine): Remove global variable.
2008         (nnir-run-hyrex): Restore for now.
2009         (nnir-extra-parms,nnir-search-history): New variables.
2010         (gnus-group-make-nnir-group): Use them.
2011         (nnir-group-server): Remove in favor of gnus-group-server.
2012         (nnir-request-group): Avoid searching twice.
2013         (nnir-sort-groups-by-server): New function.
2014
2015 2010-10-30  Julien Danjou  <julien@danjou.info>
2016
2017         * gnus-group.el: Remove gnus-group-fetch-control.
2018
2019         * gnus-start.el (gnus-find-new-newsgroups):
2020         Remove gnus-check-first-time-used.
2021
2022         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2023
2024 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2025
2026         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2027         set on groups that don't have \* permanentflags.
2028
2029 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2032         control the background color.
2033         (shr-tag-img): Ignore very small web bug type images.
2034         (shr-put-image): Add help-echo alt texts to the images.
2035         (shr-tag-video): Show the video poster image.
2036
2037 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * shr.el (shr-table-depth): New variable.
2040         (shr-tag-table-1): Only insert the images after the top-level table.
2041
2042         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2043
2044         * gnus-util.el (gnus-list-memq-of-list): New function.
2045
2046         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2047         selected.
2048         (nnimap-unsplittable-articles): New slot.
2049         (nnimap-new-articles): Use it.
2050
2051 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2052
2053         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2054         move to the previous line on `M-g'.
2055
2056 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2057
2058         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2059         *-request-group, which seems unnecessary.
2060
2061         * nnimap.el (nnimap-quote-specials): Function copied over from
2062         imap.el.
2063         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2064         they support that.  Suggested by Tom Regner.
2065
2066 2010-10-29  Julien Danjou  <julien@danjou.info>
2067
2068         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2069         defalias.
2070         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2071
2072         * gnus.el: Remove `gnus-nntp-service' variable.
2073         (gnus-secondary-servers): Make obsolete.
2074         (gnus-nntp-server): Make obsolete.
2075
2076         * gnus-start.el (gnus-1): Remove x-splash calls.
2077
2078         * gnus-ems.el (gnus-x-splash): Remove.
2079
2080         * gnus.el (gnus-group-startup-message): Simplify/update code.
2081
2082         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2083         definition.
2084
2085         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2086         capability before doing anything.
2087         (gnus-group-insert-group-line): Remove useless
2088         gnus-group-remove-excess-properties.
2089
2090 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2093
2094 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2095
2096         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2097         config after reselecting.
2098
2099 2010-10-28  Julien Danjou  <julien@danjou.info>
2100
2101         * shr.el (shr-put-image): Use point even if only inserting text.
2102         (shr-put-image): Save excursion when inserting alt text on non-graphic
2103         display, so the behaviour is the same when we are on a graphic display.
2104
2105         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2106
2107 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2110         (gnus-mime-copy-part): Check coding system, not charset.
2111         (gnus-mime-view-part-externally): Never remove part.
2112         (gnus-mime-view-part-internally): Don't remove part here.
2113         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2114         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2115         multipart/alternative.
2116
2117         * mm-decode.el (mm-display-part): Take optional arg `force'.
2118
2119 2010-10-26  Julien Danjou  <julien@danjou.info>
2120
2121         * gnus-group.el (gnus-group-default-list-level): Add this function to
2122         compute the default list level.
2123         (gnus-group-default-list-level): Add possibility to use a function.
2124
2125 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2128
2129         * gnus-group.el (gnus-group-completing-read)
2130         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2131         gnus-replace-in-string.
2132
2133 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * shr.el (shr-tag-div): Add.
2136
2137         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2138
2139 2010-10-25  Julien Danjou  <julien@danjou.info>
2140
2141         * gnus-util.el: Remove `gnus-with-local-quit'.
2142
2143         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2144
2145 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2148         the original article buffer.
2149
2150 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * nnimap.el (nnimap-request-head): New function.
2153         (nnimap-request-move-article): Try to be slighly faster by not
2154         requesting the entire message when moving.
2155         (nnimap-transform-headers): Don't bug out on bodiless articles.
2156         (nnimap-send-command): Have no outstanding messages if the IMAP server
2157         doesn't support streaming.
2158         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2159
2160 2010-10-24  Julien Danjou  <julien@danjou.info>
2161
2162         * message.el (message-default-headers): Fix type.
2163
2164 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2167         prefetching images.
2168
2169         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2170         backend for unknown groups.  This is mainly useful for nnimap groups.
2171
2172         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2173         group isn't covered by the agent.
2174
2175 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2176
2177         * nnir.el (nnir-method-default-engines): New variable.
2178         (nnir-run-query): Use it.
2179         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2180         (gnus-summary-nnir-goto-thread): Change group if needed.
2181
2182         * gnus-group.el (gnus-group-group-map): Add key binding for
2183         gnus-group-make-nnir-group.
2184
2185 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * shr.el (shr-tag-object): Add.
2188
2189         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2190         original article buffer live.
2191         (gnus-summary-select-article-buffer):
2192         Mention gnus-widen-article-buffer.
2193
2194 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * shr.el (shr-tag-strong): Add.
2197
2198 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2201         group names.  They mess up the group buffer badly.
2202
2203         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2204
2205         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2206         instead of the summary one.
2207
2208 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2209
2210         * mml.el (mml-preview): Work properly when editing article.
2211
2212         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2213         gnus-have-read-active-file if it's already been in.
2214
2215 2010-10-22  Tom Tromey  <tromey@redhat.com>
2216
2217         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2218         gnus-group-completing-read.
2219
2220 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * message.el (message-mode-map): Don't bind M-; to comment region, to
2223         allow the global comment-dwim to work.
2224
2225 2010-10-21  Julien Danjou  <julien@danjou.info>
2226
2227         * message.el (message-setup-1): Allow message-default-headers to be a
2228         function.
2229
2230 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * shr.el (shr-tag-table): Simplify.
2233
2234 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2237         to avoid trying to snarf invalid stuff.
2238
2239         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2240
2241         * gnus.el (gnus-message-archive-group): Quote value.
2242         (gnus-message-archive-group): Mark as changed.
2243
2244         * shr.el (shr-add-font): Don't put the font properties on the newline
2245         or the indentation.
2246
2247         * message.el (message-fix-before-sending): Change options when sending
2248         non-printable characters.
2249
2250         * gnus.el (gnus-message-archive-method): Change the default to
2251         monthly outgoing groups.
2252
2253         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2254         that have gotten new numbers.
2255
2256         * nnimap.el (nnimap-request-replace-article): New function.
2257
2258 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2261         (nnrss-request-article): Don't use special html washing code.
2262
2263 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * shr.el (shr-tag-table): Remove useless nconc.
2266
2267 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * gnus-art.el (article-wash-html): Simplify and remove the charset
2270         stuff.  Use the normal html rendering code instead of the special html
2271         washing code.
2272
2273         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2274         `gnus-w3m' symbols.
2275         (mm-text-html-washer-alist): Remove.
2276
2277         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2278         (mm-inline-media-tests): Remove use.
2279         (mm-text-html-renderer): Change default to the `shr' symbol.
2280
2281         * mm-view.el (mm-inline-text-html): Remove use.
2282
2283         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2284         `gnus-blocked-images' to be a function.
2285         (gnus-article-wash-function): Remove.
2286
2287 2010-10-20  Julien Danjou  <julien@danjou.info>
2288
2289         * spam.el (spam-list-of-processors): Mark as obsolete.
2290
2291         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2292         (nnimap-insert-partial-structure): Fix boundary detection.
2293
2294 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2295
2296         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2297         run file-truename on remote files.  This can be expensive and even
2298         prevent one from editing drafts if some unrelated buffer has a stale
2299         connection.
2300
2301 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2304         kinsoku-eol regardless of shr-kinsoku-shorten.
2305         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2306         (shr-tag-table): Support caption, thead, and tfoot.
2307
2308 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2311         lines.
2312         (shr-save-contents): New command and keystroke.
2313
2314         * nndoc.el (nndoc-type-alist): Add git support.
2315         (nndoc-git-type-p): New function.
2316         (nndoc-transform-git-article): Ditto.
2317         (nndoc-transform-git-headers): Ditto.
2318         (nndoc-transform-git-headers): Generate Subject headers.
2319
2320         * shr.el (shr-parse-style): New function.
2321         (shr-tag-span): Ditto.
2322
2323         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2324         to `G G' to avoid collisions.
2325
2326 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * shr.el: Load kinsoku if necessary.
2329         (shr-kinsoku-shorten): New internal variable.
2330         (shr-find-fill-point): Make kinsoku shorten text line if
2331         shr-kinsoku-shorten is bound to non-nil.
2332         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2333         shr-indentation too when testing if table is wider than frame width.
2334         (shr-insert-table): Use `string-width' instead of `length' to measure
2335         text width.
2336         (shr-insert-table-ruler): Make sure indentation is done at bol.
2337
2338 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2339
2340         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2341         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2342         undecoded network data.
2343
2344 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2347         name in the mode line spec so that the mode line menu works
2348         (bug #2431).
2349
2350         * message.el (message-get-reply-headers): If we're fed `to-address',
2351         then always use that.
2352
2353         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2354         aren't so wide as to need to switch off the edit menu.
2355
2356         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2357         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2358
2359         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2360         `M-g'.
2361         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2362         the permanent marks.
2363
2364 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2365
2366         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2367         Splitting according to references/in-reply-to obeys the ignore-groups
2368         variable, while splitting by sender and subject do not.
2369
2370 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2371
2372         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2373         alist, so that we can look for non-Unicode chars.
2374         (article-translate-strings): Allow both character and string maps.
2375
2376 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * shr.el (shr-insert): Don't insert space behind a wide character
2379         categorized as kinsoku-bol, or between characters both categorized as
2380         nospace.
2381
2382 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2383
2384         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2385         headers to gnus-newsgroup-headers.
2386
2387 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * shr.el (shr-tag-img): Don't align images -- since we're not
2390         rescaling, this often leads to ugly displays.
2391
2392 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2393
2394         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2395         duplicates.
2396
2397 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2398
2399         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2400         call.
2401
2402 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403
2404         * gnus.el: Autoload gnus-html-show-images.
2405
2406         * nnimap.el: Use nnheader-message throughout.
2407
2408         * shr.el (shr-tag-img): Ignore images with no data.
2409
2410 2010-10-15  Julien Danjou  <julien@danjou.info>
2411
2412         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2413         a possibility to disable format=flow encoding when using hard newlines.
2414
2415 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * shr.el (shr-insert): Remove space inserted before or after a
2418         breakable character or at the beginning or the end of a line.
2419         (shr-find-fill-point): Do kinsoku; find the second best point or give
2420         it up if there's no breakable point.
2421
2422 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * nnimap.el (nnimap-open-connection): Message when opening connection
2425         for debugging purposes.
2426
2427         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2428         on every setup buffer call to allow this to change from article to
2429         article.
2430
2431         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2432         buffers where we have a wide table.
2433
2434 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2435
2436         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2437         uses *-request-thread.
2438
2439 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2442         incantation, which is no longer valid.
2443
2444 2010-10-14  Julien Danjou  <julien@danjou.info>
2445
2446         * shr.el: Fix defcustom type (char -> character).
2447
2448 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2451         programs.
2452
2453 2010-10-14  Julien Danjou  <julien@danjou.info>
2454
2455         * shr.el (shr-tag-a): Use url-link as widget type.
2456
2457         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2458         `gnus-group-get-icon'.
2459
2460 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2463         This should make server editing work better.
2464
2465         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2466
2467         * tls.el (tls-program): Remove spurious %s from openssl.
2468
2469         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2470         (nnimap-parse-flags): Fix regexp.
2471
2472         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2473         probably work for CJVK text, too.
2474
2475         * nnimap.el (nnimap-extend-tls-programs): Remove.
2476         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2477
2478         * tls.el (tls-starttls-switches): Remove starttls hack.
2479         (open-tls-stream): Ditto.
2480         (tls-find-starttls-argument): Ditto.
2481
2482 2010-10-13  Julien Danjou  <julien@danjou.info>
2483
2484         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2485         responses.
2486
2487 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2490
2491         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2492         anything in Emacs.
2493
2494         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2495
2496 2010-10-13  Julien Danjou  <julien@danjou.info>
2497
2498         * shr.el (shr-width): Make shr-width a defcustom with default to
2499         fill-column.
2500         (shr-tag-img): Use shr-width rather than fill-column.
2501
2502 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * dgnushack.el (byte-optimize-apply)
2505         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2506
2507         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2508         position when (X-)Faces exist.
2509         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2510         avatars when called interactively.
2511
2512 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2515         gnus-article-x-face-too-ugly is bound.
2516
2517 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2520
2521         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2522         mailbox that doesn't exist.
2523
2524 2010-10-12  Julien Danjou  <julien@danjou.info>
2525
2526         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2527         (shr-get-image-data): Encode URL properly when fetching from cache.
2528         (shr-tag-img): Use aligned-to spaces to align correctly images.
2529
2530         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2531         before inserting the Gravatar.
2532
2533         * shr.el (shr-tag-img): Add align attribute support for <img>.
2534
2535 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-gravatar.el (gnus-art): Require.
2538
2539         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2540         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2541         Remove long obsoleted functions.
2542
2543 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2546
2547         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2548
2549         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2550         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2551         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2552         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2553         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2554         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2555         * sieve-manage.el, smime.el, spam.el:
2556         Fix comment for declare-function.
2557
2558 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * nnimap.el (nnimap-request-rename-group): Select group read-only
2561         before renaming it.
2562
2563         * shr.el (shr-insert): Fix up the white space only regexp.
2564
2565         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2566         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2567
2568         * shr.el (shr-current-column): New function.
2569         (shr-find-fill-point): New function.
2570
2571 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2572
2573         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2574         numbers.
2575
2576 2010-10-11  Julien Danjou  <julien@danjou.info>
2577
2578         * shr.el (shr-hr-line): Add.
2579         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2580         display hr lines.
2581         (shr-max-columns): Do not change state to nil if we just inserting
2582         spaces.
2583
2584 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2587         select the last group.
2588
2589 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2590
2591         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2592
2593 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2594
2595         * dig.el (dig-mode-map): Declare and define in one step.
2596
2597 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2600         for Gnus.
2601         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2602         (nnimap-update-qresync-info): Mark \Seen articles as read.
2603
2604         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2605         non-variable, too.
2606
2607         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2608         available.
2609         (nnimap-update-info): Rely more on the current active than the param
2610         active to avoid marking articles as read too much.
2611
2612         * auth-source.el (auth-source-create): Use (user-login-name) for the
2613         user name default.
2614
2615         * nnimap.el (nnimap-update-info): If the server doesn't return any
2616         useful info, just use the previous info.
2617         (nnimap-update-info): Prefer old info over start-article.
2618         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2619
2620 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2621
2622         * nnir.el (autoload): Clean up autoloads.
2623         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2624         Use key rather than value.
2625         (nnir-imap-search-other): New variable.
2626         (nnir-read-parm): Use it.
2627         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2628         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2629
2630 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2631
2632         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2633         the process, too.
2634
2635 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * spam.el (gnus-summary-mode-map): Bind to "$".
2638         Suggested by Russ Allbery.
2639
2640         * shr.el: Rework the way things are indented by <li> slightly.
2641
2642         * gnus.el (gnus-group-set-parameter): Fix typo.
2643
2644         * nnimap.el: Start implementing QRESYNC support.
2645
2646 2010-10-09  Julien Danjou  <julien@danjou.info>
2647
2648         * nnir.el (nnir-engines): Fix too many arguments.
2649
2650 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2653         group is the "last", so that the backends like nnfolder actually save
2654         their folders.
2655
2656         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2657         try to use that for the tls stream.
2658         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2659         UIDVALIDITY and find out which groups are read-only and not.
2660         (nnimap-get-flags): Use the same marks parsing code as the rest of
2661         nnimap.
2662
2663 2010-10-09  Julien Danjou  <julien@danjou.info>
2664
2665         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2666
2667         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2668         retrieving gravatars.
2669
2670         * shr.el (shr-table-corner): Add.
2671         (shr-table-line): Add.
2672         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2673
2674 2010-10-08  Julien Danjou  <julien@danjou.info>
2675
2676         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2677
2678 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2681
2682         * gnus-sum.el (gnus-mark-article-as-unread)
2683         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2684         (gnus-summary-set-bookmark): Use it.
2685
2686         * gnus-msg.el (gnus-setup-message): Use it.
2687
2688         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2689
2690         * gnus.el (gnus-group-remove-parameter): Use it.
2691
2692         * gnus-group.el (gnus-group-make-web-group): Use it.
2693
2694         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2695
2696         * nnregistry.el: Update docs to mention manual.
2697
2698         * gnus-registry.el: Update docs to mention nnregistry.el.
2699         (gnus-registry-initialize): Don't install nnregistry refer method
2700         automatically.
2701         (gnus-registry-install-nnregistry): Remove it.
2702
2703 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * shr.el (shr-insert): Don't insert double spaces.
2706
2707 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * gnus-gravatar.el (gnus-treat-from-gravatar)
2710         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2711         called interactively.
2712
2713         * gnus-art.el (gnus-mime-view-part-externally)
2714         (gnus-mime-view-part-internally): Make predicate function passed to
2715         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2716         of a mime type.
2717
2718         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2719
2720 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * shr.el (require): Require cl when compiling.
2723         (shr-tag-hr): New function.
2724
2725         * nnimap.el (nnimap-update-info): Remove double setting of high.
2726         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2727         This makes nnimap work properly on Courier again.
2728
2729         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2730         the variable for backwards compatability.
2731
2732         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2733         the file name before using to avoid setting mm-default-directory to
2734         nil.
2735
2736         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2737         bidning gnus-agent variables.
2738
2739         * shr.el (shr-render-td): Use a cache for the table rendering function
2740         to avoid getting an exponential rendering behaviour in nested tables.
2741         (shr-insert): Rework the line-breaking algorithm.
2742         (shr-insert): Don't leave trailing spaces.
2743         (shr-insert-table): Also insert empty TDs.
2744         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2745
2746 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2747
2748         * gnus-sum.el (gnus-number): Rename from `number'.
2749         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2750         (gnus-summary-limit-children): Update uses correspondingly.
2751
2752 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2755         (gnus-gravatar-transform-address): Don't show avatars of people of
2756         which mail addresses match gnus-gravatar-too-ugly.
2757
2758 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * shr.el (shr-table-widths): Expand TD elements to fill available
2761         space.
2762
2763 2010-10-07  Julien Danjou  <julien@danjou.info>
2764
2765         * nnimap.el (nnimap-request-rename-group): Add this method.
2766
2767 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2768
2769         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2770         name from XEmacs' function-arglist.
2771
2772         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2773         gravatar under XEmacs.
2774
2775 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2776
2777         * auth-source.el: Update docs with TODO items.
2778
2779         * gnus-sync.el: Update docs to explain state and plans.
2780
2781         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2782         Hooks for mark updates.
2783         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2784
2785         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2786         hooks with arguments, which is needed for mark update hooks.
2787
2788 2010-10-06  Julien Danjou  <julien@danjou.info>
2789
2790         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2791         was matched.
2792
2793         * sieve-manage.el: Update example in `Commentary'.
2794
2795         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2796
2797         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2798         not 2000.
2799         (sieve-manage-authenticate): Re-add function.
2800
2801 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * shr.el (shr-insert): Get 'space transition right.
2804         (shr-render-td): Only delete space at the end of the TD.
2805
2806         * nnimap.el (nnimap-open-connection): Prepare to support
2807         open-gnutls-stream.
2808
2809         * shr.el: Rearrange function order to be more logical.
2810
2811 2010-10-06  Julien Danjou  <julien@danjou.info>
2812
2813         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2814         (nnrss-discover-feed): Remove 404 URL in docstring.
2815
2816         * nnir.el: Fix Swish-E URL.
2817         Fix Namazu URL.
2818
2819         * message.el (message-change-subject): Remove 404 URL in a comment.
2820
2821 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2824         called interactively.
2825
2826         * gnus-util.el (gnus-remove-if): Allow hash table.
2827         (gnus-remove-if-not): New function.
2828
2829         * gnus-art.el (gnus-mime-view-part-as-type)
2830         * gnus-score.el (gnus-summary-score-effect)
2831         * gnus-sum.el (gnus-read-move-group-name):
2832         Replace remove-if-not with gnus-remove-if-not.
2833
2834         * gnus-group.el (gnus-group-completing-read):
2835         Regard collection as a hash table if it is not a list.
2836
2837 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2840
2841         * shr.el: Document the table-rendering algorithm.
2842
2843 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2846         for Emacsen having no `libxml-parse-html-region' support.
2847
2848 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2851         invalid URLs.
2852
2853         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2854         line-broken.
2855         (shr-tag-img): Ignore image fetching errors.
2856         (shr-overlays-in-region): Compute overlay positions correctly.
2857
2858         * mm-decode.el (mm-shr): Require shr.
2859
2860         * gnus-art.el (gnus-blocked-images): Move variable here.
2861
2862         * shr.el (shr-insert-table): Bind free variable.
2863
2864         * mm-decode.el (mm-shr): Bind shr-content-function.
2865
2866         * shr.el (shr-content-function): New variable.
2867
2868         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2869         added for symmetry.
2870
2871         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2872
2873         * gnus-group.el (gnus-group-make-group): Doc fix.
2874
2875         * nnimap.el (nnimap-request-newgroups): Return success.
2876
2877         * shr.el (shr-find-elements): New function.
2878         (shr-tag-table): Put all the images after the table.
2879         (shr-tag-table): Really inhibit images inside the table.
2880         (shr-collect-overlays): Copy over overlays from the TD elements to the
2881         main document.
2882
2883         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2884         gnus-blocked-images.
2885
2886 2010-10-05  Julien Danjou  <julien@danjou.info>
2887
2888         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2889
2890         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2891         (gnus-html-maximum-image-size): Add this function.
2892         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2893
2894         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2895         server-value of the capability is nil.
2896
2897 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * shr.el (shr-tag-em): Add <EM> tag.
2900
2901 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2902
2903         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2904         customizable.
2905
2906         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2907         handing broken links to browse-url.
2908
2909 2010-10-05  Julien Danjou  <julien@danjou.info>
2910
2911         * gnus-util.el (gnus-emacs-completing-read)
2912         (gnus-iswitchb-completing-read): Use autoload rather than require.
2913
2914 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2917         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2918         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2919         iswitchb-temp-buflist for XEmacs.
2920
2921         * gnus-util.el (gnus-completing-read-function): Exclude
2922         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2923         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2924         XEmacs.
2925
2926         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2927         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2928
2929         * gnus-html.el: Don't require help-fns under XEmacs.
2930         (gnus-html-schedule-image-fetching): Work for XEmacs.
2931
2932         * mm-decode.el (mm-shr): Decode contents by charset.
2933
2934 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2937         unknown.
2938
2939         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2940         (shr-get-image-data): Ensure against the cache file missing.
2941
2942         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2943         for data.
2944
2945         * spam-report.el (spam-report-url-ping-plain): Don't query about
2946         killing the process.
2947
2948         * shr.el (shr-render-td): Protect against too-wide text.
2949
2950 2010-10-04  Julien Danjou  <julien@danjou.info>
2951
2952         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2953         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2954
2955         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2956         retrieved.
2957
2958 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * shr.el (browse-url): Require.
2961         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2962         lines.
2963         (shr-show-alt-text, shr-browse-image): New commands.
2964         (shr-browse-url, shr-copy-url): New commands.
2965
2966         * gnus-sum.el (gnus-widen-article-window): New variable.
2967         (gnus-summary-select-article-buffer): Use it.
2968
2969         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2970         without @ signs.
2971
2972 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2973
2974         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2975
2976 2010-10-04  Julien Danjou  <julien@danjou.info>
2977
2978         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2979         for XEmacs.
2980
2981 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2984
2985         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2986         (nnimap-close-server): Implement.
2987
2988         * dgnushack.el (iswitchb): Require to shut up the compiler.
2989
2990         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2991         (shr-insert): Tweak line breaking.
2992         (shr-insert): Handle <pre> better.
2993         (shr-tag-li): Get <li> indentation right.
2994         (shr-tag-li): Get <li> indentation even righter.
2995         (shr-tag-blockquote): Ensure paragraph start.
2996         (shr-make-table): Tweak table generation.
2997         (shr-make-table): Fix typo.
2998
2999         * shr.el: Implement table rendering.
3000
3001 2010-10-04  Julien Danjou  <julien@danjou.info>
3002
3003         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3004
3005 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * shr.el (shr-insert): Use string anchors instead of line anchors.
3008
3009 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * shr.el: Add headings.
3012         (shr-ensure-paragraph): Actually work.
3013         (shr-tag-li): Make <ul> prettier.
3014         (shr-insert): Get white space at the beginning/end of elements right.
3015         (shr-tag-p): Collapse subsequent <p>s.
3016         (shr-ensure-paragraph): Don't insert double line feeds after blank
3017         lines.
3018         (shr-insert): \t is also space.
3019         (shr-tag-s): Fix "s" tag name function.
3020         (shr-tag-s): Fix face prop name.
3021
3022 2010-10-03  Julien Danjou  <julien@danjou.info>
3023
3024         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3025
3026         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3027         gnus-window-inside-pixel-edges.
3028
3029         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3030         gnus-ems.
3031
3032         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3033
3034         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3035         function.
3036
3037         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3038         resize choice.
3039
3040 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3043         beginning of the buffer.
3044
3045         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3046         article buffer again.
3047
3048         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3049
3050         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3051         when it's at the start of the buffer.
3052
3053         * shr.el (shr-tag-blockquote): Convert name.
3054         (shr-rescale-image): Use the right image-size variant.
3055
3056         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3057         buffer isn't shown, then select the current article first instead of
3058         bugging out.
3059         (gnus-summary-select-article-buffer): Show both the article and summary
3060         buffers again.
3061
3062         * shr.el (shr-fontize-cont): Protect against regions with no text.
3063         Rename tag functions to shr-tag-* for enhanced security.
3064         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3065
3066 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3067
3068         * shr.el (shr-insert):
3069         * pop3.el (pop3-movemail):
3070         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3071         loaded.
3072
3073 2010-10-03  Glenn Morris  <rgm@gnu.org>
3074
3075         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3076
3077         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3078
3079         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3080
3081         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3082
3083         * gnus-util.el (gnus-make-local-hook): Simplify.
3084
3085 2010-10-02  Julien Danjou  <julien@danjou.info>
3086
3087         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3088         (gnus-ido-completing-read): New function.
3089         (gnus-emacs-completing-read): New function.
3090         (gnus-completing-read): Use gnus-completing-read-function.
3091         Add gnus-completing-read-function.
3092
3093 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094
3095         * shr.el (shr-insert-document): Autoload.
3096         (shr-img): Be silent.
3097         (shr-insert): Add a newline after every picture before text.
3098         (shr-add-font): Use overlays for combining faces.
3099         (shr-insert): Pass upwards the text start point.
3100
3101         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3102         possible.
3103         (mm-shr): New function.
3104
3105 2010-10-02  Julien Danjou  <julien@danjou.info>
3106
3107         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3108         should go backward.
3109
3110 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3111
3112         * shr.el (shr): Fix typo in provide call.
3113
3114 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * shr.el: New file.
3117
3118         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3119
3120         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3121         completing read.
3122
3123 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3126         we're being queried about.  Suggested by Dan Jacobson.
3127
3128         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3129         Suggested by Jason Eisner.
3130
3131         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3132         table, too.  Suggested by Stefan Wiens.
3133         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3134         the table unnecessary.  Suggested by Stefan Wiens.
3135
3136         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3137         longer needed, and probably doesn't work either, as pointed out by
3138         Stefan Wiens.
3139         (gnus-summary-exit): Remove call to the clearing function.
3140         (gnus-summary-exit-no-update): Ditto.
3141
3142         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3143         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3144         Reported by Stefan Monnier.
3145         (gnus-summary-save-in-rmail): Ditto.
3146
3147         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3148         article buffer, instead of both the article buffer and the summary
3149         buffer.  Sort of suggested by Dan Jacobson.
3150
3151         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3152
3153         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3154         Suggested by Dan Jacobson.
3155
3156         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3157         documentation clearer.
3158
3159         * message.el (message-shorten-references): Comment on the number "21".
3160         Suggested by Stefan Monnier.
3161
3162         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3163         Suggested by Dan Jacobson.
3164
3165         * gnus.el (gnus-large-newsgroup):
3166         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3167
3168         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3169         externalize attachments.  Bug reported by Steve Wen.
3170
3171         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3172         really message anything to the user.
3173
3174         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3175         directly.
3176
3177         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3178         messages in empty groups.
3179
3180 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3181
3182         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3183         non-UIDNEXT group.
3184
3185 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3188         not the value from the collection.
3189
3190         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3191         values.  This sometimes happens on some groups that have no info.
3192         (nnimap-request-newgroups): New function.
3193
3194 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3197         check into `gnus-registry-initialize'.
3198         (gnus-registry-initialize): Ditto.
3199         Fix and extend header docs.
3200
3201 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3204         regexp backtrace overflows.
3205
3206         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3207         for starttls that tls.el implements; i.e. openssl.
3208
3209         * tls.el (tls-starttls-switches): Give up on using starttls with
3210         gnutls-cli.
3211         (tls-program): Add --insecure to be consistent with the defaults from
3212         openssl s_client.  Now all three commands are insecure.
3213
3214 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * lpath.el: Bind completion-styles-alist for XEmacs.
3217
3218         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3219         (gravatar-create-image): New function that's an alias to
3220         gnus-xmas-create-image, gnus-create-image, or create-image.
3221         (gravatar-data->image): Use it.
3222
3223 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3224
3225         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3226         install the nnregistry refer method.
3227         (gnus-registry-install-hooks): Use it.
3228         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3229         unfollowed groups.
3230
3231 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3232
3233         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3234         expanding threads.
3235
3236 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3237
3238         * nnir.el: Use the server names without suffixes (bug #7009).
3239
3240         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3241         unencrypted to STARTTLS, if possible.
3242
3243 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3244
3245         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3246         headers before superseding.
3247
3248 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * nnrss.el (nnrss-use-local): Add documentation.
3251
3252         * nnimap.el (nnimap-extend-tls-programs): New function.
3253         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3254         (nnimap-wait-for-connection): Accept the greeting from the stupid
3255         output from openssl s_client -starttls, too.
3256
3257         * tls.el (tls-starttls-switches): New variable.
3258         (tls-find-starttls-argument): Use it.
3259         (open-tls-stream): Ditto.
3260
3261         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3262         (netrc-machine): Ditto.
3263
3264         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3265         article number.
3266         (nnimap-split-fancy): New variable.
3267         (nnimap-split-incoming-mail): Use it.
3268
3269         * nntp.el (nntp-server-list-active-group): Document.
3270
3271         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3272         SELECT to get the message-id.
3273
3274         * mail-source.el (mail-sources): Remove webmail support.
3275         (defvar): Ditto.
3276         (mail-source-fetcher-alist): Ditto.
3277         (mail-source-fetch-webmail): Remove.
3278
3279         * webmail.el: Remove -- doesn't seem relevant any more.
3280
3281         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3282
3283         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3284         the \r.
3285
3286 2010-09-30  Julien Danjou  <julien@danjou.info>
3287
3288         * gnus-agent.el (gnus-agent-add-group): Fix call to
3289         gnus-completing-read.
3290
3291 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * nndoc.el (nndoc-retrieve-groups): New function.
3294
3295         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3296         `default', use nnmail-split-methods.
3297         (nnimap-request-article): Downcase the NILs so that they are nil.
3298
3299         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3300         symbol.
3301
3302         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3303         code, since if the user has requested network, that's what they ought
3304         to get.
3305         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3306         (nnimap-split-rule): Mark as obsolete.
3307
3308         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3309         New variable.
3310
3311         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3312         correct slot, too.
3313
3314 2010-09-29  Julien Danjou  <julien@danjou.info>
3315
3316         * gnus.el (gnus-local-domain): Declare variable obsolete.
3317
3318         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3319         Fix history computing.
3320         (gnus-ido-completing-read): Require ido.
3321
3322 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3325         build Gnus.
3326
3327         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3328         when interpreting the structures.
3329         (nnimap-request-accept-article): Add \r\n to the lines to make this
3330         work with Cyrus.
3331
3332         * nndraft.el (nndraft-request-expire-articles): Use the group name
3333         instead if "nndraft".  Fix found by Nils Ackermann.
3334
3335 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3336
3337         * nnregistry.el: Add.
3338
3339 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3340
3341         * nnmail.el (group, group-art-list, group-art):
3342         Remove unneeded directives.
3343
3344 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3347         (mm-mime-charset)
3348         * rfc2047.el (rfc2047-syntax-table)
3349         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3350
3351         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3352         rather than `insert-file-contents' and `eval-region'.
3353
3354         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3355         construction.
3356
3357         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3358
3359         * time-date.el: No need to require cl for Emacs 21.
3360
3361 2010-09-29  Julien Danjou  <julien@danjou.info>
3362
3363         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3364         replacement of `gnus-gravatar-relief' to mimic
3365         `gnus-faces-properties-alist'.
3366         Add :version property.
3367
3368 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * mail-source.el (mail-source-report-new-mail)
3371         * message.el (message-default-mail-headers)
3372         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3373
3374         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3375
3376 2010-09-28  Julien Danjou  <julien@danjou.info>
3377
3378         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3379         mail-address contains the same string as real-name.
3380
3381         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3382         non-blank in header, otherwise it'll get stripped.
3383
3384         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3385         real-name, and then for mail address rather than doing : or , search.
3386
3387 2010-09-27  Julien Danjou  <julien@danjou.info>
3388
3389         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3390         right completing-read function.
3391         (gnus-use-ido): New variable
3392         (gnus-completing-read-with-default): Remove.
3393         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3394         (gnus-agent-add-group):
3395         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3396         * mm-view.el (mm-view-pkcs7-decrypt):
3397         * mm-util.el (mm-codepage-setup):
3398         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3399         * mml-smime.el (mml-smime-openssl-sign-query):
3400         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3401         (mml-insert-multipart):
3402         * gnus-msg.el (gnus-summary-yank-message):
3403         * gnus-int.el (gnus-start-news-server):
3404         * mm-decode.el (mm-interactively-view-part):
3405         * gnus-dired.el (gnus-dired-attach):
3406         * gnus.el (gnus-read-method):
3407         * gnus-bookmark.el (gnus-bookmark-jump):
3408         * gnus-art.el (gnus-mime-view-part-as-type)
3409         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3410         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3411         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3412         * nnmairix.el (nnmairix-create-server-and-default-group)
3413         (nnmairix-update-groups, nnmairix-get-server)
3414         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3415         (nnmairix-get-group-from-file-path):
3416         * nnrss.el (nnrss-find-rss-via-syndic8):
3417         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3418         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3419         (gnus-group-browse-foreign-server):
3420         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3421         (gnus-summary-execute-command, gnus-summary-respool-article)
3422         (gnus-read-move-group-name):
3423         * gnus-score.el (gnus-summary-increase-score)
3424         (gnus-summary-score-effect):
3425         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3426
3427 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3430         x-focus-frame.
3431
3432         * nnimap.el (auth-source-forget-user-or-password)
3433         (auth-source-user-or-password): Autoload.
3434
3435         * message.el (message-from-style, message-interactive)
3436         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3437         (message-yank-prefix, message-indentation-spaces, message-signature)
3438         (message-signature-file): Add comment.
3439
3440 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3443         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3444         new articles.
3445
3446         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3447         parts.
3448         (nnimap-request-article): Work with the t setting, too.
3449
3450         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3451         that you don't get flashes of other buffers.
3452         (gnus-summary-show-complete-article): Intern before setting.
3453
3454 2010-09-27  David Engster  <dengste@eml.cc>
3455
3456         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3457         well as HEADERS.
3458         (nnmairix-retrieve-headers): Provide new argument for the above.
3459
3460 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * gnus-sum.el (gnus-summary-move-article): Don't alter
3463         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3464         group.
3465
3466         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3467
3468         * message.el (message-cite-prefix-regexp): Revert my last edit.
3469
3470         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3471         variable instead of the Gnus variable.
3472
3473         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3474
3475         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3476
3477         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3478         since some servers don't like it.
3479         (nnimap-open-connection): Forget credentials if the server says the
3480         password was wrong.
3481         (nnimap-parse-line): Protect against invalid data.
3482
3483         * gnus-sum.el (gnus-summary-move-article): Add comment.
3484         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3485         nothing alters it while scanning for new messages.
3486
3487         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3488         which may or may not help.
3489         (nnimap-open-connection): If we're doing a stream connection, and then
3490         discover we're on a STARTTLS-capable server, then open a STARTTLS
3491         connection instead.
3492
3493 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * nnimap.el (utf7): Require.
3496
3497         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3498         prefix.
3499
3500 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3501
3502         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3503
3504 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * nnimap.el (nnimap-request-accept-article): Message the error on
3507         error.
3508
3509 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3512
3513 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * nndoc.el (nndoc-request-list): Return success always.
3516
3517         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3518         `fetch-old' -- we only want to fetch the articles we've requested.
3519         The rest are in the agent, probably.
3520         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3521         disappeared server" to something low.  It's not important.
3522
3523         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3524         arrived before the FETCH data.
3525
3526         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3527         target here, because we don't know the Gnus name of the group.
3528
3529         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3530         for the correct group.
3531
3532         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3533
3534         * gnus.el (gnus): Give a final warning after startup.
3535
3536         * gnus-util.el (gnus-action-message-log): New variable.
3537         (gnus-message): Use it.
3538         (gnus-final-warning): New function.
3539
3540         * nnimap.el (nnimap-open-connection): Record the greeting.
3541         (nnimap): Add greeting.
3542
3543 2010-09-26  Julien Danjou  <julien@danjou.info>
3544
3545         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3546         arguments.
3547         (gnus-html-wash-images): Fix spec computing to include start/end.
3548
3549         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3550
3551 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3554         deletion.
3555         (nnimap-retrieve-headers): Don't select the group, because that's
3556         already done by nnimap-possibly-change-group.
3557
3558         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3559         (gnus-picon-transform-address): Use it.
3560
3561         * mail-source.el (mail-source-value): Revert previous patch.
3562
3563         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3564         on failure.
3565         (nnimap-open-connection): Look up both virtual and physical server name
3566         credentials.
3567
3568         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3569
3570 2009-02-07  Dave Love  <fx@gnu.org>
3571
3572         * tls.el (open-tls-stream): Don't query killing process.
3573
3574 2009-02-08  Dave Love  <fx@gnu.org>
3575
3576         * gnus-win.el (gnus-window-to-buffer-helper)
3577         (gnus-all-windows-visible-p): Function needn't be a symbol.
3578
3579         * mail-source.el (mail-source-value): Function needn't be a symbol.
3580
3581 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582
3583         * message.el (message-cite-prefix-regexp): Remove } from the cite
3584         prefix.
3585
3586         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3587         highlight again, so that the highlight is correct.
3588
3589         * gnus-picon.el (gnus-picon): Remove again.
3590         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3591
3592         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3593         doing the header highlightling, so that the background colour of the
3594         picon is correct.
3595
3596         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3597         (gnus-picon): Ditto.
3598         (gnus-picon): Reinstate.  The background colour for picons is white.
3599         (gnus-picon-insert-glyph): Make the background white.
3600
3601         * nnml.el (nnml-open-nov): Don't return dead buffers.
3602
3603         * auth-source.el (auth-source-create): Query the user for whether to
3604         store the credentials.
3605
3606         * netrc.el (netrc-store-data): New function.
3607
3608         * auth-source.el (auth-source-user-or-password): Use the existing auth
3609         sources, if any, for creation.
3610
3611         * gnus.el (gnus-group-fast-parameter): Return the last matching
3612         parameter instead of the first matching parameter.
3613
3614 2010-09-26  Julien Danjou  <julien@danjou.info>
3615
3616         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3617
3618 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * mml2015.el (mml2015-use): Remove gpg support.
3621
3622         * mml1991.el (mml1991-function-alist): Remove gpg function.
3623         (mml1991-gpg-sign): Remove.
3624
3625 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3626
3627         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3628         (gnus-browse-unsubscribe-current-group): Document it.
3629         (gnus-browse-unsubscribe-group): Use it.
3630
3631 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3634         address to the To list for easier response.
3635
3636         * gnus.el (gnus-play-startup-jingle): Remove.
3637         (gnus-splash): Don't play jingle.
3638         (gnus): Silence gnus-load message.
3639
3640         * gnus-art.el (gnus-treat-play-sounds): Remove.
3641
3642         * gnus.el (gnus-play-jingle): Remove audio support.
3643
3644         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3645
3646         * earcon.el: Remove -- no users.
3647
3648         * gnus-audio.el: Remove -- no users of this package.
3649
3650         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3651
3652         * gnus-start.el (gnus-setup-news): Remove nocem support.
3653
3654         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3655
3656         * gnus.el (gnus-use-nocem): Remove.
3657
3658         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3659         Remove.
3660
3661         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3662         uses NoCeM any more.
3663
3664         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3665         (gnus-button-ctan-handler): Ditto.
3666         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3667         (gnus-button-ctan-directory-regexp): Ditto.
3668         (gnus-button-handle-ctan): Ditto.
3669         (gnus-button-tex-level): Ditto.
3670         (gnus-button-alist): Remove CTAN stuff.
3671
3672 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3675         nnimap-streaming test.
3676
3677         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3678         servers twice.
3679
3680         * nnimap.el (nnimap-open-connection): Add more error reporting when
3681         nnimap fails early.
3682
3683         * nnheader.el (nnheader-get-report-string): New function.
3684         (nnheader-get-report): Use it.
3685
3686         * gnus-int.el (gnus-check-server): Say what the error was when opening
3687         failed.
3688
3689         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3690         using streaming.
3691
3692 2010-09-25  Julien Danjou  <julien@danjou.info>
3693
3694         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3695         gnus-window-inside-pixel-edges.
3696
3697 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3700
3701         * mm-decode.el (mm-save-part): Allow saving to other directories the
3702         normal Emacs way.
3703
3704         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3705         Suggested by Jay Berkenbilt.
3706
3707         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3708         there isn't a single byte.
3709
3710         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3711         just do it.  It doesn't really seem to matter what the user responds
3712         here, I think, so it's just a confusing question.
3713
3714         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3715         non-streaming case.
3716
3717         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3718         (gnus-article-encrypt-body): Use it.
3719
3720         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3721         keystroke.
3722
3723         * nnimap.el (nnimap-find-wanted-parts-1):
3724         Use gnus-fetch-partial-articles.
3725
3726         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3727
3728         * nnimap.el (nnimap-insert-partial-structure): New function.
3729         (nnimap-get-partial-article): New function.
3730         (nnimap-request-article): Use it.
3731         (nnimap-wait-for-response): Return whether the wait was successful.
3732         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3733         retrieval wasn't successful.
3734         (nnimap-retrieve-group-data-early): Allow throttling servers.
3735         (nnimap-streaming): New variable.
3736         (nnimap-fetch-partial-articles): Remove.
3737
3738         * mm-decode.el (mm-with-part): Protect against killed buffers.
3739
3740         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3741         for prettier summary display.
3742
3743 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3744
3745         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3746
3747 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3748
3749         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3750         apparently third-party libraries depend on it.
3751
3752         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3753         before starting negotiation.
3754
3755         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3756         privacy reasons.
3757         (gnus-treat-mail-gravatar): Ditto.
3758
3759         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3760         buffer when inserting images.  Inserting text into the headers, for
3761         instance, can make them invalid.
3762
3763 2010-09-25  Julien Danjou  <julien@danjou.info>
3764
3765         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3766         variables.
3767
3768         * nnheader.el: Remove useless variables news-reply-yank-from and
3769         news-reply-yank-message-id.
3770
3771         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3772         variables.
3773
3774         * mml1991.el: Remove useless mml1991-verbose.
3775
3776         * gnus.el: Remove useless variable gnus-use-generic-from.
3777         Remove obsolete variable gnus-topic-indentation.
3778
3779         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3780
3781         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3782
3783         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3784
3785         * gnus-group.el: Remove useless gnus-group-icon-cache.
3786         Remove useless gnus-ephemeral-group-server.
3787
3788         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3789
3790         * mml2015.el: Remove useless mml2015-verbose.
3791
3792         * mml-smime.el: Remove useless mml-smime-verbose.
3793
3794         * gnus.el: Remove useless gnus-local-domain.
3795
3796         * gnus-gravatar.el (gnus-gravatar-transform-address):
3797         Use gnus-gravatar-size.
3798
3799         * gnus-art.el: Remove useless gnus-treat-translate.
3800
3801 2010-09-24  Julien Danjou  <julien@danjou.info>
3802
3803         * gnus-sum.el: Add support for Gravatars.
3804
3805         * gnus-art.el: Add support for Gravatars.
3806
3807         * gnus-gravatar.el: Add this file.
3808
3809         * gravatar.el: Add this file.
3810
3811 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3814
3815         * gnus-group.el (gnus-group-fetch-faq): Remove.
3816
3817         * gnus.el (gnus-group-faq-directory): Remove.
3818
3819         * gnus-group.el (gnus-group-fetch-charter): Remove.
3820
3821         * gnus.el (gnus-group-charter-alist): Remove.
3822
3823         * gnus-group.el (gnus-group-archive-directory): Remove.
3824         (gnus-group-recent-archive-directory): Ditto.
3825         (gnus-group-make-archive-group): Remove.
3826
3827         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3828
3829         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3830         use the same article number for all the cached articles.
3831
3832         * nnimap.el (nnimap-command): Register the last command time so
3833         that we can use it for idling NOOPs.
3834         (nnimap-open-connection): Start the keeplive timer.
3835         (nnimap-make-process-buffer): Store all the process buffers.
3836         (nnimap-keepalive): New function.
3837
3838         * starttls.el (starttls-open-stream): Add autoload cookie.
3839
3840 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3841
3842         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3843         handling.
3844
3845 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3846
3847         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3848         its data structures.
3849
3850         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3851         instead of the cl.el copy-list.
3852         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3853         equalp.
3854
3855 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3858         and tool-bar-local-item-from-menu.
3859
3860         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3861         mode-line-highlight face for Emacs.
3862
3863         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3864         loading gnus-sum.elc; fix comment for canlock-verify.
3865         (gnus-article-jump-to-part): Use read-number.
3866         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3867         Remove Emacs pre-21 compatible code for help-echo.
3868         (gnus-article-next-page-1): No need to adjust the number of lines.
3869         (gnus-article-describe-bindings): Always use help-buffer.
3870
3871         * gnus-audio.el (gnus-audio-inline-sound)
3872         * gnus-cus.el (gnus-custom-mode)
3873         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3874
3875         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3876
3877         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3878         compatible code.
3879
3880 2010-09-24  Glenn Morris  <rgm@gnu.org>
3881
3882         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3883         visiting the fcc file in rmail-mode.
3884
3885         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3886
3887 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * nnir.el: Silence the byte compiler.
3890
3891         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3892         alias to browse-url-url-encode-chars if any.
3893         (gnus-html-encode-url): Use it.
3894
3895 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * gnus-start.el (gnus-use-backend-marks): New variable.
3898         (gnus-get-unread-articles-in-group): Use it.
3899
3900         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3901         makeover.
3902
3903 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3904
3905         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3906
3907 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3910         Remove.
3911         (gnus-setup-news-hook):
3912         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3913
3914         * gnus-int.el (gnus-request-update-info): Protect against backends not
3915         having the function.
3916
3917         * nnimap.el (nnimap-stream): Mention starttls.
3918         (nnimap-open-connection): Add starttls support.
3919
3920 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3921
3922         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3923
3924 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3927         BODYSTRUCTUREs.
3928         (nnimap-transform-headers): Unfold quoted {42} headers.
3929
3930         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3931         the info.
3932         (gnus-get-unread-articles): Only call updatep on backends that support
3933         it.
3934
3935         * nnweb.el (nnweb-request-update-info): NOOP.
3936
3937         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3938
3939         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3940         since it only deals with marks.
3941
3942         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3943         gnus-request-marks, and make a new gnus-request-update-info.
3944
3945         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3946         the active instead of the high number, which is usually too low.
3947
3948 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3949
3950         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3951         * encrypt.el: Remove.
3952
3953 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3956         server in symbolic form.
3957
3958         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3959
3960 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3963         (nnimap-update-info): Fix up code slightly.
3964
3965         * gnus-int.el (gnus-open-server): Add tracing for performance
3966         debugging.
3967
3968         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3969         (gnus-group-insert-group-line): Pass the real group name so that it
3970         gets the right data.
3971
3972         * gnus-start.el (gnus-get-unread-articles): Don't have
3973         `gnus-get-unread-articles-in-group' update info, since that can be
3974         really slow and doesn't seem to be needed?
3975
3976 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3977
3978         * time-date.el (date-to-time): Try using parse-time-string first before
3979         using the slower timezone-make-date-arpa-standard.
3980
3981 2010-09-22  Julien Danjou  <julien@danjou.info>
3982
3983         * gnus-group.el (gnus-group-insert-group-line):
3984         Call gnus-group-highlight-line.
3985         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3986         default hook list.
3987         (gnus-group-update-eval-form): Add new function.
3988         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3989         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3990
3991 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3992
3993         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3994         immediate, then expire all articles.
3995         (nnimap-update-info): Fix off-by-one errors.
3996         (nnimap-flags-to-marks): Would return no marks lists for group with no
3997         flags.  Instead return the other data.
3998
3999 2010-09-22  Julien Danjou  <julien@danjou.info>
4000
4001         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4002         Only return an icon.
4003         (gnus-group-insert-group-line): Compute icon to return.
4004
4005         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4006         (gnus-html-image-fetched): Only cache if
4007         gnus-html-image-automatic-caching is set.
4008         (gnus-html-image-fetched): Check for errors.
4009
4010 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4013         once per method on `g'.  This ensures that backends like nnfolder don't
4014         open all their folders.
4015
4016         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4017         (nnimap-request-list): Nix out group in the correct buffer.
4018         (nnimap-parse-flags): Implement by using `read' instead of
4019         hand-parsing.
4020         (nnimap-flags-to-marks): Pass on permanent-flags.
4021         (nnimap-make-process-buffer): Record the server name.
4022         (nnimap-parse-flags): Fix typo.
4023         (nnimap-request-scan): Run split on the server in general, not just a
4024         single group.
4025
4026         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4027         parameter, and propagate this downwards.
4028
4029         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4030         since EXAMINE changes it on the server.
4031
4032         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4033         this command might take a while.
4034
4035 2010-09-22  Julien Danjou  <julien@danjou.info>
4036
4037         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4038         harmful if you have 2 images side-by-side, they can't be properly
4039         update on text deletion.  Using text-property is safer here.
4040         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4041         data.
4042
4043 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4044
4045         * nnimap.el (nnimap-expunge-inbox): Remove.
4046         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4047         (nnimap-expunge): Flip default to t.
4048
4049         * gnus.el (gnus-method-to-server): Don't push things to the cache
4050         unless it's unique.
4051         (gnus-server-to-method): Ditto.
4052
4053 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4054
4055         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4056
4057 2010-09-22  Julien Danjou  <julien@danjou.info>
4058
4059         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4060         get the start of data.
4061         (gnus-html-encode-url): Add this function to encode special chars in
4062         URL.
4063         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4064         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4065
4066         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4067         default.
4068         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4069
4070         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4071         images alt-text.
4072         (gnus-html-put-image): Put alt-text as help-echo.
4073
4074 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4077         * mm-util.el (mm-decompress-buffer)
4078         * nnir.el (nnir-run-find-grep)
4079         * pop3.el (pop3-list): Use 3rd arg of split-string.
4080
4081         * time-date.el (format-seconds): Comment fix.
4082
4083         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4084         and byte-optimize-form-code-walker.
4085         (dgnushack-make-auto-load): Don't advise make-autoload.
4086
4087         * lpath.el: Remove Emacs 21 stuff.
4088
4089 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4092         outside the active range.  Suggested by Dan Christensen.
4093
4094         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4095         slightly later to avoid double-getting it.
4096
4097         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4098         previous patch.
4099
4100         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4101
4102 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4103
4104         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4105
4106 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-int.el (gnus-open-server): Give a better error message in the
4109         "go offline" case.
4110
4111         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4112         marks for nnimap, which is seldom the right thing to do.
4113
4114         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4115         (gnus-same-method-different-name): New function.
4116
4117         * nnimap.el (parse-time): Require.
4118
4119         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4120         method in the presence of many similar methods.
4121
4122         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4123
4124         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4125         nnml-inhibit-expiry.
4126
4127         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4128         find out whether methods are equal.
4129
4130         * nnimap.el (nnimap-find-expired-articles): New function.
4131         (nnimap-process-expiry-targets): New function.
4132         (nnimap-request-move-article): Request the article before looking at
4133         what the Message-ID is.  Fix found by Andrew Cohen.
4134         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4135
4136         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4137         for oldness in addition to being a predicate.
4138
4139         * nnimap.el (nnimap-request-group): When we have zero articles, return
4140         the right data to Gnus.
4141         (nnimap-request-expire-articles): Only delete articles immediately if
4142         the target is 'delete.
4143
4144         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4145         method, this would bug out.
4146
4147         * gnus-group.el (gnus-group-expunge-group): Rename from
4148         gnus-group-nnimap-expunge, and implemented as a normal interface
4149         function.
4150
4151         * gnus-int.el (gnus-request-expunge-group): New function.
4152
4153         * nnimap.el (nnimap-request-create-group): Implement.
4154         (nnimap-request-expunge-group): New function.
4155
4156 2010-09-21  Julien Danjou  <julien@danjou.info>
4157
4158         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4159         (gnus-html-cache-expired): Add new function.
4160         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4161         wethever we should display image for fetch it.
4162         Compute alt-text earlier to pass it to the fetching function too.
4163         (gnus-html-schedule-image-fetching): Change function argument to only
4164         get one image at a time, not a list.
4165         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4166         cache.
4167         (gnus-html-get-image-data): New function to retrieve image data from
4168         cache.
4169         (gnus-html-put-image): Change buffer argument to use image data rather
4170         than file, and place image above region rather than inserting a new
4171         one.  Do not take alt-text as argument, since it's useless now: we place
4172         the image above alt-text.
4173         (gnus-html-prune-cache): Remove.
4174         (gnus-html-show-images): Start to fetch image when we find one, do not
4175         push into a temporary list.
4176         (gnus-html-prefetch-images): Only fetch image if they have expired.
4177         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4178         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4179
4180 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4183
4184 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4187         spec inser "*" if the group isn't active instead of 0.
4188
4189         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4190         opening the server.
4191         (nnimap-request-delete-group): Implement group deletion.
4192         (nnimap-transform-headers): Return the size of the entire message in
4193         the Bytes header, not just the size of the first part.
4194         (nnimap-request-move-article): When moving an article from nnimap,
4195         request the article first so the accepting form has an article to
4196         accept.  Reported by Dan Christensen.
4197         (nnimap-command): Make sure that the error message doesn't error out.
4198
4199 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4200
4201         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4202         we haven't requested anything.
4203
4204 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4205
4206         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4207         "".  Fix found by Andrew Cohen.
4208
4209         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4210         instead of -encode-string.
4211
4212 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4215
4216         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4217         by mm-subst-char-in-string.
4218
4219 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220
4221         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4222         waiting for the connection string.
4223
4224         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4225         arriving.
4226
4227         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4228         bogus characters.  This allows selecting certain Gmail groups.
4229
4230         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4231         (nnimap-fetch-partial-articles): New variable.
4232         (nnimap-open-connection): When looking for credentials, also use the
4233         nnimap-server-port.
4234         (nnimap-request-article): Return the group/article number, so that Gnus
4235         `^' works as expected.
4236         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4237
4238         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4239         comments.
4240         (gnus-methods-sloppily-equal): New function.
4241         (gnus): When using the development version of Gnus, load the gnus-load
4242         file.
4243
4244         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4245         `gnus-open-server' on each method before trying to scan them etc.
4246         This ensures that all the backend parameters are set correctly.
4247
4248         * nnimap.el (nnimap-authenticator): New variable.
4249         (nnimap-open-connection): Allow anonymous login.
4250         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4251         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4252
4253         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4254         patch, found by Knut Anders Hatlen.
4255
4256 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4257
4258         * gnus-agent.el (gnus-agent-batch-confirmation)
4259         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4260         to gnus-message.
4261         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4262         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4263         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4264         * gnus-int.el (gnus-open-server): Likewise.
4265         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4266         (gnus-score-check-syntax): Likewise.
4267         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4268         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4269         Likewise.
4270         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4271
4272 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4273
4274         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4275         calling conventions so that prefetch doesn't bug out.
4276
4277 2010-09-19  Julien Danjou  <julien@danjou.info>
4278
4279         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4280         rather than `subst-char-in-region' in order to be able to replace ASCII
4281         char by UTF-8 ones.
4282
4283         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4284         than curl.
4285         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4286         the right URL and ALT text on images.
4287         (gnus-html-wash-tags): Fix tag case.
4288         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4289         (gnus-article-html): Add -o display_ins_del=2 option.
4290         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4291
4292 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4295         the extra mail headers, which sometimes seem to happen for unknown
4296         reasons.
4297
4298         * mail-parse.el (mail-header-encode-parameter): Define as
4299         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4300         (or most, perhaps?) mail readers don't understand the latter, but do
4301         understand the former.
4302
4303         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4304         to nil, so that no methods are automatically agentized.  I think this
4305         is probably what most users want.
4306
4307         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4308         from url-retrieve, for instance about invalid URLs.
4309
4310         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4311         groups that have no articles.
4312         (nnimap-request-article): Check that we really got an article when we
4313         requested one.
4314
4315         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4316         doesn't exist.
4317
4318         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4319         nntp buffer so the agent can save it.
4320         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4321         that CRLF doesn't get translated to \n.
4322         (nnimap-open-connection): Don't make 'shell commands only send \n.
4323
4324 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4325
4326         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4327         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4328         Update var name.
4329         (nnml-generate-nov-file): Use dolist.
4330         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4331         Use with-current-buffer.
4332
4333 2010-09-18  Julien Danjou  <julien@danjou.info>
4334
4335         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4336         parallel.
4337
4338 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4341         the range update right.
4342         (nnimap-request-group): Don't make `M-g' bug out on group with no
4343         marks.
4344         (nnoo): Require, so that other packages can require nnimap.
4345         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4346         command we're looking for.  This helps when the server sends more
4347         responses after we've gotten everything we expected.
4348         (nnimap): Add a `newlinep' field to keep track of end-of-line
4349         conventions.
4350         Don't send CRLF to things that don't want it.
4351         (nnimap-request-accept-article): Ditto.
4352
4353 2010-09-18  Julien Danjou  <julien@danjou.info>
4354
4355         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4356         than curl to retrieve images.
4357
4358 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4361         the marks.
4362         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4363         (nnimap-wait-for-connection): New function.
4364         (nnimap-open-connection): If we have PREAUTH, don't query for login
4365         credentials.
4366         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4367         when doing a partial update.
4368
4369 2010-09-18  Julien Danjou  <julien@danjou.info>
4370
4371         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4372         tags.
4373
4374 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * nnimap.el (nnimap-credentials): New function.
4377         (nnimap-open-connection): Use the new function to look for credentials
4378         also on the numeric equivalents of "imap" and "imaps".
4379
4380         * gnus-start.el (gnus-activate-group): Send the info to
4381         gnus-request-group.
4382
4383         * nnimap.el (nnimap-request-group): Have the "check" version of the
4384         function parse flags and update the info, so that a `M-g' get a total
4385         resync of all flags from the group.
4386
4387         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4388         to allow backends to alter the info on group selection.  Also alter all
4389         the backend -request-group functions to take the parameter.
4390
4391         * nnimap.el (nnimap-store-info): New function.
4392         (nnimap-update-info): Store the info for later usage.
4393         (nnimap-request-group): Use the stored info for the dont-check case, so
4394         that we don't retrieve all marks when we enter a group.
4395
4396         * nnimap.el: Use deffoo instead of defun for interface functions.
4397
4398         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4399         update the group info.  This makes the nndraft groups, for instance, go
4400         back to their old behaviour.
4401
4402         * gnus-sum.el (gnus-select-newsgroup): Indent.
4403
4404         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4405         in.
4406         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4407         nothing.
4408
4409         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4410         from methods that are denied.
4411
4412         * gnus-int.el (gnus-method-denied-p): New function.
4413
4414         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4415         store the password instead of netrc.
4416         (nnimap-open-connection): Don't error out when we can't make a
4417         connections.
4418
4419         * auth-source.el (auth-source-create): In the password prompt, say what
4420         we're querying for.  Also prompt for user name if that hasn't been
4421         given.
4422
4423         * nnimap.el (nnimap-with-process-buffer): Remove.
4424
4425 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4426
4427         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4428         method when we're reading from the agent.
4429
4430         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4431
4432         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4433         that's probably most useful for users.
4434
4435         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4436         "failed" all the time.
4437
4438         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4439         ...)) with (with-current-buffer ... ).
4440
4441         * nntp.el (nntp-open-server): Return whether the open was successful or
4442         not.
4443
4444         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4445         select an unread unseen article first.
4446
4447         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4448         /etc/services, supply some sensible port defaults.
4449
4450         * dgnushack.el: Define netrc-credentials.
4451
4452 2010-09-17  Julien Danjou  <julien@danjou.info>
4453
4454         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4455
4456 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4457
4458         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4459         doesn't have any parameters.
4460
4461 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4464         only upcased checks.
4465
4466         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4467
4468         * nnimap.el (nnimap-open-shell-stream): New function.
4469         (nnimap-open-connection): Use it.
4470         (nnimap-transform-headers): Get the number of lines in each message.
4471         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4472         number of lines.
4473         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4474         problem.
4475
4476         * utf7.el (utf7-encode): Autoload.
4477
4478         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4479         to allow the mail splitting to not return a default group.  This is
4480         useful for nnimap, which will leave unmatched mail in the inbox.
4481
4482         * nnimap.el: Rewritten.
4483
4484         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4485         nnimap usage.
4486
4487         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4488         if the move is internal, so that nnimap can do fast internal moves.
4489
4490         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4491         data.
4492         (gnus-read-active-for-groups): Support finishing the early retrieval of
4493         data.
4494
4495         * gnus-range.el (gnus-range-nconcat): New function.
4496
4497         * gnus-int.el (gnus-finish-retrieve-group-infos)
4498         (gnus-retrieve-group-data-early): New functions.
4499
4500 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4501
4502         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4503         (nnrss-retrieve-groups):
4504         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4505         (pop3-quit): Use with-current-buffer.
4506
4507 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4510         instead of nnheader-accept-process-output.
4511
4512         * dgnushack.el (dgnushack-compile): Add comment.
4513
4514         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4515
4516         * gnus-html.el (gnus-html-schedule-image-fetching)
4517         (gnus-html-prefetch-images): Replace process-kill-without-query by
4518         gnus-set-process-query-on-exit-flag.
4519
4520 2010-09-16  Romain Francoise  <romain@orebokech.com>
4521
4522         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4523
4524 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4527         parameter to unintern is mandatory-ish in Emacs 24.
4528
4529         * gnus-html.el (gnus-html-schedule-image-fetching)
4530         (gnus-html-prefetch-images): Check for curl before using it.
4531
4532         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4533         depend on curl, which isn't essential.
4534
4535         * imap.el: Revert back to version
4536         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4537         seem problematic.
4538
4539 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4540
4541         * gnus-registry.el (gnus-registry-install-shortcuts):
4542         Explicitly pass `obarray' to `unintern' to avoid a warning.
4543
4544 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4545
4546         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4547         change.
4548
4549         * nnrss.el (nnrss-request-list): Remove this function and related
4550         functions, including the moreover stuff.
4551
4552 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * nnrss.el (nnrss-retrieve-groups): New function.
4555
4556 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4557
4558         * .dir-locals.el: Add no-byte-compile cookie.
4559
4560 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * time-date.el (format-seconds): Comment fix.
4563
4564         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4565         for back end that doesn't support request-scan.
4566
4567 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4568
4569         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4570         then do request scans from the backends.
4571
4572         * netrc.el (netrc-credentials): New conveniency function.
4573
4574         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4575         avoid running a hook per line, since this takes a lot of time,
4576         profiling shows.
4577         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4578         directly if gnus-visual-p is true.
4579
4580 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4583         groups; replace mapcar with dolist which is a bit faster; pass groups
4584         info to gnus-read-active-file-1.
4585         (gnus-read-active-file-1): Scan only specified groups if the new
4586         optional arg `infos' is given.
4587
4588 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4591
4592         * pop3.el (pop3-movemail): Remove.
4593         (pop3-streaming-movemail): Rename to pop3-movemail.
4594
4595         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4596         don't restrict end-tag searches to the end of the line.
4597
4598 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4601         articles of every unchecked group to t, which means unknown since the
4602         server has never been opened.
4603
4604 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605
4606         * gnus-html.el (gnus-html-show-alt-text): New command.
4607         (gnus-html-browse-image): Ditto.
4608         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4609         to browse the image directly.
4610         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4611         better.
4612
4613         * gnus-async.el (gnus-async-article-callback):
4614         Call `gnus-html-prefetch-images' unconditionally.
4615
4616         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4617         before feeding URLs to curl.
4618
4619 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4622         internal images as deletable by `W D D'.
4623
4624         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4625         (gnus-async-article-callback): Fix typo.
4626
4627 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4630         current line to work around bugs in the output from w3m.
4631
4632         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4633         for groups that want that.
4634
4635         * nntp.el (nntp-wait-for-string): Supply a timeout for
4636         accept-process-output to ensure progress.
4637
4638         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4639         level to get unread articles from, then use that for foreign groups,
4640         too.
4641
4642         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4643         confuses the rest of the function.
4644
4645         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4646         for the methods that support -retrieve-groups, too.
4647
4648         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4649
4650 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4653         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4654
4655         * pop3.el: Require cl when compiling.
4656         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4657
4658 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4659
4660         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4661         that aren't going to be activated.
4662         (gnus-get-unread-articles): Fix up the last commit.
4663
4664         * gnus-html.el (gnus-article-html): Allow calling without specifying
4665         the handle.  In that case, dissect the buffer first.
4666
4667         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4668
4669         * nnimap.el (nnimap-open-connection): Revert the change that would look
4670         into authinfo for imaps instead of imap.
4671
4672         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4673         say that you don't want to call gnus-request-group with don-check, but
4674         do check the reponse.  This is for virtual groups only.
4675         (gnus-get-unread-articles): Count the archive groups as secondary, so
4676         that they're activated the same way as before.
4677
4678         * imap.el (imap-message-map): Removed optional buffer parameter, since
4679         no callers use it.
4680         (imap-message-get): Ditto.
4681         (imap-message-put): Ditto.
4682         (imap-mailbox-map): Ditto.
4683         (imap-mailbox-put): Ditto.
4684         (imap-mailbox-get): Ditto.
4685         (imap-mailbox-get): Revert last change for this function.
4686
4687         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4688         case-insensitively.
4689         (nnimap-debug): Remove.
4690
4691         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4692         to use `imap-fetch' instead.  According to the comments, this should be
4693         safe, since all other IMAP clients use the 1:* syntax.
4694         (imap-enable-exchange-bug-workaround): Removed.
4695         (imap-debug): Removed -- doesn't seem very useful.
4696
4697         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4698         mail from a file, and the file doesn't exist.
4699
4700         * imap.el (imap-log): New convenience function used throughout instead
4701         of repeating the same code all over the place.
4702
4703         * pop3.el (pop3-streaming-movemail): Return t for success.
4704
4705         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4706         .authinfo if we're using ssl connection.
4707
4708         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4709         already have if we're in a main Gnus `g' run.
4710
4711         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4712
4713 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4716
4717         * nnmh.el (nnmh-request-list-1): Bind `file'.
4718
4719         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4720         alias to set-process-query-on-exit-flag or process-kill-without-query.
4721         (pop3-open-server): Use it.
4722
4723 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4724
4725         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4726         box to the Incoming file.  Fixes mistake in previous checkin.
4727
4728         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4729         request loop (for debugging purposes) removed.
4730
4731         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4732         culprit is more visible.
4733         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4734         (nnml-add-incremental-nov): New functions to do "incremental" nov
4735         updates, where we just append to the end of the existing nov files
4736         without reading/writing them in full.
4737
4738         * mail-source.el (mail-source-delete-crash-box): Really only check the
4739         incoming files once in a while.
4740
4741         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4742
4743         * mail-source.el (mail-source-delete-crash-box): Only check the
4744         incoming files for deletion once per day to save a lot of file
4745         accesses.
4746
4747         * pop3.el (pop3-logon): Fix up unbound variable typo.
4748
4749         * mail-source.el (pop3-streaming-movemail): Autoload.
4750
4751         * pop3.el (pop3-streaming-movemail):
4752         Respect pop3-leave-mail-on-server.
4753
4754         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4755         retrieval.
4756
4757         * pop3.el (pop3-process-filter): Remove unused function.
4758         (pop3-streaming-movemail, pop3-send-streaming-command)
4759         (pop3-wait-for-messages, pop3-write-to-file)
4760         (pop3-number-of-responses): New functions for streaming pop3
4761         retrieval.
4762
4763         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4764         come from no known methods.
4765         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4766         list.
4767
4768         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4769         message sizes.
4770         (pop3-movemail): Use erase-buffer instead of looping and deleting
4771         regions, which seems rather odd.
4772
4773         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4774         file once per `g' run.
4775
4776         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4777         directories.  This makes the draft queue directory work.
4778
4779         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4780         data from the backends, so that we only request the list of groups from
4781         each method once.  This should speed things up considerably.
4782
4783         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4784         detect that it's not implemented.
4785
4786         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4787         we actually do recurse down into the tree, but don't stat all leaf
4788         nodes.
4789
4790         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4791         then say so instead of bugging out.
4792
4793         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4794         files exist before trying to read them.
4795
4796         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4797         around <pre_int>.
4798
4799         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4800
4801         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4802
4803 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * mm-util.el (mm-image-load-path): Just return the image directories,
4806         not all directories in the path in addition to the image directories.
4807         (mm-image-load-path): Maintain a cache of the image directories so that
4808         the `g' command in Gnus doesn't have to stat dozens of directories each
4809         time.
4810
4811         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4812         (gnus-html-wash-tags): Add a new `i' command to insert images.
4813         (gnus-html-insert-image): New command and keystroke.
4814         (gnus-html-redisplay-with-images): New command and keystroke.
4815         (gnus-html-show-images): Rename command.
4816         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4817         spacers.
4818         (gnus-html-wash-tags): Decode entities at the end, so that entities
4819         inside the tags don't mess up the rest of the "parsing".
4820
4821         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4822         so that nnimap methods aren't agentized by default.  There's apparently
4823         many problems related to agent/imap behaviour.
4824
4825         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4826
4827         * gnus-html.el: Doc fix.
4828
4829 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4832         specifier-spec-list for Emacs 21.
4833
4834         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4835         glyph-width and glyph-height instead of display-graphic-p and
4836         image-size; make avoidance of displaying small images work for XEmacs.
4837
4838         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4839         for XEmacs.
4840
4841         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4842         of symbol that holds plist data.
4843         (gnus-process-plist): Remove plist of process after getting it.
4844
4845 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * message.el (message-generate-hashcash): Change default to
4848         'opportunistic if hashcash is installed.
4849
4850         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4851         (gnus-html-put-image): Only call image-size once, since it's somewhat
4852         time-consuming on remote X servers.
4853
4854 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4857         type on data, not a file name.
4858
4859         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4860         window-pixel-edges for Emacs 21.
4861
4862         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4863         decoded contents.
4864         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4865
4866 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4869         group line format, since it isn't very interesting.
4870
4871         * gnus-agent.el (gnus-agent-short-article),
4872         (gnus-agent-long-article): Increase values for these two variables,
4873         since most people are likely to have more network connection and
4874         storage than before.
4875
4876         * gnus.el (gnus-refer-article-method): Change default to 'current.
4877         When referring an article, the common behaviour is to refer it from the
4878         current select method, not the native select method.  The chances of
4879         the native select method having the message in question is rather slim
4880         these days.
4881
4882         * gnus-sum.el (gnus-auto-select-subject): Change default to
4883         `unseen-or-unread'.  I think it's likely that most people want to
4884         select an unseen article over a previously seen, but unread one.
4885
4886         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4887         means that in the article buffer none of the minor mode elements will
4888         be shown, usually, and this is not desirable in most cases.
4889
4890         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4891         that commands like `d' (and the like) go to the next line in the
4892         buffer, instead of the next unread article.  I think this is the
4893         behaviour that is most natural for most users.
4894         (gnus-single-article-buffer): Change default to nil, so that people can
4895         have as many article buffers open as they have summary buffer.  I think
4896         this is the most natural way for the groups to behave.
4897
4898         * message.el (message-generate-new-buffers): Change default to
4899         `unsent', so that all new message buffers start their names with the
4900         string "*unsent", and it's easier to find the buffers if you move from
4901         them.
4902
4903 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4904
4905         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4906         small.  They're probably tracking images.
4907         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4908         (gnus-html-rescale-image): Yet another try at getting the image sizing
4909         right.
4910
4911         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4912         nntp-marks-file-name is nil.
4913
4914 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4915
4916         * gnus-html.el (gnus-html-wash-tags)
4917         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4918         Better logging.
4919
4920 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4921
4922         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4923
4924         * gnus-html.el (gnus-html-wash-tags): Check the value of
4925         gnus-blocked-images in the summary buffer.
4926
4927 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4928
4929         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4930
4931 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4934         like "a", it seems like.
4935         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4936         since it needs to be picked from the correct buffer.
4937
4938         * nnwfm.el: Remove.
4939
4940         * nnlistserv.el: Remove.
4941
4942 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4943
4944         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4945         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4946
4947 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * nnkiboze.el: Remove.
4950
4951         * nndb.el: Remove.
4952
4953         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4954         alt text.
4955         (gnus-html-rescale-image): Try to get the rescaling logic right for
4956         images that are just wide and not tall.
4957
4958         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4959         overshadow variable bindings.
4960
4961 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * gnus-html.el (gnus-html-wash-tags)
4964         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4965         Add extra logging.
4966
4967 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4968
4969         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4970         (gnus-max-image-proportion): New variable.
4971         (gnus-html-rescale-image): New function.
4972         (gnus-html-put-image): Rescale images.
4973
4974 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4975
4976         Fix up some byte-compiler warnings.
4977         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4978         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4979         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4980         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4981         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4982         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4983         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4984
4985 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-html.el (gnus-article-html): Decode contents by charset.
4988
4989 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4992         (gnus-html-frame-width, gnus-blocked-images)
4993         * message.el (message-prune-recipient-rules): Add custom version.
4994         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4995
4996         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4997         functions.
4998
4999         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5000         gnus-process-get.
5001
5002 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5003
5004         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5005         instead of lsub directly.
5006
5007 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5008
5009         * nnwarchive.el: Remove.
5010
5011         * gnus-soup.el: Remove.
5012
5013         * nnsoup.el: Remove.
5014
5015         * nnultimate.el: Remove.
5016
5017         * gnus-html.el (gnus-blocked-images): New variable.
5018
5019         * message.el (message-prune-recipients): New function.
5020         (message-prune-recipient-rules): New variable.
5021
5022         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5023         guess whether a long line is natural text or not.
5024
5025         * gnus-html.el (gnus-html-schedule-image-fetching):
5026         Use gnus-process-plist and friends for compatibility.
5027
5028 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5029
5030         * gnus-html.el: Require packages that define macros used in this file.
5031         (gnus-article-mouse-face): Declare to silence byte-compiler.
5032         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5033         process-get.
5034         (gnus-html-put-image): Use plist-get to avoid getf.
5035         (gnus-html-prefetch-images): Use with-current-buffer.
5036
5037 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-ems.el: Provide compatibility functions for
5040         gnus-set-process-plist.
5041
5042         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5043         header-line-format for XEmacs 21.4.
5044
5045         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5046         * gnus.el (gnus-valid-select-methods)
5047         * message.el (message-send-mail-partially-limit)
5048         * mm-decode.el (mm-text-html-renderer)
5049         * mml.el (mml-insert-mime-headers-always)
5050         * smiley.el (smiley-regexp-alist): Bump custom version.
5051
5052 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * gnus-html.el: require mm-url.
5055         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5056         with the url to `url'.
5057         (gnus-html-wash-tags): Support cid: URLs/images.
5058
5059 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5060
5061         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5062         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5063         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5064
5065         * gnus-move.el: Remove file, since it doesn't really work.
5066
5067         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5068         UTF-8.  This seems to fix problems with some German web feeds.
5069
5070         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5071         at the top so that the proper colours are applied.
5072
5073         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5074         don't have dots in their names.
5075
5076         * gnus-art.el (gnus-article-view-part): Doc fix.
5077
5078         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5079         XEmacs-compatible.
5080         (gnus-html-put-image): Don't do images on non-graphic displays.
5081
5082         * nnslashdot.el: Remove this unused backend.
5083
5084         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5085         actions.
5086         (gnus-undo-register-1): Revert last change.
5087
5088         * gnus-group.el (gnus-group-completing-read): Protect against not
5089         having completion-styles bound.
5090
5091         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5092         make broken recipients happier.
5093
5094         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5095
5096         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5097         point parameter.
5098
5099         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5100
5101         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5102         completion-styles for group selection.
5103
5104 2009-02-04  Andreas Schwab  <schwab@suse.de>
5105
5106         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5107         headers and regexp-quote the match if necessary.
5108
5109 2009-03-24  Miles Bader  <miles@gnu.org>
5110
5111         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5112         the blinking smiley.
5113
5114 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5115
5116         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5117         blink smiley.
5118
5119 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5120
5121         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5122         where the dribbel file lives exists.
5123
5124         * message.el (message-send-mail-partially-limit): Change the default to
5125         nil, since most people don't want this.
5126
5127         * mm-url.el (mm-url-decode-entities): Also decode entities like
5128         &#x3212.
5129
5130 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5131
5132         * gnus-sum.el (gnus-summary-idna-message):
5133         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5134         Hyperlink urls in docstrings with URL `...'.
5135
5136 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5137
5138         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5139         functions.
5140
5141 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5144         say what the mouseover text should be.
5145
5146         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5147         version of the mm-w3m-safe-url-regexp variable to only download images
5148         in the groups where we want that to happen.
5149
5150         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5151
5152         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5153         easier debugging.
5154         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5155         big pictures in the article buffer.
5156
5157         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5158         gnus-article-html.
5159         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5160         w3m.
5161
5162         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5163
5164 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165
5166         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5167         which doesn't exist.
5168
5169         * message.el (message-inhibit-ecomplete): New variable to allow some
5170         function to inhibit ecomplete address storage.
5171         (message-resend): Disable ecomplete message storage when resending
5172         messages.
5173
5174         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5175
5176 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5179         Save excursion while copying, moving, and deleting articles in order to
5180         prevent the cursor from jumping to unforeseen place.
5181
5182 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * lpath.el: No need to bind bookmark-current-buffer,
5185         bookmark-yank-point and bookmark-make-record-function.
5186
5187 2010-08-17  Glenn Morris  <rgm@gnu.org>
5188
5189         * gnus-sync.el: Require gnus components whose functions are used.
5190
5191         * gnus-art.el (bookmark-make-record-function):
5192         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5193         Declare for compiler.
5194
5195         * mm-url.el (mml-compute-boundary): Autoload.
5196
5197 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5200
5201 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5202
5203         Typo fix "hoo4a" -> "hook".
5204
5205         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5206
5207 2010-08-14  Glenn Morris  <rgm@gnu.org>
5208
5209         * gnus-sync.el (gnus-sync): Fix defgroup version.
5210
5211 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5212
5213         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5214
5215         * gnus-sync.el: Fix docs.
5216         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5217         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5218
5219 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5220
5221         Optimizations for gnus-sync.el.
5222
5223         * gnus-sync.el: Add docs about gnus-sync-backend
5224         possibilities.
5225         (gnus-sync-save): Remove unnecessary message.
5226         (gnus-sync-read): Optimize and show what groups were skipped.
5227
5228 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5229
5230         Minor bug fixes for gnus-sync.el.
5231
5232         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5233         Don't read the sync on get-new-news.
5234
5235         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5236         quiet.
5237
5238         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5239         (fix typo).
5240
5241 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5242
5243         Make saving and restoring of hidden threads work with overlays.
5244         Patch applied by Ted Zlatanov.
5245
5246         * gnus-sum.el (gnus-hidden-threads-configuration)
5247         (gnus-restore-hidden-threads-configuration): Update to deal with text
5248         properties, rather than searching for a magic character.
5249
5250 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         New gnus-sync.el library for synchronization of marks.
5253
5254         * gnus-sync.el: New library for synchronization of marks.
5255
5256         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5257         renamed from `gnus-registry-grep-in-list'.
5258
5259         * gnus-registry.el (gnus-registry-follow-group-p):
5260         Use `gnus-grep-in-list'.
5261
5262         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5263
5264 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5267         determining charset of text fails.
5268
5269 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * nnmail.el (nnmail-get-new-mail-1): Revert.
5272
5273         * nnml.el (nnml-active-number): Make sure names of newly created groups
5274         in nnml-group-alist are encoded.
5275
5276 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5279         containing non-ASCII characters in active file for nnml back end.
5280
5281 2010-07-24  David Engster  <dengste@eml.cc>
5282
5283         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5284         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5285
5286 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5287
5288         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5289         tag (Bug#6654).
5290
5291 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5294         the article buffer, not the summary buffer.
5295
5296 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5299         Emacs 23 as well.
5300
5301 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5304         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5305
5306 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5307
5308         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5309         Patch applied by Karl Fogel.
5310
5311         * gnus-sum.el (gnus-summary-bookmark-make-record):
5312         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5313
5314 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5315
5316         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5317         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5318         C-w still not working correctly from Article buffers; Thierry's
5319         patch to fix that will be applied after this.
5320
5321         * gnus-art.el (bookmark-make-record-function): New local variable.
5322
5323         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5324         article buffer.
5325         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5326
5327 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5328
5329         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5330         on changes in bookmark.el.
5331
5332 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5335         `no-log' instead of message not to log prompt string.
5336
5337 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5338
5339         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5340         the *other* type of HTML form submission.
5341
5342 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5343
5344         * auth-source.el (auth-source-pick): If choice does not contain a
5345         questioned keyword, set the check to t.
5346
5347 2010-06-12  Romain Francoise  <romain@orebokech.com>
5348
5349         * gnus-util.el (gnus-date-get-time): Move up before first use.
5350
5351 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5354         (gnus-article-edit-part): Bind it to make last part that is substituted
5355         or deleted visible.
5356         (gnus-mime-display-single): Buttonize part of which id equals to
5357         gnus-mime-buttonized-part-id.
5358
5359 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5360
5361         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5362         (gnus-dd-mmm): Use gnus-date-get-time.
5363         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5364         simplify logic.
5365         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5366         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5367
5368 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5369
5370         * auth-source.el (top): Autoload `secrets-list-collections',
5371         `secrets-create-item', `secrets-delete-item'.
5372         (auth-sources): Fix tag string.
5373         (auth-get-source, auth-source-retrieve, auth-source-create)
5374         (auth-source-delete): New defuns.
5375         (auth-source-pick): Rewrite in order to avoid 2 passes.
5376         (auth-source-forget-user-or-password): New parameter USERNAME.
5377         (auth-source-user-or-password): New parameters CREATE-MISSING and
5378         DELETE-EXISTING.  Retrieve password interactively, if needed.
5379
5380 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5381
5382         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5383         deleting unused directories when gnus-expert-user is t.
5384
5385 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5388         for each temp file when gnus-article-browse-delete-temp is ask.
5389
5390 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5391
5392         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5393         Lisp calls to delete-backward-char by calls to delete-char.
5394
5395 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5396
5397         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5398
5399 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5400
5401         * password-cache.el (password-cache-remove): Fix docstring.
5402
5403 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5406         article unless decoding article to be saved.
5407
5408 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5411         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5412         generated within the mm-with-unibyte-current-buffer macro.
5413
5414 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5415
5416         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5417         to nil when we're in a mml-preview buffer and no group is selected.
5418
5419 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5420
5421         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5422         when catching the `C-g'.  Reported by "Leo".
5423
5424 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * message.el (message-forward-make-body-plain)
5427         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5428         multibyte-string-p.
5429
5430         * lpath.el: Revert.
5431
5432 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * message.el (message-forward-make-body-mml): Assume original message
5435         is multibyte string; error on unibyte.
5436         (message-forward-make-body-plain): Ditto; don't add excessive newline
5437         in body end.
5438
5439         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5440
5441 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5442
5443         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5444         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5445
5446 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * mm-extern.el (mm-extern-url): Don't use
5449         mm-with-unibyte-current-buffer.
5450         (mm-extern-cache-contents): Use with-current-buffer instead of
5451         save-excursion + set-buffer.
5452
5453 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * mm-util.el (mm-emacs-mule): Remove.
5456
5457 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5458
5459         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5460         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5461         change.
5462
5463 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5466         bind the default value of enable-multibyte-characters to nil.
5467
5468 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * message.el (message-forward-make-body-plain)
5471         (message-forward-make-body-mml):
5472         Don't use mm-with-unibyte-current-buffer.
5473
5474 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5475
5476         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5477
5478 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5479
5480         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5481         (Bug#5592).
5482
5483 2010-05-07  Julien Danjou  <julien@danjou.info>
5484
5485         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5486         it to mm-pipe-part.
5487
5488         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5489         it is given.
5490
5491 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * binhex.el (binhex-decode-region-internal)
5494         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5495         (dns-query)
5496         * nnweb.el (nnweb-gmane-search)
5497         * pgg-parse.el (pgg-parse-armor)
5498         * pgg.el (pgg-verify-region)
5499         * sha1.el (sha1-string-external)
5500         * uudecode.el (uudecode-decode-region-internal)
5501         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5502         XEmacs.
5503
5504         * gnus-art.el (gnus-article-browse-html-parts)
5505         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5506         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5507         make-temp-file.
5508
5509         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5510         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5511         compiling.
5512
5513         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5514         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5515         XEmacs when compiling.
5516
5517         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5518         gnus-pick-mode-off-hook for XEmacs when compiling.
5519         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5520         gnus-binary-mode-off-hook for XEmacs when compiling.
5521
5522         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5523         Return nil if char-charset is not available.
5524
5525         * imap.el (imap-disable-multibyte)
5526         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5527         macros.
5528
5529         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5530         instead of encode-coding-string.
5531
5532         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5533         'xemacs) instead of mm-emacs-mule to switch function definitions.
5534         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5535
5536         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5537         bind temporary-file-directory for XEmacs;
5538         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5539         timer-set-function for XEmacs 21.4 and SXEmacs;
5540         bind timer-list for XEmacs 21.4 and SXEmacs;
5541         fbind char-charset and find-charset-region for non-Mule XEmacs;
5542         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5543         encode-coding-region and encode-coding-string for XEmacs having no
5544         file-coding feature.
5545
5546 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5547
5548         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5549
5550 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5553         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5554
5555 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5556
5557         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5558         alias `jka-compr-delete-temp-file' no longer exists.
5559
5560 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5561
5562         Use define-minor-mode in Gnus where applicable.
5563         * mml.el (mml-mode): Use define-minor-mode.
5564         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5565         (gnus-undo-mode): Use define-minor-mode.
5566         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5567         (gnus-dead-summary-mode): Use define-minor-mode.
5568         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5569         Initialize in declaration.
5570         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5571         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5572         (gnus-mailing-list-mode): Use define-minor-mode.
5573         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5574         (gnus-draft-mode): Use define-minor-mode.
5575         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5576         (gnus-dired-mode): Use define-minor-mode.
5577
5578 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5579
5580         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5581         handles on recursive mml-to-mime translation and check them for
5582         boundary delimiter collisions.  Reported by Greg Troxel.
5583
5584 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5587
5588 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5589
5590         * mm-util.el (mm-find-buffer-file-coding-system):
5591         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5592
5593 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5594
5595         * message.el (message-generate-headers): Record insertion of optional
5596         headers as well.  Otherwise the check to prevent repeated insertion of
5597         optional headers is a no-op.
5598
5599 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5600
5601         * smime.el: Don't mention CVS.
5602
5603         * nnrss.el (nnrss-fetch): Don't mention CVS.
5604
5605         * nnir.el: Don't mention CVS.
5606
5607 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5608
5609         * gnus-sum.el (gnus-summary-bookmark-make-record):
5610         Add `location' field.
5611
5612 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * lpath.el: Fbind bookmark-default-handler,
5615         bookmark-get-bookmark-record, bookmark-make-record-default,
5616         bookmark-prop-get for Emacs <23 and XEmacs.
5617
5618 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5619
5620         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5621         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5622         Use with-current-buffer to silence the byte-compiler.
5623         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5624         bother to require `gnus'.
5625         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5626
5627 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5628
5629         * gnus-sum.el (gnus-summary-bookmark-make-record)
5630         (gnus-summary-bookmark-jump): New functions.
5631         (gnus-summary-mode): Setup bookmark support.
5632
5633 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5634
5635         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5636         if set.
5637
5638 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5641         gnus-article-browse-html-save-cid-image; make it work recursively for
5642         forwarded messages as well.
5643         (gnus-article-browse-html-parts): Work when prefix arg is given.
5644         (gnus-article-browse-html-article): Doc fix.
5645
5646 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5647
5648         * message.el (message-default-mail-headers):
5649         (message-default-headers): Carry the value mail-default-headers over
5650         into message-default-mail-headers, rather than message-default-headers.
5651
5652 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5653
5654         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5655         charset.
5656
5657         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5658         charset into the <meta> tag when the article is encoded to utf-8.
5659
5660 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * gnus-art.el (gnus-article-browse-delete-temp-files):
5663         Delete directories as well.
5664         (gnus-article-browse-html-parts): Work for images that do not specify
5665         file names; delete temp directory when quitting; insert header at the
5666         right place; use file: scheme for image files.
5667
5668 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5669
5670         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5671         (gnus-article-browse-html-parts): Use it to make temporary cid image
5672         files in addition to html file so that browser may display them.
5673
5674 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5677
5678 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5679
5680         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5681
5682 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5683
5684         * auth-source.el (auth-sources): Change default to be simpler.
5685         Explain about Secret Service API sources.  Improve Customize options.
5686         (auth-source-pick): Change to accept any number of search parameters.
5687         Implement fallbacks iteratively, not recursively.  Add scoring on the
5688         second pass and sort by score.  Call Secret Service API when needed.
5689         (auth-source-user-or-password): Use it.  Call Secret Service API
5690         directly when needed to get the user name and the password.
5691
5692 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5693
5694         * message.el (message-interactive): Doc fix.
5695         (message-qmail-inject-args): Reflow.
5696         (message-kill-to-signature): Fix typo in docstring.
5697
5698         * smiley.el (smiley-buffer): Fix typo in docstring.
5699
5700 2010-03-24  Glenn Morris  <rgm@gnu.org>
5701
5702         * mail-source.el (gnus-message): Declare.
5703         (mail-source-delete-old-incoming): Require gnus-util.
5704
5705 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5708
5709         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5710
5711         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5712         password-cache's default if it is not bound.
5713         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5714         password-cache-expiry's default if it is not bound.
5715
5716         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5717         available in Emacs 21.
5718
5719         * lpath.el: Suppress compiler warnings for:
5720         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5721         XEmacs;
5722         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5723         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5724         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5725
5726 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5727
5728         * auth-source.el (auth-sources): Fix up definition so extra parameters
5729         are always inline.
5730
5731 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5732
5733         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5734         wasn't updated after mismatch.  Clear cached mailbox info correctly
5735         when uidvalidity changes.
5736         (nnimap-group-prefixed-name): New function to avoid some code
5737         duplication.
5738         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5739         (nnimap-request-group): Use it.
5740         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5741         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5742         with many imap folders.  This is done by caching the group status from
5743         the imap server persistently in a group parameter `imap-status'.  (This
5744         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5745         but not persistently, so every Gnus startup was still very slow.)
5746
5747 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5748
5749         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5750         delete the extra newline.  Otherwise editing of :string and :number
5751         types don't work.
5752
5753 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5756         secrets.el dependency.
5757         (auth-sources): Add optional user name.  Add secrets.el configuration
5758         choice (unused right now).
5759
5760 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5761
5762         * gnus-sum.el (gnus-summary-make-menu-bar):
5763         Let `gnus-registry-install-shortcuts' fill in the functions.
5764
5765         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5766         warnings.
5767         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5768         (gnus-registry-install-shortcuts): Populate and use it in a
5769         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5770
5771 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5772
5773         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5774         In-place substitutions for the group name encoding/decoding.
5775         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5776         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5777         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5778         (nnimap-update-unseen, nnimap-request-list)
5779         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5780         (nnimap-request-set-mark, nnimap-split-to-groups)
5781         (nnimap-split-articles, nnimap-request-newgroups)
5782         (nnimap-request-create-group, nnimap-request-accept-article)
5783         (nnimap-request-delete-group, nnimap-request-rename-group)
5784         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5785         `encoded-mbx' for consistency.
5786         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5787         variable `imap-current-mailbox'.
5788
5789         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5790         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5791
5792 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5793
5794         * pop3.el (pop3-display-message-size-flag): Display message size byte
5795         counts during POP3 download.
5796         (pop3-movemail): Use it.
5797         (pop3-list): Implement listing of available messages.
5798
5799 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5800
5801         * nnir.el (nnir-get-article-nov-override-function): New function to
5802         override the normal NOV retrieval.
5803         (nnir-retrieve-headers): Use it.
5804
5805 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5806
5807         * auth-source.el (netrc-machine-user-or-password): Autoload.
5808
5809 2010-03-19  Glenn Morris  <rgm@gnu.org>
5810
5811         Stop message.el from loading about 40 libraries it doesn't always need.
5812         The general approach is to autoload rather than require, and to
5813         require in the specific functions rather than the file.  (Bug#5642)
5814
5815         * gmm-utils.el: Don't require wid-edit.
5816         (widget-create-child-value, widget-convert, widget-default-get):
5817         Autoload.
5818
5819         * gnus-util.el: Don't require time-date, netrc.
5820         (message-fetch-field, gnus-group-name-decode): Declare rather than
5821         autoloading.
5822         (gnus-fetch-field): Require message.
5823         (gnus-decode-newsgroups): Require gnus-group.
5824
5825         * ietf-drums.el: Don't require time-date.
5826
5827         * message.el: Don't require hashcash, canlock, ecomplete.
5828         Do require mail-utils.  Require nnheader only when compiling.
5829         (smtpmail-default-smtp-server): Remove declaration.
5830         (message-send-mail-function): Check smtpmail-default-smtp-server
5831         is bound rather than requiring smtpmail.
5832         (message-auto-save-directory, message-insert-signature):
5833         Use expand-file-name rather than nnheader-concat.
5834         (nnheader-insert-file-contents): Autoload.
5835         (hashcash-wait-async): Declare.
5836         (message-send-mail): Only call gnus-setup-posting-charset if
5837         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5838         (message-send-mail-with-sendmail): Require sendmail.
5839         (canlock-password, canlock-password-for-verify): Declare.
5840         (message-canlock-password): Require canlock.
5841         (nnheader-get-report): Autoload.
5842         (gnus-setup-posting-charset): Declare.
5843         (message-send-news): Require gnus-msg.
5844         (message-make-references, message-make-in-reply-to): Use mail-header-id
5845         rather than the alias mail-header-message-id.
5846         (ecomplete-add-item, ecomplete-save): Declare.
5847         (message-put-addresses-in-ecomplete): Require ecomplete.
5848         (ecomplete-display-matches): Autoload.
5849
5850         * mm-decode.el: Don't require mailcap, gnus-util.
5851         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5852         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5853         Autoload.
5854         (mailcap-mime-extensions): Declare.
5855
5856         * mm-encode.el: Don't require mailcap.
5857         (mailcap-extension-to-mime): Autoload.
5858
5859         * mml-sec.el: Don't require password-cache.
5860
5861         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5862         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5863         (mml-minibuffer-read-type): Require mailcap.
5864         (mml-preview): Require gnus-msg.
5865
5866         * mml1991.el: Require password-cache.
5867         (password-cache-expiry): Remove declaration.
5868
5869         * mml2015.el: Require password-cache.
5870         (password-cache-expiry): Remove declaration.
5871
5872         * nneething.el (mailcap): Require mailcap.
5873
5874         * nnheader.el (declare-function): Add compatibility stub.
5875         (message-remove-header): Declare rather than autoload.
5876         (nnheader-replace-header): Require message.
5877
5878         * nnimap.el (declare-function): Add compatibility stub.
5879         (netrc-parse, netrc-machine-user-or-password): Declare.
5880         (nnimap-open-connection): Require netrc.
5881
5882         * nntp.el (declare-function): Add compatibility stub.
5883         (netrc-parse, netrc-machine, netrc-get): Declare.
5884         (nntp-send-authinfo): Require netrc.
5885
5886         * rfc2047.el: Don't require qp.
5887         (quoted-printable-encode-region, quoted-printable-decode-string):
5888         Autoload.
5889
5890         * sieve-mode.el: Don't require easymenu.
5891         (easy-menu-add-item): Autoload it.
5892
5893         * spam-stat.el (time-to-number-of-days): Autoload it.
5894
5895 2010-03-19  Glenn Morris  <rgm@gnu.org>
5896
5897         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5898
5899 2010-03-18  Glenn Morris  <rgm@gnu.org>
5900
5901         * hashcash.el (declare-function): Remove duplicate definition.
5902
5903 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5904
5905         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5906         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5907         value if any backslash escapes).
5908
5909 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5912         if it is available.  (bug#5647)
5913
5914         * lpath.el: Suppress compiler warning for coding-system-from-name for
5915         Emacs 21 and XEmacs.
5916
5917 2010-03-14  Juri Linkov  <juri@jurta.org>
5918
5919         * hmac-def.el:
5920         * hmac-md5.el:
5921         * netrc.el: Fix keywords.
5922
5923 2010-02-26  Glenn Morris  <rgm@gnu.org>
5924
5925         * message.el (message-send-mail-function): Change the default, so that
5926         it inherits from a customized send-mail-function.  (Bug#5643)
5927
5928 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5929
5930         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5931         shell-command-to-string signals an error (bug#5299).
5932
5933 2010-02-24  Glenn Morris  <rgm@gnu.org>
5934
5935         * message.el (message-smtpmail-send-it)
5936         (message-send-mail-with-mailclient): Doc fixes.
5937
5938 2010-02-16  Glenn Morris  <rgm@gnu.org>
5939
5940         * message.el (message-default-mail-headers): Change the default value
5941         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5942
5943 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5946         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5947
5948 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5949
5950         * time-date.el (date-to-time): Doc fix (Bug#5408).
5951
5952 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5953
5954         * message.el (message-mail): Just pass yank-action on to message-setup.
5955         (message-setup): Handle (FUN . ARGS) form of yank-action.
5956         (message-with-reply-buffer, message-widen-reply)
5957         (message-yank-original): Handle non-buffer values of
5958         message-reply-buffer (Bug#4080).
5959         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5960
5961 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5962
5963         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5964         Fix typo in docstring.
5965
5966 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5967
5968         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5969         response.
5970
5971 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5974
5975         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5976
5977         * message.el (message-check-news-header-syntax): Protect against a
5978         string that `rfc822-addresses' returns when parsing fails.
5979
5980 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5983         (gnus-previous-char-property-change): New functions.
5984
5985         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5986
5987 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5988
5989         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5990         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5991
5992 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5993
5994         * message.el (message-exchange-point-and-mark): Rework last change to
5995         avoid using optional arg of exchange-point-and-mark, for backward
5996         compatibility.
5997
5998 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5999
6000         * message.el (message-exchange-point-and-mark):
6001         Call exchange-point-and-mark with an argument rather than setting
6002         mark-active by hand (Bug#5175).
6003
6004 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * nntp.el (nntp-service-to-port): Work for service expressed with
6007         numeric string; replace [:digit:] with [0-9] for XEmacs.
6008
6009 2009-12-17  Glenn Morris  <rgm@gnu.org>
6010
6011         * gnus-group.el (gnus-bug-group-download-format-alist):
6012         Change emacs entry to debbugs.gnu.org.  Bump :version.
6013
6014 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6017
6018 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * message.el (message-info): Explain why we use `Info-goto-node'.
6021
6022 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6025
6026 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6027
6028         * message.el (message-completion-in-region): New compatibility function.
6029         (message-expand-group): Use it.
6030
6031 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6034         with no unread article should be listed if the 2nd arg `predicate' is
6035         given.
6036
6037 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6040
6041 2009-11-29  Juri Linkov  <juri@jurta.org>
6042
6043         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6044         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6045         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6046
6047 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6048
6049         * sha1.el (sha1-string-external): default-directory "/" in case
6050         otherwise non-existent.  process-connection-type pipe for touch of
6051         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6052
6053 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6054
6055         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6056         it's comms related and sgml-mode.el has "comm" on that basis too.
6057
6058 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6061         containing tspecial characters if they have been already quoted.
6062
6063 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6064
6065         * dns-mode.el (auto-mode-alist): Purecopy string.
6066
6067 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6068
6069         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6070
6071 2009-10-24  Glenn Morris  <rgm@gnu.org>
6072
6073         * gnus-art.el (help-xref-stack-item): Define for compiler.
6074
6075 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6076
6077         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6078
6079 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6082
6083 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6086         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6087
6088 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6091         (gnus-overlays-in): New alias to overlays-in.
6092
6093         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6094         gnus-overlay-get, and gnus-delete-overlay.
6095         (gnus-summary-show-thread): Make it work as well for systems in which
6096         next-single-char-property-change is not available.
6097         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6098
6099         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6100         (gnus-overlay-get): New alias to extent-property.
6101         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6102
6103         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6104         SXEmacs.
6105
6106         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6107         SXEmacs.
6108
6109 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6112
6113 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6114
6115         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6116         and XEmacs that don't have `remove-overlays'.
6117
6118 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6119
6120         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6121         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6122         selective display.  Use overlays instead.
6123
6124 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6125
6126         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6127
6128 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6129
6130         * spam-stat.el (spam-stat-load): Fix typo in message.
6131
6132 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6133
6134         * dig.el (dig-invoke): Fix typo in docstring.
6135         (query-dig): Reflow docstring.
6136
6137 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6138
6139         * gnus-art.el (gnus-article-encrypt-body):
6140         * message.el (message-check-recipients):
6141         * mm-util.el (mm-codepage-setup):
6142         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6143         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6144
6145 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6146
6147         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6148         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6149         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6150         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6151         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6152
6153 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6154
6155         * dig.el: Add "Keywords: comm", as per net-utils.el.
6156
6157 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6158
6159         * dig.el (dig-mode): Use define-derived-mode.
6160
6161 2009-09-19  Glenn Morris  <rgm@gnu.org>
6162
6163         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6164
6165 2009-09-18  Glenn Morris  <rgm@gnu.org>
6166
6167         * gnus-diary.el (gnus-diary-check-message):
6168         * message.el (message-insert-formatted-citation-line):
6169         * nnbabyl.el (top-level):
6170         * nndiary.el (nndiary-schedule):
6171         Fix typos in condition-case handlers.
6172
6173 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6176         configuration that provides the sole article window in a frame;
6177         position point correctly after deleting a part.
6178
6179 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6180
6181         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6182         (spam-resolve-registrations-routine): Use it to unregister articles
6183         that change status.
6184
6185 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6188         with XEmacs.
6189         (parse-time-string-chars): Use it.
6190
6191 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         * imap.el (imap-interactive-login): Better messages.
6194         (imap-open): Fix bug with renamed buffer on reconnect.
6195         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6196         for easier debugging and cleaner code.  On successful (guessed based on
6197         server capabilities) secondary authentication, set imap-state
6198         correctly.
6199         (imap-last-authenticator): Define imap-last-authenticator as a variable
6200         to avoid warnings.
6201
6202 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * nnrss.el (nnrss-request-article): Remove binding of
6205         default-enable-multibyte-characters that has gotten needless by
6206         the 2007-07-13 change in rfc2047-encode-message-header.
6207
6208         * mml.el (mml-insert-multipart): Error on the message header.
6209         (mml-insert-part): Error on the message header; position point at
6210         the end of a MIME tag.
6211
6212 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * time-date.el (autoload): Expand define-obsolete-function-alias into
6215         defalias and make-obsolete for old Emacsen that Gnus supports.
6216         (with-no-warnings): Define it for old Emacsen.
6217         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6218         is available.
6219         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6220         float-time is available; suppress compile warning for time-to-seconds.
6221
6222         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6223         (gnus-float-time): Alias to float-time if it exists.
6224
6225         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6226         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6227         float-time is available; suppress compile warning for time-to-seconds.
6228
6229         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6230         XEmacs.
6231
6232 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6233
6234         * imap.el (imap-message-map): Docstring fix.
6235
6236 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6237
6238         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6239         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6240         Add the optional argument `encoding' that overrides the default.
6241
6242         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6243         mm-encode-buffer.
6244
6245 2009-09-04  Glenn Morris  <rgm@gnu.org>
6246
6247         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6248         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6249         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6250         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6251         * mm-util.el (mm-with-unibyte-current-buffer)
6252         (mm-find-buffer-file-coding-system):
6253         * yenc.el (yenc-decode-region): Use default-value rather than
6254         default-enable-multibyte-characters.
6255
6256 2009-09-03  Glenn Morris  <rgm@gnu.org>
6257
6258         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6259         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6260         than default-enable-multibyte-characters.
6261
6262 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6263
6264         * gnus-art.el (gnus-article-read-summary-keys):
6265         Fix gnus-buffer-configuration's value temporarily used.
6266
6267 2009-09-02  Glenn Morris  <rgm@gnu.org>
6268
6269         * gnus-util.el (gnus-float-time): New function.
6270         * gnus-delay.el (gnus-delay-article):
6271         * gnus-sum.el (gnus-thread-latest-date):
6272         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6273         * nnspool.el (nnspool-request-newgroups):
6274         Use gnus-float-time rather than time-to-seconds.
6275         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6276
6277         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6278         (gnus-header-subject-face, gnus-header-newsgroups-face)
6279         (gnus-header-name-face, gnus-header-content-face):
6280         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6281         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6282         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6283         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6284         (gnus-cite-face-11):
6285         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6286         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6287         (gnus-server-closed-face, gnus-server-denied-face)
6288         (gnus-server-offline-face):
6289         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6290         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6291         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6292         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6293         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6294         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6295         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6296         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6297         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6298         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6299         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6300         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6301         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6302         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6303         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6304         (gnus-summary-high-undownloaded-face)
6305         (gnus-summary-low-undownloaded-face)
6306         (gnus-summary-normal-undownloaded-face)
6307         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6308         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6309         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6310         (gnus-splash-face):
6311         * message.el (message-header-to-face, message-header-cc-face)
6312         (message-header-subject-face, message-header-newsgroups-face)
6313         (message-header-other-face, message-header-name-face)
6314         (message-header-xheader-face, message-separator-face)
6315         (message-cited-text-face, message-mml-face):
6316         * sieve-mode.el (sieve-control-commands-face)
6317         (sieve-action-commands-face, sieve-test-commands-face)
6318         (sieve-tagged-arguments-face):
6319         * spam.el (spam-face):
6320         Mark face aliases with "-face" in the name as obsolete.
6321
6322 2009-09-01  Glenn Morris  <rgm@gnu.org>
6323
6324         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6325         than goto-line.
6326
6327 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6330         Don't move point if the command is invoked inside the message header.
6331
6332 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6333
6334         * imap.el (imap-send-command): Simplify.
6335         (imap-wait-for-tag): point-max -> buffer-size.
6336
6337 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6338
6339         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6340         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6341         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6342         * nnir.el (nnir-swish-e-index-file):
6343         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6344         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6345         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6346         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6347         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6348         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6349
6350 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6353         Don't save excursion.
6354
6355 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6356
6357         * nnheader.el (nnheader-find-file-noselect):
6358         * mm-util.el (mm-insert-file-contents):
6359         Use (default-value 'major-mode) instead of default-major-mode.
6360
6361 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6362
6363         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6364
6365 2009-08-26  Glenn Morris  <rgm@gnu.org>
6366
6367         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6368         than placing in files.el.
6369
6370 2009-08-25  Glenn Morris  <rgm@gnu.org>
6371
6372         * nnir.el (top-level): Don't require cl at run-time.
6373         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6374         Replace cl-function substitute with gnus-replace-in-string.
6375         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6376         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6377         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6378         simplified expansions.
6379
6380 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6381
6382         * dig.el (dig): Add autoload cookie.
6383
6384 2009-08-22  Glenn Morris  <rgm@gnu.org>
6385
6386         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6387         goto-line.
6388
6389 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6390
6391         * parse-time.el (parse-time-string-chars): Save match data.
6392
6393 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6394
6395         * parse-time.el (parse-time-string-chars): Compute using character
6396         classes, to handle non-ascii characters (Bug#3190).
6397
6398 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6401
6402         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6403         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6404         (gnus-mm-display-part, gnus-mime-display-single)
6405         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6406         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6407
6408         * gnus-sum.el
6409         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6410         (gnus-summary-move-article): Add expirable mark to articles copied or
6411         moved to group that has auto-expire turned on if the option is non-nil.
6412
6413 2009-07-24  Glenn Morris  <rgm@gnu.org>
6414
6415         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6416         Fix typo.  (Bug#3903)
6417
6418 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6421         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6422         that should not be used for draft articles.
6423         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6424         that has no concern in minor mode keys.
6425         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6426         Abolish.
6427
6428 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6429
6430         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6431         article without making inquiry to a user for unknown encoding.
6432
6433         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6434         (nnmaildir--scan): Assume i-node and device number that file-attributes
6435         returns might be cons-cell.
6436
6437         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6438
6439         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6440
6441 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6442
6443         * auth-source.el: Remove docs now in auth.texi.  Don't use
6444         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6445         `auth-source-hide-passwords' and use them.
6446
6447 2009-07-15  Glenn Morris  <rgm@gnu.org>
6448
6449         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6450
6451 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6454         excessive whitespace from the default values of title and description.
6455
6456 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6459         mail-fetch-field to fetch Content-Description header in order to
6460         exclude newlines.
6461
6462 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6463
6464         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6465         format used by GnuPG 2.0.11.
6466
6467 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6470         to deleted part.
6471
6472 2009-05-30  David Engster  <dengste@eml.cc>
6473
6474         * nnmairix.el: Remove old documentation in the commentary block.
6475         (nnmairix-request-group): Do not update active file for nnml back ends.
6476         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6477         end so that overview files are ignored.
6478         (nnmairix-update-groups): Make updating the groups more robust by using
6479         marks.
6480         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6481         with dollar characters in message-id.
6482
6483 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6484
6485         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6486         2008-12-25 in dns.el.
6487
6488 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6489
6490         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6491         could happen if the text is only composed of spaces and/or tabs.
6492
6493 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6494
6495         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6496         when sending a queued message to avoid extra mml tags.
6497
6498 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6501
6502 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6505         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6506         rmail-toggle-header for XEmacs;
6507         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6508
6509 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * gnus-dired.el: Remove autoload for gnus-setup-message.
6512         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6513         displaying Gnus logo; always use compose-mail.
6514
6515 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6518
6519 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6522         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6523         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6524         available.
6525         (gnus-nocem-epg-verify): New function.
6526
6527 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6528
6529         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6530
6531 2009-02-15  Glenn Morris  <rgm@gnu.org>
6532
6533         * gnus-util.el (rmail-insert-rmail-file-header)
6534         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6535         autoloads.
6536         (rmail-default-rmail-file): Remove unnecessary declaration.
6537         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6538
6539 2009-02-14  Glenn Morris  <rgm@gnu.org>
6540
6541         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6542         variable (only used in gnus-util, which declares it anyway).
6543         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6544         which was only needed by gnus-art (changed to not use it any more).
6545         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6546         only used in gnus-util, which autoloads it itself.
6547         (rmail-update-summary): Fix autoload.
6548
6549         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6550         rather than rmail-output-to-rmail-file.
6551
6552 2009-02-07  Glenn Morris  <rgm@gnu.org>
6553
6554         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6555         autoload of function that no longer exists.
6556         (rmail-toggle-header): Declare.
6557         (message-forward-rmail-make-body): Handle mbox Rmail.
6558
6559 2009-01-31  Glenn Morris  <rgm@gnu.org>
6560
6561         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6562         2009-01-09 change.
6563
6564 2009-01-31  Dave Love  <fx@gnu.org>
6565
6566         * imap.el (imap-fetch-safe): Bind debug-on-error.
6567         (imap-debug): Add imap-fetch-safe.
6568
6569 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6570
6571         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6572         (auth-source-forget-all-cached): New convenience function.
6573         (auth-source-user-or-password): Accept list of modes or a single mode.
6574
6575         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6576         auth-source modes.
6577
6578         * netrc.el (netrc-machine-user-or-password): Use list of
6579         auth-source modes.
6580
6581         * nnimap.el (nnimap-open-connection): Use list of
6582         auth-source modes.
6583
6584         * nntp.el (nntp-send-authinfo): Use list of
6585         auth-source modes.
6586
6587 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6588
6589         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6590         now.
6591
6592 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6595         coding system in XEmacs; add a workaround for XEmacs.
6596
6597         * lpath.el: Fbind coding-system-aliasee.
6598
6599 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6602         of current-language-environment.
6603
6604 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6605
6606         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6607         available at runtime.
6608
6609 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6612
6613 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6614
6615         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6616         the greatest positive fixnum value doesn't work under an XEmacs with
6617         bignum support; use the most-positive-fixnum constant instead,
6618         available since Emacs 21.1 with cl and XEmacs 21.1.
6619
6620 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6623         XEmacs gets not to work.
6624
6625 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * mm-util.el (mm-coding-system-priorities): Allow the value like
6628         "Japanese (UTF-8)" of current-language-environment.
6629
6630 2009-01-09  Glenn Morris  <rgm@gnu.org>
6631
6632         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6633         with last-command-event.
6634
6635 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6636
6637         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6638         in the doc string.
6639
6640         * message.el (message-fix-before-sending): Amend comment.
6641
6642 2009-01-08  Dave Love  <fx@gnu.org>
6643
6644         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6645
6646 2009-01-07  David Engster  <dengste@eml.cc>
6647
6648         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6649         simplified server definitions by converting it via
6650         gnus-server-to-method.
6651
6652 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6655         parameter's operands.
6656
6657 2009-01-06  David Engster  <dengste@eml.cc>
6658
6659         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6660         primary select method (for gnus-group-mark-article-as-read).
6661
6662 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6663
6664         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6665         `(gnus)Face', not `(gnus)X-Face'.
6666
6667 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * mm-util.el (mm-ucs-to-char): New function.
6670
6671         * mm-url.el (mm-url-decode-entities): Use it.
6672
6673         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6674         unicode-to-char.
6675
6676 2009-01-05  Dave Love  <fx@gnu.org>
6677
6678         * time-date.el: Require cl for `declare'.
6679
6680 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6681
6682         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6683         Dave Love.
6684
6685 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6686
6687         * message.el (message-fix-before-sending): Add `eight-bit' to
6688         illegible-text check.
6689
6690 2009-01-03  Michael Olson  <mwolson@gnu.org>
6691
6692         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6693         `headers' is nil.  This can occur if the IMAP server does not have
6694         permissions to read messages from a folder, but can write new messages
6695         to the folder.
6696         (nnimap-request-article-part): Do not insert `data' if it is nil.
6697
6698         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6699         characters which will confuse `read', so skip past them.
6700
6701 2009-01-01  Dave Love  <fx@gnu.org>
6702
6703         * imap.el (imap-string-to-integer): Fix typo.
6704         (imap-fetch-safe): New function.
6705         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6706
6707         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6708
6709         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6710         (imap-parse-greeting): Fix doc strings.
6711         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6712         (imap-parse-flag-list): Make messages unique.
6713         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6714
6715         * nnimap.el: Fix author email.
6716         (nnimap-split-rule): Add FIXME comment.
6717         (nnimap-debug): Fix doc string.
6718
6719 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6722
6723 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6724
6725         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6726         nslookup if resolv.conf isn't available.
6727         (dns-query): Rename from query-dns.
6728         (dns-query-cached): Rename from query-dns-cached.
6729
6730 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6733         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6734         to check if those variables exist (first appeared in Emacs 18.50).
6735
6736 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * mm-util.el (mm-line-number-at-pos): New function.
6739
6740         * spam-report.el (spam-report-process-queue): Use it.
6741
6742 2008-12-24  David Engster  <dengste@eml.cc>
6743
6744         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6745         parameters that haven't existed as variables as buffer-local variables.
6746
6747 2008-12-23  Dave Love  <fx@gnu.org>
6748
6749         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6750         cadar.
6751
6752         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6753         imap-starttls-p.
6754         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6755
6756 2008-12-22  Dave Love  <fx@gnu.org>
6757
6758         * imap.el: Fix author email.  Doc fixes.
6759         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6760         reply.
6761
6762 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6763
6764         * spam-report.el (spam-report-gmane-max-requests): New constant.
6765         (spam-report-gmane-wait): New variable.
6766         (spam-report-gmane-ham, spam-report-gmane-spam)
6767         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6768         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6769         the server.
6770
6771         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6772         Add explanations.
6773
6774         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6775         nnheader-accept-process-output and nnheader-read-timeout if available.
6776         (pop3-movemail): Use it.
6777
6778         * message.el (message-check-news-body-syntax): Fix signature check if
6779         there's an attachment.
6780
6781 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * mm-util.el: Add comments to the mm- emulating functions.
6784
6785 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6786
6787         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6788         Reported by Stephen Berman <stephen.berman@gmx.net>.
6789
6790 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6791
6792         * mm-util.el (mm-substring-no-properties): New function.
6793         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6794         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6795         (mm-string-to-multibyte): Doc fix.
6796
6797         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6798
6799 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6800
6801         * mml.el (mml-attach-file): Strip text properties from file name.
6802         (Bug#1574)
6803
6804 2008-12-16  Glenn Morris  <rgm@gnu.org>
6805
6806         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6807
6808 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6811         knows since the charset specified might be a bogus alias that
6812         mm-charset-synonym-alist provides.
6813
6814 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6817         "ISO_8859-1".
6818
6819         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6820
6821 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * mm-util.el (mm-charset-eval-alist):
6824         Define it before mm-charset-to-coding-system.
6825         (mm-charset-to-coding-system): Add optional argument `silent';
6826         define it before mm-charset-override-alist.
6827         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6828         default value if it can be used in Emacs currently running;
6829         silence mm-charset-to-coding-system.
6830
6831 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6834         `allow-override' which says whether to use `mm-charset-override-alist'.
6835         (rfc2047-decode-encoded-words): Use it.
6836
6837         * mm-util.el (mm-charset-override-alist): Fix custom type;
6838         add `(gb2312 . gbk)' to choices.
6839
6840 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6843         fast.
6844
6845         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6846
6847         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6848
6849 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6850
6851         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6852         on links.
6853
6854         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6855
6856 2008-12-03  Lute Kamstra  <lute@gnu.org>
6857
6858         * sha1.el: Remove leading * from docstrings of defcustoms,
6859         deffaces, defconsts and defuns.
6860
6861 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6864         users' addresses that don't have domain parts.
6865         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6866         rather than message-narrow-to-head since there will be the message
6867         header separator.
6868
6869 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6870
6871         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6872         since the result is inserted in a unibyte buffer anyway.
6873         (nnimap-demule-use-string-to-multibyte): Remove.
6874         (nnimap-demule): Alias it to mm-string-to-multibyte.
6875
6876 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6879         variable for debugging bug#464 and bug#1174.
6880         (nnimap-demule): Use it.
6881
6882 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6885         score calculation correctly.
6886
6887 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6888
6889         * message.el (message-send-mail): Just set the buffer to unibyte
6890         rather than use mm-with-unibyte-current-buffer which does a lot more.
6891         (message-send-mail-partially): Don't bother with
6892         mm-with-unibyte-current-buffer since it's already been made unibyte by
6893         message-send-mail.
6894
6895 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6898
6899 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6900
6901         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6902
6903 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6906         require itself and to remove `with-no-warnings'.
6907
6908 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6909
6910         * starttls.el (starttls-any-program-available): Get the name of the
6911         available TLS layer program.
6912         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6913         well as the host name in the "opening" message.
6914
6915         * auth-source.el (auth-source-cache, auth-source-do-cache)
6916         (auth-source-user-or-password): Cache passwords and logins by default,
6917         allow override with `auth-source-do-cache'.
6918         (auth-source-forget-user-or-password): Allow users to remove cache
6919         entries if needed.
6920
6921 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6922
6923         * md4.el (md4-buffer): Fix typo in docstring.
6924         (md4, md4-64): Doc fixes.
6925         (md4-pack-int32): Reflow docstring.
6926
6927 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6928
6929         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6930         condition-case to only the forward-sexp call.
6931
6932 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6933
6934         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6935         quotes contained.  Make it more robust regardless by an extra
6936         condition-case wrapper.
6937
6938 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6941
6942 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * nnml.el (nnml-request-expire-articles): Check if the function set to
6945         `nnmail-expiry-target' returns the symbol `delete'.
6946
6947         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6948
6949         * nnmail.el (nnmail-expiry-target): Fix custom type.
6950
6951 2008-10-02  Glenn Morris  <rgm@gnu.org>
6952
6953         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6954         Silence compiler warning.
6955
6956 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6957
6958         * tls.el (open-tls-stream): Show the actual command being
6959         executed, instead of the format string.
6960
6961 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * lpath.el: Fbind codepage-setup for Emacs 23.
6964
6965 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6966
6967         * mml.el (mml-menu): Don't assume mml2015 is bound.
6968
6969 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6972         exists.
6973
6974 2008-09-27  Glenn Morris  <rgm@gnu.org>
6975
6976         * gnus-util.el (mail-header-remove-comments): Autoload it.
6977
6978 2008-09-27  Andreas Schwab  <schwab@suse.de>
6979
6980         * gnus-util.el (gnus-split-references): Strip comments.
6981         (gnus-parent-id): Likewise.
6982
6983 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * message.el (message-confirm-send): Fix version.
6986
6987 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * message.el (message-idna-to-ascii-rhs-1): Use
6990         mail-extract-address-components rather than mail-header-parse-addresses
6991         that is an alias by default to ietf-drums-parse-addresses that does not
6992         support non-ASCII names in headers' contents.
6993
6994 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * message.el (message-confirm-send): Fix variable documentation to
6997         avoid the "y/n" wording.
6998
6999 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7000
7001         * message.el (message-set-auto-save-file-name): Save to a different
7002         filename so multiple messages (especially drafts) can be recovered.
7003
7004 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7005
7006         * message.el (message-confirm-send): Add appropriate version.
7007
7008 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7009
7010         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7011         defvar.
7012
7013 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7014
7015         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7016         (mm-pkcs7-enveloped-magic): Ditto.
7017
7018 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7019
7020         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7021         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7022
7023 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7024
7025         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7026         default, it's better.
7027
7028 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7029
7030         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7031         summary line gnus-number property and ignore them (with a warning
7032         message).
7033
7034 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7037         macro caddr in the interactive form since it won't be expanded.
7038
7039 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7042         `charset'; fix name of function called recursively.
7043         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7044
7045 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7048         (gnus-mime-set-charset-parameters): New function.
7049         (gnus-mime-view-part-as-charset): Use it to correctly display part
7050         specifying wrong charset.
7051
7052 2008-09-08  David Engster  <dengste@eml.cc>
7053
7054         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7055         in completing-read for back end server.
7056
7057 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7058
7059         * message.el (message-confirm-send): New variable to confirm sending a
7060         message.
7061         (message-send): Use it.
7062
7063 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7064
7065         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7066
7067 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7070
7071 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7072
7073         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7074         prevent tracking too many groups.
7075         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7076         Use it.
7077
7078 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7079
7080         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7081         moving point to the bottom of the window in order to avoid recentering.
7082
7083 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7086
7087         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7088         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7089         (gnus-article-beginning-of-window): Fix calculation.
7090
7091 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus-msg.el (gnus-summary-supersede-article)
7094         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7095         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7096         message header.
7097
7098 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7099
7100         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7101         pending output coming after the status change.
7102
7103 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7104
7105         * message.el:
7106         * gnus-start.el:
7107         * gnus-registry.el: Remove VMS support.
7108
7109 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7112         macro.
7113         (rfc2104-hash): Use it.
7114
7115 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7118         (gnus-summary-sort-by-most-recent-date): New commands.
7119         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7120         and menu entries.
7121
7122 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7125         don't redisplay article for raw contents; remove plural articles stuff.
7126
7127         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7128         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7129         on gnus-summary-save-article; display results properly.
7130
7131 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * lpath.el: No need to fbind ns-focus-frame.
7134
7135 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7138
7139 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * gnus-art.el (gnus-summary-save-in-pipe):
7142         Consider gnus-save-all-headers.
7143
7144 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7145
7146         * gnus-util.el (ns-focus-frame): Remove declaration.
7147         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7148         like x.
7149
7150 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7151
7152         * rfc2104.el (rfc2104-zero): Delete defconst.
7153         (rfc2104-hex-alist): Likewise.
7154         (rfc2104-hex-to-int): Delete func.
7155         (rfc2104-hexstring-to-bitstring): Likewise.
7156         (rfc2104-nybbles): New defconst.
7157         (rfc2104-hash): Rewrite for speed.
7158
7159 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * tls.el (open-tls-stream): Make it work with the 2nd argument
7162         BUFFER that is a string but does not exist as a buffer object, as
7163         mentioned in the doc-string.
7164
7165 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7168         SXEmacs.
7169
7170 2008-07-16  Glenn Morris  <rgm@gnu.org>
7171
7172         * gnus-util.el (ns-focus-frame): Declare for compiler.
7173
7174 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7177         set as a group parameter.
7178         (gnus-summary-save-in-pipe): Work when it is called independently.
7179         (gnus-summary-pipe-to-muttprint): Don't modify
7180         gnus-summary-pipe-output-default-command.
7181
7182 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7183
7184         * message.el (message-send-mail-with-sendmail):
7185         Display the error message.
7186
7187 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7188
7189         * gnus-art.el (gnus-default-article-saver):
7190         Add gnus-summary-save-in-pipe to choices.
7191         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7192         gnus-summary-pipe-output-default-command as the default command.
7193         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7194         instead of gnus-last-shell-command.
7195
7196         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7197         New user option.
7198         (gnus-summary-muttprint-program): Mention the value will be changed.
7199         (gnus-summary-save-article): Force showing of all headers.
7200         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7201
7202 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7203
7204         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7205
7206 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7207
7208         * nnimap.el (nnimap-id):
7209         * sieve-manage.el (sieve-manage-open): Doc fixes.
7210
7211 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7212
7213         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7214         if available.
7215
7216 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7217
7218         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7219
7220         * nnkiboze.el (nnkiboze-generate-group):
7221         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7222
7223         * nnmairix.el: Require CL.
7224
7225 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * dgnushack.el: Autoload get-display-table and put-display-table for
7228         XEmacs 21.5.
7229
7230         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7231         21.4 and SXEmacs.
7232
7233 2008-06-15  David Engster  <dengste@eml.cc>
7234
7235         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7236
7237 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7238
7239         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7240         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7241         runtime choice under XEmacs.
7242
7243         * gnus-sum.el (gnus-summary-set-display-table):
7244         Use `gnus-put-display-table', `gnus-get-display-table',
7245         `gnus-set-display-table' for the display table, instead of `aset'.
7246
7247         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7248         Use `gnus-put-display-table', `gnus-get-display-table',
7249         `gnus-set-display-table' for the display table.
7250
7251 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7252
7253         * nnmairix.el: Add autoloads.
7254
7255 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7256
7257         * nnmairix.el (nnmairix-delete-recreate-group)
7258         (nnmairix-update-and-clear-marks): Fix error messages.
7259
7260 2008-06-14  David Engster  <dengste@eml.cc>
7261
7262         * nnmairix.el: Upgrade to version 0.6.
7263         (nnmairix-group-toggle-propmarks-this-group)
7264         (nnmairix-group-toggle-readmarks-this-group)
7265         (nnmairix-group-delete-recreate-this-group)
7266         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7267         (nnmairix-remove-tick-mark-original-article): New commands.
7268         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7269         (nnmairix-propagate-marks-to-nnmairix-groups)
7270         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7271         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7272         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7273         functions needed for marks propagation and manipulation of read marks.
7274         (nnmairix-update-groups): New function.
7275         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7276         (nnmairix-determine-original-group-from-registry)
7277         (nnmairix-determine-original-group-from-path)
7278         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7279         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7280         New helper functions.
7281         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7282         keystrokes for new commands.
7283         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7284         (nnmairix-request-group): Check allow-fast group parameter.
7285         (nnmairix-request-create-group): Set allow-fast group parameter if
7286         nnmairix-allowfast-default is set.
7287         (nnmairix-close-group): Propagate marks upon closing if needed.
7288         (nnmairix-group-toggle-threads-this-group): Use new.
7289         nnmairix-group-toggle-parameter helper function.
7290         (nnmairix-search): Better check for empty search result.
7291         (nnmairix-goto-original-article): Use new helper functions for
7292         determining original article.
7293         (nnmairix-show-original-article): Make sure message-id is in brackets.
7294         (nnmairix-call-mairix-binary): Change variable name.
7295         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7296         helper function.
7297         (nnmairix-widget-toggle-activate): Fix doc string.
7298
7299 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * nnir.el: Require edmacro when compiling with XEmacs.
7302         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7303         available in Emacs 21.
7304
7305 2008-06-11  Glenn Morris  <rgm@gnu.org>
7306
7307         * gnus-util.el (x-focus-frame):
7308         * gnus.el (image-size):
7309         * mm-decode.el (image-size): Declare.
7310
7311         * gnus-picon.el (declare-function): Add compat definition.
7312         (image-size): Declare.
7313
7314         * gnus-group.el (tool-bar-map):
7315         * gnus-sum.el (tool-bar-map): Define for compiler.
7316
7317         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7318
7319         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7320
7321         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7322         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7323         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7324         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7325         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7326         * sieve-manage.el, spam-report.el, spam.el:
7327         Remove unnecessary eval-and-compile of autoloads.
7328
7329 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7330
7331         * auth-source.el: Precise Tramp doc.
7332
7333 2008-06-07  Glenn Morris  <rgm@gnu.org>
7334
7335         * nnmairix.el: Remove unnecessary eval-when-compile.
7336
7337 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * lpath.el: Fbind propertize for XEmacs 21.4.
7340
7341 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * nnir.el: Move here from ../contrib.
7344
7345 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7346
7347         * gnus-util.el (gnus-read-shell-command): New function.
7348         * mm-decode.el (mm-pipe-part):
7349         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7350
7351 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7354
7355 2008-06-03  Glenn Morris  <rgm@gnu.org>
7356
7357         * pop3.el (nnheader-accept-process-output): Autoload it.
7358
7359 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7362         are not 2-digit hexadecimal characters that follow `%'s.
7363
7364 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * message.el (message-bogus-recipient-p): Fix type in doc string.
7367         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7368         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7369         Improve custom options.
7370         (message-bogus-recipient-p): Adjust accordingly.
7371
7372 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7373
7374         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7375         long-form month and day names.
7376
7377 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * dgnushack.el: Autoload debug, eudc-expand-inline and
7380         pgg-snarf-keys-region for XEmacs.
7381
7382         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7383
7384         * nnmairix.el: Require edmacro when compiling with XEmacs.
7385
7386 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7389         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7390
7391 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7392
7393         * auth-source.el: Add more docs.
7394
7395         * netrc.el (netrc-machine): Always match if the port is not given.
7396
7397 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7400         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7401         retrieval faster in some cases, but might make CPU usage larger.
7402         If this has any bad side effects, we might revert this change.
7403
7404         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7405         seems to make mail retrieval much, much faster.
7406         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7407         unconditionally.
7408
7409         * gnus-draft.el (gnus-group-send-queue):
7410         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7411
7412 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7415
7416         * message.el (message-bogus-address-regexp): Fix and improve custom
7417         type.
7418         (message-setup-hook): Add message-check-recipients as custom option.
7419
7420 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7421
7422         * message.el (message-cite-function): Remove bogus autoload which crept
7423         in during merge from v5-10.
7424
7425 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7426
7427         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7428
7429         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7430
7431         * auth-source.el: Preliminary Tramp docs.
7432         (auth-sources): Change the default auth-sources to use
7433         EPA .gpg files.
7434
7435 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7436
7437         * nntp.el: Autoload `auth-source-user-or-password'.
7438         (nntp-send-authinfo): Use it.
7439
7440         * nnimap.el: Autoload `auth-source-user-or-password'.
7441         (nnimap-open-connection): Use it.
7442
7443         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7444         for the gnus-message function.
7445         (auth-source-user-or-password): Use it.
7446
7447 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7448
7449         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7450         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7451         (rfc2104-hash): Use it.
7452
7453 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7454
7455         * gnus-art.el (gnus-article-toggle-truncate-lines):
7456         Don't use `iff' in docstring.
7457
7458 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7459
7460         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7461
7462         * gnus-util.el (gnus-extract-address-component-name)
7463         (gnus-extract-address-component-email): Convenience functions around
7464         `gnus-extract-address-components'.
7465
7466         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7467         Use `gnus-extract-address-component-email' to fix bug of comparing full
7468         sender name to `user-mail-address'.
7469
7470 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7471
7472         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7473         catch/throw to optimize.
7474         (gnus-registry-find-keywords): Just use member to find a keyword.
7475
7476 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7477
7478         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7479         is current before calling gnus-server-prepare.
7480         (gnus-server-setup-buffer, gnus-server-update-server)
7481         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7482
7483 2008-05-04  Juri Linkov  <juri@jurta.org>
7484
7485         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7486         (mailcap-file-default-commands): Use mailcap-replace-in-string
7487         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7488         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7489
7490 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7491
7492         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7493
7494 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7495
7496         * gnus.el: Bump version to 0.11.
7497
7498 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7499
7500         * gnus.el: No Gnus v0.10 is released.
7501
7502 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7505         hooks.
7506         (gnus-update-read-articles): Speed up non-marks-using users.
7507         (gnus-use-marks): Define gnus-use-marks.
7508         (gnus-propagate-marks): Rename variable to something more sensible.
7509
7510 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7511
7512         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7513         (gmm-image-load-path-for-library): Fix typos in docstrings.
7514         (gmm-message): Reflow docstring.
7515
7516 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7517
7518         * mail-source.el (mail-source-set-1, mail-source-bind):
7519         Move auth-source code out of the macro to clean it up and fix bugs.
7520
7521 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7522
7523         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7524         by sender if it's equal to user-mail-address, it's likely to be
7525         useless.
7526
7527         * mail-source.el (mail-source-bind): Don't use user or password if they
7528         are not bound.  Unintern them if they are nil.  Don't use server unless
7529         it's bound, and default it to empty string otherwise.
7530
7531 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7532
7533         * mail-source.el: Load auth-source.el.
7534         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7535         get user name or password, if auth-sources is set up.
7536
7537         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7538         strategy of splitting with parent.
7539         (gnus-registry-split-fancy-with-parent)
7540         (gnus-registry-post-process-groups): Use it and fix prior
7541         bug (returning a list as the split result).
7542
7543         * auth-source.el (auth-sources): Remove server parameter.
7544         (auth-source-pick, auth-source-user-or-password)
7545         (auth-source-user-or-password-imap)
7546         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7547         (auth-source-user-or-password-sftp)
7548         (auth-source-user-or-password-smtp): Remove server parameter.
7549
7550 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7551
7552         * smime.el (smime-sign-region, smime-encrypt-region)
7553         (smime-decrypt-region):
7554         Remove redundant calls to `generate-new-buffer-name'.
7555
7556 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7557
7558         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7559         Don't use QP for message/rfc822.
7560         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7561
7562 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7563
7564         * sieve-manage.el (sieve-string-bytes): Remove.
7565         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7566         correct byte-length only if the process's coding-system is the same as
7567         the one used internally by Emacs to represent strings.
7568
7569 2008-04-22  Juri Linkov  <juri@jurta.org>
7570
7571         * mailcap.el (mailcap-file-default-commands): New function.
7572
7573 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * message.el (message-signature-separator, message-cite-function):
7576         Change custom version.
7577
7578 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7579
7580         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7581         commands.
7582         (tls-checktrust): Ditto.
7583
7584 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7585
7586         * mm-decode.el (mm-display-external): Make temp file read-only.
7587
7588 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7591         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7592         `C-c C-f d'.
7593
7594 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7595
7596         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7597
7598 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * gnus.el: Bump version to 0.9.
7601
7602 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * gnus.el: No Gnus v0.8 is released.
7605
7606 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7607
7608         * mail-source.el (mail-source-value):
7609         Prefer fboundp to functionp so it works with macros as well.
7610
7611 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7612
7613         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7614         Fix last change in case the element is not even a symbol.
7615
7616 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7617
7618         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7619         Prefer fboundp to functionp so it works with macros as well.
7620
7621 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7622
7623         * auth-source.el: Add docs.
7624         (auth-sources): Modify format to support server.
7625         (auth-source-pick, auth-source-user-or-password)
7626         (auth-source-user-or-password-imap)
7627         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7628         (auth-source-user-or-password-sftp)
7629         (auth-source-user-or-password-smtp): Add server parameter.
7630
7631 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7632
7633         * gnus-registry.el: Initialize the registry when gnus-registry-install
7634         is t.
7635
7636 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * compface.el (uncompface): Make buffer unibyte.
7639
7640 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7641
7642         * mail-source.el (mail-source-value):
7643         Prefer fboundp to functionp so it works with macros as well.
7644
7645 2008-04-05  Glenn Morris  <rgm@gnu.org>
7646
7647         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7648
7649 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7650
7651         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7652         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7653
7654         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7655         multibyteness after rather than before erasing it.
7656
7657         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7658         mm-with-multibyte.
7659         (gnus-request-article-this-buffer): Make sure the proper decoding is
7660         used if gnus-original-article-buffer happens to be unibyte.
7661
7662         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7663         default-enable-multibyte-characters.
7664
7665         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7666         default-enable-multibyte-characters.
7667
7668         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7669
7670         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7671
7672 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7673
7674         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7675         Fix last change in case the element is not even a symbol.
7676
7677 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7678
7679         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7680         (imap-message-copyuid-1): Use it.
7681         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7682         J. Williams in
7683         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7684
7685         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7686         imap-enable-exchange-bug-workaround.
7687         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7688
7689 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7690
7691         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7692         a 100 byte status-checks into a 2-3MB transfer for each group.
7693         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7694         to enable bug workaround or not.
7695         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7696
7697 2008-03-31  Glenn Morris  <rgm@gnu.org>
7698
7699         * message.el (mml2015-use): Declare for compiler.
7700         (message-info): Require mml2015 when appropriate.
7701
7702 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7705         whitespace.
7706
7707 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7708
7709         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7710         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7711         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7712         (nntp-service-to-port): New function.
7713         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7714         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7715         (nntp-open-netcat-stream): New function.
7716         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7717
7718 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7719
7720         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7721
7722 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7723
7724         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7725
7726 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7727
7728         * dns.el (dns-write): Use set-buffer-multibyte.
7729
7730 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7731
7732         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7733
7734 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7735
7736         * message.el (message-signature-separator): Change default.
7737         Improve custom type.
7738         (message-cite-function): Change default to
7739         message-cite-original-without-signature.
7740
7741         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7742         toggle.
7743
7744         * message.el (message-check-news-body-syntax): Fix signature check.
7745         (message-setup-1): Mark buffer as unmodified _after_ running
7746         message-setup-hook and handling message-alternative-emails.
7747         (message-shorten-references): Be more strict when building list of
7748         valid references to comply with GNKSA.
7749
7750         * gnus-group.el (gnus-read-ephemeral-bug-group)
7751         (gnus-read-ephemeral-debian-bug-group)
7752         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7753
7754         * message.el (message-info): Don't use booleanp which isn't supported
7755         in Emacs 21 and XEmacs.
7756
7757 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7760         gnus-group-gmane-group-download-format.
7761         (gnus-group-read-ephemeral-gmane-group): Rename from
7762         gnus-group-read-ephemeral-gmane-group.
7763         (gnus-read-ephemeral-gmane-group-url): Rename from
7764         gnus-group-read-ephemeral-gmane-group-url.
7765         (gnus-bug-group-download-format-alist): New variable.
7766         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7767         (gnus-read-ephemeral-emacs-bug-group): New commands.
7768
7769 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7772         (gnus-visible-headers): Improve custom type.
7773
7774 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * mml.el (mml-menu): Add workarounds for XEmacs.
7777
7778         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7779         X-Boundary header.
7780
7781         * message.el (message-simplify-recipients): Fix previous commit.
7782
7783 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7784
7785         * mm-util.el (mm-set-buffer-multibyte): New function.
7786         * mm-decode.el (mm-copy-to-buffer): Use it.
7787
7788         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7789         Prefer fboundp to functionp so it works with macros as well.
7790
7791 2008-03-19  Glenn Morris  <rgm@gnu.org>
7792
7793         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7794         Accidentally removed in the sync process with Emacs.
7795
7796 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7797
7798         * message.el (message-alter-recipients-discard-bogus-full-name):
7799         New function.
7800         (message-alter-recipients-function): New variable.
7801         (message-get-reply-headers): Use it.
7802         (message-replace-header): New helper function.
7803         (message-recipients-without-full-name): New variable.
7804         (message-simplify-recipients): New command.
7805
7806         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7807
7808         * message.el (message-info): Handle EasyPG manual.
7809
7810         * mml.el (mml-menu): Add entry for EasyPG.
7811
7812 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7813
7814         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7815         parameter.
7816
7817         * message.el (message-disassociate-draft): Specify drafts group name
7818         fully.
7819
7820 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7821
7822         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7823         Eliminate unnecessary duplicates from the match list.
7824
7825 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7828
7829         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7830
7831         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7832         args of `how-many' of which the XEmacs version doesn't take; declare
7833         Info-index-next as function.
7834
7835 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * gnus-score.el (gnus-score-headers): Fix handling of
7838         gnus-inhibit-slow-scoring.
7839
7840         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7841         string.
7842         (gnus-button-url-regexp): Improve handling of parenthesis.
7843         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7844         (gnus-button-handle-info-keystrokes): Handle index entries.
7845
7846 2008-03-15  Glenn Morris  <rgm@gnu.org>
7847
7848         * parse-time.el (parse-time-string): Simplify.
7849
7850 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7853         Incoming* files.
7854
7855 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7856
7857         * auth-source.el (auth-sources): Rename from auth-source-choices.
7858         (auth-source-pick): Use it.
7859
7860 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7861
7862         * binhex.el (binhex-decode-region-internal):
7863         * uudecode.el (uudecode-decode-region-internal):
7864         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7865         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7866         setting default-enable-multibyte-characters.
7867
7868 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7869
7870         * auth-source.el (auth-source-protocols)
7871         (auth-source-protocols-customize, auth-source-choices): Add and
7872         modified variable customizations and defaults.
7873         (auth-source-pick, auth-source-user-or-password)
7874         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7875         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7876         (auth-source-user-or-password-sftp)
7877         (auth-source-user-or-password-smtp): Use new variables and provide an
7878         interface to netrc.el.
7879
7880 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7883         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7884         Make sure the nntp port to specify is a string.
7885
7886 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7887
7888         * nntp.el: Use with-current-buffer.
7889         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7890         dubious mm-with-unibyte-current-buffer.
7891         (nntp-with-open-group-function): New function extracted from
7892         nntp-with-open-group macro.
7893         (nntp-with-open-group): Use the function, so it's easier to debug.
7894         Add indentation and debugging info.
7895         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7896         Recommend the use of the netcat alternatives.
7897
7898         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7899         Avoid mm-string-as-multibyte as well.
7900
7901         * nnweb.el (nnweb-insert-html):
7902         Remove use of nnheader-string-as-multibyte.
7903
7904         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7905         (nnheader-string-as-multibyte): Remove.
7906
7907         * mm-view.el: Use inhibit-read-only.
7908         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7909         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7910         or unibyte-string.
7911
7912         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7913         (mm-uu-yenc-extract): Use with-current-buffer.
7914
7915         * gnus-soup.el (gnus-soup-send-packet): Don't use
7916         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7917
7918         * nnmh.el: Use with-current-buffer.
7919         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7920         mm-string-as-multibyte on the output of mm-encode-coding-string.
7921
7922         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7923         (nnimap-request-move-article): Use with-current-buffer.
7924
7925         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7926         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7927         conversion uses string-make-unibyte rather than string-as-unibyte.
7928
7929         * gnus-msg.el: Use with-current-buffer.
7930
7931         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7932
7933 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7934
7935         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7936         string for caching if it is 'PIN.
7937
7938 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * lpath.el: Consider the case without Emacs/W3.
7941
7942 2008-03-08  Glenn Morris  <rgm@gnu.org>
7943
7944         * time-date.el (date-to-time, time-subtract, time-add)
7945         (safe-date-to-time): Doc fixes.
7946
7947 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * mail-source.el (mail-source-delete-old-incoming-confirm):
7950         Change default to nil.
7951         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7952
7953 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * lpath.el: Rearrange.
7956
7957         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7958         (gnus-article-goto-prev-page): Work for articles having ^L's.
7959
7960         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7961
7962         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7963
7964 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7965
7966         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7967         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7968         (gnus-bookmark-jump): Adjust some variable names.
7969
7970 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7971
7972         * auth-source.el: New package.
7973         (auth-source-choices): Add customization entry point variable.
7974
7975         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7976         bug.
7977
7978 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7979
7980         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7981         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7982         (gnus-registry-install-shortcuts): Rename from
7983         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7984         the `gnus-registry-mark-map' keymap dynamically from
7985         `gnus-registry-marks'.  The generated functions update the summary line
7986         when a registry mark is added or deleted, and will call
7987         `gnus-registry-install-p' (see the comments in the code).
7988         (gnus-registry-user-format-function-M): Use concat intelligently.
7989
7990         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7991         the registry mark functions.
7992
7993 2008-03-05  Glenn Morris  <rgm@gnu.org>
7994
7995         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7996         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7997         gnus-art.
7998         (top-level): No need to load own source when compiling.
7999
8000 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8001
8002         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8003         Suggested by <chris.anderton@zetnet.co.uk>.
8004
8005 2008-03-04  Glenn Morris  <rgm@gnu.org>
8006
8007         * gnus-sum.el (top-level): No need to require gnus when compiling,
8008         since unconditionally required near start of file.
8009         (gnus-summary-display-while-building): Move definition before use.
8010
8011 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8012
8013         * gnus-registry.el (gnus-registry-user-format-function-M):
8014         Add formatting function.
8015
8016 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8017
8018         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8019         with plists.
8020         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8021         Use new format.
8022
8023 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8026         `where-is-internal' that returns a range of key sequences.
8027
8028 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8029
8030         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8031
8032         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8033         (gnus-summary-jump-to-group): Consider windows on other displayed
8034         frames as well.  Similar changes might be needed elsewhere, but that's
8035         the one I've bumped into during my use.
8036
8037         * nndoc.el (nndoc-oe-dbx-type-p):
8038         * gnus-msg.el (gnus-debug):
8039         * gnus-group.el (gnus-update-group-mark-positions):
8040         Use mm-string-to-multibyte.
8041
8042 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8045         doesn't handle NotDashEscaped.
8046
8047         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8048         (mml-dnd-attach-options): Fix typo in custom choice.
8049
8050         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8051         Change nndoc-article-type to mbox.
8052         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8053
8054         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8055         to nil, instead of html2text.
8056
8057         * imap.el (imap-debug): Add `imap-ping-server'.
8058
8059         * gnus-bookmark.el: Add FIXMEs.
8060
8061         * message.el (message-form-letter-separator)
8062         (message-send-form-letter-delay): New variables.
8063         (message-send-form-letter): Use them.  New command to send form
8064         letters.  Requested by Uwe Siart.
8065         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8066
8067 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * Update copyright years.
8070
8071 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         Sync from EMACS_22_BASE.
8074
8075         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8076
8077 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8078
8079         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8080         empty author.
8081
8082 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8083
8084         * gnus-registry.el (gnus-registry-marks): Add variable for
8085         customization of marks and their appearance.
8086         (gnus-registry-read-mark): Use it.
8087         (gnus-registry-do-marks): Add utility function to loop through
8088         `gnus-registry-marks'.
8089         (gnus-registry-install-shortcuts-and-menus): Add function to install
8090         shortcuts and menus.
8091         (gnus-registry-initialize): Use it.
8092         (gnus-registry-default-mark): Clarify documentation.
8093
8094 2008-02-29  Glenn Morris  <rgm@gnu.org>
8095
8096         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8097         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8098         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8099         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8100         Change defcustom :version from 23.0 to 23.1.
8101
8102 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8103
8104         * gnus-registry.el (gnus-registry-follow-group-p)
8105         (gnus-registry-post-process-groups): Add functions to aid registry
8106         splitting and improve logging.  Clarify behavior in function
8107         documentation.
8108         (gnus-registry-split-fancy-with-parent): Use them.
8109
8110 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8111
8112         * gnus-art.el: Use with-current-buffer.
8113
8114 2008-02-27  David Engster  <dengste@eml.cc>
8115
8116         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8117         Express real group name in the response.
8118
8119 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8122         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8123         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8124         autoload gnus-registry-fetch-group when compiling.
8125         (nnmairix-request-group-with-article-number-correction):
8126         Remove unreferenced argument passed to nnmairix-call-backend.
8127
8128 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8129
8130         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8131         (mm-uu-extract): Improve face for low color ttys.
8132         Reported by Sascha Wilde.
8133
8134 2008-02-27  Glenn Morris  <rgm@gnu.org>
8135
8136         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8137         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8138         variables to defconsts.  Convert comments to doc-strings.
8139         (nnmairix-last-server, nnmairix-current-server): Convert from free
8140         variables to defvars.  Convert comments to doc-strings.
8141         (gnus-registry-fetch-group): Autoload.
8142         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8143         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8144         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8145         caddr.
8146         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8147         nnmairix-request-group-with-article-number-correction call.
8148         (nnmairix-fast, nnmairix-group): New, less general names, for free
8149         variables passed from nnmairix-request-group to
8150         nnmairix-request-group-with-article-number-correction.  Declare.
8151         (nnmairix-request-group-with-article-number-correction):
8152         Use nnmairix-fast, nnmairix-group rather than fast, group.
8153
8154 2008-02-26  David Engster  <dengste@eml.cc>
8155
8156         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8157         version 0.5.
8158
8159 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8160
8161         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8162         instead of making an extra function call.  Don't add the current group
8163         to articles only when they have the group.  Use
8164         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8165         Reported by David <de_bb@arcor.de>.
8166
8167 2008-02-24  Miles Bader  <miles@gnu.org>
8168
8169         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8170         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8171         (mm-find-mime-charset-region):
8172         * mm-bodies.el (mm-encode-body):
8173         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8174
8175 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8178         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8179
8180 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * mail-source.el (mail-source-delete-incoming): Change default.
8183         Supplement doc string.
8184
8185         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8186
8187 2008-02-14  Glenn Morris  <rgm@gnu.org>
8188
8189         * time-date.el (format-seconds): New function.
8190
8191 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * nnmail.el (nnmail-message-id-cache-file): Derive from
8194         `gnus-home-directory'.
8195
8196 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8199         Document negative prefix.
8200
8201         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8202
8203 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * message.el (message-unsent-separator): Add the Exim bounce
8206         separator.
8207
8208 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8209
8210         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8211         list.
8212         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8213         recipient/signer list.
8214
8215 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * Makefile.in (datarootdir): Define.
8218         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8219         name that might contain whitespace.
8220
8221 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8224         fbound (Emacs 23 unicode), signal an error.
8225
8226 2008-02-08  Glenn Morris  <rgm@gnu.org>
8227
8228         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8229
8230 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8231
8232         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8233         ports to the calls to `netrc-machine-user-or-password' in addition to
8234         "imap" and "imaps".
8235
8236 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8237
8238         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8239
8240         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8241
8242 2008-02-01  Kenichi Handa  <handa@m17n.org>
8243
8244         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8245         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8246         (rfc2104-hash): Convert the result of concat to unibyte string.
8247
8248 2008-02-01  Dave Love  <fx@gnu.org>
8249
8250         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8251         coding-system-for-read.
8252         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8253
8254 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8255
8256         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8257         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8258         <hanche@math.ntnu.no>.
8259
8260 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8263
8264         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8265
8266 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8267
8268         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8269         * message.el (message-beginning-of-line): Use featurep instead of bound
8270         tests in order to resolve conditionals at compile time.
8271
8272 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8273
8274         * mail-source.el (mail-sources): Add `group' choice.
8275
8276         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8277         parameter `in-group' to control into which group the articles go.
8278         Add treatment of `group' mail-source.
8279
8280 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8281
8282         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8283
8284         * mm-decode.el (mm-dissect-buffer): Decode description.
8285
8286         * mml.el (mml-to-mime): Encode message header first.
8287
8288 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8291         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8292
8293         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8294         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8295
8296 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8297
8298         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8299
8300 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8303         prefix keys.
8304         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8305         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8306         gnus-xmas.el.
8307
8308         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8309         (gnus-xmas-article-describe-bindings): New function.
8310         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8311         gnus-xmas-article-describe-bindings.
8312
8313         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8314
8315 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8316
8317         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8318         Add new variables for article mark management.
8319         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8320         list of extra data entries which, when present, will indicate that the
8321         article ID should not be trimmed from the registry.
8322         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8323         functions.
8324         (gnus-registry-read-mark): New function to read a mark name from the
8325         user.
8326         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8327         (gnus-registry-set-article-mark-internal): New functions to add and
8328         remove marks.
8329         (gnus-registry-get-article-marks): New function to show the marks for
8330         an article, or retrieve them for further use.
8331
8332 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8335         keys when no argument is given.
8336
8337 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * imap.el (imap-ping-server): New variable.
8340         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8341         (imap-ping-server): Minor doc string fixes.
8342
8343 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8344
8345         * imap.el (imap-ping-server): New function.
8346         (imap-opened): Call imap-ping-server.
8347
8348 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * gnus-sum.el (gnus-article-sort-by-random)
8351         (gnus-thread-sort-by-random): Fix doc strings.
8352         Reported by jidanni@jidanni.org.
8353
8354 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * gnus-art.el (gnus-article-describe-bindings): New function.
8357         (gnus-article-read-summary-keys): Use it.
8358         (gnus-article-mode-map): Bind `C-h b' to it.
8359
8360 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8363         XEmacs.
8364         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8365         Protect against non-character events.
8366
8367         * lpath.el: Fbind map-keymap for Emacs 21.
8368
8369 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8372         New command.
8373         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8374         instead of END.  Change name of the temp file.
8375         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8376         customizable.
8377
8378 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8381         bind `S W' to gnus-article-wide-reply-with-original; set default
8382         binding to gnus-article-read-summary-send-keys.
8383         (gnus-article-read-summary-keys): Fix the order of keys; display
8384         continuation keys correctly in the echo area; describe bindings
8385         correctly when keys end with `C-h'.
8386         (gnus-article-read-summary-send-keys): New function.
8387         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8388         Work for gnus-article-read-summary-send-keys; display continuation keys
8389         correctly in the echo area.
8390         (gnus-article-reply-with-original): Ignore prefix argument.
8391         (gnus-article-wide-reply-with-original): New function.
8392
8393         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8394         Emacs 21.
8395
8396 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8399         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8400
8401 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8404         (gnus-group-read-ephemeral-gmane-group): New command.
8405
8406 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8407
8408         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8409
8410 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8411
8412         * message.el (message-send-mail-function): Increase custom version.
8413
8414         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8415         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8416
8417 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8418
8419         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8420         for the cases where imap-authenticate is called with a nil buffer
8421         parameter.
8422
8423 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8426         html parts correctly; support forwarded messages.
8427         (gnus-article-browse-html-article): Remove work buffers.
8428
8429         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8430         compiling.
8431         (netrc-bound-and-true-p): New macro.
8432         (netrc-parse): Use it instead of bound-and-true-p that is not available
8433         in XEmacs 21.4.
8434
8435 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8436
8437         * gnus-registry.el (gnus-registry-mark-article)
8438         (gnus-registry-article-marks): Add functionality to mark articles
8439         through the Gnus registry.
8440
8441         * encrypt.el: Clarify documentation for the new pgg method.
8442         (encrypt-file-alist): Add PGG option.
8443         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8444         functionality.  Abstract password key and messaging to external
8445         functions.
8446         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8447         (encrypt-message-method-and-cipher): Add new convenience external
8448         functions.
8449         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8450         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8451
8452         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8453         (netrc-parse): Use encrypt-file-alist to determine if
8454         encrypt-find-model or encrypt-insert-file-contents should be used.
8455
8456         * encrypt.el: Clarify documentation.  Load password-cache or
8457         password, whichever one is found first, instead of autoloading.
8458
8459 2007-12-19  Glenn Morris  <rgm@gnu.org>
8460
8461         * mml.el (message-options-set, message-narrow-to-head)
8462         (message-in-body-p, message-mail-p, message-encode-message-body):
8463         Autoload.
8464         (message-remove-header, message-narrow-to-headers-or-head)
8465         (message-subscribed-p, message-make-mail-followup-to)
8466         (message-position-on-field, message-news-p)
8467         (message-options-set-recipient, message-generate-headers)
8468         (message-sort-headers): Declare as functions.
8469
8470 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8473         convention in doc string.
8474
8475 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8478         title to html parts.
8479         (gnus-article-browse-html-article): Pass message header to it.
8480
8481         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8482
8483 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8486         or password compatible with XEmacs.
8487
8488 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8491         format document.
8492         (gnus-mime-delete-part): Don't write description line if empty.
8493         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8494
8495 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8496
8497         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8498         (gnus-summary-mark-read-and-unread-as-read)
8499         (gnus-summary-mark-current-read-and-unread-as-read)
8500         (gnus-summary-mark-unread-as-ticked): Doc fix.
8501         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8502
8503 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8506         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8507
8508 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8511         yes-or-no-p.
8512
8513 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * mm-decode.el (mm-add-meta-html-tag): New function.
8516         (mm-save-part-to-file, mm-pipe-part): Use it.
8517
8518         * gnus-art.el (gnus-article-browse-delete-temp-files):
8519         Use gnus-y-or-n-p instead of y-or-n-p.
8520         (gnus-article-browse-html-parts): Work with message/external-body; use
8521         mm-add-meta-html-tag.
8522
8523 2007-12-11  Glenn Morris  <rgm@gnu.org>
8524
8525         * gnus-cache.el: Require gnus-sum not just when compiling.
8526
8527         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8528
8529         * gnus-int.el (gnus-server-opened, gnus-status-message):
8530         Move definitions before use.
8531
8532         * mm-decode.el: Require gnus-util.
8533         (mm-remove-part): Only call delete-annotation on XEmacs.
8534
8535         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8536
8537         * nnmail.el: Require gnus-int.
8538
8539         * spam.el: Move `require's before `eval-when-compile's.
8540
8541         * gnus-ems.el (gnus-alive-p):
8542         * gnus-fun.el (message-goto-eoh):
8543         * gnus-util.el (gnus-group-name-decode):
8544         * mail-source.el (gnus-compress-sequence):
8545         * message.el (Info-goto-node, format-spec):
8546         * mm-bodies.el (message-options-get):
8547         * mm-decode.el (mm-view-pkcs7):
8548         * mm-util.el (gmm-write-region):
8549         * mml-smime.el (mml-compute-boundary)
8550         (gnus-completing-read-with-default):
8551         * mml.el (widget-button-press, gnus-make-hashtable):
8552         * mml1991.el (mm-decode-content-transfer-encoding)
8553         (mm-encode-content-transfer-encoding)
8554         (message-options-get, message-options-set):
8555         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8556         * nnfolder.el (gnus-request-group):
8557         * nnheader.el (ietf-drums-unfold-fws):
8558         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8559         * smime.el (gnus-run-mode-hooks):
8560         * spam-stat.el (gnus-message): Autoload.
8561
8562         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8563         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8564         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8565         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8566         Add declare-function compatibility definition.
8567
8568         * gnus-cache.el (nnvirtual-find-group-art):
8569         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8570         (gnus-add-image, gnus-add-wash-type):
8571         * gnus-group.el (nnkiboze-score-file):
8572         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8573         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8574         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8575         (message-tokenize-header, gnus-get-buffer-create)
8576         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8577         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8578         * gnus.el (gnus-group-decoded-name):
8579         * mail-source.el (imap-capability):
8580         * mm-bodies.el (message-options-set):
8581         * mm-decode.el (gnus-configure-windows):
8582         * mm-extern.el (message-goto-body):
8583         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8584         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8585         (epg-sub-key-validity, message-options-set):
8586         * mml.el (widget-event-point, gnus-configure-windows):
8587         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8588         * mml2015.el (epg-check-configuration, epg-configuration)
8589         (message-options-set):
8590         * nndb.el (nndb-request-article):
8591         * nnfolder.el (gnus-request-create-group):
8592         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8593         * nnmaildir.el (gnus-group-mark-article-read):
8594         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8595         * rfc1843.el (message-fetch-field):
8596         * spam.el (gnus-extract-address-components):
8597         Declare as functions.
8598
8599 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8602
8603         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8604
8605         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8606         bind show-trailing-whitespace for XEmacs.
8607
8608 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8611         new no-op macro for backward compatibility.
8612
8613         * imap.el (imap-string-to-integer): New function.
8614
8615 2007-12-09  Glenn Morris  <rgm@gnu.org>
8616
8617         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8618
8619         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8620         * message.el, mm-view.el, sieve-manage.el, smime.el:
8621         Add declare-function compatibility definition.
8622
8623         * gnus-art.el (w3-region, w3m-region, Info-menu):
8624         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8625         * gnus-sum.el (gnus-get-predicate):
8626         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8627         * message.el (mail-abbrev-in-expansion-header-p):
8628         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8629         (w3m-detect-meta-charset, w3m-region):
8630         * sieve-manage.el (password-read, password-cache-add)
8631         (password-cache-remove):
8632         * smime.el (password-read-and-add): Declare as functions.
8633
8634 2007-12-08  David Kastrup  <dak@gnu.org>
8635
8636         * gnus-sum.el (gnus-summary-simplify-subject-query):
8637         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8638         `message'.
8639
8640 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8643         it to bind idna-program, installation-directory, defined-colors, and
8644         face-attribute for XEmacs of the version that compiles defcustom forms.
8645
8646 2007-12-07  Glenn Morris  <rgm@gnu.org>
8647
8648         * gnus-art.el (article-make-date-line): Revert previous change.
8649
8650 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8653
8654 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8655
8656         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8657         Call gnus-add-to-range ranges only once with a prepared article-list.
8658
8659 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8660
8661         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8662         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8663         group names with backslashes.
8664         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8665
8666 2007-12-06  Deepak Goel  <deego3@gmail.com>
8667
8668         * gnus-art.el (article-make-date-line):
8669         * gnus-start.el (gnus-load):
8670         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8671
8672 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * gnus-art.el (gnus-use-idna)
8675         * gnus-start.el (gnus-site-init-file)
8676         * message.el (message-use-idna)
8677         * mm-uu.el (mm-uu-hide-markers)
8678         * smiley.el (smiley-style): Revert changes that suppress warnings.
8679
8680 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8683         specify charset to html source.
8684         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8685
8686 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8689         idna-program in order to suppress byte compile warning issued by XEmacs
8690         that came to byte compile the default value section of defcustom forms
8691         recently.
8692
8693         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8694         value of installation-directory.
8695
8696         * message.el (message-use-idna): Don't directly refer to the value of
8697         idna-program.
8698
8699         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8700
8701         * smiley.el (smiley-style): Don't directly call face-attribute.
8702
8703 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8706
8707         * gnus-dired.el: Reduce Gnus dependencies.
8708         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8709         Don't require.  Use autoloads instead.
8710         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8711         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8712         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8713         (gnus-dired-mode): Adjust doc string.
8714         (gnus-dired-mail-mode): New variable.
8715         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8716         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8717         (gnus-dired-mail-buffers): New function.  Return mail or message
8718         composition buffers.
8719         (gnus-dired-attach): Use it.
8720         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8721         NO-DECODE.
8722         (gnus-dired-print): Use `gnus-print-buffer' depending on
8723         `gnus-dired-mail-mode'.
8724
8725 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * rfc2047.el (rfc2047-encoded-word-regexp)
8728         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8729         explaining what regexp patterns are for.
8730
8731 2007-12-04  Glenn Morris  <rgm@gnu.org>
8732
8733         * password.el: Move to password-cache.el.
8734
8735         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8736         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8737         * mml-smime.el (password-read, password-cache-add)
8738         (password-cache-remove):
8739         No need to autoload, since mml-sec requires password.
8740
8741         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8742         * message.el (gnus-extract-address-components):
8743         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8744
8745         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8746         password.
8747
8748 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * mailcap.el: Reduce dependencies.
8751         (mail-header-parse-content-type): Autoload.
8752         (mailcap-delete-duplicates): New alias.
8753         (mailcap-mime-info): Add optional argument NO-DECODE.
8754         (mailcap-mime-types): Use mailcap-delete-duplicates.
8755
8756         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8757
8758 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8759
8760         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8761         (imap-parse-status): Upcase status-att for servers that sends them
8762         lower-case (e.g., MS Exchange 2007).
8763
8764 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8765
8766         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8767         function.
8768
8769         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8770         (gnus-uu-yenc-article): New function.
8771
8772         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8773
8774         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8775
8776 2007-12-02  Glenn Morris  <rgm@gnu.org>
8777
8778         * binhex.el (binhex): New custom group.
8779         (binhex-decoder-program, binhex-decoder-switches)
8780         (binhex-use-external): Move to the binhex custom group.
8781
8782         * uudecode.el (uudecode): New custom group.
8783         (uudecode-decoder-program, uudecode-decoder-switches)
8784         (uudecode-use-external): Move to the uudecode custom group.
8785
8786         * netrc.el (top-level): Don't load `encrypt' features.
8787         (netrc-parse): Don't use encrypt.
8788         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8789
8790         * encrypt.el: Remove file.
8791
8792 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8795         matches on patches.
8796
8797         * gnus-art.el (gnus-article-browse-html-article):
8798         Mention `mm-text-html-renderer' in the doc string.
8799
8800         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8801         string.  Add comments.
8802
8803         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8804         if rhs is ASCII.
8805
8806 2007-12-01  Glenn Morris  <rgm@gnu.org>
8807
8808         * mail-source.el (top-level): Require format-spec before
8809         eval-when-compile.
8810
8811 2007-11-30  Glenn Morris  <rgm@gnu.org>
8812
8813         * encrypt.el: Require password, rather than autoloading password-read.
8814
8815 2007-11-29  Glenn Morris  <rgm@gnu.org>
8816
8817         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8818         (sasl-make-client, sasl-next-step, sasl-step-data)
8819         (sasl-step-set-data): Declare as functions.
8820
8821 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8822
8823         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8824
8825 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8826
8827         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8828         certs should be verified and what is to be done in the event of a
8829         verification failure.
8830
8831         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8832         caller can indicate whether the cache should be disregarded for this
8833         call.  This way the result of the call is reproducible at all times and
8834         can be considered a canonical server name for the supplied method.
8835         (gnus-agent-method-p): Canonicalize server names by pushing their
8836         method through `gnus-method-to-server' using the no-cache argument.
8837
8838         * gnus-srvr.el (gnus-server-insert-server-line):
8839         Call `gnus-method-to-server' with `no-cache' argument.
8840
8841         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8842         gnus-agent-possibly-synchronize-flags as this should be called when the
8843         server is actually being opened.
8844         (gnus-agent-possibly-synchronize-flags)
8845         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8846         flags file of an agentized server to the latter function.
8847
8848         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8849         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8850         after a connection has been established successfully.
8851
8852 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-art.el (article-display-face): Force to display face if called
8855         interactively; check if gnus-article-x-face-too-ugly matches author.
8856         (article-display-x-face): Display face even if From header is missing
8857         as article-display-face does.
8858
8859 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8860
8861         * hashcash.el (message-narrow-to-headers-or-head)
8862         (message-fetch-field, message-goto-eoh)
8863         (message-narrow-to-headers): Declare as functions.
8864
8865 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8866
8867         * mail-source.el (mail-sources): Default to fetch from file for
8868         compatibility with default of nnmail-spool-file.
8869
8870 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8873         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8874         to look for encoded word that should be encoded again.
8875         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8876         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8877         encoding pattern.
8878         (rfc2047-decode-region): Switch strict regexp and loose one according
8879         to rfc2047-allow-irregular-q-encoded-words.
8880
8881 2007-11-25  Romain Francoise  <romain@orebokech.com>
8882
8883         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8884
8885 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * tls.el (tls-program): Provide more custom choices from
8888         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8889         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8890
8891 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8894         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8895
8896         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8897         `nnmail-spool-file'.
8898
8899         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8900         `nnmail-spool-file'.
8901
8902         * gnus-move.el (gnus-change-server): Ditto.
8903
8904         * gnus-kill.el (gnus-batch-score): Ditto.
8905
8906         * gnus-cache.el (gnus-jog-cache): Ditto.
8907
8908         * gnus-msg.el (gnus-summary-reply):
8909         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8910
8911 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8914         version.  Minor improvement to doc strings.
8915         (tls-program): Add comment.
8916
8917 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8918
8919         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8920         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8921         mismatch between the hostname provided in the certificate and the name
8922         of the host connnecting to.
8923         (open-tls-stream): Use them.  Check certificates against trusted root
8924         certificates.
8925
8926 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8927
8928         * gnus-cache.el (gnus-cache-generate-nov-databases):
8929         Use nnml-generate-nov-databases-directory instead of
8930         nnml-generate-nov-databases-1.
8931
8932 2007-11-24  Glenn Morris  <rgm@gnu.org>
8933
8934         * message.el (message-tool-bar-retro): Update for rename
8935         mail_send.xpm->mail-send.xpm.
8936
8937 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8938
8939         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8940         `smime-ldap-search' for Emacs 22 and up.
8941
8942 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8943
8944         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8945
8946         * message.el (message-send-mail-function): Fix error convention.
8947         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8948         (message-widen-reply, message-send-mail, message-talkative-question)
8949         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8950         (message-clone-locals, message-send-news): Use with-current-buffer.
8951         (message-insert-or-toggle-importance): Remove unused var `valid'.
8952         (message-make-references): Remove unused var `new-references'.
8953         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8954
8955 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8956
8957         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8958         (spam-split-symbolic-return-positive): Reflow docstring.
8959         (spam-backends, spam-summary-exit-behavior)
8960         (spam-mark-ham-unread-before-move-from-spam-group)
8961         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8962         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8963         (spam-clear-cache, spam-backend-check, spam-install-backend)
8964         (spam-install-statistical-backend, spam-list-of-processors)
8965         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8966         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8967         (spam-check-crm114, spam-initialize, spam-unload-hook):
8968         Fix typos in docstrings.
8969
8970 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8973         been checked if they have never been read and those group levels are
8974         higher than the one that a user specified.
8975
8976 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8977
8978         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8979         foreign groups unless a group level is specified by a user.
8980         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8981
8982 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8983
8984         * message.el (message-send-mail-function): Require sendmail.
8985
8986 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * message.el (message-send-mail-function): Check for smtpmail too.
8989
8990         * utf7.el (utf7-encode, utf7-decode): Use coding system
8991         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8992
8993         * message.el (message-send-mail-function): New function.
8994         (message-send-mail-function): Set default using
8995         message-send-mail-function.  Adjust doc string.
8996         (message-send-mail-with-mailclient): New function.
8997
8998 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8999
9000         * smime.el (from):
9001         * rfc2047.el (message-posting-charset):
9002         * qp.el (mm-use-ultra-safe-encoding):
9003         * pop3.el (parse-time-months):
9004         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9005         * nnml.el (files):
9006         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9007         (jka-compr-compression-info-list, ange-ftp-path-format)
9008         (efs-path-regexp):
9009         * nndiary.el (files):
9010         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9011         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9012         (epg-digest-algorithm-alist, inhibit-redisplay)
9013         (password-cache-expiry):
9014         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9015         (pgg-output-buffer, password-cache-expiry):
9016         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9017         (efs-path-regexp):
9018         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9019         (inhibit-redisplay):
9020         * mm-uu.el (file-name, start-point, end-point, entry)
9021         (gnus-newsgroup-name, gnus-newsgroup-charset):
9022         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9023         (latin-unity-ucs-list):
9024         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9025         (mm-uu-binhex-decode-function):
9026         * message.el (gnus-message-group-art, gnus-list-identifiers)
9027         (rmail-enable-mime-composing, gnus-local-organization)
9028         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9029         (gnus-read-active-file, facemenu-add-face-function)
9030         (facemenu-remove-face-function, gnus-article-decoded-p)
9031         (tool-bar-mode):
9032         * mail-source.el (display-time-mail-function):
9033         * gnus-util.el (nnmail-pathname-coding-system)
9034         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9035         (gnus-original-article-buffer, gnus-user-agent)
9036         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9037         (xemacs-codename, sxemacs-codename, emacs-program-version):
9038         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9039         * gnus-start.el (gnus-agent-covered-methods)
9040         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9041         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9042         (gnus-newsgroup-headers, gnus-group-list-mode)
9043         (gnus-group-mark-positions, gnus-newsgroup-data)
9044         (gnus-newsgroup-unreads, nnoo-state-alist)
9045         (gnus-current-select-method, mail-sources)
9046         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9047         (nnmail-spool-file, gnus-cache-active-hashtb):
9048         * gnus-mh.el (mh-lib-progs):
9049         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9050         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9051         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9052         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9053         (gnus-group-buffer):
9054         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9055         (font-lock-set-defaults):
9056         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9057         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9058         (gnus-summary-post-menu, total-parts, type, condition, length):
9059         * gnus-agent.el (gnus-agent-read-agentview):
9060         * flow-fill.el (show-trailing-whitespace):
9061         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9062         eval-and-compile wrappers for byte compiler pacifiers.
9063
9064         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9065         (mm-display-inline-fontify): Check for featurep 'xemacs not
9066         extent-list.
9067
9068         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9069         itimer-list.
9070         (mm-create-image-xemacs): Only do something for XEmacs.
9071         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9072
9073         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9074
9075         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9076         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9077
9078 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9079
9080         * nnimap.el (nnimap-split-download-body):
9081         * gnus-demon.el (gnus-demon):
9082         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9083
9084 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9087         New macros.
9088         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9089         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9090         copy data from unibyte buffer to multibyte current buffer.
9091         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9092         to copy data from unibyte current buffer to multibyte buffer.
9093         (nntp-make-process-buffer): Make process buffer unibyte.
9094
9095         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9096
9097 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9098
9099         * pop3.el (pop3-open-server): Accept and process data more robustly at
9100         connexion start to avoid spurious "POP SSL connexion failed" errors.
9101
9102 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9103
9104         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9105         read group names.
9106
9107 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9110
9111 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9114         (nnmail-save-active): Use a unibyte buffer when saving active file,
9115         which may contain non-ASCII group names.
9116
9117         * nnml.el (nnml-request-group): Decode group names in messages.
9118
9119 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9120
9121         * message.el (message-citation-line-function)
9122         (message-insert-formatted-citation-line): Fix spelling of
9123         `message-insert-formated-citation-line'.
9124
9125 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9128
9129 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9132         nnmail-pathname-coding-system.
9133
9134         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9135         that a user enters; decode group names in messages.
9136
9137         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9138
9139 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9142
9143         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9144
9145         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9146         risky local variable.
9147
9148         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9149
9150 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9151
9152         * encrypt.el: Improve documentation to fix function name typo.
9153         Reported by Daiki Ueno <ueno@unixuser.org>.
9154
9155 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9158         even if the point is not in the last page of an article.
9159         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9160         back to the previous page.
9161
9162 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9163
9164         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9165
9166 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9169
9170 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9171
9172         * message.el (message-check-news-body-syntax):
9173         Avoid mm-string-as-multibyte.
9174         (message-hide-headers): Don't assume (point-min)==1.
9175
9176 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * message.el (message-remove-blank-cited-lines): Fix if remove is
9179         given.
9180         (message-bogus-address-regexp): New variable.
9181         (message-bogus-recipient-p): New function.
9182         (message-check-recipients): New command.
9183         (message-syntax-checks): Add `bogus-recipient'.
9184         (message-fix-before-sending): Add `bogus-recipient'.
9185
9186         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9187         (gnus-treat-body-boundary): Don't test window-system.
9188
9189 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9190
9191         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9192
9193 2007-10-28  Miles Bader  <miles@gnu.org>
9194
9195         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9196         at compile-time too.
9197
9198 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * gnus-msg.el (gnus-message-setup-hook):
9201         Add `message-remove-blank-cited-lines' to options.
9202
9203 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * message.el (message-remove-blank-cited-lines): New function.
9206         Suggested by Karl Plästerer.
9207
9208 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9211         mapc.
9212
9213         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9214         (top-level): Use mapc to set functions to be traced for debugging.
9215
9216         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9217         called for effect with while loop.
9218
9219         * message.el (message-talkative-question): Replace mapcar called for
9220         effect with mapc.
9221
9222         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9223         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9224         called for effect with dolist.
9225
9226         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9227
9228         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9229         gnus-extra-headers and nnmail-extra-headers.
9230
9231         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9232         called for effect with dolist.
9233         (top-level): Use mapc to set functions to be traced for debugging.
9234
9235         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9236         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9237         dolist.
9238
9239         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9240         Replace mapcar called for effect with mapc.
9241         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9242         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9243         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9244         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9245
9246         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9247         remove-if that's a cl function.
9248
9249         * webmail.el (webmail-debug): Replace mapcar called for effect with
9250         dolist.
9251
9252         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9253         with mapc.
9254
9255 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9258         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9259         with while loop.
9260
9261         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9262         functions from article-* functions.
9263         (gnus-multi-decode-header): Replace mapcar called for effect with
9264         dolist.
9265
9266         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9267         (gnus-bookmark-show-details): Replace mapcar called for effect with
9268         while loop.
9269
9270         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9271         called for effect with while loop.
9272
9273         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9274         with dolist.
9275
9276         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9277         Replace mapcar called for effect with dolist.
9278
9279         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9280
9281         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9282         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9283         Replace mapcar called for effect with dolist.
9284         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9285         mapc.
9286
9287         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9288         Replace mapcar called for effect with dolist.
9289         (gnus-topic-list): Replace mapcar called for effect with mapc.
9290
9291         * gnus.el: Use mapc instead of mapcar to add autoloads.
9292
9293 2007-10-23  Richard Stallman  <rms@gnu.org>
9294
9295         * gnus-group.el (gnus-group-highlight): Mark as risky.
9296
9297 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * gnus.el (gnus-server-to-method): Return method found first in
9300         gnus-newsrc-alist.
9301
9302         * gnus-art.el (gnus-article-highlight-signature)
9303         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9304         button overlay without the front stickiness.
9305
9306 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9307
9308         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9309         overview buffer needed a catch to receive its throw.
9310         (gnus-agent-flush-cache): Declare as interactive to make this function
9311         easier to use.
9312
9313 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9316         `next-line'.
9317
9318 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9321         exclude address matching message-dont-reply-to-names.
9322
9323 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-util.el (gnus-string<): New function.
9326
9327         * gnus-sum.el (gnus-article-sort-by-author)
9328         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9329
9330 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9333         the frame-focus tag is set in gnus-buffer-configuration.
9334
9335 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9338         the front stickiness.
9339
9340 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9343         url pattern; remove duplicate one.
9344         (gnus-article-extend-url-button): New function.
9345         (gnus-article-add-buttons): Use it.
9346         (gnus-button-push): Use concatenated url that it makes.
9347
9348 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9349
9350         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9351
9352 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9353
9354         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9355         Don't hardcode point-min==1.
9356
9357 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9360         Fix comment about "iso8859-1".
9361
9362 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9363
9364         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9365         ones returned from the verify-function.
9366
9367         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9368         Call mml2015-extract-cleartext-signature if extraction failed.
9369
9370 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9371
9372         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9373         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9374         failed.
9375
9376 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9379
9380 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9383         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9384         recommends to use EasyPG instead of PGG.
9385
9386         * pgg.el: Revert to revision 6.23.2.16.
9387
9388         * pgg-def.el: Revert to revision 6.6.2.14.
9389
9390         * pgg-gpg.el: Revert to revision 6.23.2.34.
9391
9392 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9393
9394         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9395         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9396         thread for both the null and zero (kill/expire thread) universal prefix
9397         cases.
9398         (gnus-summary-expire-thread): Add new function to expire a thread,
9399         using gnus-summary-kill-thread.
9400         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9401         shortcuts for gnus-summary-expire-thread.
9402         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9403         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9404
9405 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9406
9407         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9408         extras value, so an extras entry can be deleted.
9409         (gnus-registry-delete-extra-entry): Use it.
9410         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9411         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9412         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9413         storage through the gnus-registry, and provide an appropriate API for
9414         it.
9415
9416 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9419         Suggested by Leo <sdl.web@gmail.com>.
9420
9421         * gnus.el: Do.
9422
9423 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9426         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9427
9428         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9429
9430         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9431         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9432
9433 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9434
9435         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9436         newline.
9437         (nnmbox-request-accept-article): Don't change article in source buffer;
9438         narrow to header to use message-fetch-field rather than
9439         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9440         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9441         as delimiters; make sure article ends with newline.
9442         (nnmbox-delete-mail): Correct last position of article to be deleted;
9443         ignore X-Gnus-Newsgroup header in article body.
9444         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9445         positions; make sure article ends with newline.
9446
9447         * message.el (message-display-abbrev): Don't infloop when a user
9448         inserts SPC in the beginning of header.
9449
9450         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9451         coding-system-for-read and coding-system-for-write for XEmacs having no
9452         file-coding feature.
9453
9454         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9455
9456 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9457
9458         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9459         list of groups not followed by default.  Fix type to be regexp.
9460         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9461
9462 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9463
9464         * hmac-def.el (define-hmac-function): Switch from old-style to
9465         new-style backquotes.
9466
9467         * md4.el (md4-make-step): Likewise.
9468
9469 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9472         raw-text coding system when saving .newsrc file, which may contain
9473         non-ASCII group names.
9474
9475 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-cus.el (gnus-score-extra): New widget.
9478         (gnus-score-extra-convert): New function.
9479         (gnus-score-customize): Use it for Extra.
9480
9481 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9482
9483         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9484         (mml2015-mailcrypt-clear-verify): Use it.
9485         (mml2015-gpg-clear-verify): Use it.
9486         (mml2015-pgg-clear-verify): Use it.
9487         (mml2015-epg-clear-verify): Replace the current part with the output
9488         from GnuPG; don't extract the plaintext by itself.
9489
9490         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9491         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9492         mml2015-clear-verify-function; don't touch the armor headers or
9493         dash-escaped text here.
9494
9495 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9498         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9499         parts, or application/octet-stream as a last resort.
9500         (gnus-mime-view-part-as-type): Don't toggle display.
9501         (gnus-mime-view-part-as-charset): Don't turn off display before
9502         querying charset.
9503
9504         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9505         stuff to undisplayer function in Emacs.
9506         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9507
9508         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9509         text/calendar parts.
9510
9511 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9514         decoding text/calendar parts.
9515
9516         * message.el (message-forward-make-body-mime): Always mark body as
9517         having no illegible text; remove signed-or-encrypted argument.
9518         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9519
9520         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9521         (mml-generate-mime-1): Don't encode body if it is specified to be in
9522         raw form; don't make buffer be unibyte when inserting multibyte string.
9523
9524 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9525
9526         * sha1.el: Fix up comment style.
9527         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9528         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9529
9530         * hex-util.el: Fix up comment style.
9531         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9532
9533         * gnus-salt.el: Use with-current-buffer.
9534         (gnus-pick-setup-message): Fix long-standing typo.
9535
9536 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * imap.el (imap-logout-timeout): New variable.
9539         (imap-logout, imap-logout-wait): New functions.
9540         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9541
9542         * nnimap.el (nnimap-logout-timeout): New server variable.
9543         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9544         nnimap-logout-timeout.
9545
9546         * gnus-art.el (gnus-article-summary-command-nosave)
9547         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9548
9549 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus.el (gnus-maximum-newsgroup): New variable.
9552
9553         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9554         according to gnus-maximum-newsgroup.
9555
9556         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9557         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9558         Limit the range of articles according to gnus-maximum-newsgroup.
9559
9560 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9561
9562         * gnus-art.el (gnus-sticky-article): Fix problems described in
9563         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9564         Don't perform gnus-configure-windows here; reuse existing sticky
9565         article buffer.
9566
9567         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9568         it doesn't exist in gnus-article-mode.
9569
9570 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9573         (gnus-agent-decoded-group-name): New function.
9574         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9575         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9576
9577 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9578
9579         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9580         Add binding for gnus-sticky-article.
9581         (gnus-summary-exit): Don't kill sticky article buffers.
9582
9583         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9584         article buffer.
9585         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9586         (gnus-kill-sticky-article-buffers): New commands.
9587
9588 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * nntp.el (nntp-xref-number-is-evil): New server variable.
9591         (nntp-find-group-and-number): If it is non-nil, don't trust article
9592         numbers in the Xref header.
9593
9594 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-agent.el (gnus-agent-read-group): New function.
9597         (gnus-agent-flush-group, gnus-agent-expire-group)
9598         (gnus-agent-regenerate-group): Use it.
9599         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9600         nnmail-pathname-coding-system.
9601
9602 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9605
9606         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9607         that are unread as unread, and also as selected so that information of
9608         marks having been changed by a user may be updated when exiting group.
9609
9610 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9613
9614 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9617         calculated ignoring signature parts to gnus-treat-article.
9618
9619 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9622         a point here in order to keep the window start.
9623         (gnus-insert-mime-security-button): Make a button overlay without the
9624         front stickiness.
9625         (gnus-mime-display-security): Goto the end of a button.
9626
9627         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9628
9629 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9632         group-name-at-point.
9633         (gnus-group-completing-read): New function that offers decoded
9634         non-ASCII group names for completion.
9635         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9636         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9637         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9638         (gnus-group-fetch-control): Use it.
9639         (gnus-fetch-group): Use group-name-at-point for the initial value
9640         rather than the default value; use gnus-alive-p.
9641
9642         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9643         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9644         (gnus-summary-post-news): Use gnus-group-completing-read.
9645
9646         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9647         (gnus-read-move-group-name): Decode group name for completion.
9648
9649 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9650
9651         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9652         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9653         Yamaoka slightly modified the code).
9654
9655 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9658         (nnmail-split-incoming): Bind it.
9659
9660         * nnml.el (nnml-group-name-charset): New function.
9661         (nnml-decoded-group-name): Use it; don't decode group name if
9662         nnmail-group-names-not-encoded-p is non-nil.
9663         (nnml-encoded-group-name): New function.
9664         (nnml-group-pathname): Inline nnml-decoded-group-name.
9665         (nnml-request-expire-articles): Decode group name in message.
9666         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9667         nnmail-pathname-coding-system.
9668         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9669         not decoded ones according to nnmail-group-names-not-encoded-p.
9670         (nnml-generate-active-info): Use nnml-encoded-group-name.
9671
9672 2007-08-08  Glenn Morris  <rgm@gnu.org>
9673
9674         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9675         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9676         doc-strings and comments.
9677
9678 2007-07-25  Glenn Morris  <rgm@gnu.org>
9679
9680         * Relicense all FSF files to GPLv3 or later.
9681
9682 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * gnus-sum.el (gnus-summary-move-article):
9685         Make gnus-summary-respool-article work.
9686
9687 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9690         string.
9691
9692 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9693
9694         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9695         that should be ignored when comparing distant RSS articles with local
9696         ones.
9697         (nnrss-make-hash-index): New function.  Create a hash index according
9698         to the ignored fields.
9699         (nnrss-check-group): Use it.
9700
9701 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9704
9705         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9706
9707         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9708         the new optional argument ENCODED is non-nil.
9709         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9710         coding system for encoding group name.
9711         (gnus-group-make-rss-group): Pass un-encoded group name to
9712         gnus-group-make-group.
9713         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9714         encoded.
9715
9716         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9717         Encode group name to which articles are moved or copied.
9718         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9719         coding system for encoding Newsgroup, Followup-To and Xref headers.
9720
9721         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9722         marks; use nnheader-file-coding-system to write a file.
9723         (nnagent-retrieve-headers): Bind file-name-coding-system to
9724         nnmail-pathname-coding-system.
9725
9726         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9727
9728         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9729         (nnml-request-article, nnml-request-create-group)
9730         (nnml-request-rename-group, nnml-find-id)
9731         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9732         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9733         (nnml-save-marks): Use nnml-group-pathname instead of
9734         nnmail-group-pathname.
9735
9736         (nnml-request-create-group, nnml-request-expire-articles)
9737         (nnml-request-move-article, nnml-request-delete-group)
9738         (nnml-deletable-article-p, nnml-possibly-create-directory)
9739         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9740         (nnml-open-marks): Bind file-name-coding-system to
9741         nnmail-pathname-coding-system.
9742
9743         (nnml-request-article): Pass server argument to nnml-find-group-number.
9744         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9745         Pass server argument to nnml-possibly-create-directory.
9746         (nnml-request-accept-article): Pass server argument to
9747         nnml-active-number and nnml-save-mail.
9748         (nnml-find-group-number): Pass server argument to nnml-find-id.
9749         (nnml-request-update-info): Pass server argument to
9750         nnml-marks-changed-p.
9751
9752         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9753         (nnml-save-mail, nnml-active-number): Add server argument.
9754
9755         (nnml-request-delete-group): Warn if group is missing.
9756         (nnml-get-nov-buffer): Decode group name.
9757         (nnml-generate-active-info): Encode group name.
9758         (nnml-open-marks): Decode group name in messages.
9759
9760 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9763         if it is not specified.
9764         (gnus-article-pipe-part, gnus-article-save-part)
9765         (gnus-article-interactively-view-part, gnus-article-copy-part)
9766         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9767         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9768         (gnus-article-replace-part, gnus-article-delete-part)
9769         (gnus-article-view-part-as-type): Pass raw prefix argument to
9770         gnus-article-part-wrapper.
9771
9772 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-agent.el (gnus-agent-save-active):
9775         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9776
9777         * gnus-cache.el (gnus-cache-save-buffers)
9778         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9779         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9780         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9781         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9782         (gnus-cache-generate-active, gnus-cache-rename-group)
9783         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9784         (gnus-cache-update-overview-total-fetched-for):
9785         Bind file-name-coding-system to nnmail-pathname-coding-system.
9786         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9787         New variables.
9788         (gnus-cache-decoded-group-name): New function.
9789         (gnus-cache-file-name): Use it.
9790         (gnus-cache-generate-active): Use non-decoded group name for active.
9791
9792         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9793         right place.
9794         (gnus-write-active-file): Don't break non-ASCII group names.
9795
9796         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9797         nnmail-pathname-coding-system.
9798
9799         * lpath.el: Bind default-file-name-coding-system,
9800         file-name-coding-system and language-info-alist for XEmacs.
9801
9802         * gnus-uu.el (gnus-uu-decode-save): Typo.
9803
9804 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9807
9808 2007-07-14  David Kastrup  <dak@gnu.org>
9809
9810         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9811         finishing actions if we did not edit the article.
9812
9813 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9816         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9817         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9818         (gnus-agent-flush-group, gnus-agent-flush-cache)
9819         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9820         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9821         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9822         (gnus-agent-regenerate-group)
9823         (gnus-agent-update-files-total-fetched-for)
9824         (gnus-agent-update-view-total-fetched-for):
9825         Bind file-name-coding-system to nnmail-pathname-coding-system.
9826         (gnus-agent-group-pathname): Don't encode file names by
9827         nnmail-pathname-coding-system.
9828         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9829         coding-system-for-write instead of buffer-file-coding-system to
9830         gnus-agent-file-coding-system.
9831
9832         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9833         Decode group name.
9834
9835         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9836
9837         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9838         (gnus-read-newsrc-el-file): Make group names unibyte.
9839
9840         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9841         nnmail-pathname-coding-system.
9842
9843         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9844         (nnrss-request-delete-group): Bind file-name-coding-system to
9845         nnmail-pathname-coding-system.
9846         (nnrss-read-server-data, nnrss-read-group-data):
9847         Bind file-name-coding-system correctly.
9848         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9849
9850         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9851         (nntp-server-to-method-cache): New variable.
9852         (nntp-group-pathname): New function that decodes non-ASCII group names.
9853         (nntp-possibly-create-directory, nntp-marks-changed-p)
9854         (nntp-save-marks, nntp-open-marks): Use it.
9855         (nntp-possibly-create-directory, nntp-open-marks):
9856         Bind file-name-coding-system to nnmail-pathname-coding-system.
9857         (nntp-open-marks): Decode group names when bootstrapping marks.
9858
9859         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9860         Newsgroups and Folowup-To headers.
9861
9862 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9865         (gnus-server-closed-face, gnus-server-denied-face)
9866         (gnus-server-offline-face): Remove variable.
9867         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9868
9869         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9870         of modifying message-stack directly for XEmacs.
9871
9872         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9873         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9874         if the coding-system argument is nil for XEmacs.
9875
9876         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9877         mm-charset-override-alist.
9878
9879         * rfc2047.el: Don't require base64; require rfc2045 for the function
9880         rfc2045-encode-string.
9881         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9882         to quote the parameter value.
9883
9884 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9887         form in gnus-group-name-charset-method-alist.
9888
9889         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9890         overrides the default layout edit-form.
9891
9892         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9893
9894         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9895
9896 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9899         as unfetched articles.
9900
9901 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9902
9903         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9904
9905 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9908         original back end that keeps marks in the local system.
9909
9910 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9913         arg of pop-to-buffer for XEmacs.
9914         (gnus-article-read-summary-keys): Ditto; don't restore window
9915         configuration if summary command ends up with neither article buffer
9916         nor summary buffer; describe bindings if summary keys end with C-h.
9917
9918 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * message.el (message-fix-before-sending): Skip raw message part to be
9921         forwarded while checking illegible text.
9922         (message-forward-make-body-mime, message-forward-make-body):
9923         Mark signed or encrypted raw message as having no illegible text.
9924
9925 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9928         (gnus-message-with-timestamp-1): New macro.
9929         (gnus-message-with-timestamp): New function.
9930         (gnus-message): Use them.
9931
9932         * nnheader.el (nnheader-message): Use them.
9933
9934 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9937         .newsrc.eld file.
9938
9939 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-agent.el (gnus-agent-fetch-headers)
9942         (gnus-agent-retrieve-headers):
9943         Bind gnus-decode-encoded-address-function to identity.
9944
9945         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9946         available also when the server returns simply a dot.
9947
9948         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9949
9950 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9953
9954 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * gnus-ems.el (gnus-x-splash): Make it work.
9957
9958         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9959         from being used.
9960
9961         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9962
9963 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9966         4th and the 5th arguments.
9967
9968         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9969         the front stickiness.
9970         (gnus-article-summary-command-nosave): Correct the order of the
9971         arguments passed to pop-to-buffer.
9972         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9973         summary command ends up with the article buffer.
9974
9975         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9976         the same faces.
9977
9978 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9979
9980         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9981
9982 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9983
9984         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9985         * gnus-sum.el (gnus-summary-highlight):
9986         * pgg.el (pgg-sign-region, pgg-sign):
9987         * mail-source.el (mail-source-delete-old-incoming-confirm):
9988         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9989
9990 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * gnus-art.el (gnus-mime-view-part-externally)
9993         (gnus-mime-view-part-internally): Fix predicate function passed to
9994         completing-read.
9995
9996         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9997
9998         * gnus.el (gnus-update-message-archive-method): Add :version.
9999
10000 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * gnus.el (gnus-update-message-archive-method): New variable.
10003
10004         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10005         according to gnus-message-archive-method if
10006         gnus-update-message-archive-method is non-nil.
10007
10008 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10011         Suggested by Loic Dachary <loic@dachary.org>.
10012         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10013
10014 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * message.el (message-pop-to-buffer): Add switch-function argument.
10017         (message-mail): Pass switch-function argument to it.
10018
10019 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10020
10021         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10022         Improve doc string.
10023
10024 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10027         (gnus-header-content)
10028         * gnus-cite.el (gnus-cite-10)
10029         * gnus-srvr.el (gnus-server-closed)
10030         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10031         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10032         (gnus-group-mail-3-empty, gnus-group-mail-low)
10033         (gnus-group-mail-low-empty, gnus-splash)
10034         * message.el (message-header-to, message-header-cc)
10035         (message-header-subject, message-header-other, message-header-name)
10036         (message-header-xheader, message-separator, message-cited-text)
10037         (message-mml): Lighten colors of faces used for dark background.
10038
10039 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10040
10041         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10042         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10043
10044 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * message.el (message-narrow-to-headers-or-head):
10047         Ignore mail-header-separator in the body.
10048
10049 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10052         same as window size.
10053
10054 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10055
10056         * message.el (message-font-lock-keywords): Use message-header-xheader
10057         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10058         ahead of the anything pattern, to get it recognised.
10059
10060 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10063         spam.el loads uses it in the compiled defadvice form.
10064
10065 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10066
10067         * gnus-sum.el (gnus-articles-to-read)
10068         (gnus-summary-insert-old-articles): Don't truncate group name for
10069         `read-string'.
10070
10071         * gnus-util.el (gnus-limit-string): Delete this function.
10072
10073         * gnus-sum.el (gnus-simplify-subject-fully):
10074         Use `truncate-string-to-width' instead.
10075
10076 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10077
10078         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10079         Tell if, on summary exit, the next group has to be selected.
10080         (gnus-summary-exit): Use it.
10081
10082 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10083
10084         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10085         non-break space.
10086
10087 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10090         Check if group is not a directory.
10091         (nnfolder-request-expire-articles): Don't delete articles if the target
10092         group is not available.
10093
10094         * nnml.el (nnml-request-create-group): Properly check if group is not a
10095         file.
10096         (nnml-request-expire-articles): Don't delete articles if the target
10097         group is not available.
10098
10099         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10100         Don't quote characters that are within parentheses.
10101
10102 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10105         (gnus-handle-ephemeral-exit): Select article according to it.
10106
10107 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * message.el (message-insert-formated-citation-line): Remove newline.
10110         (message-citation-line-format): Add final \n here so that the user can
10111         avoid a blank line.
10112
10113 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10114
10115         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10116         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10117         Update lanl/arXiv support.
10118
10119 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * gnus.el: Bump version number.
10122
10123 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10124
10125         * gnus.el (gnus-version-number): Bump version.
10126
10127 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10128
10129         * gnus.el: No Gnus v0.6 is released.
10130
10131 2007-04-27  Didier Verna  <didier@xemacs.org>
10132
10133         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10134         * gmm-utils.el (gmm-regexp-concat): ... here.
10135         * message.el: Don't require 'gnus-util.
10136         (message-dont-reply-to-names): Handle name change above.
10137         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10138
10139 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10142         since the initial value varies according to the system.
10143
10144 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10147
10148 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10149
10150         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10151
10152 2007-04-24  Didier Verna  <didier@xemacs.org>
10153
10154         Improve the type of gnus-ignored-from-addresses.
10155         * gnus-util.el (gnus-orify-regexp): New function.
10156         * message.el (gnus-util): Require it.
10157         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10158         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10159         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10160
10161 2007-04-24  Didier Verna  <didier@xemacs.org>
10162
10163         * gnus-sum.el:
10164         * gnus-utils.el: Fix some trailing whitespaces.
10165
10166 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10169         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10170         article's Message-ID; refer parent article in summary buffer.
10171
10172         * message.el (message-bounce): Call mime-to-mml.
10173
10174         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10175         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10176         optimize and/or forms properly.
10177
10178 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10179
10180         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10181         URL.
10182
10183 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10186
10187 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10190         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10191         displayed of multipart/alternative part if it is invoked from summary
10192         buffer.
10193
10194         * mm-view.el (mm-inline-text-html-render-with-w3m)
10195         (mm-inline-text-html-render-with-w3m-standalone)
10196         (mm-inline-render-with-function): Use mail-parse-charset by default.
10197
10198 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10199
10200         * parse-time.el (parse-time-string-chars): Check if CHAR
10201         is less than the length of parse-time-syntax.
10202
10203 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10206         from gnus-newsgroup-processable.
10207
10208 2007-04-16  Didier Verna  <didier@xemacs.org>
10209
10210         * gnus-msg.el (gnus-configure-posting-styles):
10211         Handle message-signature-directory properly with :file syntax.
10212         Reported by "Leo".
10213
10214 2007-04-11  Didier Verna  <didier@xemacs.org>
10215
10216         New user option: message-signature-directory.
10217         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10218         * message.el (message-insert-signature): Ditto.
10219         * message.el (message-signature-file): Doc update.
10220         * message.el (message-signature-directory): New.
10221
10222 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gnus-msg.el (gnus-inews-yank-articles):
10225         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10226
10227 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * message.el (message-yank-original): Make sure cited text ends with
10230         newline; don't exchange point and mark.
10231
10232 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10233
10234         * tls.el (open-tls-stream): Properly handle case where there
10235         is no associated buffer.
10236
10237 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10238
10239         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10240         message-yank-original, make sure (< mark TEXT point).
10241
10242 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10243
10244         * message.el (message-fill-column): New variable.
10245         (message-mode): Use it.  Add comment on a possible new hook.
10246
10247         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10248         (nnmail-get-new-mail): Reformat.
10249
10250         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10251
10252         * gmm-utils.el: Fix Commentary.
10253         (gmm-tool-bar-from-list): Fix typo in doc string.
10254
10255 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10256
10257         * message.el (message-yank-original): Don't switch point and mark
10258         unnecessarily to put point and mark as documented.
10259
10260 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10261
10262         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10263         from the message heads.
10264
10265 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10266
10267         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10268         article buffer does not have a window.  This may not be the best
10269         solution but is certainly better than setting the start of the null,
10270         that is the current, window.
10271
10272 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10273
10274         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10275         (gnus-draft-setup): Run it.
10276
10277         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10278         gnus-score-fast-scoring.  Allow regexp.
10279         (gnus-score-headers): Use it.
10280
10281         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10282         XEmacs.
10283
10284         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10285         string.
10286         (gnus-button-alist): Also catch `<f1> k ...'.
10287         (gnus-treat-display-x-face): Fix doc string.
10288
10289 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10290
10291         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10292         evaluation of gnus-extended-version to ensure correct generation of the
10293         User-Agent header when message-generate-headers-first is used.
10294
10295 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10296
10297         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10298         hashcash-path is nil.  Don't call callback with incorrect number of
10299         parameters if val is 0.
10300
10301 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10302
10303         * message.el (message-required-news-headers):
10304         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10305
10306 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10307
10308         * tls.el (open-tls-stream): In handshake-waiting loop,
10309         don't wait more if there is output available to process.
10310
10311 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10312
10313         * tls.el (tls-program): Doc fix.
10314
10315 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10316
10317         * message.el (message-generate-new-buffers): Change the meaning of the
10318         nil value; add `standard' to the choices; treat t as `unique'; improve
10319         doc string.
10320         (gnus-select-frame-set-input-focus): Autoload.
10321         (message-buffer-name): Search for the existing message buffer if
10322         message-generate-new-buffers is nil or `standard'; treat the value t of
10323         message-generate-new-buffers as `unique'.
10324         (message-pop-to-buffer): Raise the frame already displaying the message
10325         buffer; clear the echo area after querying.
10326         (message-setup): Pass the `continue' argument to compose-mail.
10327         (message-mail): Prefer `switch-function' if it is given; search for the
10328         existing message buffer if the `continue' argument is non-nil; pass
10329         continue and switch-function arguments to compose-mail by way of
10330         message-setup.
10331         (message-mail-other-window): Adjust argument of message-setup.
10332         (message-mail-other-frame): Ditto.
10333
10334 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10337         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10338         to turn font-lock on when turning gnus-message-citation-mode on.
10339
10340 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10341
10342         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10343         (mml-smime-function-alist): New variable; add epg as the backend.
10344         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10345         mml-smime- functions instead.
10346         * mm-view.el: Require smime.
10347
10348 2007-03-05  Didier Verna  <didier@xemacs.org>
10349
10350         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10351         instead of just inheritance for posting styles.
10352         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10353
10354 2007-02-24  Chris Moore  <dooglus@gmail.com>
10355
10356         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10357         * pgg-pgp.el (pgg-pgp-encrypt-region):
10358         * pgg-gpg.el (pgg-gpg-encrypt-region):
10359         Check pgg-encrypt-for-me if no other recipients.
10360
10361 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10362
10363         * tls.el (tls-certtool-program): Fix custom type.
10364
10365 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10368         and point-at-eol instead of line-(beginning|end)-position.
10369
10370         * assistant.el (assistant-parse-buffer): Ditto.
10371
10372         * netrc.el (netrc-parse-services): Ditto.
10373
10374 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10375
10376         * mml2015.el (mml2015-epg-find-usable-key): New function.
10377         (mml2015-epg-sign): Use it.
10378         (mml2015-epg-encrypt): Use it.
10379
10380 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * message.el (message-make-in-reply-to): Quote name containing
10383         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10384         if there are special characters.  Reported by NAKAJI Hiroyuki
10385         <nakaji@jp.freebsd.org>.
10386
10387 2007-02-27  Didier Verna  <didier@xemacs.org>
10388
10389         Include the group parameters as well as the topic ones in the
10390         inheritance filter process.
10391         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10392         argument GROUP-PARAMS-LIST.
10393         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10394
10395 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * nntp.el (nntp-never-echoes-commands)
10398         (nntp-open-connection-functions-never-echo-commands): New variables.
10399         (nntp-send-command): Use them.
10400
10401 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10402
10403         * mml2015.el (mml2015-epg-verify): Simplify.
10404
10405 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * mml.el (mml-content-disposition-alist): New user option.
10408         (mml-content-disposition): New function.
10409         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10410         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10411
10412 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10413
10414         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10415         verification.
10416
10417 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10418
10419         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10420         articles posted in the last 24 hours.
10421
10422 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10423
10424         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10425
10426 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10427
10428         * nntp.el (nntp-send-command): Don't wait for echoes when
10429         nntp-open-ssl-stream is used.
10430
10431 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10434         (gnus-message-add-citation-keywords)
10435         (gnus-message-remove-citation-keywords): Remove.
10436         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10437         directly, make the variables in font-lock-defaults buffer-local, add
10438         gnus-message-citation-keywords to them and then update the value of
10439         font-lock-keywords.
10440
10441 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * message.el (message-cite-original-1): Don't call
10444         gnus-article-highlight-citation.
10445
10446         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10447         citations; fix line count.
10448
10449 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10452         (gnus-message-add-citation-keywords)
10453         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10454         versions of font-lock-add-keywords and font-lock-remove-keywords to
10455         work with XEmacs correctly.
10456
10457 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * gnus-cite.el (gnus-cite-face-list): Set the values of
10460         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10461         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10462         (gnus-message-cite-prefix-regexp): New variable.
10463         (gnus-message-search-citation-line): Use it; protect against long
10464         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10465         the 0th match data for Emacs.
10466         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10467         (gnus-message-add-citation-keywords): Append keywords rather than
10468         prepending; emulate font-lock-add-keywords if it is not available.
10469         (gnus-message-remove-citation-keywords):
10470         Emulate font-lock-remove-keywords if it is not available.
10471
10472         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10473
10474         * message.el (message-cite-prefix-regexp): Set the value of
10475         gnus-message-cite-prefix-regexp.
10476
10477 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10478
10479         * nnweb.el (nnweb-google-parse-1): Update parser.
10480
10481 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10482
10483         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10484
10485 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10486
10487         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10488         regexp.
10489
10490 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10493         string-to-multibyte.
10494         (uudecode-decode-region-internal): Use it.
10495
10496         * lpath.el: Fbind string-as-multibyte for XEmacs.
10497
10498 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10501         Fix custom choice.
10502
10503         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10504
10505 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10506
10507         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10508
10509         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10510         `write-region' to respect `mm-inhibit-file-name-handlers'.
10511
10512 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10515         Use gnus-home-directory instead of "~/" or "$HOME".
10516
10517 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10518
10519         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10520         to mention filename.
10521         Add comments at beginning regarding usage.
10522         (encrypt-write-file-contents): Change interactive so a string is
10523         acceptable.  If the file has no associated model, show an error instead
10524         of a nonsense prompt.
10525
10526 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10527
10528         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10529         Thanks to Yoshihiko Yamada for kind notification of this typo.
10530
10531 2007-01-12  Kenichi Handa  <handa@m17n.org>
10532
10533         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10534         multibyte buffer.
10535
10536 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * gnus-score.el (gnus-score-fast-scoring): New variable.
10539         (gnus-score-headers): Use it.
10540
10541         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10542
10543         * message.el (message-cite-original-1):
10544         Call gnus-article-highlight-citation if requested.
10545         (message-make-from): Allow name and address as optional arguments.
10546
10547         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10548
10549         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10550         bugs to doc string.
10551         (gnus-button-alist): Add mid\\|message-id.
10552         (gnus-button-fetch-group): Extend for use in
10553         `browse-url-browser-function'.
10554         (gnus-button-url-regexp): Try to catch paired parentheses like in
10555         Wikipedia URLs.
10556
10557         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10558         Suggested by Simon Krahnke <overlord@gmx.li>.
10559
10560 2007-01-13  Romain Francoise  <romain@orebokech.com>
10561
10562         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10563         Update copyright.
10564
10565 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10566
10567         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10568
10569 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10570
10571         * gnus-registry.el (gnus-registry-unfollowed-groups)
10572         (gnus-registry-split-fancy-with-parent): Fix documentation.
10573
10574 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10575
10576         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10577         from nnweb groups.
10578
10579 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10580
10581         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10582         Xref urls.  Erase buffer before requesting head.
10583
10584         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10585
10586 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10589         customizable.
10590
10591 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10592
10593         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10594         no signing key is found.
10595         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10596         no encrypting and/or signing key is found.
10597
10598 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10601
10602 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10603
10604         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10605         headers read from disk with the ones newly found in the current search.
10606         This should no longer cause problems, because the article numbers in
10607         Gmane's `nov.php' output are ignored since the previous change.
10608
10609 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10610
10611         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10612
10613 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10616         replace-regexp-in-string; bind url-version; fbind display-images-p and
10617         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10618         find-face and set-itimer-function for Emacs; bind itimer-list for
10619         Emacs.
10620
10621         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10622
10623 2007-01-01  Romain Francoise  <romain@orebokech.com>
10624
10625         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10626
10627 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10628
10629         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10630         `define-minor-mode' macro definition expanded properly.
10631         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10632         exclude it there.
10633
10634         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10635         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10636         `fboundp' test.
10637         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10638         This is OK to autoload in (S)XEmacs now.
10639
10640 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10641
10642         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10643         keystroke.
10644         (gnus-summary-limit-to-singletons): Fix typo.
10645
10646         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10647         else fails.
10648
10649 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10650
10651         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10652         docstring.
10653
10654         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10655         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10656         (gnus-summary-insert-dormant-articles): Fix typo in message.
10657
10658 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10661         nil for XEmacs.
10662         (gnus-message-citation-mode): Don't autoload in XEmacs.
10663
10664         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10665
10666 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10667
10668         * nnimap.el (nnimap-expunge-search-string):
10669         Mention nnimap-search-uids-not-since-is-evil in docstring.
10670
10671 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * spam.el: Revert to make-obsolete-variable because
10674         define-obsolete-variable-alias is not supported in Emacs 21.
10675
10676         * spam.el (spam-ifile-path, spam-ifile-database-path)
10677         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10678         make-obsolete-variable.
10679         (spam-bsfilter-path, spam-bsfilter-program)
10680         (spam-spamassassin-path, spam-spamassassin-program)
10681         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10682         Don't use "path" inappropriately.
10683         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10684         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10685         variable names.
10686
10687 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10688
10689         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10690         summary buffer.
10691
10692         * password.el (password-cache-remove): Use clear-string to burn
10693         password, if available.
10694
10695 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10698
10699         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10700
10701         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10702         (gnus-message-highlight-citation): Move defcustom here from
10703         gnus-cite.el.
10704         (gnus-message-citation-mode): Autoload.
10705
10706         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10707         checks to make it compile with XEmacs.
10708         (gnus-message-citation-mode): New minor mode.
10709         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10710         (gnus-message-highlight-citation): New variables.
10711         (gnus-message-search-citation-line)
10712         (gnus-message-add-citation-keywords)
10713         (gnus-message-remove-citation-keywords)
10714         (turn-on-gnus-message-citation-mode)
10715         (turn-off-gnus-message-citation-mode): New functions.
10716
10717 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10718
10719         * gnus-cite.el: Enable highlighting of different citation levels in
10720         message-mode.
10721
10722 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10723
10724         * message.el (message-make-fqdn): Fix comment.
10725         (message-bogus-system-names): Add ".local".
10726
10727         * spam.el (spam-ifile-path, spam-ifile-program)
10728         (spam-ifile-database-path, spam-ifile-database)
10729         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10730         Don't use "path" inappropriately.
10731         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10732         strings.
10733         (spam-check-ifile, spam-ifile-register-with-ifile)
10734         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10735         Use new variable names.
10736
10737         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10738         (gnus-treat-display-smileys): Simplify using
10739         gnus-image-type-available-p.
10740
10741         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10742         available.
10743
10744         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10745         Use `display-images-p' if available.
10746
10747 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10748
10749         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10750         one after turning on the buffer's multibyteness instead of decoding
10751         them directly in the unibyte buffer that causes unexpected conversion
10752         in Emacs 23 (unicode).
10753
10754 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10755
10756         * message.el (message-generate-hashcash): Fix custom type.
10757
10758 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10759
10760         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10761
10762 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10765         disconnect icons.  Add help text.
10766
10767 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10768
10769         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10770         negated to be consistent with the others we handle.
10771
10772 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10773
10774         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10775         version of gnus-summary-buffer to something, so that we can use two
10776         article buffers at the same time.
10777
10778 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10779
10780         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10781         trigger all the extra headers.
10782         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10783         sorting.
10784
10785 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10786
10787         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10788         solid groups.
10789
10790 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10791
10792         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10793
10794 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10795
10796         * legacy-gnus-agent.el: Add Copyright notice.
10797
10798 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10799
10800         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10801
10802 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10805
10806         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10807         to make it work reliably in CVS Emacs.
10808         (gnus-summary-limit-strange-charsets-predicate)
10809         (gnus-summary-limit-to-predicate): New functions.
10810
10811 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10812
10813         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10814         specifying array size.
10815         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10816         array if it is too small.
10817         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10818         (gnus-sort-threads-loop): New function.
10819
10820 2006-12-06  Chris Moore  <dooglus@gmail.com>
10821
10822         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10823         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10824
10825 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10826
10827         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10828         options.
10829
10830 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10831
10832         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10833         DOS-ing the recipient.
10834
10835         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10836         the headers when creating the mapping to avoid mismappings.
10837         (nnweb-gmane-create-mapping): Always nix out old mapping.
10838
10839 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10842         and mm-verify-option to never.
10843
10844 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * message.el (message-signed-or-encrypted-p): New function.
10847         (message-forward-make-body): Use it.
10848
10849         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10850         Replace encode-coding-string with mm-encode-coding-string.
10851
10852 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * nneething.el (nneething-decode-file-name):
10855         Replace decode-coding-string with mm-decode-coding-string.
10856
10857         * gnus-int.el (gnus-open-server): Say failed server's name.
10858
10859 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10860
10861         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10862         strings to a single string.  Quote `errors-file-name'.
10863         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10864         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10865         Adjust calls.  Use `shell-quote-argument'.
10866
10867 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10868
10869         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10870         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10871
10872         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10873         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10874         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10875         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10876         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10877         (gnus-subscribe-newsgroup, gnus-1):
10878         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10879         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10880         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10881         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10882
10883 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10884
10885         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10886         keystroke.
10887         (gnus-summary-limit-to-bodies): Implement headersp.
10888
10889 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10890
10891         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10892
10893 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10896
10897 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10898
10899         * message.el (message-generate-hashcash): Expand range of values to
10900         include `opportunistic'.
10901         (message-send-mail): Use it.
10902
10903 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10904
10905         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10906         and comment it.
10907
10908         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10909
10910 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * gnus-util.el (gnus-extract-address-components): Improve comment.
10913
10914 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-util.el (gnus-extract-address-components): Work with address in
10917         which the name portion contains @.
10918
10919         * lpath.el: Fbind custom-autoload.
10920
10921 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10922
10923         * gnus.el (gnus-start): Move custom group up.
10924         (gnus-select-method): Don't autoload, but make it available for
10925         `customize-variable'.
10926         (gnus-getenv-nntpserver): Don't autoload.
10927
10928 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10929
10930         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10931
10932 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * message.el (message-sendmail-extra-arguments): New variable.
10935         (message-send-mail-with-sendmail): Use it.
10936
10937 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10940         mm-with-unibyte-current-buffer to make string unibyte.
10941
10942         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10943         mm-string-as-multibyte.
10944
10945 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10946
10947         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10948         Reported by Werner Koch <wk@gnupg.org>.
10949
10950 2006-11-14  Daiki Ueno  <ueno@p360>
10951
10952         * mml2015.el: Autoload epa-select-keys when compiling.
10953
10954 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10955
10956         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10957         message-options.
10958         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10959
10960 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10961
10962         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10963         EasyPG (< 0.0.6).
10964         (mml2015-always-trust): New user option.
10965         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10966         prompt.
10967
10968 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * nntp.el (nntp-authinfo-force): New variable.
10971         (nntp-send-authinfo): Use it.
10972
10973 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10976         decode encoded words.  Improve prompt.  Add comment about forwarding.
10977         (message-replacement-char): Move up.
10978
10979 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10980
10981         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10982         instead of gnus-intersection because arguments of gnus-sorted-nunion
10983         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10984
10985 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10986
10987         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10988         (message-simplify-subject-functions):
10989         Enable message-strip-subject-encoded-words by default.
10990
10991 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * message.el (message-strip-subject-encoded-words): New function.
10994         (message-simplify-subject-functions): New variable.
10995         (message-simplify-subject): Use it.  Fix typo in doc string.
10996         Support message-strip-subject-encoded-words.
10997
10998 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10999
11000         * gnus-diary.el (gnus-diary-delay-format-function):
11001         * nndiary.el (nndiary-reminders):
11002         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11003
11004 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * gnus-art.el (article-hide-boring-headers): Fetch date from
11007         gnus-original-article-buffer to avoid problems with localized date
11008         strings.
11009
11010 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11013
11014 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11017         New variables.
11018         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11019         (mm-charset-synonym-alist): Move some entries to
11020         mm-codepage-iso-8859-list.
11021         (mm-charset-synonym-alist, mm-charset-override-alist):
11022         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11023
11024 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11027
11028 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11031         with Emacs 21 and XEmacs.
11032
11033 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11034
11035         * spam.el (spam-parse-address): New function for better parsing,
11036         catching errors, etc.
11037         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11038
11039 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * mm-view.el: Add interactive arg to html2text autoload.
11042
11043 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11046
11047 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11048
11049         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11050         New variables.
11051         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11052         (mm-charset-synonym-alist): Move some entries to
11053         mm-codepage-iso-8859-list.
11054
11055         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11056
11057 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11058
11059         * message.el (message-citation-line-format)
11060         (message-insert-formated-citation-line): Fix implementation of %E, %N
11061         and %n according to the doc string.
11062
11063 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11064
11065         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11066         Use car-safe to avoid bad parses.
11067
11068 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11071         names.
11072
11073         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11074
11075 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11078         header.
11079
11080         * message.el (message-draft-headers): Add Date.
11081         (message-headers-to-generate): Fix typo in docstring.
11082
11083         * nndraft.el (nndraft-required-headers): New variable.
11084         (nndraft-generate-headers): Use it.
11085
11086         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11087
11088 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11089
11090         * gnus-registry.el (gnus-registry-wash-for-keywords)
11091         (gnus-registry-find-keywords): New functions to allow easy searching of
11092         articles that are in the registry.
11093
11094 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11095
11096         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11097         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11098         Reported by Damien Elmes <damien@repose.cx>.
11099
11100 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11101
11102         * gnus.el (gnus-mime): Remove unused custom group.
11103
11104 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11105
11106         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11107         "blank line" when searching for end of armor headers.
11108
11109 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11110
11111         * gmm-utils.el (gmm-write-region): Fix variable name.
11112
11113 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gmm-utils.el (gmm-write-region): New function based on compatibility
11116         code from `mm-make-temp-file'.
11117
11118         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11119
11120         * nnmaildir.el (nnmaildir--update-nov)
11121         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11122         Use `gmm-write-region'.
11123
11124 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11127         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11128
11129         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11130
11131         * message.el (message-replacement-char): New variable.
11132         (message-fix-before-sending): Use it.
11133         (message-simplify-subject): New function to remove duplicate code.
11134         (message-reply, message-followup): Use it.
11135
11136         * gnus-sum.el (gnus-summary-make-menu-bar):
11137         Clarify gnus-summary-limit-to-articles.
11138
11139 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-util.el (gnus-with-local-quit): New macro.
11142
11143         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11144
11145 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11146
11147         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11148         ignore non-string data.
11149
11150 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11151
11152         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11153         non-string data (needs to be done in the registry too).
11154
11155 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11156
11157         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11158         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11159         (gnus-registry-split-fancy-with-parent)
11160         (gnus-registry-fetch-simplified-message-subject-fast)
11161         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11162         Remove text properties on ingress into the registry and when it's saved.
11163         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11164         registry from entries with no groups.
11165
11166 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11167
11168         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11169         function to remove string properties.
11170
11171 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * gmm-utils.el (gmm): Adjust custom version.
11174
11175         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11176         Adjust custom version.
11177
11178         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11179
11180 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11181
11182         * gnus-art.el (gnus-insert-prev-page-button)
11183         (gnus-insert-next-page-button): Simplify.  Reformat.
11184
11185 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11186
11187         * gnus-art.el (gnus-insert-prev-page-button)
11188         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11189
11190 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11191
11192         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11193
11194 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11195
11196         * gnus-art.el (gnus-insert-mime-button)
11197         (gnus-insert-mime-security-button):
11198         Apply gnus-article-button-face to MIME and security buttons.
11199
11200 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11203         readable.
11204
11205 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11208
11209 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11210
11211         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11212         `browse-url-of-file' instead of `browse-url'.
11213
11214 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11215
11216         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11217         regexp.  Articles containing quotation were cut prematurely.
11218
11219 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * message.el (message-cite-original-1): Use nobody by default for the
11222         value of From header.
11223         (message-reply): Ditto.
11224
11225 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11226
11227         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11228         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11229         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11230
11231 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11234         mails in the doc string.  Add some URLs in comment.
11235         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11236
11237 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11240         backslashes handling and the way to find boundaries of quoted strings.
11241
11242 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11243
11244         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11245         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11246         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11247         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11248
11249 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11250
11251         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11252         doc string.
11253         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11254
11255 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * lpath.el: Fbind epg-check-configuration.
11258
11259 2006-09-06  Simon Josefsson  <jas@extundo.com>
11260
11261         * mml2015.el (mml2015-use): Doc fix, mention epg.
11262
11263 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11264
11265         * mml2015.el (mml2015-use): Default to epg, if available.
11266
11267 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11268
11269         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11270         message-sender.
11271         (mml1991-epg-encrypt): Ditto.
11272         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11273         message-sender.
11274         (mml2015-epg-encrypt): Ditto.
11275
11276 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11277
11278         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11279         several common directories.
11280
11281 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11282
11283         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11284         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11285
11286 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * gnus-art.el (article-decode-encoded-words): Make it fast.
11289
11290 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11293
11294         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11295         in quoted string into `\'.
11296
11297 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11300         Use standard-syntax-table.
11301
11302 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gnus-art.el (gnus-decode-address-function): New variable.
11305         (article-decode-encoded-words): Use it to decode headers which are
11306         assumed to contain addresses.
11307         (gnus-mime-delete-part): Remove useless `or'.
11308
11309         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11310         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11311         (gnus-nov-parse-line): Use it to decode From header.
11312         (gnus-get-newsgroup-headers): Ditto.
11313         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11314
11315         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11316         (mail-decode-encoded-address-string): New alias.
11317
11318         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11319         New function.
11320         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11321         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11322         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11323         (rfc2047-decode-string): Ditto.
11324         (rfc2047-decode-address-region): New function.
11325         (rfc2047-decode-address-string): New function.
11326
11327 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * message.el (message-caesar-buffer-body): Allow rotating headers.
11330
11331         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11332
11333         * message.el (message-insert-formated-citation-line): Fix %f.
11334         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11335
11336 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11339         (gnus-bookmark-mouse-available-p): New macro.
11340         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11341         (gnus-bookmark-bmenu-show-infos): Use it.
11342         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11343         (gnus-bookmark-bmenu-hide-infos): Ditto.
11344         (gnus-bookmark-remove-properties): New function.
11345         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11346         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11347         (gnus-bookmark-write-file): Bind coding-system-for-write.
11348         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11349         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11350         group before selecting it.
11351         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11352         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11353         quit-window if it is not available; use gnus-mouse-2 and bind it to
11354         gnus-bookmark-bmenu-select-by-mouse.
11355         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11356         (gnus-bookmark-bmenu-select-by-mouse): New function.
11357
11358 2006-08-13  Romain Francoise  <romain@orebokech.com>
11359
11360         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11361         space.
11362
11363 2006-08-10  Romain Francoise  <romain@orebokech.com>
11364
11365         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11366         (dns-mode-soa-auto-increment-serial): New user option.
11367         (dns-mode-soa-maybe-increment-serial): New function.
11368         (dns-mode): Add the latter to `write-contents-functions'.
11369
11370 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * compface.el (uncompface): Use binary rather than raw-text-unix.
11373
11374 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * compface.el (uncompface): Make sure the eol conversion doesn't take
11377         place when communicating with the external programs.
11378         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11379
11380 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11383
11384 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11385
11386         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11387         Make it more robust by parsing author and date independently.
11388
11389 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11392
11393 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11394
11395         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11396         first matching secret key.
11397         (mml2015-epg-encrypt): Ditto.
11398
11399         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11400         first matching secret key.
11401         (mml1991-epg-encrypt): Ditto.
11402
11403         * mml2015.el (mml2015-encrypt-to-self): New user option.
11404         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11405         mml2015-epg-encrypt-to-self is set.
11406
11407         * mml1991.el (mml1991-encrypt-to-self): New variable.
11408         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11409         mml1991-epg-encrypt-to-self is set.
11410
11411         * mml2015.el (mml2015-signers): New user option.
11412         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11413         (mml2015-epg-encrypt): Allow to select signing keys.
11414
11415         * mml1991.el (mml1991-signers): New variable.
11416         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11417         (mml1991-epg-encrypt): Allow to select signing keys.
11418
11419 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11420
11421         * nnheader.el (nnheader-insert-head): Make it work even if the file
11422         uses CRLF for the line-break code.
11423
11424 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11425
11426         * mml2015.el: Require mml-sec instead of password.
11427         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11428         (mml2015-cache-passphrase): Inherit the default value from
11429         mml-secure-cache-passphrase.
11430         (mml2015-passphrase-cache-expiry): Inherit the default value from
11431         mml-secure-passphrase-cache-expiry.
11432
11433         * mml1991.el: Require mml-sec instead of password.
11434         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11435         (mml1991-cache-passphrase): Inherit the default value from
11436         mml-secure-cache-passphrase.
11437         (mml1991-passphrase-cache-expiry): Inherit the default value from
11438         mml-secure-passphrase-cache-expiry.
11439
11440         * mml-sec.el: Require password.
11441         (mml-secure-verbose): New user option.
11442         (mml-secure-cache-passphrase): New user option.
11443         (mml-secure-passphrase-cache-expiry): New user option.
11444
11445 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11446
11447         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11448         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11449         andreas@altroot.de (Andreas Vögele).
11450
11451         FIXME: Use `tiny change'?
11452
11453 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11454
11455         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11456         workaround for the url package included with Emacs.
11457
11458         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11459
11460 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11463         correctly.  This fixes a bug caused by the 2006-05-12 change.
11464
11465 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11466
11467         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11468         some information about the error when saying that the `bogus' mail
11469         group will be used.
11470
11471 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11474         string.
11475
11476 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11477
11478         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11479
11480 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11481
11482         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11483
11484 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11485
11486         * mml1991.el (mml1991-function-alist): Add epg.
11487         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11488         (mml1991-epg-encrypt): New functions.
11489
11490 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11491
11492         * mml2015.el (mml2015-verbose): New variable.
11493         (mml2015-cache-passphrase): Ditto.
11494         (mml2015-passphrase-cache-expiry): Ditto.
11495         (mml2015-function-alist): Add epg.
11496         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11497         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11498         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11499         New functions.
11500
11501 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11502
11503         * message.el (message-cite-original-1): Preserve region when removing
11504         quoted text due to X-No-Archive in order to avoid bogus attribution
11505         when citing multiple messages.
11506
11507 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11508
11509         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11510         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11511
11512 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gnus-diary.el (gnus-user-format-function-d)
11515         (gnus-user-format-function-D): Autoload.
11516
11517         * imap.el (Commentary): Fix typo.
11518
11519         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11520         2006-04-22 contribution.
11521
11522 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11523
11524         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11525         It didn't really fix the bogosity I'm seeing with solid web groups.
11526
11527 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11528
11529         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11530         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11531         created using server names.  If we use the feature without declaring
11532         it, Gnus does not properly manage server and group state.
11533
11534         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11535         bound.
11536
11537 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11538
11539         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11540         looking up the method using GROUP's prefix before inventing a new one.
11541         It is used on killed/unknown groups in various places where returning
11542         an all-new method isn't expected by the caller.
11543
11544         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11545         and match semantics of gnus-group-real-prefix.
11546
11547 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11548
11549         * nnmail.el (nnmail-broken-references-mailers): New variable.
11550         (nnmail-ignore-broken-references): New function generalizing
11551         nnmail-fix-eudora-headers.
11552         (nnmail-fix-eudora-headers): Now obsolete.
11553
11554         * gnus-art.el (gnus-button-handle-custom):
11555         Support `customize-apropos*'.
11556
11557 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11558
11559         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11560
11561         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11562         articles.
11563
11564 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11565
11566         * message.el (message-cite-reply-above): New variable.
11567         (message-yank-original): Use it.
11568
11569 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11572
11573 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11574
11575         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11576         as read.
11577
11578         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11579
11580 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11583         (gnus-bookmark-default-file): Use gnus-directory.
11584         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11585         Remove "*" in doc string.
11586         (gnus-bookmark-write-file): Simplify.
11587         (gnus-bookmark-maybe-sort-alist): Use `when'.
11588         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11589         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11590         Add FIXME about Emacs 21 and XEmacs compatibility.
11591         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11592         compatibility.
11593         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11594         compatibility.
11595         (gnus-bookmark-menu-heading): Fix version.
11596
11597 2006-06-19  Bastien Guerry  <bzg@altern.org>
11598
11599         * gnus-bookmark.el: New file.
11600
11601 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11602
11603         * message.el (message-syntax-checks): Doc fix.
11604
11605 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11606
11607         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11608         unsubscribed groups as if they were killed ones.  It causes duplicate
11609         entries in gnus-newsrc-alist.
11610
11611 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * message.el (message-syntax-checks): Doc fix.
11614         (message-send-mail): Add check for continuation headers.
11615         (message-check-news-header-syntax): Fix regexp used to check for
11616         continuation headers.
11617
11618 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11621
11622 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11625
11626 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11629         default-truncate-lines.
11630
11631 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11632
11633         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11634         to fill the utf-8 entry.
11635
11636         * lpath.el: Fbind unicode-precedence-list.
11637
11638 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11639
11640         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11641
11642 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11643
11644         * gnus-agent.el (directory-files-and-attributes): Move all the way
11645         forward (the third and final move).
11646         (gnus-agent-read-agentview): Trap reconstruction errors due to
11647         nonexistent directory.  Handle by returning nil.
11648
11649 2006-05-30  Didier Verna  <didier@xemacs.org>
11650
11651         * message.el (message-dont-reply-to-names): Update the custom type.
11652         * message.el (message-dont-reply-to-names): New defsubst: potentially
11653         convert a list of regexps into a single one.
11654         * message.el (message-get-reply-headers): Use it.
11655         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11656
11657 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-agent.el (directory-files-and-attributes): Move forward.
11660
11661 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gnus-ml.el (gnus-mailing-list-subscribe)
11664         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11665         (gnus-mailing-list-message): Fix doc strings.
11666
11667 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11668
11669         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11670         of doing it manually.
11671
11672 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11675         comment.
11676
11677 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11678
11679         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11680         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11681         (gnus-agent-read-local): All symbols allocated in my-obarray.
11682         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11683         (gnus-agent-regenerate-group): Check numeric names to see if they are
11684         messages or groups.
11685         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11686         better way of do this...)
11687
11688         * gnus-cache.el (gnus-agent-total-fetched-for):
11689         Ignore 'dummy.group' (there should be a better way of do this...)
11690
11691 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11694         (gnus-saved-headers): Ditto.
11695         (gnus-default-article-saver): Mention functions may have properties.
11696         (gnus-article-save): Override gnus-save-all-headers and
11697         gnus-saved-headers by :headers property which saver function may have.
11698         (gnus-summary-save-in-file): Add :headers property.
11699         (gnus-summary-write-to-file): Ditto.
11700
11701         * gnus-sum.el (gnus-summary-save-article): Bind
11702         gnus-prompt-before-saving to t when saving many articles in a file;
11703         always show all headers.
11704
11705         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11706
11707 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11708
11709         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11710         marks.
11711
11712         * message.el (message-indent-citation): Add optional arguments to allow
11713         using it outside of message buffers.
11714
11715         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11716         (gnus-article-treat-unfold-headers): Use it.
11717         (gnus-article-truncate-lines): New variable.
11718         (gnus-article-mode): Use it.
11719         (gnus-article-toggle-truncate-lines): New function.
11720
11721         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11722         Add gnus-article-toggle-truncate-lines.
11723
11724         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11725         coding system in XEmacs, use binary.
11726
11727 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11730         after-load-alist.
11731
11732         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11733         this function should save decoded articles.
11734         (gnus-summary-write-to-file): Use property to specify this function
11735         should save decoded articles and specify gnus-summary-save-in-file
11736         should be used to save articles other than the first one when saving
11737         many articles.
11738         (gnus-summary-save-body-in-file): Use property to specify this
11739         function should save decoded articles.
11740         (gnus-summary-write-body-to-file): Use property to specify this
11741         function should save decoded articles and specify
11742         gnus-summary-save-body-in-file should be used to save articles other
11743         than the first one when saving many articles.
11744
11745         * gnus-sum.el (gnus-summary-save-article): Simplify.
11746
11747 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * gnus-art.el (gnus-default-article-saver):
11750         Add gnus-summary-write-body-to-file.
11751         (gnus-article-save-coding-system): Don't use coding system object
11752         in XEmacs.
11753         (gnus-read-save-file-name): Add optional `dir-var' argument which
11754         specifies directory in which files are saved; work even if optional
11755         `variable' argument is not specified.
11756         (gnus-summary-write-to-file): Read file name.
11757         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11758         (gnus-summary-write-body-to-file): New function.
11759
11760         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11761         (gnus-summary-local-variables): Add it.
11762         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11763         (gnus-summary-save-article): Remove optional `decode' argument;
11764         determine whether to decode articles by the value of
11765         gnus-default-article-saver; when saving many files using
11766         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11767         it first and use gnus-summary-save-in-file or
11768         gnus-summary-save-body-in-file thereafter unless
11769         gnus-prompt-before-saving is always; move point to article which
11770         will be saved.
11771         (gnus-summary-save-article-file): Revert.
11772         (gnus-summary-write-article-file): Revert.
11773         (gnus-summary-save-article-body-file): Revert.
11774         (gnus-summary-write-article-body-file): New function.
11775
11776 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * gnus-art.el (gnus-default-article-saver): Doc fix.
11779         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11780         from gnus-summary-save-article-coding-system, and default to a
11781         certain coding system.
11782         (gnus-output-to-file): Add coding cookie and encode text according
11783         to gnus-article-save-coding-system; don't use mm-append-to-file.
11784
11785         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11786         gnus-art.el and rename to gnus-article-save-coding-system.
11787         (gnus-summary-save-article): Require gnus-art; don't show all
11788         headers if it decodes articles; don't add coding cookie here;
11789         don't bind mm-text-coding-system-for-write.
11790         (gnus-summary-save-article-file): Save decoded articles.
11791         (gnus-summary-write-article-file): When saving many files, use
11792         gnus-summary-write-to-file first and gnus-summary-save-in-file
11793         thereafter unless gnus-prompt-before-saving is always.
11794         (gnus-summary-save-article-body-file): Save decoded articles.
11795
11796         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11797
11798 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11799
11800         * nnrss.el (nnrss-check-group): Bind hash-index.
11801
11802 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11803
11804         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11805         its hash index.  Store this hash in `nnrss-group-data'.
11806         (nnrss-read-group-data): Update accordingly.
11807
11808 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11811         entry.
11812
11813         * gnus-sum.el (gnus-summary-make-menu-bar):
11814         Add gnus-article-browse-html-article.
11815
11816 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11817
11818         * gnus-sum.el (gnus-summary-mime-map):
11819         Add gnus-article-browse-html-article.
11820
11821         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11822
11823 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11824
11825         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11826         suitable coding systems in customize.
11827
11828 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11829
11830         * mail-source.el (mail-sources): Fix custom type.
11831
11832 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11835         (gnus-summary-expire-articles-now): Shorten prompt.
11836
11837         * gmm-utils.el (wid-edit): Require.
11838         (defun-gmm): Rename from `gmm-defun-compat'.
11839         (gmm-image-search-load-path): Use it.
11840         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11841
11842 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * gnus-sum.el (gnus-summary-save-article-coding-system):
11845         New variable.
11846         (gnus-summary-save-article): Add optional `decode' argument.
11847         If it is set and gnus-summary-save-article-coding-system is non-nil,
11848         save decoded article.
11849         (gnus-summary-write-article-file): Save decoded article if
11850         gnus-summary-save-article-coding-system is non-nil.
11851
11852         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11853         type.
11854
11855 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11858
11859 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11862         first to test gnus-single-article-buffer which may be buffer-local.
11863
11864         * gnus-sum.el (gnus-summary-setup-buffer):
11865         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11866         group; make gnus-article-buffer, gnus-article-current, and
11867         gnus-original-article-buffer always buffer-local.
11868         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11869         group.
11870         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11871
11872 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11873
11874         * nnml.el (nnml-request-compact-group): Compressed files might not
11875         have .gz extension.
11876
11877 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11878
11879         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11880         (mm-copy-to-buffer): Use with-current-buffer.
11881         (mm-display-part): Simplify.
11882         (mm-inlinable-p): Add optional arg `type'.
11883
11884 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11885
11886         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11887         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11888         Try harder to show the attachment internally or externally using
11889         gnus-mime-view-part-as-type.
11890
11891 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11892
11893         * message.el (message-from-style, message-signature-separator)
11894         (message-user-organization-file, message-send-mail-function)
11895         (message-citation-line-function, message-yank-prefix)
11896         (message-indent-citation-function, message-signature)
11897         (message-signature-file, message-signature-insert-empty-line):
11898         Remove autoloads.
11899
11900         * gnus-art.el (gnus-buttonized-mime-types):
11901         Remove "multipart/signed".  Revert 2006-04-26 change.
11902
11903 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * gnus.el (gnus-version-number): Bump version.
11906
11907 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11908
11909         * gnus.el: No Gnus v0.5 is released.
11910
11911 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11912
11913         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11914         fetching articles by message-id.
11915
11916 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11917
11918         * message.el (hashcash): Require hashcash as normal.
11919
11920         * ecomplete.el (ecomplete-highlight-match-line):
11921         Use point-at-eol.
11922         (ecomplete-highlight-match-line): Use `highlight', because that
11923         face exists in both Emacs and XEmacs.
11924
11925         * message.el (message-display-abbrev): Use point-at-bol.
11926
11927         * mail-source.el: Don't require timer/timer-funcs.
11928
11929         * gnus-async.el: Ditto.
11930
11931         * password.el: Ditto.
11932
11933         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11934
11935         * mm-url.el: Ditto.
11936
11937         * gnus-xmas.el: Don't require timer-funcs.
11938
11939         * mm-util.el: Require timer/timer-funcs.
11940
11941 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11942
11943         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11944         Close.
11945
11946 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11949         unibyte after clear-decrypt function runs.
11950
11951         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11952         returns as a unibyte string.
11953
11954 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * lpath.el: Revert.
11957
11958         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11959         (pgg-gpg-process-sentinel): Revert.
11960
11961         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11962         (pgg-pgp-lookup-key): Revert.
11963
11964         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11965         (pgg-pgp5-lookup-key): Revert.
11966
11967         * pgg.el (pgg-fetch-key): Revert.
11968
11969 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * lpath.el: Fbind string-as-multibyte for XEmacs.
11972
11973         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11974         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11975         (mml1991-pgg-encrypt): Ditto.
11976
11977         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11978         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11979         a multibyte buffer.
11980
11981         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11982         (pgg-pgp-lookup-key): Ditto.
11983
11984         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11985         (pgg-pgp5-lookup-key): Ditto.
11986
11987         * pgg.el (pgg-fetch-key): Ditto.
11988
11989 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11990
11991         * message.el (message-user-organization-file): Check several
11992         locations of the organization file.
11993
11994         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11995         Add gnus-article-view-part-as-type.
11996
11997         * gnus-art.el (gnus-article-view-part-as-type): New function.
11998
11999         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12000         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12001
12002         * mml.el: Simplify autoload.
12003         (mml-mode): defvar dnd-protocol-alist instead of using
12004         symbol-value.
12005         (mml-default-directory): New variable.
12006         (mml-minibuffer-read-file): Use it.
12007         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12008
12009         * message.el (message-citation-line-format): New variable.
12010         (message-insert-formated-citation-line): New function.
12011         (message-citation-line-function):
12012         Add `message-insert-formated-citation-line' to custom type.
12013
12014         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12015         to doc string.
12016
12017         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12018         depending on mm-verify-option.
12019
12020 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12023         binding pgg-* variables; reimplement the section which prevents
12024         MIME header from being signed.
12025         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12026         pgg-text-mode; remove a blank line at the top of body.
12027
12028         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12029         lines at the top of body; use gnus-newsgroup-charset if there's no
12030         Charset header.
12031
12032 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * message.el (message-self-insert-commands): Doc fix.
12035
12036         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12037         (mm-uu-pgp-encrypted-test): Ditto.
12038         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12039         between header and body; return application/pgp-encrypted handle
12040         if decryption failed; decode decrypted body by charset.
12041
12042         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12043         element match to application/pgp-*.
12044
12045 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12046
12047         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12048         HTML.
12049
12050 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12051
12052         * mail-source.el (mail-source-call-script): Message the error
12053         string.
12054
12055 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12056
12057         * gnus-util.el (gnus-byte-compile): Use it.
12058
12059 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12060
12061         * gnus-util.el (kill-empty-logs): New function.
12062
12063 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12064
12065         * message.el (message-mail-alias-type): Doc fix.
12066         (message-mail-alias-type-p): New function.
12067         (message-send): Use it.
12068         (message-mode): Ditto.
12069         (message-strip-forbidden-properties): Ditto.
12070
12071         * ecomplete.el (ecomplete-database-file-coding-system):
12072         New variable.
12073         (ecomplete-save): Use it.
12074         (ecomplete-setup): Use it.
12075
12076 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * message.el (message-self-insert-commands): New variable.
12079         (message-strip-forbidden-properties): Use it.
12080
12081 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12082
12083         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12084         that doesn't make XEmacs choke.
12085
12086 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * gnus-util.el (gnus-replace-in-string):
12089         Prefer replace-regexp-in-string over of replace-in-string.
12090
12091 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-util.el (gnus-select-frame-set-input-focus):
12094         Use select-frame-set-input-focus if it is available in XEmacs; use
12095         definition defined in Emacs 22 for old Emacsen.
12096
12097         * dgnushack.el: Autoload unmorse-region for XEmacs.
12098
12099         * lpath.el: Bind cursor-in-non-selected-windows and
12100         select-frame-set-input-focus for XEmacs.
12101
12102 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12105
12106 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12107
12108         * gnus-registry.el (gnus-registry-cache-save): Remove text
12109         properties when saving via the temp buffer.
12110
12111 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * message.el (message-generate-hashcash): Honor custom type.
12114
12115 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12116
12117         * message.el (message-generate-hashcash): Default to non-nil when
12118         hashcash is found.
12119
12120         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12121         (gnus-refer-thread-limit): Increase default to 500.
12122
12123         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12124
12125         * flow-fill.el (fill-flowed): Allow delete-space.
12126
12127 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12128
12129         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12130         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12131         Remove autoloads.
12132
12133 2006-04-18  Simon Josefsson  <jas@extundo.com>
12134
12135         * message.el (message-generate-hashcash): Default to.
12136
12137 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12140         concatenating segments rather than before concatenating them.
12141
12142 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12145
12146 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12147
12148         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12149
12150         * message.el (message-forward-make-body-plain):
12151         Allow message-forward-ignored-headers to be a list.
12152         (message-remove-ignored-headers): Factor out into function.
12153         (message-forward-make-body-mml): Use it.
12154
12155         * imap.el (imap-quote-specials): New function.
12156         (imap-login-auth): Quote specials.
12157
12158         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12159         (rfc2231-parse-string): Allow concatanation of parameters that
12160         aren't contiguous.  The test case is
12161           (mail-header-parse-content-type "message/external-body;
12162             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12163             access-type=LOCAL-FILE;
12164             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12165
12166 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12167
12168         * nntp.el (nntp-accept-process-output): Return the value of
12169         `nnheader-accept-process-output'.
12170
12171 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12172
12173         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12174         (gnus-button-alist): Recognize more diff formats.
12175         (gnus-button-patch): Strip directory.
12176
12177 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12180         Emacs 22 when setting focus.
12181
12182 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12183
12184         * gnus-art.el (gnus-article-treat-types): Do treatment of
12185         text/x-verbatim parts.
12186         (gnus-button-patch): New command.
12187
12188         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12189         addresses that contain invalid characters.
12190
12191 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12192
12193         * message.el (message-put-addresses-in-ecomplete):
12194         Use gnus-replace-in-string.
12195         (message-is-yours-p): Use the more correct
12196         mail-header-parse-address instead of
12197         mail-extract-address-components.
12198         (message-put-addresses-in-ecomplete): Fix typo.
12199
12200         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12201         keystroke.
12202
12203         * gnus-art.el (gnus-treatment-function-alist): Change order of
12204         newsgroups/generic header folding to avoid double-folding.
12205
12206         * message.el (message-hidden-headers): Add X-Draft-From.
12207
12208         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12209         New command.
12210         (gnus-summary-repeat-search-article-backward): New command.
12211
12212         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12213         groups in the parent topic.
12214
12215 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12216
12217         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12218         (spam-extra-header-to-number): Return the CRM114 number as a
12219         number instead of a string.
12220
12221 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12222
12223         * gnus-art.el (gnus-face-properties-alist): Move here from
12224         gnus-fun.
12225
12226         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12227
12228 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12229
12230         * message.el (message-strip-forbidden-properties): Only display on
12231         self-insert-command.
12232
12233         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12234         reindent.
12235         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12236
12237 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12238
12239         * smiley.el (smiley-style): Fix typo.
12240
12241 2006-03-23  Kenichi Handa  <handa@m17n.org>
12242
12243         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12244         instead of set-buffer-multibyte.
12245
12246 2006-03-23  Kenichi Handa  <handa@m17n.org>
12247
12248         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12249         buffer and then decode the buffer text if necessary.
12250         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12251         first, and after mm-encode-body, change the buffer to unibyte.
12252
12253 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * hashcash.el (hashcash-insert-payment-async-2):
12256         Use message-goto-eoh instead of doing it manually.
12257         (mail-add-payment): Use message-narrow-to-header instead of trying
12258         to do the same itself.
12259
12260         * message.el (message-hidden-headers): Add Face.
12261
12262         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12263         reparenting code.
12264         (gnus-summary-reparent-children): Refactored out code.
12265         (gnus-summary-thread-map): New keystroke.
12266         (gnus-summary-reparent-children): Make into command.
12267
12268         * smiley.el (smiley-style): Default to `medium' if using a large
12269         font.
12270
12271         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12272         does it itself.
12273
12274         * message.el (message-point-in-header-p): Simplify definition.
12275
12276 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12277
12278         * nnagent.el (nnagent-request-set-mark): Silence log file
12279         writing.
12280         (nnagent-request-set-mark): Use write-region instead of
12281         append-to-file.
12282
12283         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12284         strange select method.
12285
12286         * ecomplete.el (ecomplete-display-matches): Get highlightling
12287         right.
12288         (ecomplete-display-matches): Use literals.
12289         (ecomplete-display-matches): Disable message logging.
12290
12291         * message.el (message-display-abbrev): Small optimization.
12292
12293         * ecomplete.el (ecomplete-display-matches): Allow automatic
12294         display.
12295
12296         * message.el (message-strip-forbidden-properties):
12297         Display abbrevs.
12298         (message-display-abbrev): Get automatic display right.
12299
12300         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12301         keystrokes.
12302
12303 2006-04-13  Romain Francoise  <romain@orebokech.com>
12304
12305         TODO: Backport to v5-10!
12306
12307         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12308         Move here (and rename) from gnus-registry.el.
12309
12310         * gnus-registry.el: Require gnus-util.
12311         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12312
12313 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12314
12315         * gnus-group.el (gnus-group-catchup-current):
12316         Change if-then-else-if-then-else into cond.
12317         (gnus-group-catchup): Indent.
12318         (group-name-at-point): New function.
12319         (gnus-fetch-group): Provide default from thing at point.
12320
12321 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12322
12323         * message.el (message-display-abbrev): Fix regexp.
12324
12325         * ecomplete.el (ecomplete-highlight-match-line):
12326         Reimplement choosing.
12327         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12328         dead variables.
12329
12330         * message.el (message-newline-and-indent): Remove debugging.
12331         (message-display-abbrev): Use new implementation.
12332
12333 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * gnus-art.el (gnus-article-mode):
12336         Set cursor-in-non-selected-windows to nil.
12337
12338         * smiley.el: Revert previous change.
12339         (smiley-data-directory): defvar it before using it in the
12340         defcustom of `smiley-style'.
12341
12342 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12343
12344         * message.el (message-newline-and-indent): New function.
12345
12346         * ecomplete.el: Implement more bits.
12347
12348         * message.el (message-put-addresses-in-ecomplete): Clean up the
12349         string.
12350
12351         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12352
12353         * gnus-sum.el (gnus-summary-save-parts):
12354         Bind gnus-summary-save-parts-counter and use it to make unique file
12355         names.
12356
12357         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12358
12359         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12360         parameter to say whether to actually parse the individual
12361         addresses.
12362
12363         * message.el (message-put-addresses-in-ecomplete): New function.
12364         (ecomplete): Require.
12365         (message-mail-alias-type): Add ecomplete as an option.
12366
12367 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12368
12369         * flow-fill.el (fill-flowed): Remove trailing space from blank
12370         quoted lines.
12371
12372 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12373
12374         * smiley.el (smiley-style): Move definition later to avoid a
12375         compilation warning.
12376
12377 2006-04-12  Kenichi Handa  <handa@m17n.org>
12378
12379         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12380         buffer and then decode the buffer text if necessary.
12381         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12382         first, and after mm-encode-body, change the buffer to unibyte.
12383         Use mm-disable-multibyte instead of set-buffer-multibyte.
12384
12385 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12388         Content-Type header instead of Content-Disposition header.
12389         (gnus-mime-inline-part): Ditto.
12390         (gnus-mime-view-part-as-charset): Ignore charset that the part
12391         specifies.
12392
12393         * mm-decode.el (mm-display-part): Work with external parts and
12394         usual parts similarly.
12395
12396         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12397         instead of gnus-display-mime.
12398
12399         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12400         instead of with-temp-buffer.
12401
12402         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12403         tag to summarized topics part in order to encode non-ASCII text.
12404
12405 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * smiley.el (smiley-style): New variable.
12408         (smiley-directory): New function.
12409         (smiley-data-directory): Derive from `smiley-style' using
12410         `smiley-directory'.
12411         (smiley-regexp-alist): Add new entries.
12412
12413         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12414         (gnus-article-browse-delete-temp): Add :version.
12415
12416 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12417
12418         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12419         the sieve region.
12420
12421 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12422
12423         * gnus.el (gnus-version-number): Bump version.
12424
12425 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * gnus.el: No Gnus v0.4 is released.
12428
12429 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12430
12431         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12432         layout.
12433
12434         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12435         unknown charset.
12436
12437         * message.el (message-header-synonyms): Add Original-To to the
12438         default.
12439
12440         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12441         optional parameter.
12442
12443 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12444
12445         * gnus-fun.el (gnus): Require it for gnus-directory.
12446
12447 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12450
12451 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12452
12453         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12454
12455 2006-04-05  Simon Josefsson  <jas@extundo.com>
12456
12457         * password.el (password-reset): New function.
12458
12459 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12460
12461         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12462         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12463
12464 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12465
12466         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12467         Some whitespace was matched into the url, which broke browsing hits
12468         > 100 when mm-url-use-external was nil.
12469
12470 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12471
12472         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12473         Check gnus-extra-headers for 'Newsgroups.
12474
12475         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12476         bound.
12477
12478 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12479
12480         * pgg-gpg.el: Clean up process buffers every time gpg processes
12481         complete.
12482
12483 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12486         doc string.
12487
12488 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12489
12490         * pgg-gpg.el (pgg-gpg-process-filter)
12491         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12492
12493         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12494         lines, temporary fix.
12495
12496 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12499
12500 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12501
12502         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12503         default-enable-multibyte-characters.  This reverts the change from
12504         revision 6.17 which is no longer necessary because the passphrase
12505         is sent separately now.  GnuPG messages are unreadable under
12506         multibyte locales with default-enable-multibyte-characters set to
12507         nil.
12508
12509 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * message.el (message-tool-bar-gnome): Move "spell".
12512
12513 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12514
12515         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12516         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12517         instead.
12518
12519 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12520
12521         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12522         Improve newsgroups handling for NNTP overviews which don't include
12523         Newsgroups.
12524
12525 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12526
12527         * message.el (message-resend): Bind message-generate-hashcash to nil.
12528
12529 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12530
12531         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12532         when searching for already-paid recipients.
12533
12534 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12535
12536         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12537         passphrases when it is not needed.
12538         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12539         passphrase stuff from gpg, should only be necessary when you use
12540         gpg with a smartcard.
12541
12542 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * mml.el (mml-insert-mime): Ignore cached contents of
12545         message/external-body part.
12546
12547         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12548         (mm-insert-part): Ditto.
12549
12550 2006-03-23  Simon Josefsson  <jas@extundo.com>
12551
12552         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12553         Reiner.
12554         (pgg-gpg-use-agent-p): Use it again.
12555
12556 2006-03-23  Simon Josefsson  <jas@extundo.com>
12557
12558         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12559         older emacsen.
12560         (pgg-gpg-use-agent-p): Don't use it.
12561
12562 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12565         if we can.
12566
12567 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12568
12569         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12570         (pgg-gpg-update-agent): New function.
12571         (pgg-gpg-use-agent-p): New function.
12572         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12573         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12574         (pgg-gpg-sign-region): Use it.
12575
12576 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12579         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12580
12581 2006-03-21  Simon Josefsson  <jas@extundo.com>
12582
12583         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12584         <wilde@sha-bang.de>.
12585         (pgg-gpg-use-agent): New variable.
12586         (pgg-gpg-process-region): Use it.
12587         (pgg-gpg-encrypt-region): Likewise.
12588         (pgg-gpg-encrypt-symmetric-region): Likewise.
12589         (pgg-gpg-decrypt-region): Likewise.
12590         (pgg-gpg-sign-region): Likewise.
12591         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12592
12593 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12596
12597         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12598         Add comment on version.
12599
12600 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * smiley.el: Add missing test smiley.
12603
12604 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * mm-decode.el (mm-with-part): New macro.
12607         (mm-get-part): Use it; work with message/external-body as well.
12608         (mm-save-part): Treat name and filename equally.
12609
12610         * mm-extern.el (mm-extern-cache-contents): New function.
12611         (mm-inline-external-body): Use it; force the part to be displayed;
12612         move undisplayer added to the cached handle to the parent.
12613
12614         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12615         (gnus-mime-view-part-as-type): Work with message/external-body.
12616
12617         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12618
12619 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12622         images in image-load-path.  [Sync with image.el, revision 1.60, in
12623         Emacs.]
12624
12625 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12628         path rather than symbol.  Always return list of directories.
12629         Guarantee that image directory comes first.  [Sync with image.el,
12630         revision 1.59, in Emacs.]
12631
12632         * message.el (message-make-tool-bar): Adjust to new API of
12633         `gmm-image-load-path-for-library'.
12634
12635         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12636
12637         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12638
12639 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12640
12641         * gnus-art.el (gnus-article-only-boring-p):
12642         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12643         intangible text.
12644         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12645
12646 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12649         Use `defun' instead of `gmm-defun-compat'.
12650
12651 2006-03-14  Simon Josefsson  <jas@extundo.com>
12652
12653         * message.el (message-unique-id): Don't use message-number-base36
12654         if (user-uid) is a float.
12655         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12656
12657 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12660
12661         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12662         empty line between a part and a message part.
12663
12664 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12665
12666         * smiley.el: Add more test smileys.
12667         (smiley-data-directory, smiley-regexp-alist)
12668         (gnus-smiley-file-types): Fix doc strings.
12669         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12670         adding new elements.
12671         (smiley-mouse-map): Unused code.  Make it a comment.
12672
12673 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12676         scan latest NoCeM messages instead of old ones.
12677         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12678         delimiters that are recently used.
12679         (gnus-nocem-load-cache): Add autoload cookie.
12680
12681         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12682
12683         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12684         level which is larger than gnus-use-nocem is specified.
12685
12686         * gnus-group.el (gnus-group-get-new-news): Ditto.
12687
12688 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * gnus-util.el (gnus-tool-bar-update): New function.
12691
12692         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12693         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12694
12695         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12696
12697         * gnus-group.el (gnus-group-redraw-when-idle)
12698         (gnus-group-redraw-check): Remove.
12699         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12700
12701 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12704         if optional last element is specified in splits (FIELD VALUE...).
12705
12706 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12709         to gmm-image-load-path-for-library.  Call with no-error argument.
12710         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12711
12712         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12713
12714         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12715
12716         * gmm-utils.el (gmm-image-load-path): Remove alias.
12717
12718 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12719
12720         * gmm-utils.el (gmm-image-load-path): Add alias.
12721
12722         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12723         nnml-generate-nov-databases-1.
12724         (nnml-generate-nov-databases): Use it.
12725         (nnml-generate-nov-databases-directory): Document no-active
12726         argument.
12727
12728         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12729         directory if path is t.  Add no-error.
12730
12731         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12732         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12733
12734         * gnus-art.el (gnus-article-browse-delete-temp-files):
12735         Simplify resetting gnus-article-browse-html-temp-list.
12736
12737         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12738         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12739         Add example to docstring.  Rename local variables.  Move error
12740         checks to default case in cond and simplify.
12741
12742 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12745         handle is multipart when calling it recursively.
12746         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12747
12748 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12749
12750         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12751         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12752
12753 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12756         is loaded.
12757
12758         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12759         loaded.
12760
12761 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12762
12763         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12764         to "Emacs 23 (unicode)" in doc string.
12765
12766         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12767         "Emacs 23 (unicode)" in comment.
12768
12769 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12772
12773         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12774         characters 160 through 255 in Emacs 23.
12775
12776 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12777
12778         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12779         gnus-article-browse-html-temp.
12780         (gnus-article-browse-delete-temp): Make it customizable.
12781         Add `file'.  Adjust doc string.
12782         (gnus-article-browse-delete-temp-files): Add argument.
12783         Allow query for each file.  Adjust doc string.
12784         (gnus-article-browse-html-parts):
12785         Add `gnus-article-browse-delete-temp-files' to
12786         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12787
12788 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12789
12790         * gnus-art.el (gnus-article-browse-html-temp)
12791         (gnus-article-browse-delete-temp): New variables.
12792         (gnus-article-browse-delete-temp-files): New function.
12793         (gnus-article-browse-html-parts): Use it.
12794
12795 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12798
12799         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12800         string.
12801
12802         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12803         gnus-summary-insert-new-articles when unplugged.
12804         Remove gnus-summary-search-article-forward.
12805
12806         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12807         display-visual-class instead of display-color-cells.
12808
12809 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * dgnushack.el: Autoload customize-group for XEmacs.
12812
12813         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12814         message/* containing non-ASCII text properly.
12815
12816 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * message.el: Require gmm-utils, remove autoloads.
12819         (message-tool-bar): Set default based on
12820         gmm-tool-bar-style.
12821         (message-tool-bar-gnome): Add gmm-customize-mode.
12822
12823         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12824         gmm-tool-bar-style.
12825         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12826
12827         * gnus-group.el (gnus-group-tool-bar): Set default based on
12828         gmm-tool-bar-style.
12829         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12830
12831         * gmm-utils.el (gmm-image-directory): Rename variable from
12832         gmm-image-load-path.
12833         (gmm-image-load-path): Use gmm-image-directory.
12834         (gmm-customize-mode): New function.
12835         (gmm-tool-bar-style): New variable.
12836
12837         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12838         gnus-group-redraw-line-number.
12839         (gnus-group-redraw-check): Simplify.
12840         (gnus-group-tool-bar-update): Remove redraw check.
12841         (gnus-group-make-tool-bar): Add redraw check.
12842
12843 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12844
12845         * gnus-art.el (gnus-button): Add missing parentheses.
12846
12847 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * lpath.el: Fbind line-number-at-pos.
12850
12851 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12854
12855 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12856
12857         * gnus-art.el (gnus-button): New face.
12858         (gnus-article-button-face): Use it.
12859
12860         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12861         Add gnus-summary-next-page.  Re-order.
12862
12863         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12864         next-node are now included.
12865         (gnus-group-redraw-line-number): New internal variable.
12866         (gnus-group-redraw-check): Helper function for updating the tool
12867         bar.
12868         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12869
12870         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12871
12872         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12873         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12874         Use it to match format of Spamassassin 3.0 and later.
12875         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12876         (spam-check-bogofilter)
12877         (spam-bogofilter-register-with-bogofilter): Fix args of
12878         `gnus-error' calls.
12879
12880 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12881
12882         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12883         unnecessary interaction when sending queued mails.
12884         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12885
12886 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12889         first or last are nil.
12890
12891 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12892
12893         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12894
12895 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12896
12897         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12898
12899 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12900
12901         * dns.el (query-dns): Protect more against buggy tcp output.
12902
12903 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12906         nov.php.
12907
12908 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12909
12910         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12911         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12912         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12913         output on the server side.
12914         (nnweb-google-create-mapping): Update regexps and add some
12915         progress indication.
12916
12917 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * gnus-group.el (gnus-group-tool-bar-gnome):
12920         Fix gnus-agent-toggle-plugged.  Re-order icons.
12921         (gnus-group-tool-bar-gnome):
12922         Add gnus-group-{prev,next}-unread-group.
12923         (gnus-group-tool-bar-gnome): Re-order icons.
12924
12925         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12926         Move gnus-summary-insert-new-articles.
12927
12928         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12929         Fix comments.
12930
12931         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12932         also available in Emacs 21.3.
12933
12934         * message.el (message-fix-before-sending): Change "Emacs 22" to
12935         "Emacs 23 (unicode)" in comment.
12936
12937         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12938         "Emacs 23 (unicode)" in comment.
12939
12940         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12941         comment.
12942         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12943
12944         * mm-view.el (mm-fill-flowed): Add :version.
12945
12946 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12947
12948         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12949         and load-path.
12950
12951 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * message.el: Autoload gmm-image-load-path.
12954         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12955         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12956         consitency.
12957
12958         * gmm-utils.el (gmm-image-load-path): Also search in
12959         "../etc/images".  Don't set gmm-image-load-path if we don't find
12960         the image.
12961
12962 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gmm-utils.el (gmm-image-load-path): Don't make
12965         `gmm-image-load-path' include subdirectories which the second arg
12966         `image' might specify.
12967
12968         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12969         subdirectory to icon file names.
12970
12971         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12972
12973 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12974
12975         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12976         gmm-image-load-path calls.
12977
12978         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12979
12980         * message.el (message-make-tool-bar): Ditto.
12981
12982         * mml.el (mml-preview): Add comment concerning tool bar icons.
12983
12984         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12985         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12986
12987         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12988         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12989
12990         * message.el (message-tool-bar-gnome): Use new icon names.
12991         (message-make-tool-bar): Use `gmm-image-load-path'.
12992
12993         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12994         New functions from MH-E.
12995         (gmm-image-load-path): New variable from MH-E.
12996         (gmm-image-load-path): New function from MH-E.  Add arguments
12997         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12998         *-image-load-path-called-flag.
12999
13000 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13001
13002         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13003
13004 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13005
13006         * nnimap.el (nnimap-request-move-article): Change folder back to
13007         source group before deleting.
13008
13009 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13012
13013         * gnus-art.el (mm-url-insert-file-contents-external):
13014         Autoload mm-url.
13015
13016         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13017
13018 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13021         coding system which mm-charset-to-coding-system returns for a
13022         given charset is valid.
13023
13024 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13025
13026         * html2text.el (html2text-remove-tag-list):
13027         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13028
13029 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13030
13031         * gnus-cus.el: Revert 2005-10-17 change.
13032
13033 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * gnus-art.el (article-strip-banner):
13036         Call article-really-strip-banner only when the regexp match is made.
13037
13038 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-art.el (article-strip-banner):
13041         Use gnus-extract-address-components instead of
13042         mail-header-parse-addresses to make it work with non-ASCII text;
13043         remove mail-encode-encoded-word-string.
13044
13045         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13046         values which are surrounded with \"...\"; make it never cause a
13047         Lisp error; give up parsing of parameters if it failed in
13048         extracting type.
13049
13050 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13051
13052         * smime.el (smime-cert-by-ldap-1): Fix bug where
13053         `smime-ldap-search' returns results without userCertificates.
13054
13055 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13058
13059 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * spam.el (spam-check-spamassassin-headers): Adapt format for
13062         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13063         <ari@mbf.ocn.ne.jp>.
13064         (spam-list-of-processors): Add spam-use-gmane.
13065
13066 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13069         make-temp-file; make it work with XEmacs as well.
13070
13071         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13072         mm-make-temp-file.
13073
13074         * mm-decode.el (mm-display-external): Use the 3rd arg of
13075         mm-make-temp-file.
13076         (mm-create-image-xemacs): Ditto.
13077
13078 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13081         with message-narrow-to-headers.
13082         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13083         (gnus-draft-check-draft-articles): New function.
13084         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13085
13086 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * gnus-art.el (gnus-article-browse-html-parts):
13089         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13090         Don't use suffix argument for mm-make-temp-file for Emacs 21
13091         compatibility.  Remove useless `format'.
13092
13093 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13094
13095         * nnweb.el (nnweb-google-wash-article): Update regexps.
13096         (nnweb-group-alist): Use defvoo instead of defvar.
13097
13098 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13099
13100         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13101         re-loading nn* modules.
13102
13103 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13104
13105         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13106         for `tool-bar-mode' and don't check it's default-value.
13107
13108         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13109
13110         * message.el (message-make-tool-bar): Ditto.
13111
13112         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13113         `substring'.  Shorten tmp-file name.
13114
13115         * gnus.el: Remove bogus comment.
13116
13117 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13118
13119         * gnus-art.el (gnus-article-browse-html-parts): New function.
13120         (gnus-article-browse-html-article): New function for viewing html
13121         articles with a browser.
13122
13123 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13124
13125         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13126         in elisp.
13127         (pgg-gpg-encrypt-symmetric-region): Ditto.
13128         (pgg-gpg-sign-region): Ditto.
13129
13130         * pgg-def.el (pgg-text-mode): New variable.
13131
13132         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13133         (mml2015-pgg-encrypt): Ditto.
13134
13135         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13136         (mml1991-pgg-encrypt): Ditto.
13137
13138 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13139
13140         * nnfolder.el (nnfolder-insert-newsgroup-line):
13141         Use message-make-date instead of current-time-string.
13142
13143         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13144         to gnus-decoded which mm-uu might set.
13145
13146 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13149         don't decode quoted parameters; remove misimported Emacs code.
13150         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13151         (rfc2231-decode-encoded-string): Don't use split-string which
13152         behaves differently according to Emacs version; use
13153         mm-decode-coding-region to convert charset to coding-system.
13154         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13155         (rfc2231-encode-string): Remove misimported Emacs code.
13156
13157 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13160         when calling mail-header-parse-content-type.
13161         (article-de-quoted-unreadable): Ditto.
13162         (article-de-base64-unreadable): Ditto.
13163         (article-wash-html): Ditto.
13164
13165         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13166         calling mail-header-parse-content-type and
13167         mail-header-parse-content-disposition.
13168         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13169         mail-header-parse-content-type.
13170
13171         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13172         insert charset and format parameters; encode description after
13173         inserting it to buffer.
13174         (mml-insert-parameter): Fold lines properly even if a parameter is
13175         segmented into two or more lines; change the max column to 76.
13176
13177         * rfc1843.el (rfc1843-decode-article-body): Don't use
13178         ignore-errors when calling mail-header-parse-content-type.
13179
13180         * rfc2231.el (rfc2231-parse-string): Return at least type if
13181         possible; don't cause an error even if it fails in parsing of
13182         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13183         (rfc2231-encode-string): Don't break lines at the beginning, leave
13184         it to mml-insert-parameter.
13185
13186         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13187         calling mail-header-parse-content-type.
13188
13189 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * spam-report.el (spam-report-gmane-use-article-number):
13192         Improve doc string.
13193         (spam-report-gmane-internal): Check if a suitable header was found
13194         in the article.
13195
13196 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13197
13198         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13199         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13200
13201 2006-02-05  Romain Francoise  <romain@orebokech.com>
13202
13203         Update copyright notices of all files in the gnus directory.
13204
13205 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13206
13207         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13208
13209 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13212         segmented lines of parameter value to cope with Thunderbird 1.5
13213         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13214         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13215         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13216
13217 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13218
13219         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13220         parts.
13221
13222 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13223
13224         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13225         there's only one active file for all servers.
13226         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13227         solid groups.  Gnus might have used a FAST request to select the group.
13228         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13229         and nnweb-search redundantly in the active file.
13230         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13231         (nnweb-request-create-group): Don't use ARGS.
13232         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13233         initialisations.  Let nnoo do the work.
13234
13235 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13238         Say the part has been decoded.
13239
13240         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13241
13242 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13243
13244         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13245         mailcap-viewer-test-cache when there's no 'test clause, since that
13246         will invert the meaning of a "nil" test previously determined by
13247         mailcap-mailcap-entry-passes-test.
13248
13249 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13252         compiling.
13253
13254         * gnus-sum.el: Ditto.
13255
13256         * message.el: Don't bind tool-bar-map when compiling.
13257
13258 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13261
13262 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13263
13264         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13265         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13266         current Google Groups.
13267
13268 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13269
13270         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13271         and tool-bar-mode.
13272
13273         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13274         and tool-bar-mode.
13275
13276         * message.el (message-tool-bar-update): Simplify.
13277         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13278
13279         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13280         gnus-summary-buffer.
13281         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13282         gnus-summary-reply.
13283
13284         * gmm-utils.el (gmm): Add :version.
13285
13286 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * Makefile.in (clean): New rule.
13289         (distclean): Use it.
13290
13291 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13292
13293         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13294         Don't autoload.
13295
13296 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * gmm-utils.el (gmm-verbose): Add :group.
13299
13300 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * message.el: Change some comments WRT tool-bars.
13303
13304         * gnus-sum.el (gnus-summary-tool-bar)
13305         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13306         (gnus-summary-tool-bar-zap-list): New variables.
13307         (gnus-summary-make-tool-bar): Complete rewrite using
13308         `gmm-tool-bar-from-list'.
13309
13310         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13311         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13312         New variables.
13313         (gnus-group-make-tool-bar): Complete rewrite using
13314         `gmm-tool-bar-from-list'.
13315         (gnus-group-tool-bar-update): New function.
13316
13317         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13318
13319 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13322         is dissected into a single part of which the type is the same as
13323         the given one; decode charset.
13324
13325 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13326
13327         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13328         into alists as symbol not string, since that's what
13329         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13330         look for.
13331
13332 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13333
13334         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13335         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13336
13337         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13338
13339 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13342         (gnus-xmas-mime-security-button-menu): New function.
13343
13344         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13345         (gnus-mime-security-button-menu): New definition.
13346         (gnus-mime-security-button-map): Use them.
13347         (gnus-mime-security-button-menu): New function.
13348         (gnus-insert-mime-security-button): Addition to help echo.
13349         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13350         (gnus-mime-security-pipe-part): New functions.
13351
13352         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13353         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13354
13355         * mm-decode.el (mm-handle-set-disposition): Remove.
13356         (mm-handle-set-description): Remove.
13357
13358 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13361         (mm-w3m-standalone-supports-m17n-p): New function.
13362         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13363         w3m usage.
13364
13365         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13366         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13367
13368 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * message.el (message-tool-bar-zap-list):
13371         Use gmm-tool-bar-zap-list as custom type.
13372         (message-tool-bar-update): New function.
13373         (message-tool-bar, message-tool-bar-gnome)
13374         (message-tool-bar-retro): Add message-tool-bar-update.
13375         (message-tool-bar-gnome): Add flyspell-buffer.
13376
13377         * gnus-util.el (gnus-error): Describe `args'.
13378
13379         * gmm-utils.el (gmm-error): Describe `args'.
13380         (gmm-tool-bar-zap-list): New widget.
13381         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13382
13383 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13386         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13387         the number of recursive calls.
13388
13389         * mm-decode.el (mm-handle-set-disposition): New macro.
13390         (mm-handle-set-description): New macro.
13391
13392 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13395         encoding.
13396
13397 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * message.el (message-tool-bar-zap-list, message-tool-bar)
13400         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13401         (message-tool-bar-local-item-from-menu): Remove.
13402         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13403         (message-make-tool-bar): New function.
13404         (message-mode): Use `message-make-tool-bar'.
13405
13406         * gmm-utils.el: New file.
13407         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13408         (gmm-lazy): New widget copied from `nnmail.el'.
13409         (gmm-tool-bar-from-list): New function for creating customizable
13410         tool bars.
13411         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13412         output.
13413         (gmm): Add :prefix to defgroup.
13414
13415 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13416
13417         * gmm-utils.el (gmm-widget-p): New function.
13418
13419 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * mml.el (mml-attach-file): Describe `description' in doc string.
13422         (mml-menu): Add Emacs MIME manual and PGG manual.
13423
13424 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13425
13426         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13427
13428 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13429
13430         * nntp.el (nntp-end-of-line): Doc fix.
13431
13432 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13433
13434         * imap.el (imap-open): Handle case where buffer is a buffer
13435         object.
13436
13437 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13438
13439         * gnus-delay.el (gnus-delay): Don't autoload.
13440         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13441         to be re-loaded when customizing the `gnus-delay' group.
13442
13443 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13444
13445         * message.el (message-insert-citation-line): Use newlines.
13446
13447 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13448
13449         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13450         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13451         these routines, so the passphrase can be managed externally and
13452         passed in to the system.
13453         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13454         pgg-add-passphrase-to-cache function.
13455
13456         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13457         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13458         these routines, so the passphrase can be managed externally and
13459         passed in to the system.
13460         (pgg-pgp5-sign-region): Use new name of
13461         pgg-add-passphrase-to-cache function.
13462
13463 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13464
13465         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13466         part of the decoded armor to find the key-identifier.
13467         (pgg-gpg-lookup-key-owner): New function to return the
13468         human-readable identifier of a key owner.
13469         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13470         itself.
13471         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13472         the key value) if we have a key and can match it against a secret
13473         key.  Also, added a note pointing out fact that the prompt only
13474         indicates the first matching key.
13475
13476         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13477         pgg-decrypt-region.
13478         (pgg-add-passphrase-to-cache): Rename from
13479         `pgg-add-passphrase-cache' to reduce confusion (all callers
13480         changed).
13481         (pgg-remove-passphrase-from-cache): Rename from
13482         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13483         changed).
13484         (pgg-read-passphrase, pgg-add-passphrase-cache)
13485         (pgg-remove-passphrase-cache): Add informative docstrings.
13486         (pgg-decrypt): Convey provided passphrase in subordinate call to
13487         pgg-decrypt-region.
13488
13489 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13490
13491         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13492         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13493         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13494         'passphrase' argument, so the passphrase can be managed externally
13495         and then passed in to the system.
13496
13497         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13498         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13499         so the passphrase cache can be used reliably with identifiers
13500         besides a pgp packet's key id.
13501
13502         * pgg-gpg.el (pgg-gpg-encrypt-region)
13503         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13504         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13505         these routines, so the passphrase can be managed externally and
13506         passed in to the system.
13507
13508         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13509         'notruncate' argument, so the passphrase cache can be used
13510         reliably with identifiers besides a pgp packet's key id.
13511
13512 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13513
13514         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13515         symmetric encryption.
13516         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13517         encrypted session key.
13518         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13519         message ask for the passphrase in a proper way.
13520
13521         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13522         New user commands for symmetric encryption.
13523
13524 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13527
13528         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13529
13530 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13531
13532         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13533
13534 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * mm-decode.el (mm-inlined-types): Add application/pgp.
13537         (mm-automatic-display): Ditto.
13538
13539         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13540         part as text.
13541
13542 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * nnrss.el: Update copyright.
13545         (nnrss-opml-import): Query whether to subscribe to each entry.
13546
13547         * gnus-art.el:
13548         * gnus-sum.el:
13549         * gnus-xmas.el:
13550         * messagexmas.el:
13551         * mm-uu.el:
13552         * mm-view.el: Update copyright.
13553
13554 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * message.el (message-info): New function.
13557         (message-mode-menu): Add it.
13558         Update copyright.
13559
13560         * ChangeLog: Fix and update copyright.
13561
13562 2006-01-13  Romain Francoise  <romain@orebokech.com>
13563
13564         * message.el (message-forward-subject-name-subject): Prefer the
13565         address to 'nowhere' if the sender has no name.
13566         Fix typo.  Update copyright year.
13567
13568 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * gnus-art.el (article-wash-html):
13571         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13572         (gnus-article-wash-html-with-w3m-standalone): New function.
13573
13574         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13575         mm-inline-text-html-render-with-w3m-standalone.
13576         (mm-text-html-washer-alist): Map w3m-standalone to
13577         gnus-article-wash-html-with-w3m-standalone.
13578         (mm-inline-text-html-render-with-w3m-standalone): New function.
13579
13580 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13581
13582         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13583         Improve LaTeX.
13584
13585 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13588         (nnrss-request-article): Render text/plain parts as HTML.
13589
13590         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13591         the buffer.
13592
13593 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13594
13595         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13596         custom definition of `gnus-posting-styles'.
13597
13598         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13599         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13600
13601 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13602
13603         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13604         Use nntp for bug archive.
13605
13606 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13609         parts.
13610         (nnrss-normalize-date): New function converts ISO 8601 date into
13611         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13612         (nnrss-check-group): Use it.
13613
13614 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13617
13618         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13619         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13620         (nnrss-insert-w3): Ditto.
13621
13622 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13625         the articles to be forwarded including the case where neither a
13626         number of articles nor a region is specified.
13627
13628 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * nnrss.el (nnrss-request-article): Fix last change; fill
13631         text/plain parts.
13632
13633 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13636         in text/plain part.
13637         (nnrss-check-group): Don't add excessive newline to dc:subject.
13638
13639 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13640
13641         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13642         article.
13643
13644 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13645
13646         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13647         (nnml-use-compressed-files, nnml-save-mail): Support other
13648         comression programs such as bzip2.
13649
13650 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13651
13652         * dns.el (query-dns): Make sure we check the buffer size before
13653         removing tcp headers.
13654
13655 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13658         remove MIME buttons associated with multipart/alternative parts.
13659         (gnus-mime-display-alternative): Tag buttons using `article-type'
13660         text property.
13661
13662         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13663         associated with multipart/alternative parts.
13664
13665         * gnus-art.el (gnus-signature-separator): Fix custom type.
13666
13667         * mm-decode.el (mm-inlined-types): Fix custom type.
13668         (mm-keep-viewer-alive-types): Ditto.
13669         (mm-automatic-display): Ditto.
13670         (mm-attachment-override-types): Ditto.
13671         (mm-inline-override-types): Ditto.
13672         (mm-automatic-external-display): Ditto.
13673
13674 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13675
13676         * spam-report.el (spam-report-user-mail-address)
13677         (spam-report-user-agent): New variables.
13678         (spam-report-url-ping-plain): Use spam-report-user-agent.
13679
13680 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13681
13682         * gnus-art.el (gnus-button-handle-custom): Do not just use
13683         `customize-apropos' for any "M-x customize-*" button but the
13684         function called for.  Accept both the function name and its
13685         argument in order to achieve this.
13686         (gnus-button-alist): Remove support for "custom:" URL's.
13687         Pass function name to `gnus-button-handle-custom' in case of "M-x
13688         customize-*" buttons.
13689
13690 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13693         multipart/alternative and add xref to mm-discouraged-alternatives
13694         in doc string.
13695
13696         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13697         gnus-buttonized-mime-types in doc string.
13698
13699 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13702         Suggest image/.* in the doc string.
13703
13704 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13705
13706         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13707         message-marks (Debian bug #342521).
13708
13709 2005-12-12  Simon Josefsson  <jas@extundo.com>
13710
13711         * password.el (password-read-from-cache): Add.
13712         (password-read): Use it.
13713
13714 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * rfc2047.el (rfc2047-charset-to-coding-system):
13717         Recognize us-ascii as a MIME charset.
13718
13719         * mm-bodies.el (mm-decode-content-transfer-encoding):
13720         Protect against the case where the 2nd arg TYPE is nil.
13721
13722 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * pop3.el (pop3-stream-type): Fix custom version.
13725
13726         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13727
13728 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13729
13730         * mm-decode.el (mm-display-external): Add missing cdr.
13731
13732 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13735         RFC1524) if it is in mailcap or add a suffix according to
13736         mailcap-mime-extensions when generating a temp filename; postpone
13737         deleting a temp file for 2 seconds for some wrappers, shell
13738         scripts, and so on, which might exit right after having started a
13739         viewer command as a background job.
13740
13741 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13742
13743         * nntp.el (nntp-marks-directory): Fix custom group.
13744
13745         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13746         steps when < 10.
13747
13748         * gnus-start.el (gnus-no-server-1):
13749         Mention `gnus-level-default-subscribed' in doc string.
13750
13751 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13752
13753         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13754         parens.
13755
13756 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * gnus-xmas.el (gnus-use-toolbar): Revert.
13759         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13760         gnus-use-toolbar is default.
13761
13762         * messagexmas.el (message-use-toolbar): Revert.
13763         (message-setup-toolbar): Use global default-toolbar if
13764         message-use-toolbar is default.
13765
13766 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13767
13768         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13769         according to default-toolbar-visible-p.
13770
13771         * messagexmas.el (message-use-toolbar): Ditto.
13772
13773 2005-11-26  Dave Love  <fx@gnu.org>
13774
13775         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13776         (tls-program, tls-success): Provide openssl alternative.
13777
13778         * starttls.el: Doc fixes.
13779         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13780         SERVICE to PORT.
13781
13782         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13783         port null or service name.
13784         (starttls-negotiate): Autoload.
13785
13786 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * message.el (message-kill-to-signature): Fix interactive spec.
13789
13790 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * pop3.el (pop3-open-server): Recognize a string as a service name.
13793
13794 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13795
13796         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13797
13798 2005-11-23  Dave Love  <fx@gnu.org>
13799
13800         Add pop3s, pop3/starttls.
13801
13802         * pop3.el (pop3-authentication-scheme): Clarify doc.
13803         (open-tls-stream, starttls-open-stream): Autoload.
13804         (pop3-stream-type): New.
13805         (pop3-open-server): Use it.
13806
13807         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13808         for POP.
13809         (mail-source-keyword-map): Add :stream for POP.
13810         (mail-source-fetch-pop): Use pop3-stream-type.
13811
13812 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13815         of current-time-string.
13816
13817 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13818
13819         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13820         date header.
13821
13822 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13823
13824         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13825         it can seriously impact performance as it bypasses the agent's
13826         local caches.
13827
13828 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13829
13830         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13831         must be explicitly online rather than "not explicitly offline" for
13832         its flags to be synchronized.
13833
13834         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13835         that gnus-uu-unmark-thread will function correctly.
13836
13837         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13838         1024K is instead displayed as 1M.
13839
13840 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13841
13842         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13843
13844 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13845
13846         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13847
13848 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13849
13850         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13851         error message to display actual error condition.
13852         (gnus-agent-save-local): Avoid saving symbols that are bound to
13853         nil as they simply result in a warning message in
13854         gnus-agent-read-local.
13855
13856 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13859         rather than make-variable-buffer-local for file-precious-flag.
13860
13861 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13862
13863         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13864         for duplicates which are removed.  The invalid sort check then
13865         triggers a rescan after the sort as sorting may have moved
13866         duplicate entries such that they can be cheaply detected.
13867
13868 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13871
13872 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13873
13874         * gnus-agent.el (gnus-agent-article-alist-save-format):
13875         Change internal variable to a custom variable.  Change default value
13876         from compressed(2) to uncompressed(1).
13877         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13878         support for uncompressed agentview files.  Taken together, reading
13879         the agentview file should now be 6-7 times faster.
13880
13881 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13882
13883         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13884         as a buffer-local variable.  This avoids creating truncated
13885         dribble files as a result of a hang up, eg.
13886
13887 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13888
13889         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13890         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13891         XEmacs.
13892
13893 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13894
13895         * gnus-start.el (gnus-start-draft-setup):
13896         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13897
13898         * gnus.el (gnus-splash): Change custom group.
13899         (gnus-group-get-parameter, gnus-group-parameter-value):
13900         Describe allow-list argument.
13901
13902         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13903         string.
13904
13905 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13906
13907         * gnus-art.el (gnus-default-article-saver): Add user-defined
13908         `function' to custom type.
13909
13910 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13911
13912         * imap.el (imap-open): Handle case where buffer is a buffer
13913         object.
13914
13915 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13918         long lines.
13919         (gnus-cache-delete-group): Wrap doc strings.
13920
13921         * gnus-agent.el (gnus-agent-rename-group)
13922         (gnus-agent-delete-group): Wrap doc strings.
13923
13924 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * messagexmas.el (message-use-toolbar): Change the valid values
13927         into default, top, bottom, left, and right.
13928         (message-toolbar-thickness): New variable.
13929         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13930         well.
13931         (message-setup-toolbar): Make it work.
13932
13933         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13934         (gnus-use-toolbar): Change the valid values into default, top,
13935         bottom, left, and right.
13936         (gnus-toolbar-thickness): New variable.
13937         (gnus-xmas-setup-toolbar): New function.
13938         (gnus-xmas-setup-group-toolbar): Use it.
13939         (gnus-xmas-setup-summary-toolbar): Use it.
13940
13941 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13942
13943         * gnus-start.el (gnus-1): Add "native" to
13944         gnus-predefined-server-alist.
13945
13946         * gnus.el (gnus-method-to-server): Don't add "native" to the
13947         lists here, because that leads to problems when
13948         gnus-select-method is bound.
13949
13950 2005-11-09  Simon Josefsson  <jas@extundo.com>
13951
13952         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13953         use (not sort-by-date) instead.
13954
13955 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13956
13957         * gnus-delay.el (gnus-delay-group): Don't autoload.
13958         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13959         to be re-loaded when customizing the `gnus-delay' group.
13960
13961 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13962
13963         * message.el: Revert last changes.
13964         (message-insert-citation-line): Use newlines.
13965
13966 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13967
13968         * message.el (message-courtesy-message)
13969         (message-mark-insert-begin, message-mark-insert-end)
13970         (message-elide-ellipsis, message-cancel-message)
13971         (message-add-header, message-change-subject)
13972         (message-cross-post-followup-to-header)
13973         (message-cross-post-insert-note, message-reduce-to-to-cc)
13974         (message-widen-reply, message-delete-not-region)
13975         (message-kill-to-signature, message-insert-signature)
13976         (message-insert-importance-high, message-insert-importance-low)
13977         (message-insert-or-toggle-importance)
13978         (message-insert-disposition-notification-to)
13979         (message-indent-citation, message-yank-original)
13980         (message-cite-original-without-signature, message-cite-original)
13981         (message-insert-citation-line, message-position-on-field)
13982         (message-fix-before-sending, message-send-mail-partially)
13983         (message-send-mail, message-send-mail-with-sendmail)
13984         (message-send-mail-with-qmail, message-send-news)
13985         (message-check-news-header-syntax, message-generate-headers)
13986         (message-insert-courtesy-copy, message-fill-address)
13987         (message-fill-header, message-shorten-references)
13988         (message-setup-1, message-cancel-news)
13989         (message-forward-make-body-plain, message-forward-make-body-mime)
13990         (message-forward-make-body-mml, message-encode-message-body)
13991         (message-forward-make-body-digest-plain)
13992         (message-forward-make-body-digest-mime)
13993         (message-use-alternative-email-as-from): Insert `hard-newline'
13994         instead of ordinary newlines.
13995
13996 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * message.el (message-generate-headers): Downcase the argument
13999         given to message-check-element.
14000
14001 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14002
14003         * nntp.el (nntp-authinfo-rejected): New error condition.
14004         (nntp-wait-for): Use new error condition to signal authentication
14005         error.
14006         (nntp-retrieve-data): Rethrow new error condition to break out of
14007         recursive call to nntp-send-authinfo.
14008
14009 2005-11-08  Romain Francoise  <romain@orebokech.com>
14010
14011         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14012         (gnus-summary-exit-map): Bind to `Z p'.
14013         (gnus-summary-make-menu-bar): Add menu item.
14014
14015 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14016
14017         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14018         (gnus-treat-*): Add `first' in all doc strings.
14019
14020         * gnus-group.el (gnus-group-compact-group): Fix typo.
14021
14022 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus.el (gnus-parameters-case-fold-search): New variable.
14025         (gnus-parameters-get-parameter): Use it.
14026
14027         * gnus-score.el (gnus-home-score-file): Doc fix.
14028
14029 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14030
14031         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14032
14033 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * mm-util.el (mm-special-display-p): New function.
14036
14037         * mml.el (mml-preview): Use it; doc fix.
14038
14039 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14040
14041         * imap.el (imap-open): Handle case where buffer is a buffer object.
14042
14043 2005-10-29  Romain Francoise  <romain@orebokech.com>
14044
14045         * message.el (message-fix-before-sending): Fix comment.
14046
14047 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14048
14049         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14050
14051 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14052
14053         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14054         Used in gnus-score.el.
14055
14056 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14057
14058         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14059
14060 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14061
14062         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14063         whitespace removed in revision 7.8.  Use concatenated string to
14064         protect trailing whitespace.
14065
14066 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14067
14068         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14069         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14070         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14071         Courier IMAP ("some version from 2004").  Mostly based on similar
14072         code in the same function.
14073
14074 2005-10-26  Didier Verna  <didier@xemacs.org>
14075
14076         * gnus-group.el (gnus-group-compact-group): Invalidate original
14077         article buffer.
14078         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14079         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14080         NOV database and in article itself.
14081         Invalidate article backlog.
14082
14083 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14086
14087 2005-10-26  Simon Josefsson  <jas@extundo.com>
14088
14089         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14090         part of 2004-07-25 change.
14091
14092 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14093
14094         * message.el (message-display-completion-list): New function.
14095         (message-expand-group): Use it; make sure the Completions buffer
14096         is modifiable.
14097 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14098
14099         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14100         user-mail-name is an empty string.
14101
14102 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14103
14104         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14105         depending on gnus-score-decay-constant.
14106
14107         * encrypt.el (encrypt-insert-file-contents)
14108         (encrypt-write-file-contents): Don't use `gnus-message'.
14109
14110         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14111         arguments.
14112         (mm-uu-type-alist): Add message-marks and insert-marks.
14113         Pass arguments to mm-uu-verbatim-marks-extract.
14114         (mm-uu-hide-markers): New variable.
14115         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14116
14117         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14118         (gnus-convert-image-to-face-command): Use "convert" by default to
14119         allow other input image formats.
14120         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14121         accordingly.
14122
14123 2005-10-23  Simon Josefsson  <jas@extundo.com>
14124
14125         * imap.el (imap-gssapi-program): Align command line parameters
14126         with latest GNU SASL.
14127         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14128
14129 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14130
14131         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14132         HTML.
14133         (nnslashdot-request-article): Ditto.
14134
14135         * lpath.el (featurep): Add nobreak-char-display.
14136
14137 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14138
14139         * mail-source.el (mail-source-fetch-pop): Require pop3.
14140         (mail-source-check-pop): Ditto.
14141
14142 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14143
14144         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14145         errors.
14146
14147 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14148
14149         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14150         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14151
14152         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14153
14154         * mm-bodies.el (mm-decode-string):
14155         Call `mm-charset-to-coding-system' with allow-override argument.
14156
14157 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14160         (rfc2047-charset-to-coding-system): New function.
14161         (rfc2047-decode-encoded-words): New function.
14162         (rfc2047-decode-region): Use them.
14163         (rfc2047-decode-cte): Remove.
14164         (rfc2047-parse-and-decode): Remove.
14165         (rfc2047-decode): Remove.
14166
14167 2005-10-15  Kenichi Handa  <handa@m17n.org>
14168
14169         * rfc2047.el (rfc2047-decode-cte): New function.
14170         (rfc2047-decode-region): Change the way to decode successive
14171         encoded-words: decode B- or Q-encoding in each encoded-word,
14172         concatenate them, and decode it as charset.
14173
14174 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * lpath.el: Fbind codepage-setup for XEmacs.
14177
14178 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14179
14180         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14181         widget-move-and-invoke.
14182         (gnus-custom-mode): Use gnus-custom-map.
14183
14184 2005-10-15  Bill Wohler  <wohler@newt.com>
14185
14186         * message.el (message-tool-bar-map): Rename image file from
14187         mail_send to mail/send.
14188
14189 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14190
14191         * message.el (message-expand-group): Pass the common
14192         prefix substring of completion to `display-completion-list'.
14193
14194 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * mml-sec.el (mml-secure-method): New internal variable.
14197         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14198         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14199         New functions using mml-secure-method.
14200
14201         * mml.el (mml-mode-map): Add key bindings for those functions.
14202         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14203         Harder <harder@myrealbox.com>.
14204         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14205         Goto end of message if point is the headers of the message.
14206
14207         * message.el (message-in-body-p): New function.
14208
14209         * assistant.el: Autoload gnus-util and netrc.
14210
14211         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14212         Use `mm-charset-override-alist' only when decoding.
14213
14214         * mm-bodies.el (mm-decode-body):
14215         Call `mm-charset-to-coding-system' with allow-override argument.
14216
14217         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14218         `filename' from Content-Disposition if Content-Type doesn't
14219         provide `name'.
14220         (gnus-mime-view-part-as-type): Set default instead of
14221         initial-input.
14222
14223 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14224
14225         * format-spec.el (format-spec): Propagate text properties of % spec.
14226
14227 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14228
14229         * gnus-art.el (gnus-treat-predicate): Add `first'.
14230
14231 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14232
14233         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14234         (mm-charset-override-alist): New variable.
14235         (mm-charset-to-coding-system): Use it.
14236         (mm-codepage-setup): New helper function.
14237         (mm-charset-eval-alist): New variable.
14238         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14239         Warn about unknown charsets.
14240
14241         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14242
14243 2005-10-04  David Hansen  <david.hansen@gmx.net>
14244
14245         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14246         (nnrss-check-group): Ditto.
14247
14248 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14251         Rename x-gnus-verbatim to x-verbatim.
14252         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14253
14254         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14255         x-verbatim.
14256
14257         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14258
14259         * gnus-util.el (gnus-remove-duplicates): Remove.
14260
14261         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14262         instead of gnus-remove-duplicates.
14263
14264         * message.el (message-remove-duplicates): Remove.
14265         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14266         message-remove-duplicates.
14267
14268         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14269         available, else use implementation from `delete-dups'.
14270
14271         * message.el (message-insert-expires): New function.
14272         (message-mode-map): Add key binding.
14273         (message-mode-field-menu): Add menu entry.
14274         (message-mode): Document it.
14275         (message-make-expires-date): Use `message-make-date'.
14276
14277 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14278
14279         * message.el (message-make-expires-date): New function.
14280
14281 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * Makefile.in (list-installed-shadows): New entry.
14284         (install): Use it.
14285         (remove-installed-shadows): New entry.
14286
14287         * dgnushack.el (dgnushack-default-load-path): New variable.
14288         (dgnushack-find-lisp-shadows): New function.
14289         (dgnushack-remove-lisp-shadows): New function.
14290
14291 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * Makefile.in (install-el-elc): New entry.
14294         (install): Use it so that .el files are necessarily installed.
14295
14296 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14299
14300 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14301
14302         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14303         function rather than the diff-mode.el package.
14304         (mm-display-external): Use with-current-buffer.
14305         (mm-viewer-completion-map, mm-viewer-completion-map):
14306         Move initialization inside declaration.
14307
14308 2005-09-29  Simon Josefsson  <jas@extundo.com>
14309
14310         * spam.el: Load hashcash when compiling, to avoid warnings.
14311         Don't autoload mail-check-payment.
14312         (spam-check-hashcash): Define unconditionally, since hashcash.el
14313         is part of Gnus now.  Ignore errors from payment checking.
14314
14315 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * message.el (message-bold-region, message-unbold-region):
14318         Rename from `bold-region' and `unbold-region'.
14319
14320         * message.el: Remove useless autoloads.
14321
14322 2005-09-28  Simon Josefsson  <jas@extundo.com>
14323
14324         * message.el (message-use-idna): Default to t.
14325         (message-use-idna): Test whether encoding works too.  Doc fix.
14326
14327 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * nntp.el (nntp-warn-about-losing-connection): Remove.
14330
14331 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14334         customizable.  Change default value.
14335         (mm-uu-diff-groups-regexp): Change default value.
14336         (mm-uu-type-alist): Add doc string.
14337         (mm-uu-configure): Add doc string.  Make it interactive.
14338         (mm-uu-tex-groups-regexp): New variable.
14339         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14340         (mm-uu-type-alist): Add LaTeX documents.
14341         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14342         of "text/verbatim".
14343         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14344
14345         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14346         instead of "text/verbatim".
14347
14348         * message.el (message-mark-inserted-region)
14349         (message-mark-insert-file): Use slrn style marks when called with
14350         prefix argument.
14351
14352 2005-09-27  Simon Josefsson  <jas@extundo.com>
14353
14354         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14355
14356 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14357
14358         * message.el (message-remove-duplicates): New function.
14359         Implementation borrowed from `gnus-remove-duplicates'.
14360         (message-idna-to-ascii-rhs): Also encode idna addresses in
14361         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14362         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14363         only ask about the same idna domain once per header and also tell
14364         in what header to replace the idna domain.
14365
14366         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14367         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14368         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14369         a header is decoded and not just the last one.
14370
14371 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14374         has been decoded.
14375
14376         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14377         (mm-insert-part): Don't modify text if it has been decoded.
14378
14379         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14380         decoded.
14381
14382         * mm-view.el (mm-inline-text): Don't strip text props unless
14383         decoding enriched or richtext parts.
14384
14385 2005-09-25  Romain Francoise  <romain@orebokech.com>
14386
14387         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14388         * gnus-start.el (gnus-subscribe-interactively):
14389         * gnus-uu.el (gnus-uu-grab-articles):
14390         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14391         space.
14392
14393 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14394
14395         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14396         * mm-view.el (mm-view-pkcs7-decrypt):
14397         * gnus-sum.el (gnus-summary-limit-to-extra)
14398         (gnus-summary-respool-article, gnus-read-move-group-name):
14399         * gnus-score.el (gnus-summary-increase-score):
14400         * gnus-util.el (gnus-completing-read-with-default):
14401         * gnus-art.el (gnus-read-save-file-name)
14402         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14403         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14404         * message.el (message-check-news-header-syntax):
14405         Follow convention for reading with the minibuffer.
14406
14407 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * spam-report.el (spam-report-url-ping-plain):
14410         Use gnus-extended-version as User-Agent.
14411
14412         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14413         default value is nil.
14414
14415         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14416         (mm-uu-verbatim-marks-extract): New function.
14417         (mm-uu-extract): New face.
14418         (mm-uu-copy-to-buffer): Use it.
14419
14420         * spam-report.el (spam-report-gmane-ham): Rename from
14421         `spam-report-gmane-unspam'.
14422         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14423         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14424
14425         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14426         Autoload.
14427         (spam-report-gmane-unregister-routine):
14428         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14429
14430 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14431
14432         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14433         (spam-report-gmane-unregister-routine): Add support for gmane
14434         unregistration.
14435
14436         * spam-report.el (spam-report-gmane-unspam)
14437         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14438         (spam-report-gmane): Change to take a single article and do unspam
14439         registration.
14440
14441 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * mm-url.el (mm-url-decode-entities): Fix regexp.
14444
14445 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14446
14447         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14448         default to nil, to be able to use Gnus at all.  If the default
14449         switches to something else, then the function should be fixed not
14450         be exceedingly slow.
14451
14452 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14453
14454         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14455         fail hard.
14456
14457         * spam-report.el: Add better Keywords line.
14458
14459         * spam.el: Add Maintainer and better Keywords line.
14460
14461 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * gnus-art.el (gnus-article-replace-part)
14464         (gnus-mime-replace-part): New functions.
14465         (gnus-mime-action-alist, gnus-mime-button-commands)
14466         (gnus-mime-save-part-and-strip): Add file argument.
14467         (gnus-article-part-wrapper): Add interactive argument.
14468
14469         * gnus-sum.el (gnus-summary-mime-map):
14470         Add `gnus-article-replace-part'.
14471
14472 2005-09-19  Didier Verna  <didier@xemacs.org>
14473
14474         The nnml compaction feature:
14475         * nnml.el (nnml-request-compact-group): New function.
14476         * nnml.el (nnml-request-compact): New function.
14477         * gnus-int.el (gnus-request-compact-group): New function.
14478         * gnus-int.el (gnus-request-compact): New function.
14479         * gnus-group.el (gnus-group-compact-group): New function.
14480         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14481         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14482         * gnus-srvr.el (gnus-server-compact-server): New function.
14483         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14484         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14485
14486 2005-09-18  Deepak Goel  <deego@gnufans.org>
14487
14488         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14489         format spec.
14490
14491 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14494
14495 2005-09-15  Romain Francoise  <romain@orebokech.com>
14496
14497         * message.el (message-fill-paragraph): Clarify docstring.
14498
14499 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * gnus-art.el (gnus-mime-display-part): Protect against broken
14502         MIME messages.
14503
14504 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14507         before parsing header.
14508
14509 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14510
14511         * html2text.el (html2text-replace-list): Add new entities.
14512
14513 2005-09-11  Romain Francoise  <romain@orebokech.com>
14514
14515         * message.el (message-alternative-emails): Improve docstring.
14516         (message-setup-1): Call `message-use-alternative-email-as-from'
14517         after `message-setup-hook' to give it precedence over posting
14518         styles, etc.
14519         (message-use-alternative-email-as-from): Add docstring.
14520         Remove the original From header if present.
14521
14522         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14523         (nnml-save-mail): Use it.
14524
14525         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14526         articles.  Add new argument `silent'.
14527         (gnus-uu-mark-all): Report the total number of marked articles.
14528
14529 2005-09-10  Romain Francoise  <romain@orebokech.com>
14530
14531         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14532         (gnus-uu-mark-series): Likewise.
14533
14534 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * spam-report.el (spam-report-gmane): Fix generation of spam
14537         report URL.
14538
14539 2005-09-10  Simon Josefsson  <jas@extundo.com>
14540
14541         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14542         t, based on discussion on the ding list with Robert Epprecht
14543         <epprecht@solnet.ch>.
14544
14545 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14546
14547         * spam-report.el (spam-report-gmane): Make it work without
14548         X-Report-Spam header.  Gmane now only provides Archived-At.
14549         This is only used if `spam-report-gmane-use-article-number' is nil.
14550         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14551
14552         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14553         make `gnus-summary-sort-by-recipient' work with threading.
14554
14555         * nnweb.el (nnweb-google-wash-article): Print a message if article
14556         is not available.
14557
14558 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14559
14560         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14561         change.  Decode text/* parts content before displaying.
14562
14563 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14564
14565         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14566
14567 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14570
14571         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14572         url-package-name, url-package-version,
14573         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14574         w3m-display-inline-images, and w3m-minor-mode-map.
14575
14576 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * message.el (message-tab-body-function): Fix mismatched custom type.
14579
14580         * gnus.el (gnus-group-change-level-function): Ditto.
14581
14582         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14583
14584         * gnus-art.el (gnus-signature-limit)
14585         (gnus-article-mime-part-function): Ditto.
14586
14587 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * mml.el (mml-mode): Silence the byte compiler.
14590
14591         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14592         using `(sit-for 0)' before moving the point to the specified part;
14593         skip unbuttonized parts.
14594         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14595         return to the summary window if gnus-auto-select-part is non-nil.
14596
14597 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14600         New variables.
14601         (mml-dnd-attach-file, mml-mode): Use them.
14602
14603         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14604         Make fetching article by MID work again for Google Groups.
14605         Add FIXME concerning gnus-group-make-web-group.
14606
14607         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14608         Don't depend on Gnus by using mail-extract-address-components if
14609         gnus-extract-address-components is not bound.
14610
14611 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14612
14613         * gnus-art.el (gnus-mime-display-security): Don't display the
14614         signature, but only the signed part.
14615
14616 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14617
14618         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14619
14620         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14621         list, not listp.
14622
14623 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14624
14625         * mm-encode.el (mm-encode-content-transfer-encoding):
14626         Likewise when encoding.
14627
14628         * mm-bodies.el (mm-decode-content-transfer-encoding):
14629         De-canonicalize CRLF for all text content types, not just
14630         text/plain.
14631
14632 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14635         valid article; point arrow and cursor at the MIME button.
14636
14637 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14640         Suggested by Dan Christensen <jdc@uwo.ca>.
14641
14642         * mm-decode.el (mm-save-part): Enable change of prompt.
14643
14644 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14645
14646         * gnus-msg.el (gnus-inews-add-send-actions):
14647         Make `message-post-method' lambda parameter ARG `&optional'.
14648
14649 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14650
14651         * gnus-sum.el (gnus-summary-mime-map):
14652         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14653         gnus-article-jump-to-part.
14654
14655         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14656         (gnus-article-edit-part): Use it.
14657         (gnus-article-part-wrapper): Add no-handle argument.
14658         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14659         New functions.
14660
14661 2005-08-29  Romain Francoise  <romain@orebokech.com>
14662
14663         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14664         docstring.
14665         (gnus-face-from-file): Likewise.
14666
14667 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14668
14669         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14670         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14671         non-nil.
14672         (gnus-auto-select-part): New variable.
14673         (gnus-article-jump-to-part): New function.
14674         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14675         (gnus-mime-delete-part): Allow selecting specified part after
14676         deleting or stripping parts.
14677         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14678         part if argument is bogus.
14679
14680 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14681
14682         * gnus-art.el (w3m-minor-mode-map):
14683         * gnus-spec.el (gnus-newsrc-file-version):
14684         * gnus-util.el (nnmail-active-file-coding-system)
14685         (gnus-original-article-buffer, gnus-user-agent):
14686         * gnus.el (gnus-ham-process-destinations)
14687         (gnus-parameter-ham-marks-alist)
14688         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14689         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14690         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14691         * mm-decode.el (gnus-current-window-configuration):
14692         * mm-extern.el (gnus-article-mime-handles):
14693         * mm-url.el (url-current-object, url-package-name)
14694         (url-package-version):
14695         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14696         (smime-keys, w3m-cid-retrieve-function-alist)
14697         (w3m-current-buffer, w3m-display-inline-images)
14698         (w3m-minor-mode-map):
14699         * mml-smime.el (gnus-extract-address-components):
14700         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14701         (gnus-newsrc-hashtb, message-default-charset)
14702         (message-deletable-headers, message-options)
14703         (message-posting-charset, message-required-mail-headers)
14704         (message-required-news-headers):
14705         * mml1991.el (mc-pgp-always-sign):
14706         * mml2015.el (mc-pgp-always-sign):
14707         * nnheader.el (nnmail-extra-headers):
14708         * rfc1843.el (gnus-decode-encoded-word-function)
14709         (gnus-decode-header-function, gnus-newsgroup-name):
14710         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14711
14712 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14713
14714         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14715         the end of the date treatments.
14716
14717 2005-08-15  Simon Josefsson  <jas@extundo.com>
14718
14719         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14720         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14721         Capello and Romain Francoise.
14722         (pgg-fetch-key-function): Remove, not used?
14723         (pgg-insert-url-with-w3): Require url, to get
14724         url-insert-file-contents regardless of where it is defined.
14725
14726 2005-08-13  Romain Francoise  <romain@orebokech.com>
14727
14728         * message.el (message-cite-original-1): New function.
14729         (message-cite-original): Use it.
14730         (message-cite-original-without-signature): Ditto.
14731
14732 2005-08-08  Romain Francoise  <romain@orebokech.com>
14733
14734         * message.el (message-yank-empty-prefix): New variable.
14735         (message-indent-citation): Use it.
14736         (message-cite-original-without-signature): Respect X-No-Archive.
14737
14738 2005-08-08  Simon Josefsson  <jas@extundo.com>
14739
14740         * pgg.el: Autoload url-insert-file-contents instead of loading
14741         w3/url.
14742         (pgg-insert-url-with-w3): Don't load url here.
14743
14744 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14745
14746         * message.el (message-kill-to-signature): Don't insert newline at
14747         bol.
14748         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14749
14750 2005-08-06  Romain Francoise  <romain@orebokech.com>
14751
14752         * message.el (message-user-fqdn): Fix typo in docstring.
14753
14754 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14755
14756         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14757
14758         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14759
14760 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * mm-bodies.el (mm-encode-body): Use coding system rather than
14763         charset to encode text.
14764
14765         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14766         number of charsets if utf-8 is available (XEmacs).
14767
14768 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14771         taken from `gnus-button-mid-or-mail-regexp'.
14772         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14773         (gnus-button-alist): Improve regexp for domain part of the MIDs
14774         for news:localpart@domain buttons.
14775         (gnus-button-ctan-directory-regexp): Update.
14776
14777 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * sieve-manage.el (sieve-manage-interactive-login):
14780         Use make-local-variable rather than make-variable-buffer-local.
14781         (sieve-manage-open): Ditto.
14782         (sieve-manage-authenticate): Ditto.
14783
14784         * mml.el (mml-generate-mime-1): Make the content type default to
14785         text/plain if the filename is not specified.
14786
14787 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14790         instead of insert-buffer.
14791
14792         * message.el (message-yank-original): Ditto; set the mark at the
14793         end of the yanked message.
14794
14795 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14796
14797         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14798         lines to scroll rather than to stop it.
14799
14800         * mml.el (mml-generate-default-type): Add doc string.
14801         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14802         default to application/octet-stream when determining the content
14803         type if it is not specified for the part or the mml contents; add
14804         a comment about mml-generate-default-type.
14805
14806 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14807
14808         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14809         make it default to application/octet-stream when determining the
14810         content type if it is not specified for the external contents.
14811
14812 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14815         segmented parameter but also other parameters might be there.
14816
14817 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * mm-decode.el (mm-display-external): Delete temp file, directory
14820         and buffer immediately if the external process is exited.
14821
14822 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14825         fewer lines than that of scroll-margin.
14826         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14827
14828 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * gnus-art.el (gnus-article-next-page): Revert.
14831         (gnus-article-beginning-of-window): New macro.
14832         (gnus-article-next-page-1): Use it.
14833         (gnus-article-prev-page): Ditto.
14834         (gnus-article-edit-part): Use insert-buffer-substring instead of
14835         insert-buffer.
14836         (gnus-article-edit-exit): Ditto.
14837
14838         * gnus-util.el (gnus-beginning-of-window): Remove.
14839         (gnus-end-of-window): Remove.
14840
14841         * lpath.el: Don't bind header-line-format and scroll-margin.
14842
14843 2005-07-25  Simon Josefsson  <jas@extundo.com>
14844
14845         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14846         to have the url package without w3.  Reported by Daiki Ueno
14847         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14848
14849 2005-07-20  Didier Verna  <didier@xemacs.org>
14850
14851         * gnus-diary.el: Remove the description comment (nndiary is now
14852         properly documented in the Gnus manual).
14853         Fix the spelling of "Back End".
14854         * nndiary.el: Ditto.
14855         Fix the copyright notice.
14856
14857 2005-07-18  Romain Francoise  <romain@orebokech.com>
14858
14859         * gnus-sum.el (gnus-summary-to-prefix)
14860         (gnus-summary-newsgroup-prefix): New variables.
14861         (gnus-summary-from-or-to-or-newsgroups): Use them.
14862
14863 2005-07-17  Romain Francoise  <romain@orebokech.com>
14864
14865         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14866         space as it's generally not especially interesting to the user.
14867
14868 2005-07-16  Romain Francoise  <romain@orebokech.com>
14869
14870         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14871         nil to avoid prompting and file modification if one of the
14872         messages at the top of the nnfolder file contains a copyright
14873         notice.
14874         Update copyright notice.
14875
14876         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14877         instead of `current-time-string' as the latter creates a time
14878         string that is not RFC 2822 compliant (it lacks the zone).
14879         Update copyright notice.
14880
14881 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14882
14883         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14884         for text/rtf.  Display default in prompt.  Pass default for M-n.
14885
14886         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14887
14888 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14889
14890         * gnus-msg.el (gnus-button-mailto):
14891         Remove save-selected-window-window hackery because it relies on
14892         save-selected-window internals.
14893
14894 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14895
14896         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14897         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14898         (gnus-article-prev-page): Ditto.
14899
14900         * gnus-util.el (gnus-beginning-of-window): New function.
14901         (gnus-end-of-window): New function.
14902
14903         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14904
14905 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14906
14907         * gnus-score.el (gnus-score-edit-all-score):
14908         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14909         gnus-message.
14910
14911 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14912
14913         * gnus-msg.el (gnus-button-mailto):
14914         Remove save-selected-window-window hackery because it relies on
14915         save-selected-window internals.
14916
14917 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14920         add-minor-mode.
14921         (gnus-binary-mode): Ditto.
14922
14923         * gnus-topic.el (gnus-topic-mode): Ditto.
14924
14925 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14926
14927         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14928         (gnus-article-prev-page): Take scroll-margin into consideration.
14929
14930 2005-07-04  Lute Kamstra  <lute@gnu.org>
14931
14932         Update FSF's address in GPL notices.
14933
14934 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14935
14936         * gnus.el (gnus-exit):
14937         * gnus-group.el (gnus-group-icons):
14938         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14939
14940         * gnus-nocem.el (gnus-nocem):
14941         * message.el (message-various, message-buffers, message-sending)
14942         (message-interface, message-forwarding, message-insertion)
14943         (message-headers, message-news, message-mail):
14944         * pgg-gpg.el (pgg-gpg):
14945         * pgg-parse.el (pgg-parse):
14946         * pgg-pgp.el (pgg-pgp):
14947         * pgg-pgp5.el (pgg-pgp5):
14948         * pop3.el (pop3): Finish `defgroup' description with period.
14949
14950 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-art.el (article-display-face): Improve the efficiency.
14953         (article-display-x-face): Ditto; remove grey x-face stuff.
14954
14955 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * gnus-art.el (article-display-face): Correct the position in
14958         which Faces are inserted.
14959
14960 2005-06-29  Didier Verna  <didier@xemacs.org>
14961
14962         * gnus-art.el (article-display-face): Display faces in correct
14963         order.
14964
14965 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14968         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14969         (gnus-nocem-check-article): Fetch the Type header.
14970         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14971         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14972         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14973         make sure gnus-nocem-hashtb is initialized.
14974         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14975         (gnus-nocem-unwanted-article-p): Ditto.
14976
14977         * pgg.el (pgg-verify): Return the verification result.
14978
14979 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14980
14981         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14982         is ascii.
14983
14984 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14985
14986         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14987         `show-nonbreak-escape'.
14988
14989 2005-06-23  Lute Kamstra  <lute@gnu.org>
14990
14991         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14992
14993         * dig.el (dig-mode):
14994         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14995
14996 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14997
14998         * nnimap.el (nnimap-split-download-body): Fix spellings.
14999
15000 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15001
15002         * gnus-art.el (gnus-article-encrypt-body):
15003         * gnus-cus.el (gnus-score-customize):
15004         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15005         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15006
15007 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15008
15009         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15010         header by looking for magic "MII" at the beginnig.
15011
15012 2005-06-16  Miles Bader  <miles@gnu.org>
15013
15014         * gnus-xmas.el (gnus-xmas-group-startup-message):
15015         Use renamed gnus-splash face.
15016
15017         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15018         (assistant-field-face): New backward-compatibility alias for renamed
15019         face.
15020         (assistant-render-text): Use renamed assistant-field face.
15021
15022         * spam.el (spam): Remove "-face" suffix from face name.
15023         (spam-face): New backward-compatibility alias for renamed face.
15024         (spam-face, spam-initialize): Use renamed spam face.
15025
15026         * message.el (message-header-to, message-header-cc)
15027         (message-header-subject, message-header-newsgroups)
15028         (message-header-other, message-header-name)
15029         (message-header-xheader, message-separator, message-cited-text)
15030         (message-mml): Remove "-face" suffix from face names.
15031         (message-header-to-face, message-header-cc-face)
15032         (message-header-subject-face, message-header-newsgroups-face)
15033         (message-header-other-face, message-header-name-face)
15034         (message-header-xheader-face, message-separator-face)
15035         (message-cited-text-face, message-mml-face):
15036         New backward-compatibility aliases for renamed faces.
15037         (message-font-lock-keywords): Use renamed message faces.
15038
15039         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15040         (sieve-test-commands, sieve-tagged-arguments):
15041         Remove "-face" suffix from face names.
15042         (sieve-control-commands-face, sieve-action-commands-face)
15043         (sieve-test-commands-face, sieve-tagged-arguments-face):
15044         New backward-compatibility aliases for renamed faces.
15045         (sieve-control-commands-face, sieve-action-commands-face)
15046         (sieve-test-commands-face, sieve-tagged-arguments-face):
15047         Use renamed sieve faces.
15048
15049         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15050         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15051         (gnus-group-news-3-empty, gnus-group-news-4)
15052         (gnus-group-news-4-empty, gnus-group-news-5)
15053         (gnus-group-news-5-empty, gnus-group-news-6)
15054         (gnus-group-news-6-empty, gnus-group-news-low)
15055         (gnus-group-news-low-empty, gnus-group-mail-1)
15056         (gnus-group-mail-1-empty, gnus-group-mail-2)
15057         (gnus-group-mail-2-empty, gnus-group-mail-3)
15058         (gnus-group-mail-3-empty, gnus-group-mail-low)
15059         (gnus-group-mail-low-empty, gnus-summary-selected)
15060         (gnus-summary-cancelled, gnus-summary-high-ticked)
15061         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15062         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15063         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15064         (gnus-summary-low-undownloaded)
15065         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15066         (gnus-summary-low-unread, gnus-summary-normal-unread)
15067         (gnus-summary-high-read, gnus-summary-low-read)
15068         (gnus-summary-normal-read, gnus-splash):
15069         Remove "-face" suffix from face names.
15070         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15071         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15072         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15073         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15074         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15075         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15076         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15077         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15078         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15079         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15080         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15081         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15082         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15083         (gnus-summary-normal-ticked-face)
15084         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15085         (gnus-summary-normal-ancient-face)
15086         (gnus-summary-high-undownloaded-face)
15087         (gnus-summary-low-undownloaded-face)
15088         (gnus-summary-normal-undownloaded-face)
15089         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15090         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15091         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15092         (gnus-splash-face):
15093         New backward-compatibility aliases for renamed faces.
15094         (gnus-group-startup-message): Use renamed gnus faces.
15095
15096         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15097         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15098         (gnus-server-agent): Remove "-face" suffix from face names.
15099         (gnus-server-agent-face, gnus-server-opened-face)
15100         (gnus-server-closed-face, gnus-server-denied-face)
15101         (gnus-server-offline-face):
15102         New backward-compatibility aliases for renamed faces.
15103         (gnus-server-agent-face, gnus-server-opened-face)
15104         (gnus-server-closed-face, gnus-server-denied-face)
15105         (gnus-server-offline-face): Use renamed gnus faces.
15106
15107         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15108         Remove "-face" suffix from face names.
15109         (gnus-picon-xbm-face, gnus-picon-face):
15110         New backward-compatibility aliases for renamed faces.
15111
15112         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15113         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15114         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15115         (gnus-cite-11): Remove "-face" suffix from face names.
15116         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15117         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15118         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15119         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15120         New backward-compatibility aliases for renamed faces.
15121         (gnus-cite-attribution-face, gnus-cite-face-list)
15122         (gnus-article-boring-faces): Use renamed gnus faces.
15123
15124         * gnus-art.el (gnus-signature, gnus-header-from)
15125         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15126         (gnus-header-content): Remove "-face" suffix from face names.
15127         (gnus-signature-face, gnus-header-from-face)
15128         (gnus-header-subject-face, gnus-header-newsgroups-face)
15129         (gnus-header-name-face, gnus-header-content-face):
15130         New backward-compatibility aliases for renamed faces.
15131         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15132
15133         * gnus-sum.el (gnus-summary-selected-face)
15134         (gnus-summary-highlight): Use renamed gnus faces.
15135         * gnus-group.el (gnus-group-highlight): Likewise.
15136
15137 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15138
15139         * gnus-sieve.el (gnus-sieve-article-add-rule):
15140         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15141         * spam-stat.el (spam-stat-buffer-change-to-spam)
15142         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15143
15144         * message.el (message-is-yours-p):
15145         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15146
15147 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * mm-view.el (mm-inline-text): Withdraw the last change.
15150
15151 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15154         executing enriched-decode.
15155
15156 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15159         charset of tar files.
15160
15161 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15162
15163         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15164
15165 2005-06-04  Lute Kamstra  <lute@gnu.org>
15166
15167         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15168         information is never recorded.
15169
15170 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15171
15172         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15173
15174 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * pop3.el (pop3-apop): Run md5 in the binary mode.
15177
15178         * starttls.el (starttls-set-process-query-on-exit-flag):
15179         Use eval-and-compile.
15180
15181 2005-05-31  Simon Josefsson  <jas@extundo.com>
15182
15183         * smime.el (smime-replace-in-string): Define.
15184         (smime-cert-by-ldap-1): Use it.
15185
15186 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * gnus-art.el (article-display-x-face): Replace
15189         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15190
15191         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15192         set-process-query-on-exit-flag or process-kill-without-query.
15193
15194         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15195         loop instead of replace-regexp.
15196
15197         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15198         instead of process-kill-without-query if it is available.
15199
15200         * lpath.el: Fbind ldap-search-entries.
15201
15202         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15203         instead of find-file-hooks if it is available.
15204
15205         * mml1991.el: Bind pgg-default-user-id when compiling.
15206
15207         * mml2015.el: Bind pgg-default-user-id when compiling.
15208
15209         * nndraft.el (nndraft-request-associate-buffer):
15210         Use write-contents-functions instead of write-contents-hooks if it is
15211         available.
15212
15213         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15214         instead of find-file-hooks if it is available.
15215
15216         * nntp.el (nntp-open-connection): Replace
15217         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15218         (nntp-open-ssl-stream): Ditto.
15219         (nntp-open-tls-stream): Ditto.
15220
15221         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15222         set-process-query-on-exit-flag or process-kill-without-query.
15223         (starttls-open-stream-gnutls): Use it instead of
15224         process-kill-without-query.
15225         (starttls-open-stream): Ditto.
15226
15227 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15228
15229         * smime.el (smime-cert-by-ldap-1): Don't use
15230         replace-regexp-in-string.
15231
15232 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15233
15234         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15235
15236         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15237         in PEM format.  Adjust to the XEmacs compability.
15238
15239 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15242         by `string-to-number'.
15243         * gnus-agent.el (gnus-agent-regenerate-group)
15244         (gnus-agent-fetch-articles): Ditto.
15245         * gnus-art.el (gnus-button-fetch-group): Ditto.
15246         * gnus-cache.el (gnus-cache-generate-active)
15247         (gnus-cache-articles-in-group): Ditto.
15248         * gnus-group.el (gnus-group-set-current-level)
15249         (gnus-group-insert-group-line): Ditto.
15250         * gnus-score.el (gnus-score-set-expunge-below)
15251         (gnus-score-set-mark-below, gnus-summary-score-effect)
15252         (gnus-summary-score-entry): Ditto.
15253         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15254         (gnus-soup-pack): Ditto.
15255         * gnus-spec.el (gnus-xmas-format): Ditto.
15256         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15257         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15258         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15259         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15260         * nndb.el (nndb-get-remote-expire-response): Ditto.
15261         * nndiary.el (nndiary-parse-schedule-value)
15262         (nndiary-string-to-number, nndiary-request-replace-article)
15263         (nndiary-request-article): Ditto.
15264         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15265         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15266         * nneething.el (nneething-make-head): Ditto.
15267         * nnfolder.el (nnfolder-request-article)
15268         (nnfolder-retrieve-headers): Ditto.
15269         * nnheader.el (nnheader-file-to-number): Ditto.
15270         * nnkiboze.el (nnkiboze-request-article): Ditto.
15271         * nnmail.el (nnmail-process-unix-mail-format)
15272         (nnmail-process-babyl-mail-format): Ditto.
15273         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15274         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15275         (nnmh-request-create-group, nnmh-request-list-1)
15276         (nnmh-request-group, nnmh-request-article): Ditto.
15277         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15278         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15279         * nnsoup.el (nnsoup-make-active): Ditto.
15280         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15281         * nntp.el (nntp-find-group-and-number)
15282         (nntp-retrieve-headers-with-xover): Ditto.
15283         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15284         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15285         (pgg-format-key-identifier): Ditto.
15286         * pop3.el (pop3-last, pop3-stat): Ditto.
15287         * qp.el (quoted-printable-decode-region): Ditto.
15288
15289         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15290         of concat.
15291
15292 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15295
15296         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15297
15298         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15299
15300         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15301
15302         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15303
15304         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15305
15306         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15307         (gnus-carpal-mode): Ditto.
15308
15309         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15310         (gnus-browse-mode): Ditto.
15311
15312         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15313
15314         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15315
15316 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15317
15318         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15319
15320 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-util.el (gnus-run-mode-hooks): New function.
15323
15324         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15325
15326         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15327         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15328
15329 2005-05-27  Lute Kamstra  <lute@gnu.org>
15330
15331         * dns-mode.el (dns-mode): Specify customization group.
15332
15333 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15334
15335         * gnus-agent.el (gnus-agent-make-mode-line-string):
15336         Use mode-line-highlight as mouse-face.
15337
15338 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * canlock.el (canlock): Change the parent group to news.
15341
15342         * deuglify.el (gnus-outlook-deuglify): Add :group.
15343
15344         * dig.el (dig): Add :group.
15345
15346         * dns-mode.el (dns-mode): Add :group.
15347
15348         * encrypt.el (encrypt): Add :group.
15349
15350         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15351         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15352         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15353         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15354         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15355
15356         * gnus-diary.el (gnus-diary): Add :group.
15357
15358         * gnus.el (gnus-group-news-1-face): Add :group.
15359         (gnus-group-news-1-empty-face): Ditto.
15360         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15361         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15362         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15363         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15364         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15365         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15366         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15367         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15368         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15369         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15370         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15371         (gnus-summary-high-ticked-face): Ditto.
15372         (gnus-summary-low-ticked-face): Ditto.
15373         (gnus-summary-normal-ticked-face): Ditto.
15374         (gnus-summary-high-ancient-face): Ditto.
15375         (gnus-summary-low-ancient-face): Ditto.
15376         (gnus-summary-normal-ancient-face): Ditto.
15377         (gnus-summary-high-undownloaded-face): Ditto.
15378         (gnus-summary-low-undownloaded-face): Ditto.
15379         (gnus-summary-normal-undownloaded-face): Ditto.
15380         (gnus-summary-high-unread-face): Ditto.
15381         (gnus-summary-low-unread-face): Ditto.
15382         (gnus-summary-normal-unread-face): Ditto.
15383         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15384         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15385
15386         * hashcash.el (hashcash): New custom group.
15387         (hashcash-default-payment): Add :group.
15388         (hashcash-payment-alist): Ditto.
15389         (hashcash-default-accept-payment): Ditto.
15390         (hashcash-accept-resources): Ditto.
15391         (hashcash-path): Ditto.
15392         (hashcash-extra-generate-parameters): Ditto.
15393         (hashcash-double-spend-database): Ditto.
15394         (hashcash-in-news): Ditto.
15395
15396         * message.el (message-minibuffer-local-map): Add :group.
15397
15398         * netrc.el (netrc): Add :group.
15399
15400         * sieve-manage.el (sieve-manage-log): Add :group.
15401         (sieve-manage-default-user): Diito.
15402         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15403         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15404         (sieve-manage-authenticators): Ditto.
15405         (sieve-manage-authenticator-alist): Ditto.
15406         (sieve-manage-default-port): Ditto.
15407
15408         * sieve-mode.el (sieve-control-commands-face): Add :group.
15409         (sieve-action-commands-face): Ditto.
15410         (sieve-test-commands-face): Ditto.
15411         (sieve-tagged-arguments-face): Ditto.
15412
15413         * smime.el (smime): Add :group.
15414
15415         * spam-report.el (spam-report): Add :group.
15416
15417         * spam.el (spam, spam-face): Add :group.
15418
15419 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15420
15421         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15422         return \n.\n.\n at the end of articles.  Protect against that.
15423         (nntp-with-open-group): Allow debugging.
15424
15425         * nnheader.el (mail-header-set-extra): Make into a function
15426         because I just could't understand how to quote the list properly.
15427
15428         * dns.el (query-dns-cached): New function.
15429
15430 2005-05-26  Lute Kamstra  <lute@gnu.org>
15431
15432         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15433
15434 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15437
15438         * gnus-art.el: Don't autoload mail-extract-address-components.
15439
15440         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15441         eval-and-compile to evaluate it.
15442
15443         * hashcash.el: Don't autoload executable-find.
15444
15445         * nndb.el: Don't declare the nndb back end two or more times; don't
15446         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15447
15448         * nntp.el: Autoload format-spec instead of format; use
15449         eval-and-compile to evaluate autoload forms.
15450
15451 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15452
15453         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15454
15455 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15456
15457         * gnus.el (gnus-version-number): Bump version.
15458
15459 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15460
15461         * gnus.el: No Gnus v0.3 is released.
15462
15463 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15464
15465         * lpath.el (featurep): Bind show-nonbreak-escape.
15466
15467 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-art.el (gnus-article-edit-part): Disable undo.
15470
15471 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15474         gnus-article-date-lapsed-new-header is t if date timer is active;
15475         skip headers in which the original date value is empty.
15476         (gnus-article-save-original-date): Redefine it as a macro.
15477         (gnus-display-mime): Use it.
15478
15479 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * gnus-art.el (article-date-ut): Support converting date in
15482         forwarded parts as well.
15483         (gnus-article-save-original-date): New function.
15484         (gnus-display-mime): Use it.
15485
15486 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15487
15488         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15489         enclosure element of <item>.
15490
15491 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15492
15493         * message.el (message-kill-buffer-query): Rename from
15494         `message-kill-buffer-query-if-modified'.  Add :version.
15495
15496 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15499         window layout.
15500
15501 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * mml.el: Autoload dnd when compiling.
15504
15505 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15506
15507         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15508         x-dnd-*.
15509
15510 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * qp.el (quoted-printable-encode-region): Save excursion.
15513
15514 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15515
15516         * message.el (message-kill-buffer-query-if-modified): Add new variable
15517         so the user can kill a modified message buffer quickly.
15518         (message-kill-buffer): Use it.
15519
15520 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * lpath.el: Fbind display-time-event-handler; don't fbind
15523         string-to-multibyte.
15524
15525         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15526
15527 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15530         contained in text because xml.el decodes entities) with LFs.
15531
15532 2005-04-11  Lute Kamstra  <lute@gnu.org>
15533
15534         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15535         differently.
15536
15537 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15538
15539         * mm-util.el (mm-detect-coding-region): Typo.
15540
15541 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15544
15545 2005-04-06  Deepak Goel  <deego@gnufans.org>
15546
15547         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15548         user-function allow user modifications of the scores.
15549         (spam-stat-score-buffer-user): New function, to allow
15550         user-computed modifications to the score.
15551         (spam-stat-score-buffer-user-functions): List of additional
15552         scoring functions.
15553         (spam-stat-error-holder): Global temporary error holder.
15554         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15555         variable.
15556
15557 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15558
15559         * gnus-registry.el (gnus-registry-clean-empty-function)
15560         (gnus-registry-trim, gnus-registry-fetch-groups)
15561         (gnus-registry-delete-group): Groups that match
15562         `gnus-registry-ignored-groups' are removed from the registry
15563         entries, not just ignored for splitting.  This helps clean up the
15564         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15565         to get all the groups a message ID is in.
15566
15567         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15568         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15569         (spam-stat-score-buffer-user-functions): Add :number custom type.
15570
15571 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15574         argument in XEmacs.
15575
15576         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15577         (nnrss-request-group): Decode group name first.
15578         (nnrss-request-article): Make a text/plain article if mml-to-mime
15579         failed.
15580         (nnrss-get-encoding): Return a compatible encoding according to
15581         nnrss-compatible-encoding-alist.
15582         (nnrss-find-el): Use consp instead of listp.
15583         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15584
15585 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15588         which Emacs 20 doesn't support.
15589         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15590
15591 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15592
15593         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15594         silence the byte compiler inside the defun.
15595
15596         * gnus-demon.el (parse-time-string): Add autoload.
15597
15598         * gnus-delay.el (parse-time-string): Add autoload.
15599
15600         * gnus-art.el (parse-time-string): Add autoload.
15601
15602         * nnultimate.el (parse-time): Require for `parse-time-string'.
15603
15604 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15607
15608         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15609
15610         * smime.el (smime-ldap-host-list): Add :version.
15611
15612 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15613
15614         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15615         pass it to `gnus-browse-read-group'.
15616         (gnus-browse-read-group): Add NUMBER argument and pass it to
15617         `gnus-group-read-ephemeral-group'.
15618
15619         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15620         argument and pass it to `gnus-group-read-group'.
15621
15622 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15623
15624         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15625         mm-xemacs-find-mime-charset-1 if we have the mule feature
15626         available at runtime.
15627
15628 2005-03-25  Werner Lemberg  <wl@gnu.org>
15629
15630         * nnmaildir.el: Replace `illegal' with `invalid'.
15631
15632 2005-03-23  Lute Kamstra  <lute@gnu.org>
15633
15634         * time-date.el: Add comment on time value formats.
15635         Don't require parse-time.
15636         (with-decoded-time-value): New macro.
15637         (encode-time-value): New function.
15638         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15639         (days-to-time): Return a valid time value when arg is huge.
15640         (time-since): Use time-subtract.
15641         (time-to-number-of-days): Use time-to-seconds.
15642
15643 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15644
15645         * gnus-start.el (gnus-display-time-event-handler):
15646         Check display-time-timer at runtime rather than only at load time
15647         in case display-time-mode is turned off in the mean time.
15648
15649 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15650
15651         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15652         used.
15653
15654         * nneething.el (nneething-map-file-directory): Derive from
15655         `gnus-directory'.
15656
15657         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15658         the To/Cc button.
15659
15660 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * nnmaildir.el (nnmaildir-request-accept-article):
15663         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15664
15665 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15666
15667         * gnus-async.el: Require timer-funcs at compile time when in
15668         XEmacs for `run-with-idle-timer'.
15669
15670 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15671
15672         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15673         autoloaded function.
15674
15675 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15676
15677         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15678
15679 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15680
15681         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15682
15683 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15684
15685         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15686         Add gnus-expert-user to default.
15687
15688 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15689
15690         * nnimap.el (nnimap-open-server): Ditto.
15691
15692         * imap.el (imap-authenticate): Fix typo.
15693
15694 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15695
15696         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15697         buffer (since IMAP server might return FETCH response out of
15698         order, and the nntp buffer must be sorted).
15699
15700 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15701
15702         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15703         comparison on string.
15704
15705         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15706         (gnus-agent-score): Rename category keywords to match gnus-cus.
15707         (gnus-agent-summary-fetch-series): Modify to protect against
15708         gnus-agent-summary-fetch-group clearing processable flags.
15709         (gnus-agent-synchronize-group-flags): Update live group buffer as
15710         synchronization may occur due to the user toggle the plugged
15711         status.
15712         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15713         successfully downloaded.
15714         (gnus-agent-expire-group-1): Avoid using markers when the overview
15715         is in ascending order; greatly improves performance.
15716         (gnus-agent-regenerate-group):
15717         Use gnus-agent-synchronize-group-flags to reset read status in both
15718         gnus and server.
15719         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15720
15721 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * message.el: Don't autoload former message-utils variables.
15724         (message-strip-subject-trailing-was): Change doc string.
15725
15726         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15727         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15728         (nnweb-google-search): Add "hl=en" here.
15729         (nnweb-google-parse-1, nnweb-google-create-mapping):
15730         Don't hardcode URL.
15731
15732 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15733
15734         * message.el (message-get-reply-headers, message-followup):
15735         Mention related variables `message-use-followup-to' and
15736         `message-use-mail-followup-to', in the information buffer.
15737
15738         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15739         of broken groups(-beta).google.com.
15740
15741 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15742
15743         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15744         parameter to invoked gnus-request-move-article; remove the
15745         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15746         all at once instead of once per article.
15747         (gnus-summary-remove-process-mark): Accept a list of articles as
15748         well as a single article for processing.
15749
15750         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15751         parameter.
15752
15753         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15754
15755         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15756
15757         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15758         parameter.
15759
15760         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15761         parameter.
15762
15763         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15764         parameter and remove the gnus-sum-hint-move-is-internal variable.
15765
15766         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15767         parameter.
15768
15769         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15770         parameter.
15771
15772         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15773         parameter.
15774
15775         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15776
15777         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15778         parameter.
15779
15780         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15781         parameter.
15782
15783 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15784
15785         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15786         a more conservative way.
15787
15788 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15789
15790         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15791         buffer, so it moves the window's cursor.
15792
15793 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15794
15795         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15796         `mm-dissect-multipart' and receive the from field as an (optional)
15797         argument from `mm-dissect-multipart'.
15798         (mm-dissect-multipart): Receive the from field as an argument and
15799         pass it on when we call `mm-dissect-buffer' on MIME parts.
15800         Fixes verification/decryption of signed/encrypted MIME parts.
15801
15802 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15803
15804         * gnus-sum.el (gnus-summary-move-article):
15805         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15806         whatever it calls (right now, only nnimap-request-move article
15807         respects it).
15808
15809         * nnimap.el (nnimap-request-move-article):
15810         When gnus-sum-hint-move-is-internal is set, don't do the extra
15811         nnimap-request-article.
15812
15813 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15814
15815         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15816
15817         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15818         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15819
15820         * gnus-sum.el (gnus-summary-caesar-message):
15821         Apply `gnus-treat-article' after rotation.
15822
15823         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15824         doc string.
15825
15826 2005-02-22  Simon Josefsson  <jas@extundo.com>
15827
15828         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15829         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15830         <arne@arnested.dk>.
15831         (encrypt): Add password-cache and password-cache-expiry as group
15832         members.
15833
15834 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15835
15836         * smime.el (smime-ldap-host-list): Doc fix.
15837         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15838         cache) password.
15839         (smime-sign-region): Use it.
15840         (smime-decrypt-region): Use it.
15841         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15842         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15843         fails.
15844         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15845         certificate from DER to PEM format rather than calling openssl.
15846
15847         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15848
15849         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15850         for signing/encryption.
15851
15852         * mml.el (mml-parse-1): Use them.
15853
15854 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15855
15856         * nnrss.el (nnrss-verbose): Remove.
15857         (nnrss-request-group): Use `nnheader-message' instead.
15858
15859 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15860
15861         * nnrss.el (nnrss-verbose): New variable.
15862         (nnrss-request-group): Make it say nnrss is requesting a group.
15863
15864 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15867         Handle news URL with given port correctly.
15868
15869 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15870
15871         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15872         containing special characters.
15873
15874         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15875
15876         * mml.el (mime-to-mml): Ditto.
15877
15878         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15879         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15880         (rfc2047-decode-region): Quote decoded words containing special
15881         characters when rfc2047-quote-decoded-words-containing-tspecials
15882         is non-nil.
15883
15884 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15885
15886         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15887
15888         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15889
15890 2005-02-15  Simon Josefsson  <jas@extundo.com>
15891
15892         * nnimap.el (nnimap-debug): Doc fix.
15893
15894         * imap.el (imap-debug): Doc fix.
15895
15896 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15899
15900 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15901
15902         * gnus.el (spam-contents): Improve docs for spam-contents
15903         parameter in its variable incarnation.
15904
15905 2005-02-14  Simon Josefsson  <jas@extundo.com>
15906
15907         * smime-ldap.el: Use require instead of load-library for ldap.
15908         (smime-ldap-search): Indent.
15909         (smime-ldap-search-internal): Shorten line.
15910
15911         * smime.el (smime-cert-by-dns): Add doc-string.
15912         (smime-cert-by-ldap-1): Indent.
15913
15914         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15915         mml-smime-get-dns-ldap.
15916         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15917
15918 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15919
15920         * smime.el: Require smime-ldap.
15921         (smime-ldap-host-list): New variable.
15922         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15923
15924         * mml-smime.el (mml-smime-encrypt-query): New function.
15925         (mml-smime-encrypt-query): Use it.
15926
15927         * smime-ldap.el: New file.
15928
15929 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15932
15933 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15934
15935         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15936         argument in doc string.  Make query for type more clear.
15937
15938 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15939
15940         * gnus.el (gnus-group-startup-message): Search for gnus images in
15941         etc/images/gnus.
15942         * mm-util.el (mm-image-load-path): Likewise.
15943         * smiley.el (smiley-data-directory): Search for smilies in
15944         etc/images/smilies.
15945
15946 2005-02-09  Kim F. Storm  <storm@cua.dk>
15947
15948         Change Emacs release version from 21.4 to 22.1 throughout.
15949         Change Emacs development version from 21.3.50 to 22.0.50.
15950
15951 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15954
15955         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15956         non-Mule XEmacs as well.
15957         (mm-decompress-buffer): Signal an error intentionally if it does
15958         not decompress compressed data because auto-compression-mode is
15959         disabled.
15960
15961 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15962
15963         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15964         an ID in the registry even if it has no groups.
15965
15966 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15969         merge it into mm-decompress-buffer.
15970         (gnus-mime-copy-part): Use the MIME part charset, the value which
15971         a user specified or gnus-newsgroup-charset for decoding, like
15972         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15973         save-buffer what was used.  Suggested by Kevin Ryde
15974         <user42@zip.com.au>.
15975         (gnus-mime-inline-part): Allow the name parameter as well as the
15976         filename parameter; force decompressing of compressed data; always
15977         display contents being not decoded as unibyte.
15978
15979         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15980         as well as the filename parameter.
15981
15982         * mm-util.el (mm-decompress-buffer):
15983         Merge gnus-mime-jka-compr-maybe-uncompress.
15984         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15985         of compressed data.
15986
15987 2005-02-08  Simon Josefsson  <jas@extundo.com>
15988
15989         * imap.el (imap-log): Doc fix.
15990
15991 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15994         the coding cookies; decompress compressed parts.
15995
15996         * mml.el (mml-generate-mime-1): Add the charset parameter according
15997         to the value which a user specified manually or the coding cookie.
15998
15999         * mm-util.el (mm-string-to-multibyte): New function.
16000         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16001         (mm-coding-system-to-mime-charset): New function.
16002         (mm-decompress-buffer): New function.
16003         (mm-find-buffer-file-coding-system): New function.
16004
16005         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16006         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16007         parts.
16008
16009 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16010
16011         * mm-view.el (mm-display-inline-fontify): Decode a part according
16012         to the charset parameter.
16013
16014 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16017         prefix arg is neither nil nor a number, as info specifies.
16018
16019 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16022         timestamps.
16023
16024 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16025
16026         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16027         groups error checking and notify user.
16028
16029 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16030
16031         * message.el (message-send-mail-function): Check existence of
16032         sendmail-program first before using default value
16033         `message-send-mail-with-sendmail'.  Otherwise use more generic
16034         `smtpmail-send-it'.
16035
16036 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * nntp.el (nntp-request-update-info): Always return nil.
16039
16040 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16041
16042         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16043
16044 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16045
16046         * message.el (message-beginning-of-line): Change the behavior when
16047         invoked between BOL and : so that it first moves backward.
16048
16049 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16052         article buffer when editing of the article is discarded.
16053         (gnus-article-prepare): Revert.
16054
16055 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16056
16057         * gnus-art.el (gnus-article-prepare):
16058         Remove message-strip-forbidden-properties from the local hook.
16059
16060 2005-01-27  Simon Josefsson  <jas@extundo.com>
16061
16062         * password.el (password-cache-add): Only start one timer per key.
16063         Reported by Derek Atkins <warlord@MIT.EDU>.
16064
16065 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16066
16067         * run-at-time.el: Remove.  It is no longer needed as
16068         timer-funcs.el in the xemacs-base package has a working version of
16069         `run-at-time'.
16070
16071         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16072
16073         * password.el: Require timer-funcs instead of run-at-time in
16074         XEmacs.
16075         Remove `password-run-at-time' macro.
16076         (password-cache-add): Use `run-at-time' instead of
16077         `password-run-at-time'.
16078
16079         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16080         Remove `nnheader-cancel-function-timers' alias,
16081         `cancel-function-timers' exists in XEmacs in timer-funcs.
16082
16083         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16084         for `run-with-idle-timer'.
16085
16086         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16087         for `run-at-time'.
16088
16089         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16090         for `with-timeout'.
16091
16092         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16093         the same as for XEmacs 21.4.
16094         No need to ignore `run-with-idle-timer', this function exists in
16095         XEmacs now in timer-funcs.el in the xemacs-base package.
16096         (dgnushack-compile): No need to delete
16097         run-at-time.el from the list of files to compile because it
16098         doesn't exist anymore.
16099
16100 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16101
16102         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16103         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16104
16105 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16106
16107         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16108         sensitively.
16109
16110 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16111
16112         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16113
16114 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16117         which will be inserted according to the multibyteness of a buffer
16118         rather than the type of contents.  Suggested by ARISAWA Akihiro
16119         <ari@mbf.ocn.ne.jp>.
16120
16121         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16122         of string which old xml.el may return rather than a string.
16123
16124 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16127
16128 2005-01-16  Simon Josefsson  <jas@extundo.com>
16129
16130         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16131         idn/idna.el isn't available.
16132         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16133         <michael@waxrat.com>.
16134
16135         * hashcash.el: Remove non-FSF copyright header.
16136
16137         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16138         (hashcash-generate-payment): Use it.
16139         (hashcash-generate-payment-async): Use it.
16140
16141 2005-01-15  Simon Josefsson  <jas@extundo.com>
16142
16143         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16144         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16145
16146         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16147         gnus-summary-idna-message.
16148         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16149         (gnus-summary-idna-message): New function.
16150
16151 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16152
16153         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16154         gnus-novice-user.
16155
16156 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * nnrss.el (nnrss-request-delete-group): Delete entries in
16159         nnrss-group-alist as well.
16160         (nnrss-save-server-data): Insert newline.
16161
16162 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16163
16164         * gnus.el (gnus-user-agent): Use list of symbols instead of
16165         symbols.  Display full version number for (S)XEmacs.
16166         Optionally display (S)XEmacs codename.
16167
16168         * gnus-util.el (gnus-emacs-version): Update for new
16169         `gnus-user-agent'.
16170
16171         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16172         Gnus version.
16173
16174 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16175
16176         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16177         which is unreadable in some setups.
16178
16179 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * gnus-spec.el (gnus-update-format-specifications): Flush the
16182         group format spec cache if it doesn't support decoded group names.
16183
16184 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16185
16186         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16187         Allow to apply decay on score files matching a regexp.
16188
16189 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16190
16191         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16192         compatibility in %g and %c.
16193
16194 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16195
16196         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16197         name for only %g and %c.
16198         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16199         of gnus-tmp-group to decoded group name.
16200         (gnus-group-make-rss-group): Exclude `/'s from group names.
16201
16202 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * nnrss.el (nnrss-get-encoding): Fix regexp.
16205
16206 2004-12-27  Simon Josefsson  <jas@extundo.com>
16207
16208         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16209         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16210         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16211
16212 2004-12-17  Kim F. Storm  <storm@cua.dk>
16213
16214         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16215
16216         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16217
16218 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16219
16220         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16221
16222 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * nnrss.el: Require rfc2047 and mml.
16225         (nnrss-file-coding-system): New variable.
16226         (nnrss-format-string): Redefine it as an inline function.
16227         (nnrss-decode-group-name): New function.
16228         (nnrss-string-as-multibyte): Remove.
16229         (nnrss-retrieve-headers): Decode group name; don't use
16230         nnrss-format-string.
16231         (nnrss-request-group): Decode group name.
16232         (nnrss-request-article): Decode group name; allow a Message-ID as
16233         well as an article number; don't use nnrss-format-string; encode a
16234         Message-ID string which may contain non-ASCII characters; use
16235         mml-to-mime to compose a MIME article.
16236         (nnrss-request-expire-articles): Decode group name.
16237         (nnrss-request-delete-group): Decode group name.
16238         (nnrss-fetch): Clarify error message.
16239         (nnrss-read-server-data): Use insert-file-contents instead of load;
16240         bind file-name-coding-system; use multibyte buffer.
16241         (nnrss-save-server-data): Bind coding-system-for-write to the
16242         value of nnrss-file-coding-system; bind file-name-coding-system;
16243         add coding cookie.
16244         (nnrss-read-group-data): Use insert-file-contents instead of load;
16245         bind file-name-coding-system; use multibyte buffer.
16246         (nnrss-save-group-data): Bind coding-system-for-write to the
16247         value of nnrss-file-coding-system; bind file-name-coding-system.
16248         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16249         make it work with non-ASCII text.
16250         (nnrss-find-el): Make it work with old xml.el as well.
16251
16252 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16253
16254         * nnrss.el (nnrss-get-encoding): New function.
16255         (nnrss-fetch): Use unibyte buffer initially; bind
16256         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16257         decode contents according to the encoding attribute.
16258         (nnrss-save-group-data): Add coding cookie.
16259         (nnrss-mime-encode-string): New function.
16260         (nnrss-check-group): Use it to encode subject and author.
16261
16262 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16263
16264         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16265         imaginary variable.
16266
16267 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16270         correctly even if there are wide characters.
16271
16272 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16273
16274         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16275         downcased symbol names; make a new cache instead of reusing
16276         bbdb-hashtable.
16277
16278 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16281         concatenating segments rather than before concatenating them.
16282         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16283
16284         * message.el (message-get-reply-headers): Bind `extra'.
16285
16286 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16287
16288         * message.el (message-extra-wide-headers): New variable.
16289         (message-get-reply-headers): Use it.
16290
16291 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16294         (gnus-agent-group-pathname): Ditto.
16295
16296         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16297
16298         * gnus-group.el (gnus-group-make-group): Decode group name.
16299         (gnus-group-make-rss-group): Register the group data after opening
16300         the nnrss group.
16301
16302 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16303
16304         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16305         by expiry now get marked as read.
16306
16307 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16310
16311 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16312
16313         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16314         unify Latin characters in XEmacs.
16315         (mm-find-mime-charset-region): Use it.
16316
16317 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * gnus-util.el (gnus-delete-directory): New function.
16320
16321         * gnus-agent.el (gnus-agent-delete-group): Use it.
16322
16323         * gnus-cache.el (gnus-cache-delete-group): Use it.
16324
16325 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16328         names.
16329
16330 2004-12-16  Simon Josefsson  <jas@extundo.com>
16331
16332         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16333
16334 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16335
16336         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16337
16338         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16339         (gnus-group-set-current-level): Decode group name.
16340
16341 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16342
16343         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16344         failed.
16345
16346 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16347
16348         * gnus-group.el (gnus-group-delete-group): Decode group name.
16349         (gnus-group-make-rss-group): Encode group name.
16350         (gnus-group-catchup-current): Decode group name.
16351         (gnus-group-kill-group): Decode group name.
16352
16353 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16354
16355         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16356
16357 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16358
16359         * gnus-group.el (gnus-group-make-rss-group):
16360         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16361
16362         * gnus-start.el (gnus-setup-news): Honor user's setting to
16363         gnus-message-archive-method.  Suggested by Lute Kamstra
16364         <lute@gnu.org>.
16365
16366 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16367
16368         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16369         global counterparts of the buffer-local variables.
16370
16371 2004-11-16  Romain Francoise  <romain@orebokech.com>
16372
16373         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16374         counterparts of the buffer-local variables.
16375
16376 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * message.el (message-forbidden-properties): Fix typo in doc
16379         string.
16380
16381 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16382
16383         * gnus-util.el (gnus-replace-in-string): Add doc string.
16384
16385         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16386         to avoid problems when splitting mails with many recipients.
16387
16388 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16389
16390         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16391         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16392
16393 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16394
16395         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16396         if there is no hashtable in memory or file modification time is
16397         newer than cached timestamp.
16398
16399 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * gnus-sum.el (gnus-summary-limit-to-recipient):
16402         Implement not-matching option.
16403
16404 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16407         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16408         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16409         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16410         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16411         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16412
16413 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * message.el (message-forward-make-body-mml): Remove headers
16416         according to message-forward-ignored-headers if a message is decoded.
16417
16418 2004-12-02  Romain Francoise  <romain@orebokech.com>
16419
16420         * message.el (message-forward-make-body-plain): Always remove
16421         headers according to message-forward-ignored-headers.
16422
16423 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16424
16425         * spam.el (spam-summary-prepare-exit): Remove the
16426         gnus-summary-limit pop for now, it has problems with ham marks for
16427         me.
16428
16429 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16430
16431         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16432         correctly.
16433
16434 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16435
16436         * format-spec.el (format-spec): Message the char.
16437
16438 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16439
16440         * gnus-art.el (gnus-split-methods): Reformat comments.
16441
16442         * spam.el (spam-summary-prepare-exit): Remove article limits
16443         before exiting the summary buffer.
16444
16445 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16448         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16449
16450         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16451         order to silence the byte compiler.
16452
16453         * spam.el: Fix the way to silence the byte compiler, which
16454         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16455         bbdb-search-simple, spam-BBDB-register-routine,
16456         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16457         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16458         spam-stat-buffer-is-spam, spam-stat-load,
16459         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16460         spam-stat-save and spam-stat-split-fancy.
16461
16462 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16465         which may confuse users.
16466         (canlock-password-for-verify): Ditto.
16467
16468         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16469
16470         * gnus-art.el (gnus-emphasis-alist): Ditto.
16471
16472         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16473
16474         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16475
16476         * gnus-start.el (gnus-save-killed-list): Ditto.
16477
16478         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16479         (gnus-sum-thread-tree-root): Ditto.
16480         (gnus-sum-thread-tree-false-root): Ditto.
16481         (gnus-sum-thread-tree-single-indent): Ditto.
16482
16483         * message.el (message-courtesy-message): Ditto.
16484         (message-archive-note): Ditto.
16485         (message-subscribed-address-file): Ditto.
16486         (message-user-fqdn): Ditto.
16487
16488         * spam-report.el (spam-report-gmane-regex): Ditto.
16489
16490         * spam.el (spam-blackhole-good-server-regex): Ditto.
16491
16492 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * mml.el (mml-preview): Widen the message buffer before copying
16495         the contents to the preview buffer; sort headers before previewing.
16496
16497         * message.el (message-hidden-headers): Fix the way to avoid a bug
16498         in the `repeat' widget in Emacs 21.3 or earlier.
16499
16500 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * message.el (message-hidden-headers): Default to "^References:".
16503         Improve customization type.  Suggested by Reiner Steib
16504         <Reiner.Steib@gmx.de>.
16505
16506 2004-11-25  Romain Francoise  <romain@orebokech.com>
16507
16508         * message.el (message-strip-forbidden-properties): Remove check for
16509         obsolete `message-hidden' text property, hidden headers are not
16510         accessible in the buffer anymore.
16511
16512 2004-11-22  Romain Francoise  <romain@orebokech.com>
16513
16514         * message.el (message-header-format-alist): Add `From' in list
16515         so that it can be sorted.
16516         (message-fix-before-sending): Widen and sort headers before
16517         sending.
16518         (message-hide-headers): Use narrowing to hide headers by moving
16519         them to the top of the buffer and narrowing to the region
16520         underneath.
16521
16522 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16523
16524         * message.el (message-strip-forbidden-properties):
16525         Bind buffer-read-only (etc) to nil.
16526
16527 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16530         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16531
16532 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16533
16534         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16535
16536 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16537
16538         * dns.el (query-dns): Use sit-for to time instead of
16539         accept-process-output, since that doesn't seem to work on udp
16540         sockets.
16541
16542 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16545
16546 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16547
16548         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16549         doc string.  Improve doc string.
16550
16551 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * nntp.el (nntp-request-update-info): Return nil if
16554         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16555         may not call gnus-activate-group which uselessly issues the GROUP
16556         commands for all nntp groups and wastes time.  Reported by Romain
16557         Francoise <romain@orebokech.com>.
16558
16559         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16560
16561 2004-11-15  Simon Josefsson  <jas@extundo.com>
16562
16563         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16564         headers separately.
16565         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16566         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16567
16568 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * gnus-start.el (gnus-convert-old-newsrc):
16571         Assign legacy-gnus-agent to 5.10.7.
16572
16573 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16574
16575         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16576         start of the lines.
16577
16578 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16579
16580         * hashcash.el (hashcash-default-payment): Change default to 20.
16581         (hashcash-default-accept-payment): Change default to 20.
16582         (hashcash-process-alist): New variable.
16583         (hashcash-generate-payment-async): Add.
16584         (hashcash-already-paid-p): Add.
16585         (hashcash-insert-payment): Don't generate payments twice.
16586         (hashcash-insert-payment-async): Add.
16587         (hashcash-insert-payment-async-2): Add.
16588         (hashcash-cancel-async): Add.
16589         (hashcash-wait-async): Add.
16590         (hashcash-processes-running-p): Add.
16591         (hashcash-wait-or-cancel): Add.
16592         (mail-add-payment): New optional argument.  Conditionally start
16593         asynchronous calculation.
16594         (mail-add-payment-async): Add.
16595
16596         * message.el (message-send-mail): Wait for asynchronous hashcash
16597         results.  Don't clobber existing X-Hashcash headers.
16598         (message-setup-1): Call mail-add-payment-async when
16599         message-generate-hashcash is non-nil.
16600
16601 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16602
16603         * message.el (message-use-alternative-email-as-from): Examine the
16604         From header as well; use message-make-from in order to include a
16605         user's full name.
16606
16607 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16608
16609         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16610         default; improve customization type.
16611         (gnus-emphasis-custom-with-format): New macro.
16612         (gnus-emphasis-custom-value-to-external): New function.
16613         (gnus-emphasis-custom-value-to-internal): New function.
16614
16615 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16616
16617         * dns.el (query-dns): Resolve reverse addresses.
16618
16619 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16620
16621         * gnus-group.el (gnus-group-get-new-news): Use it.
16622
16623         * gnus-start.el (gnus-check-reasonable-setup): New function.
16624
16625 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16628         "Args out of range" error.  Reported by Arnaud Giersch
16629         <arnaud.giersch@free.fr>.
16630
16631 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16632
16633         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16634
16635 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16636
16637         * spam.el (spam group): Add :version.
16638
16639         * pgg-def.el (pgg group): Add :version.
16640
16641 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * gnus-art.el (gnus-article-edit-article): Don't associate the
16644         article buffer with a draft file.  This is a temporary measure
16645         against the 2004-08-22 change to gnus-article-edit-mode.
16646
16647 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16650         (html2text-format-tags): Remove unused variable `attr'.
16651
16652 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16655
16656         * tls.el (tls-process-connection-type, tls-success)
16657         (tls-certtool-program): Add :version.
16658
16659         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16660         (starttls-extra-arguments, starttls-process-connection-type)
16661         (starttls-connect, starttls-failure, starttls-success): Add :version.
16662
16663         * spam-stat.el (spam-stat): Add :version.
16664
16665         * sieve.el (sieve): Add :version.
16666
16667         * sha1.el (sha1): Add :version.
16668         (sha1-use-external): Remove redundant version.
16669
16670         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16671         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16672         (nnmail-split-fancy-match-partial-words)
16673         (nnmail-split-lowercase-expanded): Add :version.
16674
16675         * nndiary.el (nndiary): Add :version.
16676
16677         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16678
16679         * mml-sec.el (mml-default-sign-method)
16680         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16681         Add :version.
16682
16683         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16684
16685         * mm-url.el (mm-url-use-external, mm-url-program)
16686         (mm-url-arguments): Add :version.
16687
16688         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16689         (mm-attachment-file-modes, mm-decrypt-option)
16690         (mm-w3m-safe-url-regexp): Add :version.
16691
16692         * message.el (message-cite-prefix-regexp)
16693         (message-sendmail-envelope-from, message-minibuffer-local-map)
16694         (message-user-fqdn, message-completion-alist): Add :version.
16695
16696         * gnus-win.el (gnus-configure-windows-hook)
16697         (gnus-use-frames-on-any-display): Add :version.
16698
16699         * gnus-art.el (gnus-article-address-banner-alist)
16700         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16701         (gnus-treat-from-picon, gnus-treat-mail-picon)
16702         (gnus-treat-x-pgp-sig): Add :version.
16703
16704         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16705         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16706         (gnus-summary-article-delete-hook)
16707         (gnus-summary-display-while-building): Add :version.
16708
16709         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16710         (gnus-get-top-new-news-hook): Add :version.
16711
16712         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16713         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16714
16715         * gnus-registry.el (gnus-registry): Add :version.
16716
16717         * gnus-spec.el (gnus-use-correct-string-widths)
16718         (gnus-make-format-preserve-properties): Add :version.
16719
16720         * gnus.el (gnus-group-charter-alist)
16721         (gnus-group-fetch-control-use-browse-url)
16722         (gnus-install-group-spam-parameters): Add :version.
16723
16724         * gnus-diary.el (gnus-diary): Add :version.
16725
16726         * gnus-delay.el (gnus-delay): Add :version.
16727
16728         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16729         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16730         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16731         Add :version.
16732
16733         * gnus-agent.el (gnus-agent-max-fetch-size)
16734         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16735         (gnus-agent-prompt-send-queue): Add :version.
16736
16737         * deuglify.el (gnus-outlook-deuglify): Add :version.
16738
16739         * html2text.el: Beautify code.  Improve doc strings.
16740         Some checkdoc cleanup.
16741         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16742
16743 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16744
16745         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16746
16747 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16748
16749         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16750         when package is loaded.
16751
16752         * spam.el (spam-summary-score-preferred-header): Add global preference
16753         for people who want to override the default SpamAssassin over
16754         Bogofilter preference (when both are set).
16755         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16756         (spam-user-format-function-S):
16757         Check spam-summary-score-preferred-header.
16758         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16759         (spam-user-format-function-S): Format the score correctly.
16760
16761 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16764         signature file.  Suggested by Manoj Srivastava
16765         <srivasta@golden-gryphon.com>.
16766
16767         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16768         iso-2022-jp even in the Japanese language environment.
16769         Suggested by Jason Rumney <jasonr@gnu.org>.
16770
16771 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16774         use the same characters as the dummy marks; make it free from
16775         getting affected by the language environment.
16776         (gnus-summary-read-group-1): Update mark positions only when the
16777         format spec is updated.
16778
16779         * gnus-spec.el (gnus-update-format-specifications): Return a list
16780         of updated types.
16781
16782 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16785         of boundp to check if display-warning is available.
16786
16787 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16788
16789         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16790
16791 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * nnspool.el (nnspool-spool-directory): Use news-path if the
16794         news-directory variable is not bound.
16795
16796         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16797         function instead of display-warning if it is not available.
16798
16799 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16800
16801         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16802         v5-10: Use `point-at-bol'.
16803
16804 2004-10-26  Simon Josefsson  <jas@extundo.com>
16805
16806         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16807         <chenggao@gmail.com>.
16808
16809 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16810
16811         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16812         instead.
16813
16814 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16815
16816         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16817         to remove a server from the nnimap-server-buffer-alist.
16818         (nnimap-open-connection, nnimap-close-server): Use it.
16819
16820         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16821
16822 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16825         running the major-mode function.
16826
16827 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16830         dummy marks in the right way.
16831
16832 2004-10-18  David Edmondson  <dme@dme.org>
16833
16834         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16835         excessively.
16836
16837 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16838
16839         * gnus-util.el (gnus-split-references): Accept a nil references
16840         string and go on blissfully.
16841
16842         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16843         cases where the references string is non-nil but has no references.
16844
16845         * encrypt.el: Add autoload tags.
16846
16847         * spam.el (spam-resolve-registrations-routine): Remove article
16848         from unregistration list too.  Reported by David Hanak
16849         <dhanak@isis.vanderbilt.edu>
16850
16851 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16852
16853         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16854         nil.  Change custom type.
16855
16856 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16857
16858         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16859
16860         * gnus-sum.el (gnus-summary-move-article): Use it.
16861
16862 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16863
16864         * encrypt.el: Add autoload cookies.
16865
16866         * spam.el (spam-backend-article-list-property)
16867         (spam-backend-get-article-todo-list)
16868         (spam-backend-put-article-todo-list)
16869         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16870         Resolve registrations separately.
16871         (spam-register-routine): Format comments.
16872         (spam-unregister-routine, spam-register-routine): Always call with
16873         specific-articles, no default list.
16874         (spam-summary-prepare-exit): Use the spam-classifications function.
16875
16876         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16877         gnus-encrypt.el.
16878
16879         * encrypt.el: Copied from gnus-encrypt.el.
16880
16881         * gnus-encrypt.el: Commented that it's obsolete.
16882
16883 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16884
16885         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16886         (gnus-score-save): Use it.
16887
16888         * message.el (message-bury): Use `window-dedicated-p'.
16889
16890 2004-10-15  Simon Josefsson  <jas@extundo.com>
16891
16892         * pop3.el (top-level): Don't require nnheader.
16893         (pop3-read-timeout): Add.
16894         (pop3-accept-process-output): Add.
16895         (pop3-read-response, pop3-retr): Use it.
16896
16897 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16898
16899         * spam.el (spam-register-routine): Move comment.
16900         (spam-verify-bogofilter): Use 'unknown for the initial
16901         spam-bogofilter-valid state, not 'never.
16902
16903         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16904         for netrc-machine.
16905
16906         * nnimap.el (nnimap-open-connection):
16907         Use netrc-machine-user-or-password.
16908
16909 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16910
16911         * gnus-registry.el (gnus-registry-unload-hook):
16912         Set as a variable with add-hook.
16913
16914         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16915         of news-path.
16916
16917         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16918
16919         * spam.el: Delete duplicate `provide'.
16920         (spam-unload-hook): Set as a variable with add-hook.
16921
16922 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16923
16924         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16925         in the doc string.
16926
16927         * message.el (message-ignored-news-headers)
16928         (message-ignored-supersedes-headers)
16929         (message-ignored-resent-headers)
16930         (message-forward-ignored-headers): Improve custom type.
16931
16932 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * message.el (message-tokenize-header): Fix 2004-09-06 change
16935         which used point-min in the wrong place.
16936
16937 2004-10-12  Simon Josefsson  <jas@extundo.com>
16938
16939         * tls.el (tls-certtool-program): New variable.
16940         (tls-certificate-information): New function, based on
16941         ssl-certificate-information.
16942
16943 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16944
16945         * compface.el: Move the version of ELisp-based uncompface program
16946         to the contrib directory because of the copyright problem.
16947
16948 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16949
16950         * message.el (message-kill-buffer): Raise the current frame.
16951
16952 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16953
16954         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16955
16956         * gnus.el (message-y-or-n-p): Autoload.
16957
16958         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16959         (pop3-password-required, pop3-authentication-scheme)
16960         (pop3-leave-mail-on-server): Make customizable.
16961         (pop3): New custom group.
16962         (pop3-retr): Remove `sleep-for' statements.
16963         Suggested by Dave Love <fx@gnu.org>.
16964
16965         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16966         Windows/DOS.
16967
16968         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16969         (imap-parse-body): Fix incorrect use of `assert'.
16970         Suggested by Dave Love <fx@gnu.org>.
16971
16972         * mml.el (mml-minibuffer-read-disposition): Require match.
16973         Suggested by Dave Love <fx@gnu.org>.
16974
16975 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16976
16977         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16978         doc string.
16979
16980 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16981
16982         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16983
16984 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16985
16986         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16987         instead of calling `mm-insert-inline', to decode text/* parts
16988         before displaying them.
16989
16990 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * mm-uu.el (mm-uu-text-plain-type): New variable.
16993         (mm-uu-pgp-signed-extract-1): Use it.
16994         (mm-uu-pgp-encrypted-extract-1): Use it.
16995         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16996         bind mm-uu-text-plain-type with that value.
16997         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16998         mm-uu-dissect.
16999
17000 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * gnus-group.el (gnus-update-group-mark-positions):
17003         * gnus-sum.el (gnus-update-summary-mark-positions):
17004         * message.el (message-check-news-body-syntax):
17005         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17006         of string-as-multibyte.
17007
17008 2004-10-05  Juri Linkov  <juri@jurta.org>
17009
17010         * gnus-group.el (gnus-update-group-mark-positions):
17011         * gnus-sum.el (gnus-update-summary-mark-positions):
17012         * message.el (message-check-news-body-syntax):
17013         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17014         8-bit unibyte values to a multibyte string for search functions.
17015
17016 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17017
17018         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17019         (mm-uu-dissect-text-parts): New function.
17020
17021         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17022         dissect text parts.
17023
17024         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17025         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17026
17027         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17028
17029         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17030         Use gnus-current-topics instead of gnus-current-topic.
17031
17032 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17033
17034         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17035
17036 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17037
17038         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17039         where approriate.
17040
17041         * nnml.el (nnml-generate-active-info): do.
17042
17043         * nndiary.el (nndiary-generate-active-info): do.
17044
17045         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17046         (gnus-topic-move): do.
17047
17048         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17049         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17050
17051         * gnus-srvr.el (gnus-server-prepare)
17052         (gnus-server-open-all-servers): do.
17053
17054         * gnus-msg.el (gnus-summary-cancel-article)
17055         (gnus-summary-resend-message)
17056         (gnus-summary-mail-crosspost-complaint): do.
17057
17058         * gnus-move.el (gnus-change-server): do.
17059
17060         * gnus-group.el (gnus-group-unmark-all-groups)
17061         (gnus-group-set-current-level): do.
17062
17063 2004-10-04  Simon Josefsson  <jas@extundo.com>
17064
17065         * message.el (message-generate-hashcash): Doc fix.
17066
17067 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17068
17069         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17070         avoid infinite recursion via gnus-get-function.
17071
17072 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17073
17074         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17075
17076         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17077
17078         * nnmail.el (nnmail-split-history): do.
17079
17080         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17081         (nnml-request-delete-group): do.
17082
17083         * nnslashdot.el (nnslashdot-read-groups): do.
17084
17085         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17086         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17087
17088         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17089         (nnspool-sift-nov-with-sed): Use last.
17090         (nnspool-retrieve-headers-with-nov): Use mapc.
17091         (nnspool-request-newgroups): Use dolist.
17092         (nnspool-request-group): Use last.
17093
17094         * nntp.el (nntp-read-server-type): Use dolist.
17095
17096         * nnvirtual.el (nnvirtual-create-mapping)
17097         (nnvirtual-update-read-and-marked): Use dolist.
17098         (nnvirtual-convert-headers): Simplify.
17099
17100 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17101
17102         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17103         Add support for sync'ing tick marks.
17104
17105 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17106
17107         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17108         there's no visible header.
17109
17110 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17111
17112         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17113         When necessary, pass full group name to gnus-request-set-marks.
17114
17115 2004-10-01  Simon Josefsson  <jas@extundo.com>
17116
17117         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17118         acroread.
17119
17120 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17121
17122         * spam-report.el (spam-report-gmane): Fix interactive.
17123
17124         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17125
17126         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17127         when writing file.
17128         (gnus-agent-synchronize-flags): Don't default to being
17129         interactive.
17130
17131 2004-09-30  Simon Josefsson  <jas@extundo.com>
17132
17133         * message.el (message-generate-hashcash): Add.
17134         (message-send-mail): Use it, call mail-add-payment.
17135
17136 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17137
17138         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17139
17140 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17141
17142         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17143         gnus-requst-update-info with explicit code to sync the in-memory
17144         info read flags with the marks being sync'd to the backend.
17145
17146         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17147
17148 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17149
17150         * spam.el (spam-verify-bogofilter): Add new function.
17151         (spam-check-bogofilter)
17152         (spam-bogofilter-register-with-bogofilter): Use it.
17153         (spam-verify-bogofilter): Add small fixes.
17154
17155 2004-09-28  Simon Josefsson  <jas@extundo.com>
17156
17157         * hashcash.el (hashcash-generate-payment): Revert.
17158
17159 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17160
17161         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17162         Use gnus-extract-references instead of gnus-split-references.
17163
17164         * gnus-util.el (gnus-extract-references): Add new function, analogous
17165         to gnus-split-references but extracts only the message-ID without
17166         anything extra.
17167
17168         * hashcash.el (hashcash-generate-payment)
17169         (hashcash-check-payment): Do the right thing if hashcash-path is
17170         nil (because the hashcash program could not be found).
17171
17172         * spam.el (spam-use-hashcash): Remove comment.
17173
17174 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17175
17176         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17177         (gnus-cache-enter-article, gnus-cache-remove-article)
17178         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17179
17180         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17181
17182         * gnus-art.el (article-hide-boring-headers)
17183         (article-translate-strings, article-display-face)
17184         (gnus-article-mime-match-handle-first)
17185         (gnus-article-highlight-headers)
17186         (gnus-article-add-buttons-to-head): do.
17187
17188 2004-09-27  Simon Josefsson  <jas@extundo.com>
17189
17190         * hashcash.el: New version, from
17191         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17192         ../contrib/.
17193
17194 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17197
17198 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17199
17200         * gnus-dup.el (gnus-dup-open): Use mapc.
17201         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17202
17203         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17204         Reported by Stefan Wiens <s.wi@gmx.net>.
17205
17206         * gnus.el (gnus-shutdown): Use dolist.
17207
17208         * gnus-undo.el (gnus-undo): Use mapc.
17209
17210         * nnrss.el (nnrss-generate-active): do.
17211
17212         * message.el (message-cite-original-without-signature)
17213         (message-cite-original): Use mapc.
17214         (message-do-actions, message-make-forward-subject): Use dolist.
17215
17216 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17217
17218         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17219         deletion to remove entire duplicate line.  Fixes merged article
17220         number bug.
17221
17222 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17223
17224         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17225         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17226         first ask if you want to open a server and then, even when you
17227         responded with no, asking if you want to synchronize the server's
17228         flags.
17229         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17230         multi-line expressions.
17231         (gnus-agent-synchronize-group-flags): New internal function.
17232         Updates marks in memory (in the info structure) AND in the
17233         backend.
17234
17235         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17236
17237         * nnagent.el (nnagent-request-set-mark):
17238         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17239         method, to ensure that synchronization updates marks in the
17240         backend and in the info (in memory) structure.
17241
17242 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17245         convention fully; don't miss the root article of a thread; make
17246         the X-Draft-From header with correct article numbers.
17247
17248 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17249
17250         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17251         unless plugged.  Disable the agent so that an open failure causes
17252         an error.
17253
17254         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17255         Revert 2004-09-21 change.  The backend must be opened while
17256         synchronizing flags even when the backend stores the flags
17257         locally.
17258
17259 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17260
17261         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17262         in `header' match.  Reported by Svend Tollak Munkejord.
17263
17264         * message.el (message-cite-original): Fix use of
17265         `message-cite-articles-with-x-no-archive'.
17266
17267 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17270         (gnus-window-to-buffer): Ditto.
17271
17272         * mml.el (mml-preview-buffer): New variable.
17273         (mml-preview): Manage window layout with gnus-buffer-configuration.
17274
17275         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17276         X-Draft-From header even if those articles aren't quoted.
17277
17278 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17279
17280         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17281         (gnus-request-set-mark, gnus-request-update-mark): Use new
17282         g-s-t-u-l-m to decide to use backend even when unplugged.
17283
17284 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17287         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17288
17289 2004-09-20  Simon Josefsson  <jas@extundo.com>
17290
17291         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17292         "utf-16-le".
17293
17294 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17295
17296         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17297
17298 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17299
17300         * uudecode.el (uudecode-use-external): Add :version.
17301
17302         * smime.el (smime-CA-file, smime-encrypt-cipher)
17303         (smime-dns-server): Add :version.
17304
17305         * smiley.el (gnus-smiley-file-types): Add :version.
17306
17307         * sha1.el (sha1-use-external): Add :version.
17308
17309         * pgg-def.el (pgg-query-keyserver): Add :version.
17310
17311         * nnmail.el (nnmail-fancy-expiry-targets)
17312         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17313         Add :version.
17314
17315         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17316         (nnimap-retrieve-groups-asynchronous): Add :version.
17317         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17318
17319         * mml.el (mml-content-disposition-parameters)
17320         (mml-insert-mime-headers-always): Add :version.
17321
17322         * mm-util.el (mm-coding-system-priorities): Add :version.
17323
17324         * mm-decode.el (mm-inline-text-html-with-images)
17325         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17326         (mm-verify-option): Add :version.
17327         (mm-text-html-renderer): Change :version.
17328
17329         * message.el (message-fcc-externalize-attachments)
17330         (message-required-headers, message-draft-headers)
17331         (message-subject-trailing-was-query)
17332         (message-subject-trailing-was-ask-regexp)
17333         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17334         (message-mark-insert-end, message-archive-header)
17335         (message-archive-note, message-cross-post-default)
17336         (message-cross-post-note, message-followup-to-note)
17337         (message-cross-post-note-function, message-use-mail-followup-to)
17338         (message-subscribed-address-functions)
17339         (message-subscribed-address-file, message-subscribed-addresses)
17340         (message-subscribed-regexps, message-allow-no-recipients)
17341         (message-yank-cited-prefix, message-signature-insert-empty-line)
17342         (message-hidden-headers, message-hierarchical-addresses)
17343         (message-mail-user-agent, message-use-idna)
17344         (message-valid-fqdn-regexp)
17345         (message-strip-special-text-properties, message-header-synonyms)
17346         (message-beginning-of-line, message-tab-body-function): Add :version.
17347         (message-insert-canlock, message-wide-reply-confirm-recipients):
17348         Change :version.
17349
17350         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17351         and :version.
17352         (mail-source-delete-old-incoming-confirm)
17353         (mail-source-movemail-program): Add :version.
17354
17355         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17356         (gnus-agent-cache, gnus-agent): Change :version.
17357
17358         * gnus-util.el (gnus-use-byte-compile): Change :version.
17359
17360         * gnus-sum.el (gnus-summary-make-false-root-always)
17361         (gnus-summary-default-high-score)
17362         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17363         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17364         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17365         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17366         (gnus-sum-thread-tree-single-indent)
17367         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17368         (gnus-sum-thread-tree-leaf-with-other)
17369         (gnus-sum-thread-tree-single-leaf): Add :version.
17370         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17371         (gnus-article-loose-mime): Change :version.
17372
17373         * gnus-start.el (gnus-backup-startup-file)
17374         (gnus-save-startup-file-via-temp-buffer): Add :version.
17375
17376         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17377         (gnus-server-offline-face): Add :version.
17378
17379         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17380
17381         * gnus-msg.el (gnus-gcc-externalize-attachments)
17382         (gnus-debug-files, gnus-debug-exclude-variables)
17383         (gnus-discouraged-post-methods): Change :version.
17384         (gnus-confirm-mail-reply-to-news)
17385         (gnus-confirm-treat-mail-like-news): Add :version.
17386
17387         * gnus-int.el (gnus-server-unopen-status): Add :version.
17388
17389         * gnus-group.el (gnus-group-jump-to-group-prompt)
17390         (gnus-large-ephemeral-newsgroup)
17391         (gnus-fetch-old-ephemeral-headers): Add :version.
17392
17393         * gnus-fun.el (gnus-x-face-directory)
17394         (gnus-convert-pbm-to-x-face-command)
17395         (gnus-convert-image-to-x-face-command)
17396         (gnus-convert-image-to-face-command): Add :version.
17397
17398         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17399
17400         * gnus-cite.el (gnus-cite-blank-line-after-header)
17401         (gnus-article-boring-faces): Add :version.
17402
17403         * gnus-art.el (gnus-buttonized-mime-types)
17404         (gnus-inhibit-mime-unbuttonizing)
17405         (gnus-treat-display-face)
17406         (gnus-treat-body-boundary): Change :version.
17407         (gnus-body-boundary-delimiter, gnus-picon-databases)
17408         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17409         (gnus-treat-date-english, gnus-treat-fold-headers)
17410         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17411         (gnus-treat-mail-picon, gnus-treat-wash-html)
17412         (gnus-article-encrypt-protocol)
17413         (gnus-use-idna, gnus-article-over-scroll)
17414         (gnus-mime-display-multipart-alternative-as-mixed)
17415         (gnus-mime-display-multipart-related-as-mixed)
17416         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17417         (gnus-ctan-url, gnus-button-ctan-handler)
17418         (gnus-button-handle-ctan-bogus-regexp)
17419         (gnus-button-ctan-directory-regexp)
17420         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17421         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17422         (gnus-button-man-level, gnus-button-emacs-level)
17423         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17424
17425         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17426         (gnus-agent-go-online): Change :version.
17427         (gnus-agent-expire-unagentized-dirs)
17428         (gnus-agent-auto-agentize-methods): Add :version.
17429
17430         * flow-fill.el (fill-flowed-display-column)
17431         (fill-flowed-encode-column): Add :version.
17432
17433         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17434         (gnus-outlook-deuglify-unwrap-max)
17435         (gnus-outlook-deuglify-cite-marks)
17436         (gnus-outlook-deuglify-unwrap-stop-chars)
17437         (gnus-outlook-deuglify-no-wrap-chars)
17438         (gnus-outlook-deuglify-attrib-cut-regexp)
17439         (gnus-outlook-deuglify-attrib-verb-regexp)
17440         (gnus-outlook-deuglify-attrib-end-regexp)
17441         (gnus-outlook-display-hook): Add :version.
17442
17443         * binhex.el (binhex-use-external): Add :version.
17444
17445 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17446
17447         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17448         and `invisible'.
17449
17450 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17451
17452         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17453         in gnus-registry-trim.
17454
17455 2004-09-13  Simon Josefsson  <jas@extundo.com>
17456
17457         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17458
17459         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17460
17461         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17462         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17463         <yamaoka@jpl.org>.
17464         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17465         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17466         <yamaoka@jpl.org>.
17467
17468         * sieve.el (sieve-manage-mode): Ditto.
17469
17470 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17471
17472         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17473
17474 2004-09-11  Simon Josefsson  <jas@extundo.com>
17475
17476         * dns-mode.el: Add.
17477
17478         * mm-view.el (mm-display-dns-inline): Add.
17479
17480         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17481         (mm-automatic-display): Ditto.
17482
17483         * mailcap.el (mailcap-mime-data): Add text/dns.
17484         (mailcap-mime-extensions): Map .soa to text/dns.
17485
17486 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17487
17488         * gnus-art.el (article-decode-mime-words, article-babel)
17489         (gnus-article-highlight-signature, gnus-article-add-buttons)
17490         (gnus-signature-toggle): Remove unnecessary bindings of
17491         `inhibit-read-only' inherited from v5.10 merge.
17492
17493 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17494
17495         * nntp.el (nntp): New customization group.
17496         (nntp-authinfo-file): Add customization group.
17497
17498         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17499
17500         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17501
17502         * gnus.el (to-address, to-list, subscribed)
17503         (large-newsgroup-initial): Ditto.
17504
17505         * flow-fill.el (fill-flowed-display-column)
17506         (fill-flowed-encode-column): Ditto.
17507
17508 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17509
17510         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17511         Use point-min rather than 1.
17512         (message-send-mail): Use buffer-size rather than point-max.
17513
17514         * gnus-sum.el (gnus-summary-search-article-forward):
17515         Signal a specific `search-failed' rather than a generic `error'.
17516
17517         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17518         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17519         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17520
17521 2004-09-10  Simon Josefsson  <jas@extundo.com>
17522
17523         * nndb.el (require): Remove tcp and duplicate cl.
17524
17525 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17526
17527         * gnus-agent.el (directory-files-and-attributes): Move forward.
17528
17529 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17530
17531         * gnus-agent.el (directory-files-and-attributes):
17532         Optionally defined to support XEmacs.
17533
17534 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17535
17536         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17537         to avoid run-time CL dependencies.
17538         (gnus-agent-unfetch-articles): New function.
17539         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17540         article numbers even when local .overview file is missing.
17541         (gnus-agent-read-article-number): New function.  Only accepts
17542         27-bit article numbers.
17543         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17544         Use gnus-agent-read-article-number.
17545         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17546         from backend while recognizing that article numbers in .overview
17547         must be valid.
17548         (gnus-agent-update-files-total-fetched-for):
17549         Use directory-files-and-attributes to improve performance.
17550         * gnus-int.el (gnus-request-move-article):
17551         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17552         improve performance.
17553
17554         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17555         some users confused by references to .newsrc when they only have a
17556         .newsrc.eld file.
17557         (gnus-convert-mark-converter-prompt)
17558         (gnus-convert-converter-needs-prompt): Fix use of property list.
17559         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17560         New function.  Used internally to only display 'gnus converting
17561         files' message when actually necessary.
17562
17563         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17564         methods now autoloaded.
17565
17566 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17569         identifiers.
17570
17571 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17572
17573         * gnus-picon.el: Fix indentation and closing parenthesis.
17574
17575 2004-09-01  Simon Josefsson  <jas@extundo.com>
17576
17577         * message.el (message-canlock-generate): Require sha1, not
17578         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17579         to require within a function.  Sadly, if sha1.el isn't loaded, the
17580         let binding in m-c-g will hide the defcustom definition, which is
17581         bad.)
17582
17583         * canlock.el: Require sha1, not sha1-el.
17584
17585         * message.el: Don't autoload sha1 (there is a autoload cookie in
17586         sha1.el).
17587
17588         * sha1-el.el: Rename to sha1.el.
17589
17590 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17591
17592         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17593
17594 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17595
17596         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17597
17598 2004-08-30  Kim F. Storm  <storm@cua.dk>
17599
17600         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17601
17602         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17603         Add :group 'nnimap.
17604
17605 2004-08-30  Andreas Schwab  <schwab@suse.de>
17606
17607         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17608         ?* and ?\;.
17609
17610         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17611         and ?\' to symbol instead of whitespace.
17612
17613 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17616
17617         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17618         instead of re-search-forward.
17619
17620         * gnus-uu.el (gnus-uu-save-article): Ditto.
17621         (gnus-uu-post-encode-uuencode): Ditto.
17622
17623         * html2text.el (html2text-clean-list-items): Ditto.
17624         (html2text-clean-dtdd): Ditto.
17625         (html2text-format-tags): Ditto.
17626
17627         * message.el (message-send-mail-with-sendmail): Fix regexp.
17628         (message-fill-field-general): Use search-forward instead of
17629         re-search-forward.
17630         (unbold-region): Ditto.
17631
17632         * nnrss.el (nnrss-request-article): Ditto.
17633
17634         * nnslashdot.el (nnslashdot-request-article): Ditto.
17635
17636         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17637
17638         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17639         "Unrecognized menu descriptor" error in XEmacs.
17640
17641 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17642
17643         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17644         parent article of a sparse article in the thread hashtb.
17645
17646 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17647
17648         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17649         (nnmail-expand-newtext): Lowercase expanded entries if
17650         nnmail-split-lowercase-expanded is non-nil.
17651
17652 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17653
17654         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17655
17656         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17657         of gnus-tmp-news-method into string under XEmacs.  It will be
17658         passed to gnus-correct-length which takes only a string argument.
17659
17660 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17661
17662         * gnus-util.el (gnus-bind-print-variables): New macro.
17663         (gnus-prin1): Use it.
17664         (gnus-prin1-to-string): Use it.
17665         (gnus-pp): New function.
17666         (gnus-pp-to-string): New function.
17667
17668         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17669         Replace pp-to-string with gnus-pp-to-string.
17670         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17671         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17672         * gnus-msg.el (gnus-debug): Ditto.
17673         * gnus-score.el (gnus-score-save): Ditto.
17674         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17675         gnus-pp-to-string.
17676         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17677         with gnus-pp.
17678         * score-mode.el (gnus-score-pretty-print): Ditto.
17679         * webmail.el (webmail-debug): Ditto.
17680
17681 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * gnus-art.el (article-display-face, article-display-x-face):
17684         Use buffer-read-only.
17685
17686 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * gnus-art.el (article-hide-list-identifiers):
17689         Bind inhibit-read-only as t.
17690
17691 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17692
17693         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17694
17695 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17696
17697         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17698         (gnus-narrow-to-page): Don't assume point-min == 1.
17699         (gnus-article-edit-mode): Derive from message-mode.
17700
17701         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17702         point-min == 1.
17703
17704         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17705         Disable incorrect use of `assert'.
17706
17707         * message.el (message-mode): Set comment-start-skip.
17708
17709
17710 2004-08-22  Sam Steingold  <sds@gnu.org>
17711
17712         * pop3.el (pop3-leave-mail-on-server): New user variable.
17713         (pop3-movemail): Delete mail only when it is nil.
17714
17715 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17716
17717         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17718
17719         * mml.el (mml-preview): Use `pop-to-buffer'.
17720
17721         * message.el (message-goto-mail-followup-to): Insert after "To".
17722         (message-carefully-insert-headers): Add comment.
17723
17724         * gnus.el: Remove unused variable `gnus-article-check-size'.
17725
17726         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17727
17728         * gnus-art.el (gnus-button-alist):
17729         Improve `gnus-button-handle-library' entry.
17730
17731 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17732
17733         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17734         Use downcase, since XEmacs capitalizes error messages differently.
17735
17736 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17737
17738         * nntp.el: Add (require 'gnus) due to reference to
17739         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17740
17741 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17742
17743         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17744         Bind `mm-fill-flowed'.
17745
17746         * mm-decode.el (mm-dissect-singlepart): Check it.
17747
17748 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17749
17750         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17751         'imap' for netrc parsing.
17752
17753 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17754
17755         * mailcap.el (mailcap-mime-data): Mark as risky.
17756
17757 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17760         may be included in the encoded word.
17761         (rfc2047-encode): Don't append a space if the encoded word
17762         includes close parenthesis.
17763
17764 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17767         of text within parentheses.
17768
17769 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17770
17771         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17772         (gnus-encrypt-write-file-contents): Make the password key the file
17773         name PLUS the cipher, not just the cipher.  Also remove failed
17774         passwords from the cache.
17775
17776 2004-08-06  Simon Josefsson  <jas@extundo.com>
17777
17778         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17779         Doc fix.
17780
17781 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17784         LWSP.
17785
17786 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17787
17788         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17789         Try to append in-reply-to: data to the references: header.
17790
17791         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17792         (netrc-parse): Use gnus-encrypt.el functions.
17793
17794         * gnus-encrypt.el: Add new file for encryption support; currently
17795         does only a few GPG ciphers and an internal XOR cipher.
17796
17797         * password.el: Add comments on using password-read-and-add.
17798         (password-read-and-add): Add function to read and add the
17799         password to the cache at once.
17800
17801 2004-07-28  Simon Josefsson  <jas@extundo.com>
17802
17803         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17804         parameter (but don't use it, for now).
17805
17806         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17807         instead of hard coding to nil.
17808
17809 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17812         as mm-inline-image-xemacs does.
17813
17814 2004-07-26  Simon Josefsson  <jas@extundo.com>
17815
17816         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17817         Revert part of 2004-07-17 change below.
17818
17819 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17822         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17823
17824 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17825
17826         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17827         quotes that actually start with ">" at the beginning of the
17828         lines.
17829
17830 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17831
17832         * rfc2047.el (rfc2047-encode-region): Fix last change.
17833         (rfc2047-encode-parameter): Remove useless concat.
17834
17835 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17838         encode special characters; fix some kind of misconfigured headers;
17839         signal a real error if debug-on-quit or debug-on-error is non-nil.
17840         (rfc2047-encode-max-chars): New variable.
17841         (rfc2047-encode-1): Use it.
17842         (rfc2047-encode-parameter): New function.
17843
17844         * mml.el (mml-insert-parameter): Remove an excessive space.
17845
17846 2004-07-17  Simon Josefsson  <jas@extundo.com>
17847
17848         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17849         Kai Grossjohann <kai@emptydomain.de>.
17850         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17851         (gnus-group-make-menu-bar): Ditto.
17852
17853         * gnus-util.el (gnus-group-server): Add.
17854
17855 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17856
17857         * message.el (message-clone-locals): Clone sendmail and smtp
17858         variables.
17859
17860 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * rfc2047.el (rfc2047-encode-region): Fix last change.
17863
17864 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17867         characters as non-special.
17868
17869 2004-07-09  Simon Josefsson  <jas@extundo.com>
17870
17871         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17872         Users will lose all flag changes made while unplugged with
17873         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17874         good default.  See numerous reports on ding mailing list.
17875
17876 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17879         add generate-head-function and generate-article-function to the
17880         rfc822-forward entry.
17881         (nndoc-rfc822-forward-generate-article): New function.
17882         (nndoc-rfc822-forward-generate-head): New function.
17883
17884         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17885
17886 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17887
17888         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17889         respect display group parameter and gnus-summary-expunge-below.
17890         (gnus-articles-to-read): Remove unused reference to display group
17891         parameter.
17892
17893 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17894
17895         * nnheader.el (nnheader-uniquify-message-id): New experimental
17896         variable.
17897         (nnheader-nov-read-message-id): Use it.
17898
17899         * spam-report.el (spam-report-gmane): Add interactive.
17900
17901 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17902
17903         * mm-encode.el (mm-content-transfer-encoding-defaults):
17904         Use qp-or-base64 for the application/* types.
17905
17906 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17907
17908         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17909
17910 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17911
17912         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17913         trim value.
17914
17915 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17916
17917         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17918         New macro and function.
17919         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17920
17921 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17924         after-load-alist.
17925
17926 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17927
17928         * gnus-group.el (gnus-group-get-new-news-this-group):
17929         Don't update info that isn't there.
17930
17931 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17932
17933         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17934         entry.
17935
17936 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * mm-view.el (mm-inline-render-with-function): Use multibyte
17939         buffer; decode html source by charset.
17940
17941         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17942
17943         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17944         Mule-UCS is loaded under XEmacs.
17945         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17946
17947 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17948
17949         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17950
17951 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * mm-util.el (mm-coding-system-p): Return a coding-system.
17954         (mm-mime-mule-charset-alist): Use shift_jis instead of
17955         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17956         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17957         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17958         instead of japanese-shift-jis and iso-latin-1 respectively in
17959         order to share the default value with both Emacs and XEmacs-mule.
17960         (mm-mule-charset-to-mime-charset):
17961         Make mm-coding-system-priorities effective.
17962         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17963         while predicating of candidates upon the priorities.
17964
17965 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17966
17967         * gnus-sum.el (gnus-summary-make-menu-bar):
17968         Add gnus-uu-invert-processable.
17969
17970         * gnus.el: Autoload gnus-uu-invert-processable.
17971
17972 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * mm-util.el (mm-with-multibyte-buffer): New macro.
17975
17976         * rfc2047.el (rfc2047-encode-string): Use it.
17977         (rfc2047-encode-region): Move point to the end of the region after
17978         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17979
17980 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17983         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17984
17985 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17986
17987         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17988         (gnus-cite-parse): Ignore quoted envelope From_.
17989         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17990
17991 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17992
17993         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17994         invalid addresses.
17995
17996 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17997
17998         * spam.el: Change section markers, revise TODO list.
17999         (spam-backends): Make new master list of all installed backends.
18000         (spam-summary-exit-behavior): Add new variable to determine how
18001         messages moves are done at summary exit.
18002         (spam-move-spam-nonspam-groups-only)
18003         (spam-process-ham-in-nonham-groups)
18004         (spam-process-ham-in-spam-groups): Remove variables, the
18005         spam-summary-exit-behavior variable should be used to manage this
18006         behavior.
18007         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18008         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18009         and spam-old-spam-articles.
18010         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18011         Add empty variables, placeholders for the backends they represent.
18012         (spam-set-difference): Move, unchanged.
18013         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18014         unless the user has a processor variable.
18015         (spam-classifications, spam-classification-valid-p)
18016         (spam-backend-properties, spam-backend-property-valid-p)
18017         (spam-backend-function-type-valid-p)
18018         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18019         (spam-report-articles-gmane, spam-report-articles-resend):
18020         Remove functions, they are not needed.
18021         (spam-install-backend-super, spam-backend-list)
18022         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18023         (spam-backend-function, spam-backend-ham-registration-function)
18024         (spam-backend-spam-registration-function)
18025         (spam-backend-ham-unregistration-function)
18026         (spam-backend-spam-unregistration-function)
18027         (spam-backend-statistical-p, spam-backend-mover-p)
18028         (spam-install-backend-alias, spam-install-checkonly-backend)
18029         (spam-install-mover-backend, spam-install-nocheck-backend)
18030         (spam-install-backend, spam-install-statistical-backend)
18031         (spam-install-statistical-checkonly-backend): Add backend installation
18032         support.
18033         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18034         (spam-group-processor-p): Use the new backend code and respect the
18035         summary exit behavior.
18036         (spam-mark-spam-as-expired-and-move-routine): Remove.
18037         (spam-summary-prepare): Change to use the new spam-old-articles
18038         variable.
18039         (spam-copy-or-move-routine, spam-copy-spam-routine)
18040         (spam-move-spam-routine, spam-copy-ham-routine)
18041         (spam-move-ham-routine): Add code to copy/move ham or spam.
18042         (spam-fetch-field-fast): Improve doc and code, plus allow the
18043         'number request.
18044         (spam-list-of-checks, spam-list-of-statistical-checks):
18045         Remove variables.
18046         (spam-split, spam-find-spam): Use the new backend code.
18047         (spam-registration-functions): Remove variable.
18048         (spam-unregister-routine): Add convenience wrapper.
18049         (spam-log-undo-registration, spam-register-routine)
18050         (spam-log-processing-to-registry)
18051         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18052         where possible.
18053         (spam-check-gmane-xref, spam-check-regex-headers)
18054         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18055         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18056         (spam-check-bogofilter-headers, spam-check-spamoracle)
18057         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18058         (spam-check-crm114-headers): Use the spam-split-group that
18059         spam-split prepares, no need to determine it every time.
18060
18061         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18062         to the nnheader-parse-naked-head call.
18063
18064         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18065
18066         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18067         the nnheader-nov-read-message-id call.
18068
18069 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18072         gnus-activate-group twice.  Suggested by Markus Peter
18073         <warp@spin.de>.
18074
18075 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * gnus-art.el (gnus-article-time-format): Exchange the order of
18078         day and month in the default value; fix customization type.
18079         (article-date-ut): Use add-text-properties.
18080         (article-make-date-line): Use message-make-date instead of
18081         current-time-string.
18082
18083         * message.el (message-fetch-field): Don't use set-text-properties.
18084         (message-make-date): Simplify.
18085
18086         * messagexmas.el (message-xmas-make-date): New function.
18087         (message-xmas-redefine): Defalias message-make-date to it.
18088
18089 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18092         (rfc2047-encode-region): Treat text within parentheses as special;
18093         show the original text when error has occurred.
18094
18095         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18096         already-computed method to gnus-activate-group.
18097
18098         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18099         same select-methods identical Lisp objects.
18100
18101         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18102         object when modifying the info.
18103
18104 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18107         gnus-opened-servers since it has never been opened with the new
18108         configuration yet.
18109
18110 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18113         arg to nnheader-generate-fake-message-id.
18114
18115 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18116
18117         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18118         number and build a fake message ID localized to a group and
18119         article number (so it's repeatable from that point on).
18120         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18121         ID format.
18122
18123         * gnus-sum.el (gnus-get-newsgroup-headers):
18124         Call nnheader-generate-fake-message-id with the article number.
18125
18126 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18127
18128         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18129         end-of-buffer.
18130
18131 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18132
18133         * message.el (message-ignored-supersedes-headers): Add Approved.
18134
18135 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18138         goto-char.
18139         (rfc2047-encode): Fold the line before encoding.
18140
18141 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18142
18143         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18144         folding -- not all headers can be folded, and this should be done
18145         by the message composition mode.  Probably.  I think.
18146
18147 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18150         fast.
18151
18152         * gnus-ems.el (gnus-remove-image): Don't use
18153         message-text-with-property; remove only the image found first.
18154
18155         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18156         found first.
18157
18158 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18159
18160         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18161
18162 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18163
18164         * message.el (message-text-with-property): Make it fast and accept
18165         optional arguments.
18166         (message-strip-forbidden-properties): Use it.
18167         (message-fix-before-sending): Follow the m-t-w-p change.
18168
18169         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18170
18171 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18172
18173         * gnus-art.el (article-hide-headers): Don't change the buffer
18174         mistakenly when performing mml-preview even if
18175         gnus-single-article-buffer is nil.
18176
18177 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18178
18179         * message.el (message-expand-name-databases): New user option.
18180         (message-expand-name): Use it.
18181
18182 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18183
18184         * spam.el (spam-report-articles-resend)
18185         (spam-report-resend-register-routine): Allow ham reporting.
18186         (spam-report-resend-register-ham-routine): Add wrapper.
18187         (spam-registration-functions): Add ham resending functions.
18188         (spam-list-of-processors): Add ham resend processor.
18189
18190         * gnus.el (ham-resend-to): Add new group parameter.
18191         (spam-process): Add ham resend option.
18192
18193         * spam-report.el (spam-report-resend): Allow reporting ham.
18194         (spam-report-resend-ham): Add wrapper.
18195
18196 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18197
18198         * message.el (message-cite-articles-with-x-no-archive):
18199         New variable.
18200         (message-cite-original): Use it.
18201
18202 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18203
18204         * message.el (message-cite-original): Respect X-No-Archive.
18205
18206 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * gnus-art.el (article-hide-headers): Refer to the values for
18209         gnus-ignored-headers and gnus-visible-headers in the summary
18210         buffer since a user may have set them as group parameters.
18211
18212 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18213
18214         * assistant.el (assistant-node-name): Add convenience function.
18215         (assistant-render-text, assistant-render-node): Add error handling,
18216         plus handle multiple next nodes.
18217         (assistant-find-next-node): Comment out for now.
18218         (assistant-find-next-nodes): Add function, returns list of next
18219         nodes.
18220
18221 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18222
18223         * mail-source.el (mail-source-directory): Fix doc-string.
18224
18225 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18226
18227         * assistant.el (assistant-render-text, assistant-eval): Add :set
18228         widget type, which is different because it takes and returns a
18229         list.  Much hilarity ensues.
18230
18231 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18232
18233         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18234
18235         * gnus-group.el (gnus-group-get-new-news-this-group):
18236         Add doc-string.
18237
18238         * gnus-start.el (gnus-activate-group): Add doc-string.
18239
18240 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18241
18242         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18243
18244 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18245
18246         * assistant.el (assistant-render-text): Try to add a :set
18247         widget, more to come.
18248
18249         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18250         strings.
18251         (spam-report-articles-resend)
18252         (spam-register-routine): Do registration iff any articles warrant
18253         it.
18254         (spam-summary-prepare-exit): Change log message for nil group
18255         destinations.
18256
18257 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18258
18259         * spam.el (spam-report-resend-register-routine):
18260         Allow spam-report-resend-to to be a group parameter or a global value.
18261
18262 2004-05-26  Simon Josefsson  <jas@extundo.com>
18263
18264         * starttls.el: Merge with my GNUTLS based starttls.el.
18265         (starttls-gnutls-program, starttls-use-gnutls)
18266         (starttls-extra-arguments, starttls-process-connection-type)
18267         (starttls-connect, starttls-failure, starttls-success):
18268         New variables.
18269         (starttls-program, starttls-extra-args): Doc fix.
18270         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18271         New functions.
18272         (starttls-negotiate, starttls-open-stream):
18273         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18274         function if it is set.
18275
18276 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18279         structured fields.
18280
18281 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18284
18285 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18286
18287         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18288         Add variable.
18289         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18290         assigning the spam-mark to new messages.
18291
18292 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18293
18294         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18295
18296 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18297
18298         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18299
18300         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18301         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18302         default.
18303
18304 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18305
18306         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18307         correct data.
18308
18309 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18310
18311         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18312         (spam-group-processor-p): Fix function.
18313         (spam-group-processor-multiple-p)
18314         (spam-group-spam-processor-report-gmane-p)
18315         (spam-group-spam-processor-report-resend-p)
18316         (spam-group-spam-processor-bogofilter-p)
18317         (spam-group-spam-processor-blacklist-p)
18318         (spam-group-spam-processor-ifile-p)
18319         (spam-group-ham-processor-ifile-p)
18320         (spam-group-spam-processor-spamoracle-p)
18321         (spam-group-spam-processor-crm114-p)
18322         (spam-group-ham-processor-bogofilter-p)
18323         (spam-group-spam-processor-stat-p)
18324         (spam-group-ham-processor-stat-p)
18325         (spam-group-ham-processor-whitelist-p)
18326         (spam-group-ham-processor-BBDB-p)
18327         (spam-group-ham-processor-spamoracle-p)
18328         (spam-group-ham-processor-copy-p): Remove functions with some
18329         prejudice against unneeded code.
18330         (spam-report-articles-resend)
18331         (spam-report-resend-register-routine): Allow the group/topic
18332         spam-resend-to value to override spam-report-resend-to.
18333         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18334         properly now.
18335
18336         * gnus.el (spam-resend-to): Add group/topic parameter.
18337         (spam-process): Move the OBSOLETE processors to the end of the
18338         choices.
18339
18340 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18341
18342         * spam-report.el (spam-report-resend-to, spam-report-resend):
18343         Start with resend-to set to nil, and then ask the user if necessary.
18344         (spam-report-resend): spam-report-resend takes a list of articles, not
18345         separate article numbers.
18346
18347 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18350         addition to emacs-w3m.
18351
18352 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18353
18354         * assistant.el (assistant-authinfo-data): New function.
18355         (assistant-eval): Eval for entire assistant.
18356
18357         * netrc.el (netrc-services-file): New variable.
18358         (netrc-parse-services): New function.
18359         (netrc-find-service-name): New function.
18360         (netrc-find-service-number): New function.
18361         (netrc-port-equal): New function.
18362         (netrc-machine): Use it.
18363
18364         * nnimap.el (nnimap-open-connection): Use netrc.
18365
18366         * gnus-util.el (gnus-netrc-get): Remove aliases.
18367
18368         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18369
18370         * assistant.el (wid-edit): Fix compilation.
18371
18372         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18373
18374 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18375
18376         * gnus-util.el (gnus-set-file-modes): New function.  (small
18377         patch).
18378
18379 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18380
18381         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18382
18383         * assistant.el (assistant-render-node): Fix up rendering and
18384         read-only text.
18385         (assistant-render-node): Reset.
18386         (assistant-make-read-only): Not sticky.
18387
18388 2004-05-20  Danny Siu  <dsiu@adobe.com>
18389
18390         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18391         centered even when gnus-auto-center-summary is t.
18392
18393 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18394
18395         * dns.el (dns-get-txt-answer): New function.
18396         (dns-read-txt): Ditto.
18397         (query-dns): Use it.
18398
18399 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18402         active for foreign groups even if the group level is higher than
18403         the specified value.
18404
18405 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18406
18407         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18408         non-active groups.
18409
18410         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18411
18412 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18413
18414         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18415
18416 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18417
18418         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18419         (spam-crm114-header, spam-crm114-spam-switch)
18420         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18421         (spam-crm114-positive-spam-header)
18422         (spam-crm114-database-directory, spam-list-of-processors)
18423         (spam-group-spam-processor-crm114-p)
18424         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18425         (spam-generic-score, spam-list-of-checks)
18426         (spam-list-of-statistical-checks, spam-registration-functions)
18427         (spam-check-crm114-headers, spam-crm114-score)
18428         (spam-check-crm114, spam-crm114-register-with-crm114)
18429         (spam-crm114-register-spam-routine)
18430         (spam-crm114-unregister-spam-routine)
18431         (spam-crm114-register-ham-routine)
18432         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18433         From asjo@koldfront.dk (Adam Sjøgren).
18434
18435         * gnus.el: Add spam-use-crm114.
18436
18437         * spam.el (spam-list-of-processors, spam-registration-functions):
18438         Add spam-use-resend.
18439         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18440         (spam-report-articles-gmane): Add doc fix.
18441         (spam-report-articles-resend, spam-report-resend-register-routine):
18442         Add wrappers around spam-report-resend-to.
18443
18444         * spam-report.el (spam-report-resend-to, spam-report-resend):
18445         Add support for resending spam.
18446         (spam-report-gmane): Fix line length >80.
18447
18448         * gnus.el (spam-process): Add spam-use-resend.
18449
18450 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18451
18452         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18453         number of processed spam messages.
18454         (spam-ham-copy-or-move-routine): Return the number of processed
18455         ham messages.
18456         (spam-summary-prepare-exit): Use the above values to decide
18457         whether status messages shouled be displayed.
18458
18459 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18462         `rfc2047-encoding-function-alist' in order to avoid conflicting
18463         with the old version.
18464         (rfc2047-encode-region): Concatenate words containing non-ASCII
18465         characters in structured fields; don't encode space-delimited
18466         ASCII words even in unstructured fields; don't break words at
18467         char-category boundaries.
18468         (rfc2047-encode-1): New function.
18469         (rfc2047-encode): Use it; encode text so that it occupies the
18470         maximum width within 76-column; work correctly on Q encoding for
18471         iso-2022-* charsets.
18472         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18473         sure not to break a line just after the header name.
18474         (rfc2047-b-encode-region): Remove.
18475         (rfc2047-b-encode-string): New function.
18476         (rfc2047-q-encode-region): Remove.
18477         (rfc2047-q-encode-string): New function.
18478
18479         * mm-util.el (mm-replace-in-string): New function.
18480
18481 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18482
18483         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18484         Really get it right.
18485         (gnus-inews-make-draft): Really.
18486
18487 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18488
18489         * nnmh.el (nnmh-request-list-1): Don't check the link count
18490         before descending.  (small patch)
18491
18492 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18493
18494         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18495         stuff.
18496
18497         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18498         Match on real group name.
18499
18500         * gnus-art.el (gnus-signature-limit): Doc fix.
18501
18502         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18503
18504         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18505
18506 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18507
18508         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18509         isn't a string.
18510
18511 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18512
18513         * gnus-draft.el (gnus-draft-send):
18514         Bind rfc2047-encode-encoded-words.
18515
18516         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18517         (rfc2047-encodable-p): Say that =? needs encoding.
18518         (rfc2047-encode-encoded-words): New variable.
18519
18520         * gnus-group.el (gnus-group-select-group): Doc fix.
18521
18522         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18523
18524         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18525         to nil.
18526
18527         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18528
18529         * nnheader.el (nnheader-get-lines-and-char): New function.
18530
18531 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18532
18533         * gnus-msg.el (gnus-summary-followup-with-original):
18534         Document yanking of region when active.
18535
18536 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18537
18538         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18539         groups if the group level is higher than the specified value.
18540
18541 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18542
18543         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18544         (gnus-group-jump-to-group): Add prefix argument using
18545         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18546         non-active group.
18547
18548         * compface.el (uncompface): Be verbose when changing
18549         `uncompface-use-external'.
18550
18551         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18552         handle manual section.
18553
18554 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18555
18556         * gnus-art.el (gnus-button-alist): Revert previous change.
18557
18558 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18559
18560         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18561
18562 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18563
18564         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18565         whether backend can accept message.
18566
18567         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18568
18569 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18570
18571         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18572         Avoid creating directory when nntp-marks-is-evil is true.
18573         Reported by Reiner Steib.
18574
18575 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18576
18577         * gnus-picon.el (gnus-picon-style): New variable.
18578         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18579         (gnus-picon-transform-address): Support `gnus-picon-style'.
18580         From Jesper Harder <harder@ifa.au.dk>.
18581
18582 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18583
18584         * message.el (message-fill-field): Return point.
18585         (message-generate-headers): Go to end of field.
18586
18587         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18588         stuff for non-living groups.
18589
18590 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18591
18592         * gnus-art.el (gnus-article-followup-with-original)
18593         (gnus-article-reply-with-original): gnus-mark-active-p ->
18594         gnus-region-active-p.
18595
18596 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18597
18598         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18599         only when there is spam or ham to be processed.
18600
18601 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18602
18603         * mail-source.el (mail-source-delete-crash-box): Refactor.
18604         (mail-source-fetch): Use it.
18605         (mail-source-fetch-file): Ditto.
18606         (mail-source-fetch-directory): Run postscript in loop.
18607         (mail-source-fetch-pop): Delete.
18608         (mail-source-fetch-maildir): Ditto.
18609         (mail-source-fetch-imap): Ditto.
18610
18611         * imap.el (imap-authenticators): Comment out sasl.
18612
18613         * message.el (message-skip-to-next-address): New function.
18614         (message-fill-header-address): Refactor.
18615         (message-fill-address): Use it.
18616         (message-delete-address): Use it.
18617         (message-fill-header-general): Refactor.
18618         (message-fill-field-address): Rename.
18619         (message-narrow-to-field): Find the start of the header.
18620         (message-header-format-alist): Don't pre-fill.
18621         (message-fill-header): Remove.
18622         (message-insert-header): New function.
18623         (message-shorten-references): Use it.
18624
18625         * rfc2047.el (rfc2047-field-value): Strip props.
18626
18627         * mail-parse.el (mail-header-make-address): New alias.
18628
18629         * ietf-drums.el (ietf-drums-make-address): New function.
18630
18631         * imap.el: Add compiler directives.
18632
18633         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18634
18635         * gnus-art.el (article-decode-idna-rhs): Don't use
18636         message-idna-inside-rhs-p.
18637
18638 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18639
18640         * message.el (message-idna-inside-rhs-p): Remove.
18641         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18642
18643         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18644         false positives.
18645
18646 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18647
18648         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18649
18650 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18651
18652         * nneething.el (nneething-file-name): Don't create spurious
18653         files.
18654
18655         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18656         (gnus-inews-do-gcc): Remove sleep.
18657
18658         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18659         part under point.
18660
18661         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18662         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18663
18664 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18665
18666         * spam.el (spam-summary-prepare-exit): Fix (length).
18667
18668 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18669
18670         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18671         as expired without moving it" message when there are spam
18672         messages left.
18673
18674 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18675
18676         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18677         header is not nil.
18678
18679 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18680
18681         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18682         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18683         (nntp-marks-changed-p): New arg SERVER.
18684         (nntp-request-update-info): Adjust caller.
18685
18686 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18687
18688         * nntp.el (nntp-save-marks): Pass missing arg.
18689
18690 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18691
18692         * nntp.el: Support marks.
18693         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18694         (nntp-marks-modtime, nntp-marks-directory): New variables.
18695         (nntp-request-set-mark, nntp-request-update-info)
18696         (nntp-possibly-create-directory, nntp-marks-changed-p)
18697         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18698         New functions.
18699
18700 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18701
18702         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18703         (gnus-xmas-redefine): Rename.
18704
18705         * gnus-score.el (gnus-score-insert-help):
18706         Use gnus-select-lowest-window.
18707
18708         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18709         appt-select-lowest-window and rename to gnus-select-lowest-window.
18710
18711         * gnus.el: do.
18712
18713 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18714
18715         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18716         encodings of MIME-encoded words, in order to improve
18717         interoperability with several broken MUAs.
18718
18719 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18720
18721         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18722         tags, only when charsets are not specified in headers.
18723         (mm-inline-text-html-render-with-w3m): Ditto.
18724
18725         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18726         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18727
18728 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18729
18730         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18731         instead of MIME-decoded from fields when checking
18732         `gnus-article-address-banner-alist'.
18733
18734 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18735
18736         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18737         description rather than subject.
18738
18739 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18740
18741         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18742
18743 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18744
18745         * gnus.el (gnus-version-number): Bump.
18746
18747 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18748
18749         * gnus.el: No Gnus v0.2 is released.
18750
18751 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18752
18753         * gnus-agent.el (gnus-agent-read-agentview):
18754         Inline gnus-uncompress-range.
18755
18756 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18757
18758         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18759         `exec-installed-p'.
18760
18761 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18762
18763         * gnus.el (spam-process, spam-autodetect-methods):
18764         Add bsfilter and bsfilter-headers.
18765
18766         * spam.el (spam-bsfilter): New customize group.
18767         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18768         (spam-bsfilter-header, spam-bsfilter-probability-header)
18769         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18770         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18771         (spam-bsfilter-database-directory): New options.
18772         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18773         (spam-list-of-statistical-checks, spam-registration-functions):
18774         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18775         (spam-bsfilter-score): New command.
18776         (spam-check-bsfilter-headers, spam-check-bsfilter)
18777         (spam-bsfilter-register-with-bsfilter)
18778         (spam-bsfilter-register-spam-routine)
18779         (spam-bsfilter-unregister-spam-routine)
18780         (spam-bsfilter-register-ham-routine)
18781         (spam-bsfilter-unregister-ham-routine): New functions.
18782         (spam-generic-score): Support bsfilter; Accept an optional argument
18783         to recalcurate spam score even if scoring header has already been
18784         added.
18785         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18786         optional argument to recalcurate spam score even if scoring header
18787         has already been added.
18788
18789 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18790
18791         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18792         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18793         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18794         link is missing.
18795
18796 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18799         (html2text-get-attr): Rewrite.
18800
18801         * message.el (message-setup-1): Remove redundant put-text-property
18802         on mail-header-separator.
18803
18804 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18805
18806         * gnus-registry.el (gnus-registry-cache-whitespace)
18807         (gnus-registry-action, gnus-registry-spool-action)
18808         (gnus-registry-split-fancy-with-parent): Change message levels
18809         from 5 to 3 or 7, as needed.
18810
18811         * spam.el (spam-summary-prepare-exit)
18812         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18813         (spam-split, spam-find-spam, spam-log-undo-registration)
18814         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18815         level from 5 to 6.
18816
18817 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18818
18819         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18820         2004-03-04 change).
18821
18822 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18823
18824         * sieve-manage.el (sieve-manage-open):
18825         * nnweb.el (nnweb-insert-html):
18826         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18827         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18828         * nnspool.el (nnspool-request-group):
18829         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18830         * nnml.el (nnml-request-update-info):
18831         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18832         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18833         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18834         (nnimap-request-set-mark):
18835         * nnfolder.el (nnfolder-request-update-info):
18836         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18837         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18838         * gnus-uu.el (gnus-uu-find-articles-matching):
18839         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18840         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18841         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18842         * gnus-nocem.el (gnus-nocem-scan-groups):
18843         * gnus-int.el (gnus-start-news-server):
18844         * gnus-group.el (gnus-group-make-kiboze-group)
18845         (gnus-group-browse-foreign-server):
18846         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18847         Use mapc when appropriate.
18848
18849 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18850
18851         FIXME: Make separate entries for each person.
18852
18853         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18854         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18855         <shields@msrl.com>:
18856
18857         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18858         may need for spam sorting and scoring.
18859         (spam-user-format-function-S): Add user format function suitable for
18860         general use.
18861         (spam-article-sort-by-spam-status): Add sorting function for summary
18862         sorting.
18863         (spam-extra-header-to-number): Add function to get a score from a
18864         header.
18865         (spam-summary-score): Add function to get a numeric score from the
18866         headers.
18867         (spam-generic-score): Fix function doc, was in wrong place.
18868         (spam-initialize): Take symbols when it's run, and install the
18869         extra headers that spam-necessary-extra-headers thinks we need.
18870
18871 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18872
18873         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18874         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18875
18876 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18877
18878         * gnus-sum.el (gnus-set-global-variables)
18879         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18880         (gnus-article-get-xrefs, gnus-summary-best-group)
18881         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18882         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18883         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18884         Use with-current-buffer.
18885
18886 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18887
18888         * spam.el (spam-summary-prepare-exit): Simplify logic.
18889         (spam-fetch-article-header): Read the article header if it's not
18890         available.
18891         (spam-list-articles): Simplify logic.
18892         (spam-filelist-register-routine): Fix bug with unregister-list.
18893
18894         * gnus-registry.el: Fix comments at beginning.
18895
18896 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18897
18898         * message.el (message-cater-to-broken-inn): Remove.
18899         (message-shorten-references): Make sure the total folded length of
18900         References is shorter than 998 characters to cater to a bug in INN
18901         2.3.  Also, don't pretend that references aren't folded -- this
18902         hasn't worked for a while.
18903
18904 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18905
18906         * gnus-agent.el (gnus-agentize):
18907         gnus-agent-send-mail-real-function no longer set to current value
18908         of message-send-mail-function but rather a lambda that calls
18909         message-send-mail-function.  The change makes the agent real-time
18910         responsive to user changes to message-send-mail-function.
18911
18912 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18913
18914         * legacy-gnus-agent.el
18915         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18916         help from Florian Weimer <fw@deneb.enyo.de>
18917
18918 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18919
18920         * nnmail.el (nnmail-cache-insert): Revert last change.
18921
18922 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18923
18924         * nnmail.el (nnmail-cache-insert): Always check whether
18925         nnmail-cache-ignore-groups matches a group name.
18926
18927 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18928
18929         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18930         (spam-find-spam, spam-log-processing-to-registry)
18931         (spam-log-registered-p, spam-log-unregistration-needed-p)
18932         (spam-log-undo-registration): Use gnus-message instead of
18933         gnus-error, none of these errors are fatal.
18934
18935         * gnus-registry.el (gnus-registry-clean-empty-function)
18936         (gnus-registry-clean-empty): Remove only empty entries without
18937         extra data.
18938
18939 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18940
18941         * spam-stat.el (spam-stat-buffer-change-to-spam)
18942         (spam-stat-buffer-change-to-non-spam): Change (error) to
18943         (gnus-message 8) invocation.
18944
18945 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18946
18947         * nntp.el (nntp-via-netcat-command): New variable.
18948         (nntp-via-netcat-switches): New variable.
18949         (nntp-open-via-rlogin-and-netcat): New function.
18950         (nntp-open-connection-function): Doc fix.
18951         (nntp-telnet-command): Doc fix.
18952         (nntp-end-of-line): Doc fix.
18953         (nntp-via-rlogin-command): Doc fix.
18954         (nntp-via-user-name): Doc fix.
18955         (nntp-via-address): Doc fix.
18956
18957 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18958
18959         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18960         error in Emacs 21.1.
18961
18962 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18963
18964         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18965
18966 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18967
18968         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18969         (gnus-agent-with-refreshed-group): New macro.
18970         (gnus-agent-rename-group): New function.
18971         (gnus-agent-delete-group): New function.
18972         (gnus-agent-save-group-info): Use gnus-command-method when
18973         `method' parameter is nil.  Don't write nil entries into the
18974         active file.
18975         (gnus-agent-get-group-info): New function.
18976         (gnus-agent-fetch-articles):
18977         Use gnus-agent-update-files-total-fetched-for to increment disk space
18978         used.
18979         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18980         Use gnus-agent-update-view-total-fetched-for to increment disk space
18981         used.
18982         (gnus-agent-get-local): Add optional parameters to avoid calling
18983         gnus-group-real-name and gnus-find-method-for-group.
18984         (gnus-agent-set-local): Delete stored entry if either min, or max,
18985         are nil.
18986         (gnus-agent-fetch-session): Reworded error/quit messages.
18987         On quit, use gnus-agent-regenerate-group to record existance of any
18988         articles fetched to disk before the quit occurred.
18989         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18990         gnus-agent-update-view-total-fetched-for, and
18991         gnus-agent-update-files-total-fetched-for to decrement disk space
18992         used.
18993         (gnus-agent-retrieve-headers):
18994         Use gnus-agent-update-view-total-fetched-for to increment disk space
18995         used.
18996         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18997         with gnus-agent-update-files-total-fetched-for to decrement disk
18998         space and fresh group buffer.
18999         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19000         (gnus-agent-need-update-total-fetched-for): New variable.
19001         (gnus-agent-update-files-total-fetched-for): New function.
19002         (gnus-agent-update-view-total-fetched-for): New function.
19003         (gnus-agent-total-fetched-for): New function.
19004
19005         * gnus-cache.el (gnus-cache-save-buffers):
19006         Use gnus-cache-update-overview-total-fetched-for to change disk space
19007         used by this group.
19008         (gnus-cache-possibly-enter-article):
19009         Use gnus-cache-update-file-total-fetched-for to increment disk space
19010         used by this group.
19011         (gnus-cache-possibly-remove-article):
19012         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19013         used by this group.
19014         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19015         (gnus-cache-rename-group): New function.
19016         (gnus-cache-delete-group): New function.
19017         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19018         (gnus-cache-need-update-total-fetched-for): New variable.
19019         (gnus-cache-with-refreshed-group): New macro.
19020         (gnus-cache-update-file-total-fetched-for): New function.
19021         (gnus-cache-update-overview-total-fetched-for): New function.
19022         (gnus-cache-rename-group-total-fetched-for): New function.
19023         (gnus-cache-delete-group-total-fetched-for): New function.
19024         (gnus-cache-total-fetched-for): New function.
19025
19026         * gnus-group.el: Require gnus-sum and autoload functions to
19027         resolve warnings when gnus-group.el compiled alone.
19028         (gnus-group-line-format): Documented new %F.
19029         (size of Fetched data) group line format; identifies disk space
19030         used by agent and cache.
19031         (gnus-group-line-format-alist): Defined new F format.
19032         (gnus-total-fetched-for): New function.
19033         (gnus-group-delete-group): No longer update
19034         gnus-cache-active-altered as gnus-request-delete-group now keeps
19035         the cache in sync.
19036         (gnus-group-list-active): Let the agent store a server's active
19037         list if currently plugged.
19038
19039         * gnus-int.el (gnus-request-delete-group):
19040         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19041         local disk in sync with the server.
19042         (gnus-request-rename-group):
19043         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19044         local disk in sync with the server.
19045
19046         * gnus-start.el (gnus-get-unread-articles):
19047         Cosmetic simplification to logic.
19048
19049         * gnus-util.el (gnus-rename-file): New function.
19050
19051 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19052
19053         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19054
19055 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19056
19057         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19058         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19059
19060 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19061
19062         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19063         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19064
19065 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19066
19067         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19068
19069 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19070
19071         * spam.el (spam-set-difference): Add function to replace
19072         gnus-set-difference in spam.el.
19073         (spam-summary-prepare-exit): Use spam-set-difference.
19074
19075 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19076
19077         * gnus-registry.el (gnus-registry-cache-file): Update to use
19078         gnus-dribble-directory OR gnus-home-directory OR ~.
19079         (gnus-registry-split-fancy-with-parent): Fix doc.
19080
19081 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * message.el (message-exchange-point-and-mark):
19084         Use message-mark-active-p.  Suggested by Jesper Harder
19085         <harder@ifa.au.dk>.
19086
19087 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19088
19089         * message.el (message-exchange-point-and-mark): Don't activate
19090         region if it was inactive.  Suggested by Hiroshi Fujishima
19091         <pooh@nature.tsukuba.ac.jp>.
19092
19093 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * gnus-art.el (article-display-face): Display Faces in the same
19096         order as X-Faces.
19097
19098 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19099
19100         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19101
19102 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19103
19104         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19105         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19106         (gnus-article-mime-hierarchy): Remove.
19107         (gnus-article-mime-hierarchy-next): Remove.
19108         (gnus-article-mode): Revert 2004-03-19 change.
19109         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19110         (gnus-insert-mime-button): Revert 2004-03-19 change.
19111         (gnus-mime-accumulate-hierarchy): Remove.
19112         (gnus-mime-enter-multipart): Remove.
19113         (gnus-mime-leave-multipart): Remove.
19114         (gnus-mime-display-part): Revert 2004-03-19 change.
19115         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19116
19117         * mml.el (mml-preview): Revert 2004-03-19 change.
19118
19119 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19120
19121         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19122
19123 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19124
19125         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19126         t while entering a file name using the mm-with-multibyte macro.
19127         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19128
19129         * mm-util.el (mm-with-multibyte): New macro.
19130
19131 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19132
19133         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19134         New user option.
19135         (gnus-mime-multipart-functions): Doc and customization fix.
19136         (gnus-article-mime-hierarchy): New variable.
19137         (gnus-article-mime-hierarchy-next): New variable.
19138         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19139         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19140         gnus-article-mime-hierarchy-next to nil.
19141         (gnus-insert-mime-button): Show hierarchy numbers.
19142         (gnus-mime-accumulate-hierarchy): New function.
19143         (gnus-mime-enter-multipart): New function.
19144         (gnus-mime-leave-multipart): New function.
19145         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19146         (gnus-mime-display-alternative): Show hierarchy numbers.
19147
19148         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19149         gnus-article-mime-hierarchy-next to nil.
19150
19151 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19152
19153         * dns.el: Don't require gnus-xmas.
19154
19155 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19156
19157         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19158         inline PGP.
19159         (mml-menu): Disable mml-quote-region if mark is inactive.
19160
19161 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19162
19163         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19164         when the group's active is not available.
19165
19166 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19167
19168         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19169         error.
19170
19171 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19172
19173         * imap.el (imap-store-password): New variable.
19174         (imap-interactive-login): Use it.
19175         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19176
19177 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19178
19179         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19180         window-start and hscroll to summary window.
19181
19182 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19183
19184         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19185         conversion message to newsrc-dribble when an actual conversion is
19186         performed.
19187
19188 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19189
19190         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19191
19192 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19193
19194         * mm-decode.el (mm-complicated-handles): New function reviving
19195         former definition of mm-multiple-handles.
19196
19197         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19198         (gnus-mime-delete-part): Use it.
19199
19200 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19201
19202         * gnus-agent.el (gnus-agent-read-local):
19203         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19204         avoid the implicit assumption that they will always be equal.
19205         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19206         coding-system-for-write, as the with-temp-file macro first prints
19207         to a buffer then saves the buffer.
19208
19209 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19210
19211         * gnus-art.el (gnus-article-edit-part): New function.
19212         (gnus-mime-save-part-and-strip): Use it; do query instead of
19213         signaling an error; don't use mm-multiple-handles.
19214         (gnus-mime-delete-part): Ditto.
19215
19216 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19217
19218         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19219         old file versions.
19220         (gnus-group-prepare-hook): Remove function that converted list
19221         form of gnus-agent-expire-days to group properties.
19222
19223         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19224         (gnus-request-accept-article): Re-indented.
19225
19226         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19227         converters to handle old agent file formats.  Add logic for a
19228         "backup before upgrading warning".
19229         (gnus-convert-mark-converter-prompt): Developers can mark
19230         functions as needing (default), or not needing,
19231         gnus-convert-old-newsrc's "backup before upgrading warning".
19232         (gnus-convert-converter-needs-prompt): Tests whether the user
19233         should be protected from potentially irreversable changes by the
19234         function.
19235
19236         * legacy-gnus-agent.el: New.  Provides converters that are only
19237         loaded when gnus-convert-old-newsrc needs to call them.
19238
19239 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * mail-source.el (mail-source-touch-pop): Doc fix.
19242
19243         * message.el (message-smtpmail-send-it): Doc fix.
19244
19245 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19246
19247         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19248
19249         * nnmail.el (nnmail-split-fancy): do.
19250
19251         * gnus-kill.el (gnus-kill, gnus-execute): do.
19252
19253 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19254
19255         * gnus-sum.el (gnus-widget-reversible-match)
19256         (gnus-widget-reversible-to-internal)
19257         (gnus-widget-reversible-to-external): New functions.
19258         (gnus-widget-reversible): New widget.
19259         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19260
19261 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19262
19263         * gnus-sum.el (gnus-thread-sort-functions)
19264         (gnus-article-sort-functions): Document `(not F)' items.
19265
19266 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19267
19268         * spam.el (spam-use-gmane-xref): Add new backend.
19269         (spam-gmane-xref-spam-group): Add variable to control the name of the
19270         Gmane spam group.
19271         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19272         (spam-regex-headers-spam, spam-regex-headers-ham)
19273         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19274         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19275         backends and checks.
19276         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19277
19278         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19279         an autodetect method.
19280
19281 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19282
19283         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19284         articles are being added to a group.
19285         (gnus-request-replace-article): Inform the agent that articles
19286         need to be uncached as the cached contents are no longer valid.
19287
19288 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19289
19290         * binhex.el: Don't autoload executable-find.
19291
19292         * canlock.el: Don't autoload mail-fetch-field.
19293
19294         * dgnushack.el: Autoload c-mode for XEmacs.
19295
19296         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19297
19298         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19299         rmail-dont-reply-to and rmail-output.
19300
19301         * gnus-score.el: Don't autoload ffap-string-at-point.
19302
19303         * gnus-setup.el: Don't autoload sc-cite-original.
19304
19305         * imap.el: Don't autoload base64-decode-string,
19306         base64-encode-string and md5.
19307
19308         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19309         and rmail-msg-restore-non-pruned-header.
19310
19311         * mm-decode.el: Don't autoload executable-find.
19312
19313         * mm-url.el: Don't autoload executable-find.
19314
19315         * mm-view.el: Don't autoload diff-mode.
19316
19317         * nndb.el: Don't autoload news-reply-mode, news-setup,
19318         cancel-timer and telnet.
19319
19320         * password.el: Don't autoload run-at-time for Emacs.
19321
19322         * sha1-el.el: Don't autoload executable-find.
19323
19324         * sieve-mode.el: Don't autoload c-mode.
19325
19326         * uudecode.el: Don't autoload executable-find.
19327
19328 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19329
19330         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19331         (gnus-agent-possibly-alter-active): Avoid null in numeric
19332         comparison.
19333         (gnus-agent-set-local): Refuse to save null in local object table.
19334         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19335         list of articles that will be marked as unread.
19336
19337 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19338
19339         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19340
19341 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19342
19343         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19344         language tags.
19345
19346 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19347
19348         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19349         Don't bind "obarray".
19350
19351         * gnus-sum.el (gnus-thread-sort-functions):
19352         Add `gnus-thread-sort-by-most-recent-number' and
19353         `gnus-thread-sort-by-most-recent-date'.
19354         Reported by Kai Grossjohann <kai@emptydomain.de>.
19355
19356 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19357
19358         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19359
19360 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19361
19362         * gnus-cus.el (gnus-agent-customize-category):
19363         Remove ignore-errors macro reference that required cl to be loaded at
19364         run-time.
19365
19366         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19367         single-interval range of the form (min . max).  Previously the
19368         range had to look like ((min . max)).  Likewise, return
19369         (min . max) rather than ((min . max)).
19370         (gnus-range-map): Use gnus-range-normalize to accept
19371         single-interval range.
19372
19373         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19374         the cache, but not the agent, now appear with their usual face.
19375
19376         * dgnushack.el (loaddir): New variable that is bound to the
19377         directory containing the dgnushack.el file. Use loaddir, rather
19378         than srcdir, to update load-path. Change lets dgnushack compile
19379         code in directories other than GNUS/lisp.
19380
19381 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19382
19383         * lpath.el: Don't bind w3m-safe-url-regexp.
19384
19385         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19386         w3m-safe-url-regexp variable buffer-local.
19387
19388         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19389
19390 2004-02-27  Simon Josefsson  <jas@extundo.com>
19391
19392         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19393         gnus-group-real-prefix.
19394         (gnus-summary-move-article): Use it, instead of
19395         gnus-group-real-prefix.
19396
19397 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * lpath.el: Bind w3m-safe-url-regexp.
19400
19401         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19402         w3m-safe-url-regexp variable buffer-local and set it as the value
19403         of mm-w3m-safe-url-regexp.
19404
19405         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19406
19407         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19408         parsing gnus-posting-styles when the message is not for replying.
19409
19410         * dgnushack.el: Autoload sgml-mode for XEmacs.
19411
19412         * nnrss.el (nnrss-opml-export):
19413         Use mm-set-buffer-file-coding-system instead of
19414         set-buffer-file-coding-system.
19415
19416 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19417
19418         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19419         of checkdoc.el).
19420         * nnrss.el: do.
19421         * gnus-mlspl.el: do.
19422         * gnus-ml.el: do.
19423         * gnus-srvr.el: do.
19424
19425         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19426
19427 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19428
19429         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19430         Corrections to custom-manual links.
19431
19432         * gnus-art.el (gnus-article): Ditto.
19433
19434         * mm-decode.el (mime-display, mime-security): Ditto.
19435
19436 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19437
19438         * flow-fill.el: Typo.
19439
19440 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19441
19442         * spam-wash.el: New file.
19443
19444 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19445
19446         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19447
19448 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19449
19450         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19451         to be run with new-articles as LIST1, not LIST2.
19452         (spam-registration-functions): Add spam-use-ham-copy as a nil
19453         registration backend.
19454
19455 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19456
19457         * spam-stat.el (spam-stat-washing-hook): New option.
19458         (spam-stat-buffer-words): Use it.
19459         (spam-stat-process-directory, spam-stat-test-directory):
19460         Use insert-file-contents-literally.
19461         (spam-stat-coding-system): New variable.
19462         (spam-stat-load, spam-stat-save): Use it.
19463
19464 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * spam-report.el (spam-report-plug-agent):
19467         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19468
19469 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19470
19471         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19472         Allow / in mailto URLs.
19473
19474 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19475
19476         * spam-report.el (spam-report-process-queue): Fix interactive use.
19477         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19478         (spam-report-unplug-agent): Doc fixes.
19479         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19480         (spam-report-agentize, spam-report-deagentize): Autoload.
19481
19482 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19483
19484         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19485
19486         * message.el (message-setup-fill-variables): Add mml tags to
19487         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19488         <ajk@iu.edu>.
19489         (message-mode): Don't modify paragraph-separate there.
19490
19491 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * compface.el (uncompface-use-external): Default to undecided.
19494         (uncompface-use-external-threshold): New variable.
19495         (uncompface-float-time): New macro.
19496         (uncompface): Determine whether to use the external decoder if
19497         uncompface-use-external is undecided.
19498
19499 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19500
19501         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19502         after images.
19503
19504         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19505
19506 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19507
19508         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19509
19510         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19511
19512         * gnus-sum.el (gnus-summary-limit-to-age)
19513         (gnus-summary-limit-children): do.
19514
19515         * gnus-int.el (gnus-request-scan): do.
19516
19517         * gnus-group.el (gnus-group-suspend): do.
19518
19519         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19520
19521         * gnus-cite.el (gnus-cite-parse-attributions): do.
19522
19523         * gnus-agent.el (gnus-summary-set-agent-mark)
19524         (gnus-agent-regenerate-group): do.
19525
19526         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19527
19528         * binhex.el (binhex-decode-region-internal): do.
19529
19530 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19531
19532         * gnus-fun.el (gnus-face-properties-alist): New user option.
19533         (gnus-display-x-face-in-from): Use it.
19534
19535         * gnus-art.el (article-display-face): Ditto.
19536
19537         * compface.el (uncompface-use-external): Default to nil.
19538
19539 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19540
19541         * nntp.el (nntp-erase-buffer): New function.
19542         (nntp-retrieve-data, nntp-send-command)
19543         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19544         (nntp-possibly-change-group): Use it.
19545
19546         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19547         Use with-current-buffer.
19548
19549 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19550
19551         * compface.el: Merge the ELisp-based uncompface program.
19552         (compface): New customization group.
19553         (uncompface-use-external): New user option.
19554         (uncompface): Call uncompface-internal if uncompface-use-external
19555         is nil.
19556         (uncompface-internal): New function.  Note that there are also
19557         some other functions and variables added for this function.
19558
19559 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19560
19561         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19562         if necessary.
19563
19564 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19565
19566         * spam-report.el (spam-report-unplug-agent)
19567         (spam-report-plug-agent, spam-report-deagentize)
19568         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19569         Add support for the Agent in spam-report: when unplugged, report to a
19570         file; when plugged, submit all the requests.
19571
19572         * spam.el (spam-register-routine): Fix message about
19573         registration.
19574
19575 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19576
19577         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19578         dependencies.
19579         (rfc2047-encode): Use it.
19580
19581         * gnus-art.el (gnus-button-marker-list): Move before first
19582         reference.
19583
19584         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19585         (imap-parse-body): Fix format string mismatch.
19586
19587         * gnus-score.el (gnus-summary-increase-score): do.
19588
19589         * nnrss.el (nnrss-close): New function.
19590
19591 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19592
19593         * nnrss.el (nnrss-make-filename): New function.
19594         (nnrss-request-delete-group, nnrss-read-server-data)
19595         (nnrss-save-server-data, nnrss-read-group-data)
19596         (nnrss-save-group-data): Use it.
19597         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19598         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19599         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19600
19601 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19602
19603         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19604
19605 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19606
19607         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19608         files.
19609
19610         * message.el (message-generate-headers-first): Don't quote nil
19611         and t in docstrings.
19612
19613         * imap.el (imap-id): do.
19614
19615         * gnus-agent.el (gnus-agent-consider-all-articles)
19616         (gnus-agent-queue-mail): do.
19617
19618 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19619
19620         * spam-report.el (spam-report-process-queue): New function.
19621         Process requests from `spam-report-requests-file'.
19622         (spam-report-process-queue): Doc fix.
19623
19624 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19625
19626         * spam.el (spam-register-routine)
19627         (spam-log-processing-to-registry, spam-log-registered-p)
19628         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19629         Change "check" to "spam-check" for semi-clarity.
19630
19631 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19632
19633         * pop3.el: Require nnheader.
19634
19635         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19636
19637         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19638
19639         * gnus-picon.el: Require cl.
19640
19641         * gnus-fun.el: Require gnus-ems and gnus-util.
19642
19643         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19644
19645         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19646
19647         * gnus-art.el (gnus-article-edit-mode): Define before first
19648         reference.
19649
19650 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19651
19652         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19653         (gnus-uu-post-encoded): Use point-at-bol.
19654
19655         * gnus-topic.el (gnus-group-active-topic-p): do.
19656
19657         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19658
19659         * gnus-group.el (gnus-group-kill-region): do.
19660
19661         * gnus-art.el (article-date-ut): do.
19662
19663         * message.el (message-fetch-field): Remove redundant
19664         case-fold-search binding.
19665         (message-narrow-to-field): Simplify.
19666
19667 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19668
19669         * spam.el (spam-directory): Derive from `gnus-directory'.
19670
19671         * spam-report.el (spam-report-url-to-file)
19672         (spam-report-requests-file): New function and variable for offline
19673         reporting.
19674         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19675         and user defined function.
19676         (spam-report-url-ping-mm-url): Remove doubled slash.
19677
19678 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19679
19680         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19681
19682 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19683
19684         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19685         Fix format string mismatch.
19686
19687         * sieve.el (sieve-deactivate-all): do.
19688
19689         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19690
19691         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19692
19693         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19694
19695         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19696
19697 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19698
19699         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19700         the list of checks.
19701
19702 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19703
19704         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19705         padding.
19706
19707 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19708
19709         * mm-view.el (mm-fill-flowed): New variable.
19710         (mm-inline-text): Use it.
19711
19712 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19713
19714         * spam.el (spam-spamassassin-register-ham-routine)
19715         (spam-spamassassin-register-spam-routine): Fix function names.
19716
19717 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * gnus.el (gnus-tmp-grouplens): Remove.
19720         (gnus-summary-line-format): Remove grouplens.
19721
19722         * gnus-group.el (gnus-group-line-format): Ditto.
19723
19724         * gnus-spec.el (gnus-format-specs): Ditto.
19725         (gnus-update-format-specifications): Flush the group format spec
19726         cache if there's the grouplens stuff.
19727         (gnus-parse-simple-format): Replace %l with the empty string.
19728
19729 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19730
19731         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19732         omission.
19733
19734 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19735
19736         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19737         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19738
19739 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19740
19741         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19742         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19743         New macros and functions.
19744         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19745         Handle > NLINK_MAX messages.
19746         * nnmaildir.el (nnmaildir-request-set-mark):
19747         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19748
19749 2004-01-25  Alex Schroeder  <alex@gnu.org>
19750
19751         * spam-stat.el (spam-stat-process-directory-age): New option.
19752         (spam-stat-process-directory): Use it.
19753
19754 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19755
19756         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19757         (spam-stat-save): Accept prefix argument.
19758
19759 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19760
19761         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19762         links" error.
19763
19764 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19765
19766         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19767         the rest of the and/or forms.
19768
19769 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19770
19771         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19772         compatibility with old .newsrc.eld files.
19773
19774         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19775
19776         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19777
19778         * gnus-start.el (gnus-1): do.
19779
19780         * gnus-group.el (gnus-group-line-format-alist): do.
19781
19782         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19783
19784         * gnus-gl.el: Remove.
19785
19786 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19787
19788         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19789         marks consisting of a single range {for example, (3 . 5)} rather
19790         than a list of a single range { ((3 . 5)) }.
19791
19792 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19793
19794         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19795         Use with-current-buffer.
19796         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19797         avoid consing a string.
19798
19799         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19800         Remove obsolete entries for big5 and gb2312.
19801
19802 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19803
19804         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19805         uncompressed list.
19806
19807 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19808
19809         * spam-stat.el (spam-stat-strip-xref): New function.
19810         (spam-stat-process-directory): Use it.
19811
19812         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19813         here -- it's done in message-fetch-field.
19814
19815 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19816
19817         * gnus-agent.el (gnus-agent-queue-mail)
19818         (gnus-agent-prompt-send-queue): New variables.
19819         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19820         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19821         "nndraft:queue" along to gnus-draft-send.
19822         Use gnus-agent-prompt-send-queue.
19823         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19824         is "nndraft:queue".  Suggested by Gaute Strokkenes
19825         <gs234@srcf.ucam.org>
19826
19827         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19828         (agent-enable-undownloaded-faces): Add.
19829         (gnus-agent-cat-groups): Use eval-and-compile, not
19830         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19831         method of gnus-agent-cat-groups even when the buffer has been
19832         evaled.
19833         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19834         delete gnus-agent-save-active-1.
19835         (gnus-agent-save-groups): Delete.  Identical to
19836         gnus-agent-save-active.
19837         (gnus-agent-write-active): No longer adjust agent's copy of active
19838         file as agent's adjustments are now stored in their own
19839         file.  Remove optional parameter.
19840         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19841         servers.  Add use of min/max range limits from server's local
19842         file.
19843         (gnus-agent-save-alist): Remove unused optional argument.
19844         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19845         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19846         (gnus-agent-set-local): A per-server file that keeps min/max range
19847         limits for articles known to the agent.  Provides a fast mechanism
19848         for altering many active ranges.
19849         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19850         active file (local makes it unnecessary).
19851         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19852
19853         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19854         (agent-enable-undownloaded-faces): Add.
19855
19856         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19857         disable it when sending to "nndraft:queue".
19858         (gnus-group-send-queue): Add safety check to avoid sending queue
19859         when unplugged.
19860
19861         * gnus-group.el (gnus-group-catchup): Use new
19862         gnus-sequence-of-unread-articles, not
19863         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19864         numbers of articles.  Use gnus-range-map to avoid having to
19865         uncompress the unread list.
19866         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19867         Fix invalid ange-ftp reference.
19868
19869         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19870         (gnus-sorted-range-intersection): Intersection of two ranges
19871         without requiring that they first be uncompressed.
19872
19873         * gnus-start.el (gnus-activate-group): Unless blocked by the
19874         caller, possibly expand the active range to include both cached
19875         and agentized articles.
19876         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19877         multiple version-dependent converters.
19878         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19879         gnus-agent-save-active.
19880         (gnus-save-newsrc-file): Save dirty agent range limits.
19881
19882         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19883         gnus-agent-possibly-alter-active.
19884         (gnus-adjust-marked-articles): Faster handling of simple lists.
19885
19886 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19887
19888         * spam-stat.el (spam-stat-test-directory): New optional argument
19889         displays a list of files detected.  Suggested by Andrew Cohen
19890         <cohen@andy.bu.edu>.
19891         (spam-stat-buffer-words-with-scores): Don't narrow and change
19892         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19893
19894 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19895
19896         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19897         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19898         (spam-spamassassin-arguments)
19899         (spam-spamassassin-spam-flag-header)
19900         (spam-spamassassin-positive-spam-flag-header)
19901         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19902         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19903         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19904         (spam-list-of-processors, spam-list-of-checks)
19905         (spam-list-of-statistical-checks, spam-registration-functions)
19906         (spam-check-spamassassin-headers, spam-check-spamassassin)
19907         (spam-spamassassin-score)
19908         (spam-spamassassin-register-with-sa-learn)
19909         (spam-spamassassin-register-spam-routine)
19910         (spam-spamassassin-register-ham-routine)
19911         (spam-assassin-register-spam-routine)
19912         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19913         (spam-bogofilter-score): Fix to show article before scoring.
19914
19915 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19916
19917         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19918         default scoring function.
19919         (spam-generic-score): Call spam-spamassassin-score if
19920         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19921         spam-bogofilter-score otherwise.
19922
19923         * gnus.el (spam-process, spam-autodetect-methods):
19924         Add spamassassin and spamassassin-headers.
19925
19926 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19927
19928         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19929         Suppress unnecessary messages.
19930
19931 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19932
19933         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19934         make-hash-table.
19935
19936 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19937
19938         * canlock.el (base64-encode-string): Don't autoload it.
19939
19940 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19941
19942         * run-at-time.el: Remove useless (require 'itimer),
19943         eval-and-compile and (featurep 'xemacs).
19944
19945 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19946
19947         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19948         GROUP is a virtual group.
19949
19950 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19951
19952         * gnus.el: Autoload `message-y-or-n-p'.
19953
19954 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19955
19956         * pgg-parse.el: Remove unnecessary (require 'custom).
19957
19958         * pgg-def.el: do.
19959
19960         * nnmail.el: do.
19961
19962         * gnus-undo.el: do.
19963
19964         * gnus-picon.el: do.
19965
19966         * gnus-util.el: do.
19967
19968 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19969
19970         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19971
19972 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19975         handle, as well as a list.
19976
19977         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19978         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19979         (mm-w3m-cid-retrieve): Simplify.
19980
19981 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19982
19983         * message.el (message-kill-to-signature): Allow prefix arg to
19984         specify number of lines to keep before signature.
19985
19986 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19987
19988         * message.el (message-kill-to-signature): Change docstring.
19989
19990 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19991
19992         * canlock.el: Always require sha1-el.
19993         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19994
19995         * message.el: Autoload sha1 only when compiling.
19996
19997         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19998         eudc-expand-inline for XEmacs.
19999
20000 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20001
20002         * message.el (message-canlock-generate): Require sha1-el.
20003
20004 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20005
20006         * message.el (message-expand-name): Silence the byte compiler.
20007
20008         * lpath.el: Add detect-coding-system.
20009
20010         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20011         cus-edit.
20012
20013 2004-01-13  Simon Josefsson  <jas@extundo.com>
20014
20015         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20016         Invoke gnus-score-mode.
20017         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20018
20019         * gnus-range.el (gnus-compress-sequence): Doc fix.
20020         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20021
20022 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20023
20024         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20025
20026 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20027
20028         * spam.el (spam-get-article-as-string): Update to use
20029         gnus-request-article-this-buffer, much simpler.
20030         (spam-get-article-as-buffer): Remove.
20031
20032 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20033
20034         * message.el (message-expand-name): Use EUDC if the user uses that.
20035
20036 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20037
20038         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20039         character for the encoding to avoid consing a string.
20040
20041         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20042         unnecessarily.
20043
20044         * mm-util.el (mm-replace-chars-in-string): Remove.
20045
20046         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20047         of mm-replace-chars-in-string.
20048
20049 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20050
20051         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20052
20053         * mm-util.el (mm-subst-char-in-string): Support inplace.
20054
20055         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20056         a new string in every iteration.  Use shy groups.
20057
20058 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20059
20060         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20061         * gnus-soup.el (gnus-soup-group-brew):
20062         * gnus-msg.el (gnus-put-message):
20063         * gnus-move.el (gnus-group-move-group-to-server):
20064         * gnus-kill.el (gnus-batch-score):
20065         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20066         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20067         (gnus-group-update-group, gnus-group-read-group)
20068         (gnus-group-make-group, gnus-group-make-help-group)
20069         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20070         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20071         (gnus-group-sort-by-unread, gnus-group-catchup)
20072         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20073         (gnus-group-yank-group, gnus-group-set-info)
20074         (gnus-group-list-groups):
20075         * gnus.el (gnus-generate-new-group-name):
20076         * gnus-delay.el (gnus-delay-send-queue):
20077         * nnvirtual.el (nnvirtual-catchup-group):
20078         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20079         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20080         (gnus-group-prepare-topics, gnus-topic-check-topology):
20081         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20082         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20083         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20084         (gnus-group-make-articles-read):
20085         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20086         (gnus-group-change-level, gnus-kill-newsgroup)
20087         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20088         (gnus-get-unread-articles, gnus-make-articles-unread)
20089         (gnus-make-ascending-articles-unread): Use accessor
20090         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20091         to get group information for improved readability.
20092
20093
20094 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20095
20096         * gnus-art.el (article-decode-mime-words, article-babel)
20097         (gnus-article-highlight-signature, gnus-article-add-buttons)
20098         (gnus-signature-toggle): Use gnus-with-article-buffer.
20099
20100         * gnus-art.el (gnus-article-highlight-headers)
20101         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20102
20103         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20104         (gnus-article-set-globals, gnus-request-article-this-buffer)
20105         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20106         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20107         (gnus-mime-display-alternative): Use with-current-buffer.
20108
20109 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20110
20111         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20112         also under 80 char limit, and call gnus-error if needed.
20113         (spam-fetch-article-header): Fix - it was a
20114         buffer-local variable (gnus-newsgroup-data).
20115         (spam-find-spam): Use spam-generate-fake-headers, forget about
20116         spam-insert-fake-headers.
20117         (spam-insert-fake-headers): Remove.
20118
20119 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20120
20121         * deuglify.el (gnus-article-outlook-unwrap-lines)
20122         (gnus-outlook-rearrange-article)
20123         (gnus-outlook-repair-attribution-outlook)
20124         (gnus-outlook-repair-attribution-block)
20125         (gnus-outlook-repair-attribution-other): Remove redundant
20126         save-excursion.
20127
20128 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20129
20130         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20131         (spam-fetch-field-subject-fast)
20132         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20133         (spam-fetch-article-header): Add functions to deal with Gnus
20134         internals for fast retrieval of article header data.
20135         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20136
20137 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20138
20139         * pop3.el (pop3-md5): Remove.
20140         (pop3-apop): Replace pop3-md5 with md5.
20141
20142         * mm-bodies.el: base64 is always built-in.
20143
20144         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20145         Use with-current-buffer.
20146
20147 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20148
20149         * canlock.el (canlock-insert-header): Remove excessive grouping in
20150         regexp.
20151
20152         * gnus-sum.el (gnus-summary-read-document): Ditto.
20153
20154         * gnus-uu.el (gnus-uu-part-number): Ditto.
20155
20156         * html2text.el (html2text-remove-tags): Ditto.
20157         (html2text-format-tags): Ditto.
20158         (html2text-format-single-elements): Ditto.
20159
20160         * mml.el (mml-parse-1): Ditto.
20161
20162 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20163
20164         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20165
20166         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20167
20168         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20169
20170         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20171
20172 2003-11-15  Simon Josefsson  <jas@extundo.com>
20173
20174         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20175         (pgg-gpg-lookup-key): Use regexp match instead of
20176         split-string (split-string is different between emacs 21.2 and
20177         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20178
20179 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20180
20181         * gnus-art.el (gnus-mime-view-all-parts)
20182         (gnus-article-part-wrapper, gnus-article-view-part):
20183         Use with-current-buffer.
20184
20185 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20186
20187         * spam.el (spam-disable-spam-split-during-ham-respool)
20188         (spam-spamoracle-database, spam-cache-lookups)
20189         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20190         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20191         (spam-group-ham-marks, spam-group-spam-marks)
20192         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20193         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20194         also add spam-use-blackholes to the statistical checks.
20195         (spam-fetch-field-fast): Add interface to fetching fields, may
20196         become a macro.
20197         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20198         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20199         (spam-insert-fake-headers): Fake an article when needed.
20200         (spam-find-spam): Fake article when possible.
20201         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20202         (spam-check-bogofilter-headers): Use message-fetch-field instead
20203         of nnmail-fetch-field.
20204
20205 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20206
20207         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20208
20209 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20210
20211         * spam.el (spam-split): Do not require spam-use-CHECK to be
20212         enabled if that check is passed to spam-split explicitly; also
20213         fix so 'spam doesn't get converted to spam-split-group when
20214         spam-split-symbolic-return is t.
20215         (spam-find-spam): Find registrations of the article and use those
20216         instead of re-running spam-split to find the spam/ham
20217         classification of the article.
20218         (spam-log-processing-to-registry, spam-log-registered-p)
20219         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20220         Use gnus-error instead of gnus-message.
20221         (spam-log-registration-type): Add function to determine the
20222         classification of a message based on registry entries; will
20223         return nil if both 'spam and 'ham are found.
20224         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20225         a reasonably fast local cache without the loading errors.
20226         (spam-cache-lookups): Set to t by default.
20227         (spam-find-spam): Don't try to guess spam-cache-lookups.
20228         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20229         spam-caches entry.
20230         (spam-filelist-build-cache, spam-filelist-check-cache):
20231         Fix caching of whitelist/blacklist entries.
20232         (spam-check-whitelist, spam-check-blacklist):
20233         Invoke spam-from-listed-p with a type, not a cache variable.
20234         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20235
20236 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20237
20238         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20239
20240         * nnmail.el (nnmail-split-fancy): do.
20241
20242         * mml.el (mml-parse): do.
20243
20244         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20245         (gnus-score-adaptive): do.
20246
20247 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20248
20249         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20250         (gnus-mime-button-map): Don't set keymap parent.
20251         (gnus-button-ctan-directory-regexp): Use shy grouping.
20252         (gnus-prev-page-map): Don't set keymap parent.
20253         (gnus-prev-page-map): Remove duplicated one.
20254         (gnus-next-page-map): Don't set keymap parent.
20255         (gnus-mime-security-button-map): Ditto.
20256
20257         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20258         version number.
20259
20260         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20261
20262 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20263
20264         * canlock.el (canlock-sha1-function): Remove.
20265         (canlock-sha1-function-for-verify): Remove.
20266         (canlock-openssl-program): Remove.
20267         (canlock-openssl-args): Remove.
20268         (canlock-ignore-errors): Remove.
20269         (canlock-sha1-with-openssl): Remove.
20270         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20271         (canlock-verify): Don't use canlock-ignore-errors.
20272
20273         * sha1-el.el (sha1-string-external): Make it can return a string
20274         in binary form.
20275         (sha1-region-external): Ditto.
20276         (sha1-string-internal): Ditto.
20277         (sha1-region-internal): Ditto.
20278         (sha1-region): Ditto.
20279         (sha1-string): Ditto.
20280         (sha1): Ditto.
20281
20282 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20283
20284         * spam.el (spam-report-articles-gmane): New command.
20285
20286 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20289
20290         * run-at-time.el (run-at-time-saved): Remove.
20291         (run-at-time): Doc fix.
20292
20293 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20294
20295         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20296         (gnus-summary-limit-map): Add it.
20297         (gnus-summary-make-menu-bar): do.
20298
20299 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20300
20301         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20302         Make attempt at some caching support (done for BBDB only now).
20303         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20304         addresses to be checked.
20305         (spam-clear-cache-BBDB): Add function, to be invoked by
20306         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20307         (spam-check-BBDB): Check and use the caches, if
20308         spam-cache-lookups is on, remove superfluous (provide).
20309
20310 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20311
20312         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20313
20314 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20315
20316         * run-at-time.el (run-at-time-saved): Move to after the definition
20317         of `run-at-time'.
20318
20319         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20320
20321 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20324         mm-w3m-local-map-property.
20325
20326         * mm-view.el (mm-w3m-mode-map): Remove.
20327         (mm-w3m-local-map-property): Remove.
20328         (mm-inline-text-html-render-with-w3m): Don't use
20329         mm-w3m-local-map-property.
20330
20331 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20332
20333         * run-at-time.el: New file.
20334
20335         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20336         under Emacs.
20337
20338         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20339         of gnus-set-text-properties.
20340
20341         * gnus-uu.el (gnus-uu-save-article): Ditto.
20342
20343         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20344
20345         * gnus-cite.el (gnus-cite-parse): Ditto.
20346
20347         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20348         of gnus-.
20349
20350         * gnus-xmas.el (run-at-time): Require run-at-time.
20351
20352         * gnus.el: Change calls to nnheader-run-at-time and
20353         password-run-at-time throughout to use run-at-time directly.
20354
20355         * password.el: Remove definition of run-at-time.
20356
20357         * nnheaderxm.el: Remove definition of run-at-time.
20358
20359 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20360
20361         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20362         in prompt.
20363
20364 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20365
20366         * messagexmas.el (message-xmas-redefine): Alias
20367         `message-make-caesar-translation-table' to
20368         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20369         version.
20370
20371         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20372         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20373         `gnus-xmas-set-text-properties'.
20374         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20375         `gnus-xmas-completing-read'.
20376         (gnus-xmas-completing-read): Removed.
20377         (gnus-xmas-open-network-stream): Removed.
20378
20379         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20380         XEmacs version.
20381
20382         * dns.el (dns-make-network-process): Use `open-network-stream'
20383         instead of `gnus-xmas-open-network-stream'.
20384
20385         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20386
20387         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20388
20389 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20390
20391         * gnus-art.el (gnus-mime-display-alternative)
20392         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20393         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20394         Don't use gnus-local-map-property.
20395
20396         * gnus-util.el (gnus-local-map-property): Remove.
20397
20398         * mm-view.el (mm-view-pkcs7-decrypt):
20399         Replace gnus-completing-read-maybe-default with completing-read.
20400
20401         * gnus-util.el (gnus-completing-read): do.
20402         (gnus-completing-read-maybe-default): Remove.
20403
20404 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20405
20406         * password.el: Only autoload `run-at-time' if not XEmacs.
20407         Only autoload the itimer functions if XEmacs.
20408
20409 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20412         XEmacsen.
20413
20414         * dgnushack.el: Autoload executable-find for XEmacs.
20415
20416 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20417
20418         * gnus-art.el (gnus-read-string): Remove.
20419         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20420         read-string.
20421
20422 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20423
20424         * netrc.el: Autoload password-read.
20425         (netrc): Add configuration group.
20426         (netrc-encoding-method, netrc-openssl-path):
20427         Add variables for encoding and decoding of files with symmetric
20428         ciphers.
20429         (netrc-encode): Add assistant function to encode a file with
20430         netrc-encoding-method.
20431         (netrc-parse): Add interactive parameter, added optional
20432         decoding if netrc-encoding-method is non-nil but otherwise
20433         behavior is standard.
20434         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20435         Do s/encode/encrypt/ everywhere.
20436
20437         * spam.el: Remove executable-find autoload.
20438
20439 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20440
20441         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20442
20443         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20444
20445 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20446
20447         * gnus-art.el (gnus-treat-ansi-sequences)
20448         (article-treat-ansi-sequences): New variable and function.
20449         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20450
20451         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20452         Use it.
20453
20454 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20455
20456         * mm-util.el (mm-quote-arg): Remove.
20457
20458         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20459         shell-quote-argument.
20460
20461         * gnus-uu.el (gnus-uu-command): do.
20462
20463         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20464
20465         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20466         with make-char.
20467
20468         * mm-util.el (mm-make-char): Remove.
20469
20470         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20471         add-minor-mode.
20472
20473         * gnus-undo.el (gnus-undo-mode): do.
20474
20475         * gnus-topic.el (gnus-topic-mode): do.
20476
20477         * gnus-sum.el (gnus-dead-summary-mode): do.
20478
20479         * gnus-start.el (gnus-slave-mode): do.
20480
20481         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20482
20483         * gnus-ml.el (gnus-mailing-list-mode): do.
20484
20485         * gnus-gl.el (gnus-grouplens-mode): do.
20486
20487         * gnus-draft.el (gnus-draft-mode): do.
20488
20489         * gnus-dired.el (gnus-dired-mode): do.
20490
20491         * gnus-ems.el (gnus-add-minor-mode): Remove.
20492
20493         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20494         Replace gnus-char-width with char-width.
20495
20496         * gnus-ems.el (gnus-char-width): Remove.
20497
20498         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20499         Replace gnus-char-width with char-width.
20500
20501         * gnus-ems.el (gnus-char-width): Remove.
20502
20503         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20504         definition.
20505         Remove Emacs 20 hash table compatibility code.
20506
20507         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20508         20 compatibility code.
20509
20510         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20511
20512         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20513
20514         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20515         Replace with point-at-{eol,bol}.
20516
20517         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20518
20519         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20520
20521         * flow-fill.el (fill-flowed-point-at-bol)
20522         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20523
20524         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20525         Replace with point-at-{eol,bol} throughout all files.
20526
20527 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * ntlm.el (ntlm-string-as-unibyte): New macro.
20530         (ntlm-build-auth-response): Use it.
20531
20532         Remove Emacs 20 stuff:
20533         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20534         (butlast, mapc, remove): Remove the compiler macros.
20535         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20536         of delq and copy-sequence.
20537         * gnus-art.el (popup-menu): Remove the compiler macro.
20538         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20539         Emacs 20.
20540
20541 2004-01-05  Simon Josefsson  <jas@extundo.com>
20542
20543         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20544         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20545         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20546         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20547         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20548         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20549         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20550         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20551         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20552         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20553         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20554         string-xor into ntlm-string-xor.
20555         Suggested by Jesper Harder <harder@myrealbox.com>.
20556
20557         * ntlm.el: Don't include poem.
20558
20559         * md4.el (print-int32, print-string-hexa): Remove.
20560         Suggested by Jesper Harder <harder@myrealbox.com>.
20561
20562         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20563
20564         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20565         probably breaks emacs with DL patch, but do we care? Is anyone
20566         still using the DL stuff?)
20567
20568         * sieve-manage.el: Use the password package.
20569         (sieve-manage-read-passwd): Remove.
20570         (sieve-manage-interactive-login): Use password.  Re-add
20571         condition-case around loop.
20572
20573         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20574         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20575         Use the password package.
20576
20577 2003-02-19  Simon Josefsson  <jas@extundo.com>
20578
20579         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20580         token.
20581
20582 2002-08-07  Simon Josefsson  <jas@extundo.com>
20583
20584         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20585         (sieve-manage-authenticators):
20586         (sieve-manage-authenticator-alist): Add some SASL mechs.
20587         (sieve-sasl-auth): New function.
20588         (sieve-manage-cram-md5-auth):
20589         (sieve-manage-plain-auth): Rewrite using SASL library.
20590         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20591         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20592         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20593         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20594
20595 2004-01-05  Simon Josefsson  <jas@extundo.com>
20596
20597         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20598         New files.
20599
20600 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20601
20602         * gnus-group.el (gnus-no-groups-message): Update.
20603
20604         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20605
20606 2003-11-09  Simon Josefsson  <jas@extundo.com>
20607
20608         * imap.el: Support for ID IMAP extension (RFC 2971).
20609         (imap-local-variables): Add imap-id.
20610         (imap-id): New variable.
20611         (imap-id): New function.
20612         (imap-parse-response): Parse untagged ID response.
20613         * nnimap.el (nnimap-id): New variable.
20614         (nnimap-open-connection): Use it.
20615
20616 2003-12-28  Simon Josefsson  <jas@extundo.com>
20617
20618         * gnus-score.el (gnus-score-edit-all-score): New.
20619         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20620
20621 2004-01-04  Simon Josefsson  <jas@extundo.com>
20622
20623         * password.el: Add.
20624
20625 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20626
20627         * dns.el (dns-query-types): Fix typo.
20628         (dns-query-types): New function.
20629         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20630         PTR and SOA replies, see RFC 1035.
20631
20632 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20633
20634         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20635
20636         * Move to Changelog.2.
20637
20638 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20639
20640         * gnus.el (gnus-version-number): Bump version.
20641
20642 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20643
20644         * gnus.el: No Gnus v0.1 is released.
20645
20646 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20647
20648         * gnus.el: No Gnus v0.0 is released.
20649
20650 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20651
20652         * gnus.el (gnus-version-number): Bump.
20653         (gnus-version): No.
20654
20655 See ChangeLog.2 for earlier changes.
20656
20657   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20658
20659   This file is part of GNU Emacs.
20660
20661   GNU Emacs is free software: you can redistribute it and/or modify
20662   it under the terms of the GNU General Public License as published by
20663   the Free Software Foundation, either version 3 of the License, or
20664   (at your option) any later version.
20665
20666   GNU Emacs is distributed in the hope that it will be useful,
20667   but WITHOUT ANY WARRANTY; without even the implied warranty of
20668   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20669   GNU General Public License for more details.
20670
20671   You should have received a copy of the GNU General Public License
20672   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20673
20674 ;; Local Variables:
20675 ;; coding: utf-8
20676 ;; fill-column: 79
20677 ;; add-log-time-zone-rule: t
20678 ;; End: