nndraft.el (nndraft-update-unread-articles): New function.
[gnus] / lisp / ChangeLog
1 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * nndraft.el (nndraft-update-unread-articles): New function.
4         (nndraft-request-associate-buffer): Use it to update the number of
5         unread articles for the nndraft groups in the group buffer when saving
6         or killing a draft message.
7
8 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9
10         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
11         systems to binary before writing and reading the mbox files.
12
13         * gnus.el (gnus-summary-line-format): Link to the info node for %U
14         instead of trying to list them all (bug#8978).
15
16 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17
18         * pop3.el (pop3-open-server): Use :end-of-capability.
19
20 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
23         the id is always a number.
24
25         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
26
27         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
28         debbugs mode, if possible.
29
30 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
31
32         * auth-source.el (auth-source-token-passphrase-callback-function):
33         Reindent.
34         (epg-context-operation): Remove unnecessary autoload.
35
36 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * gnus.el (gnus-list-debbugs): New command.
39
40         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
41         mboxstat instead of the maintbox, since the stat seems to be fuller.
42
43         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
44         summary buffers.
45
46         * message.el (message-get-reply-headers): Delete all duplicates,
47         instead of the first.
48         (message-get-reply-headers): Ensure that we have progress while
49         deleting duplicates.
50
51         * gnus-msg.el (gnus-configure-posting-styles): Get the local
52         gnus-posting-style value from the summary buffer to make it easier to
53         make that a per-buffer conf.
54
55 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
56
57         * nnir.el (nnir-run-imap): Allow halting a search when an article is
58         found by setting `shortcut' in 'query.
59         (nnir-request-article): Use `shortcut' setting when requesting article
60         by Message-ID.
61
62 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
63
64         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
65         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
66         Bring the pseudo-headers back too.
67
68 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
69
70         * auth-source.el (auth-source-token-passphrase-callback-function):
71         Simplify and remove EPA dependency.
72
73 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
74
75         * nnir.el (nnir-request-article): Fix error message text.
76
77 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
78
79         * auth-source.el (plstore-delete): Autoload.
80         (auth-source-plstore-search): Support delete operation.
81         * plstore.el (plstore-delete): New function.
82
83 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
86         mark actually existing articles as unread rather than the ones that
87         active asserts.
88
89 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
90
91         * nntp.el (nntp-record-command):
92         * gnus-util.el (gnus-message-with-timestamp-1):
93         Use format-time-string rather than decoding time stamps by hand.
94         This is simpler and insulates the code from potential changes to
95         current-time format.
96
97 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
100
101 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
102
103         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
104         (plstore-save): Support public key encryption.
105         (plstore--init-from-buffer): New function.
106         (plstore-open): Use it; fix error when opening a non-existent file.
107         (plstore-revert): Use plstore--init-from-buffer.
108
109 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
110
111         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
112
113 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * mml2015.el (mml2015-use): Replace string-match-p with string-match
116         for old Emacsen.
117
118 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
119
120         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
121         is not fully working.
122
123 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * dgnushack.el: Autoload sha1 on XEmacs.
126
127         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
128         quit window configuration.
129
130         * auth-source.el (epg-context-set-passphrase-callback): Remove
131         duplicate autoload.
132
133 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
134
135         * nnir.el (nnir-request-article): Allow requesting articles by
136         Message-ID with nnimap.
137
138         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
139         current server.
140
141 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
142
143         * auth-source.el: Autoload EPA/EPG functions.
144         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
145         changed when EPA/EPG is not available.
146         (auth-source-backend): Rename "arg" member to "data".
147         (auth-source-backend-parse, auth-source-plstore-search)
148         (auth-source-plstore-create): Use it.
149
150 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
151
152         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
153         `gnus-refer-article-methods'.
154
155 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
156
157         * auth-source.el: Require EPA and EPG.
158         (auth-source-passphrase-alist): New variable.
159         (auth-source-passphrase-callback-function)
160         (auth-source-token-passphrase-callback-function): Callbacks for the
161         netrc field encryption (GPG tokens).
162         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
163         Symmetric encryption and decryption of the netrc GPG tokens.
164         (auth-source-netrc-normalize): Use them, simplifying the closure.
165
166 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
169         is available.
170
171 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
174         non-nil, and `nnimap-split-methods' is nil, use the former.
175
176 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
177
178         * plstore.el (plstore-revert): New function.
179         (plstore-open): Use it; hide the buffer from user.
180
181 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
182
183         * auth-source.el (auth-source-backend): New member "arg".
184         (auth-source-backend-parse): Handle new backend 'plstore.
185         * plstore.el: New file.
186
187 2011-06-30  Glenn Morris  <rgm@gnu.org>
188
189         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
190
191 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
194         expiring articles to.
195
196         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
197         variations as ASCII (bug#5458).
198
199 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
202
203 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * message.el (message-point-in-header-p): Tweak the function to default
206         to saying that we're not in the headers if there is no separator at
207         all.  This makes it possible to use the Message version of `M-q' in
208         buffers with no headers (bug#7987).
209         (message-point-in-header-p): Fix last checkin to work with an empty
210         mail-header-separator, too.
211
212         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
213         again, save the choice via customize.
214
215 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * message.el (message-send-mail-function): Add `sendmail-query-once'.
218
219         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
220         ended the connection, bail out before waiting infinitely on a new
221         connection.
222
223 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
224
225         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
226         reports.
227
228         * gnus.el (gnus-bug-package): Use "gnus."
229         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
230
231 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * dgnushack.el: Make the timer warning go away on XEmacs.
234
235         * gnus-art.el (gnus-article-stop-animations): New function to stop any
236         animations going on at article exit time.
237
238         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
239         since removing it breaks people upgrading.
240
241         * shr.el (shr-put-image): Use the new interface for animating images.
242         (shr-put-image): Animate for 60 seconds.
243
244         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
245         avoid compiler warnings.
246
247         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
248         error with `find-file-hooks' on Emacs 22.
249         (with-auth-source-epa-overrides): Ugly hack to Wrap the
250         `find-file-hook' things in `symbol-value' to avoid compilation warnings
251         on all architectures.
252
253         * spam.el (spam-stat): Require in a normal fashion without binding
254         `spam-stat-install-hooks' to avoid compilation warnings.
255
256         * spam-stat.el (spam-stat-install-hooks): Removed.
257         (spam-stat-install-hooks): Don't run automatically.
258
259 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
260
261         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
262         and keystroke.
263
264 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * auth-source.el (auth-source-netrc-cache): Move forward.
267
268 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * proto-stream.el (proto-stream-open-starttls): Use
271         `gnutls-available-p' to see whether we have built-in support.
272
273         * auth-source.el (auth-source-netrc-create): Don't query the bits that
274         we already know.
275         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
276         (auth-source-netrc-create): Don't prompt for the stuff we already know.
277
278 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
281         %S format, since that looks odd.
282         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
283         file, especially when saving.
284
285 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
286
287         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
288         article found.
289
290 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
291
292         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
293         `auth-source-save-secrets' with a more sensitive alist that can be
294         configured per file.  Experimental, so defaults to 'never.
295         (auth-source-netrc-create): Use it.  Still experimental code.
296         (with-auth-source-epa-overrides): Use `find-file-hooks' if
297         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
298
299 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
300
301         * auth-source.el (auth-source-save-secrets): New variable to control if
302         secret tokens should be saved encrypted.
303         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
304         to `auth-source-netrc-normalize'.
305         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
306         on the EPA variables being defined.
307         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
308         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
309         the lexical-let closure.
310         (auth-source-netrc-create): Create "gpg:" tokens according to
311         `auth-source-save-secrets'.
312
313 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * gnus-group.el (gnus-group-update-group): Add new argument
316         `info-unchanged' that stops updating dribble buffer.
317
318         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
319         deletes lines matching to it in dribble buffer.
320
321         * gnus-agent.el (gnus-agent-fetch-group-1):
322         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
323         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
324         * gnus-start.el (gnus-group-change-level):
325         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
326
327         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
328         if newsgroup info is not changed.
329
330         * gnus-group.el (gnus-group-get-new-news-this-group):
331         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
332         Don't update dribble buffer.
333
334 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
335
336         * gnus-registry.el (gnus-registry-remove-ignored): New function to
337         remove entries with groups we ignore.
338
339 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
342         the underline comes at the bottom.
343
344 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
345
346         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
347         `gnus-registry-user-format-function-M' and declare the latter obsolete.
348         (gnus-registry-article-marks-to-names): Rename from
349         `gnus-registry-user-format-function-M2'.
350
351 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
354         ephemeral group.
355
356 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * shr.el (shr-browse-image): Copy the URL if called interactively.
359
360 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
363         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
364         done, then unselected articles may be marked as read.
365
366         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
367         since not doing this seems to lead to a race condition in pop3-logon.
368
369         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
370         so that the call chain it correct when we call "upwards".
371
372         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
373         in read-only groups.
374
375         * gnus-group.el (gnus-group-mark-article-read): Ditto.
376
377         * message.el (message-cite-reply-position): Doc string fix.
378
379         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
380         avoid regexp overflow.
381         (nnimap-transform-split-mail): Ditto.
382
383         * pop3.el (pop3-retr): Error out if the server closes the connection.
384
385 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
386
387         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
388         mm-with-unibyte-current-buffer.  The buffer should not contain any
389         multibyte chars anyway at this stage.
390
391 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
394         at the end of lines.
395
396 2011-05-29  Julien Danjou  <julien@danjou.info>
397
398         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
399
400 2011-05-27  Glenn Morris  <rgm@gnu.org>
401
402         * gnus-group.el (gnus-bug-group-download-format-alist):
403         Use the "maintainer" version of debian reports as well.
404
405 2011-05-26  Glenn Morris  <rgm@gnu.org>
406
407         * gnus-group.el (gnus-bug-group-download-format-alist):
408         Use the "maintainer" version of debbugs.gnu.org reports.
409
410 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
413
414 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
415
416         * gnus-cus.el (gnus-agent-customize-category):
417         * gnus-delay.el (gnus-delay-send-queue):
418         * gnus.el (gnus-other-frame):
419         Don't quote lambda expressions with `quote'.
420
421 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
422
423         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
424         the thread moves us backwards and so we loop forever.
425
426 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
429         whitespace in base64 data lines.
430
431 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * gnus-registry.el (gnus-registry-user-format-function-M):
434         Use `mapconcat'.
435         (gnus-registry-user-format-function-M2): Use to see the full text of
436         the marks.  Make "," the mark text separator.
437
438         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
439         authentication with auth-source.
440
441 2011-05-17  Glenn Morris  <rgm@gnu.org>
442
443         * gnus-group.el (gnus-import-other-newsrc-file):
444         Use insert-file-contents.
445
446 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
447
448         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
449         1000 iterations.
450
451 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * nntp.el (nntp-open-connection): Check if process-type is available.
454
455 2011-05-16  Julien Danjou  <julien@danjou.info>
456
457         * shr.el (shr-tag-del): Add support for del tag.
458
459 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
460
461         * gnus-html.el (gnus-html-put-image): Register a displayer.
462
463         * shr.el (shr-image-displayer): Don't remove text props from alt text.
464
465 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
466
467         * registry.el (prune-factor): New initialization parameter defaulting
468         to 0.1.
469         (registry-prune-hard): Use it.
470
471         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
472         0.1 expicitly.
473
474 2011-05-13  Glenn Morris  <rgm@gnu.org>
475
476         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
477         is bound, since this function requires sendmail.
478
479 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * registry.el (registry-usage-test): Disable pruning test.
482
483 2011-05-11  David Engster  <dengste@eml.cc>
484
485         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
486         Bind set-network-process-option for XEmacs.
487
488 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
489
490         * registry.el (registry-prune-hard-candidates)
491         (registry-prune-soft-candidates): Helper methods for registry pruning.
492         (registry-prune): Use them.  Make the sort function optional.
493
494 2011-05-10  Jim Meyering  <meyering@redhat.com>
495
496         * shr.el (shr-colorize-region): Fix typo "on on -> on".
497
498 2011-05-10  Julien Danjou  <julien@danjou.info>
499
500         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
501         symbol and not a list.
502
503 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * gnus-art.el (gnus-article-mode): Move binding of
506         shr-put-image-function here from gnus-article-prepare-display.
507
508         * shr.el (shr-put-image-function): New variable.
509         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
510         (shr-put-image): Return scaled image.
511
512         * gnus-art.el (gnus-shr-put-image): New function.
513         (gnus-article-prepare-display): Bind shr-put-image-function to it.
514
515         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
516         original ones, as deletable.
517
518 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
519
520         * nntp.el (nntp-open-connection): Set TCP keepalive option.
521
522 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
523
524         * registry.el (registry-full): Add convenience method.  Fix logic.
525         (registry-insert): Use it.  Fix logic here too.
526
527         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
528         `registry-prune' if `registry-full' returns t.
529         (gnus-registry-handle-action)
530         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
531         (gnus-registry-usage-test): Use it.
532
533 2011-05-07  Julien Danjou  <julien@danjou.info>
534
535         * shr.el (shr-link): Make shr-link inherit from link by default.
536
537 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
538
539         * shr.el (shr-urlify, shr-link): Fix shr-link face.
540
541 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
542
543         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
544         error out because the face is not a list.
545
546 2011-05-05  Glenn Morris  <rgm@gnu.org>
547
548         * proto-stream.el (gnutls-negotiate): Fix declarations.
549
550         * gnus-start.el (gnus-propagate-marks): Declare.
551
552 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
553
554         * registry.el (registry-reindex): Fix percentage message.
555
556         * proto-stream.el (network-stream-open-starttls): Adjust to call
557         `gnutls-negotiate' with :process and :hostname arguments.
558
559 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
560
561         * shr.el: Add shr-link face for links.
562         (shr-urlify): Use it.
563
564         * registry.el (registry-insert): Make error message more helpful.
565
566 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus-html.el (gnus-html-schedule-image-fetching):
569         Use url-queue-retrieve, if it exists.
570
571         * shr.el (shr-tag-img): Ditto.
572
573         * gnus.el: Autoload more gnus-agent functions.
574
575         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
576         agent if we haven't already (bug#8502).
577
578         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
579         into the Agent, too.
580
581         * gnus-agent.el (gnus-agent-store-article): New function.
582
583         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
584         and moved from that file for reuse.
585
586         * pop3.el (pop3-open-server): Error messages are "-ERR".
587
588 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
591         (open-tls-stream): Remove superfluous tls/starttls autoloads.
592
593 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
594
595         * gnus.el: No Gnus v0.17 is released.
596
597 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
598
599         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
600         buffer has moved to a different frame.
601
602 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
605         to get the conversion from unibyte to multibyte buffers to work on
606         Emacs 22.
607
608         * nntp.el (nntp-request-article): Slight clean-up.
609
610 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * shr.el (shr-strike-through): New face.
613         (shr-tag-s): Use it to provide <s> support.
614         (shr-tag-s): Remove duplicate definition.
615
616 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
617
618         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
619         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
620
621 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
622
623         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
624         `gnutls-negotiate'.
625         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
626
627 2011-04-23  Glenn Morris  <rgm@gnu.org>
628
629         * gnus-sum.el (gnus-extra-headers): Bump :version.
630
631 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * shr.el (shr-tag-sup): New function.
634         (shr-tag-sub): Ditto.
635
636 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
637
638         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
639         for the case where `gnus-registry-ignored-groups' is a list of lists,
640         and don't call `gnus-parameter-registry-ignore' otherwise.
641
642 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
643
644         * nnimap.el (nnimap-user): New backend variable.
645         (nnimap-open-connection-1): Use it.
646         (nnimap-credentials): Accept user parameter so it's explicit what user
647         name is desired.
648
649         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
650         default.
651
652         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
653         not gnus-registry.el.
654
655         * gnus-registry.el: Mention in comments how to modify
656         `gnus-extra-headers' for proper recipient tracking and that it may
657         already have To and Cc recently, which it does as of this commit.
658         (gnus-registry-ignored-groups): Remove defcustom.
659         Explain why in comments.
660         (gnus-registry-action): Fix data-header reference to use the extra
661         headers.  Explain in package commentary how to add To and Cc headers to
662         the gnus-extra-headers.
663         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
664         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
665         parameter list or a string list in `gnus-registry-ignored-groups'.
666         Fix logic error.
667
668 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * shr.el (shr-expand-url): Protect against null urls.
671
672 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * shr.el (shr-base): New binding.
675         (shr-tag-base): Keep track of <base>.
676         (shr-expand-url): New function used throughout.
677
678 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
679
680         * gnus-registry.el
681         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
682         (gnus-registry-ignored-groups): New variable.
683         (gnus-registry-ignore-group-p): Use it.
684         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
685         set the destination group to nil (same as delete) if it's ignored.
686
687 2011-04-20  David Engster  <dengste@eml.cc>
688
689         * tests/gnustest-nntp.el: New file for simple NNTP testing.
690
691         * Makefile.in (test-nntp): New rule.
692         (check): Add it.
693         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
694
695 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * gnus-registry.el (gnus-registry-action)
698         (gnus-registry-fetch-header-fast):
699         Don't use mail-header that looks an internal function of mailheader.el.
700
701 2011-04-19  Glenn Morris  <rgm@gnu.org>
702
703         * time-date.el (time-to-days): Remove unused local variables.
704
705 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * gnus-registry.el: Eliminate cl functions.
708         (gnus-registry-sort-addresses): New function that replaces mapcan.
709         (gnus-registry-action, gnus-registry-spool-action)
710         (gnus-registry-split-fancy-with-parent)
711         (gnus-registry-fetch-recipients-fast): Use it.
712         (gnus-registry-import-eld): Replace delete* with dolist + delq.
713
714         * registry.el (initialize-instance, registry-lookup)
715         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
716         (registry-lookup-secondary-value, registry-search, registry-delete)
717         (registry-insert, registry-reindex, registry-size, registry-prune):
718         Use eval-and-compile.
719
720 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
721
722         * registry.el (registry-reindex): New method to recreate the secondary
723         registry indices.
724
725         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
726         tracked field changes.
727         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
728         (gnus-registry-action, gnus-registry-spool-action)
729         (gnus-registry-handle-action)
730         (gnus-registry--split-fancy-with-parent-internal)
731         (gnus-registry-split-fancy-with-parent)
732         (gnus-registry-register-message-ids): Add recipient tracking on spool,
733         move, and delete actions, and for fancy splitting with parent.
734         (gnus-registry-extract-addresses)
735         (gnus-registry-fetch-recipients-fast)
736         (gnus-registry-fetch-header-fast): Convenience functions.
737         (gnus-registry-misc-test): ERT test of
738         `gnus-registry-extract-addresses'.
739
740 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
743         Track by subject first, then sender.
744
745 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
746
747         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
748
749         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
750         Lisp.
751
752         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
753         (gnus-draft-send): Use it to avoid popping
754         up frames from gnus-group-send-queue.
755
756 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
757
758         * gnus-registry.el: Updated gnus-registry docs.
759
760 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
761
762         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
763         Fix logic bug.
764         (gnus-registry-post-process-groups): Fix logging of no results and
765         quote sender and subject.
766
767 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
770         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
771         gnutls-cli are too slow to be done opportunistically.
772
773         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
774         (gnus-read-active-for-groups): Don't try to finish getting stuff where
775         we had no early-data returned.
776         (gnus-get-unread-articles): Add a sanity check so that we don't issue
777         two async commands to the same server at the same time.
778
779 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
780
781         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
782
783 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
786         "warning" level.
787
788         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
789         (mm-url-insert-file-contents): Don't set the package names.
790
791 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
792
793         * gnus-registry.el (gnus-registry-action): Remove properties and
794         simplify subject in `gnus-registry-handle-action'.
795         (gnus-registry-spool-action): Get subject and sender from message if
796         they are not passed in.
797         (gnus-registry-handle-action): Remove properties and simplify subject
798         consistently.
799
800 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
801
802         * registry.el: Require CL before using defmacro*.
803
804 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * gnus-art.el (article-treat-date): Assume that
807         gnus-article-date-headers may be a group parameter.
808
809 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
810
811         * gnus-registry.el (gnus-registry-handle-action): More debugging.
812
813         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
814         interactively so the newsrc file can contain foreign groups too.
815         Useful for debugging but not much for users.
816
817 2011-04-07  David Engster  <dengste@eml.cc>
818
819         * registry.el (registry-usage-test): Only do
820         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
821         lexical binding.
822
823 2011-04-07  David Engster  <dengste@eml.cc>
824
825         * Makefile.in (check, test-registry): New rules for test-suite.
826
827 2011-04-06  David Engster  <dengste@eml.cc>
828
829         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
830         argument NOERROR for `require', since XEmacs 21.4 does not support it.
831
832 2011-04-06  David Engster  <dengste@eml.cc>
833
834         * registry.el (initialize-instance): Change :after to :AFTER to be
835         compatible with old EIEIO version in XEmacs.
836
837 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
838
839         * gnus-registry.el (gnus-registry-post-process-groups)
840         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
841         and provide better messaging.
842
843 2011-04-06  David Engster  <dengste@eml.cc>
844
845         * Makefile.in (fail-on-warning): New rule to compile with warnings as
846         errors.
847
848         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
849         dgnushack-compile with error-on-warn enabled, and to signal an error if
850         clean compilation failed.
851         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
852         with `byte-compile-error-on-warn'.  Return nil if errors occured.
853
854 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
855
856         * gnus-registry.el: Don't use ERT if it's not available.  Load it
857         unconditionally anyway, discarding errors.
858         (gnus-registry-delete-entries): New convenience function.
859         (gnus-registry-import-eld): Import from old .eld registry.
860
861         * registry.el: Don't use ERT if it's not available.  Load it
862         unconditionally anyway, discarding errors.
863
864         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
865         version from the Claudio Bley GnuTLS patch (extra optional parameters
866         and host name).
867
868 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
869
870         * gnus-registry.el (gnus-registry-fixup-registry): New function to
871         fixup the parameters that can be customized by the user between
872         save/read cycles.
873         (gnus-registry-read): Use it.
874         (gnus-registry-make-db): Use it.
875         (gnus-registry-spool-action, gnus-registry-handle-action):
876         Fix messaging.
877         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
878         Map references to actual group names with sender and subject tracking.
879         (gnus-registry-post-process-groups): Use `cond' for better messaging.
880         (gnus-registry-usage-test): Add subject lookup test.
881
882         * registry.el (registry-db, initialize-instance): Set up constructor
883         instead of :initform arguments for the sake of older Emacsen.
884         (registry-lookup-breaks-before-lexbind): New method to demonstrate
885         pre-lexbind merge bug.
886         (registry-usage-test): Use it.
887         (initialize-instance, registry-db): Move the non-function initforms
888         back to the class definition.
889
890 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
891
892         * registry.el: New library to manage gnus-registry-style data.
893
894         * gnus-registry.el: Use it (major rewrite).
895
896         * nnregistry.el: Use it.
897
898         * spam.el: Use it.
899
900 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
903         marks on non-selected articles.
904
905 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
906
907         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
908         parameter to open-protocol-stream.
909
910 2011-04-01  Julien Danjou  <julien@danjou.info>
911
912         * mm-view.el (mm-display-inline-fontify): Do not fontify with
913         fundamental-mode.
914
915 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
918         servers.
919
920 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
923         made marks not propagate, again.
924
925 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
926
927         * proto-stream.el (open-protocol-stream): Bring back `network' type.
928         Make this the default type.
929         (proto-stream-open-plain): Rename from proto-stream-open-default.
930         (open-protocol-stream, proto-stream-open-starttls)
931         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
932         with `plain'.
933
934         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
935         value.
936
937         * nntp.el (nntp-open-connection-function): Document the fact that some
938         values are not functions but are instead handled specially.
939         Recognize nntp-open-plain-stream value.
940         (nntp-open-connection): Recognize that value.
941
942 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
945         where it seems to be needed.
946
947 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
950         stuff.
951
952         * gnus-score.el (gnus-score-string): Fix calling convention of
953         `gnus-simplify-buffer-fuzzy' after last patches.
954
955         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
956         server for articles we didn't get any headers for.  This is a sanity
957         check.
958
959 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
960
961         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
962         new CAPABILITY, use it.
963
964 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
967         downloading anything.
968
969         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
970
971 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
972
973         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
974         colors.
975         (gnus-splash-svg-color-symbols): New function.
976
977 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
980         instead of using the global gnus-simplify-subject-fuzzy-regexp.
981         (gnus-simplify-subject-fuzzy): Use the local
982         gnus-simplify-subject-fuzzy-regex instead of the global one.
983         This makes using this variable in group parameters work.
984
985 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * gnus-registry.el (gnus-registry-unfollowed-groups):
988         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
989         archive:sent-YYYY-MM-DD groups).
990         (gnus-registry-split-fancy-with-parent): Bail out early in sender
991         tracking if there are more than `gnus-registry-max-track-groups'
992         matches.
993
994 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
995
996         * message.el (message--yank-original-internal): New function to do the
997         insertion cleanly inside eval in `message-yank-original'.
998         (message-yank-original): Use it.
999
1000 2011-03-29  Julien Danjou  <julien@danjou.info>
1001
1002         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
1003         local variables disabled rather than `normal-mode'.
1004
1005 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
1006
1007         * imap.el (imap-shell-open, imap-process-connection-type):
1008         Use imap-process-connection-type for 'shell' streams as well as
1009         Kerberos, SSL, other subprocesses.
1010
1011 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
1012
1013         * proto-stream.el: Changes preparatory to merging open-protocol-stream
1014         with open-network-stream.
1015         (proto-stream-always-use-starttls): Option removed.
1016         (open-protocol-stream): Return a process object by default.  Provide a
1017         new parameter :return-list specifying a list-type return value, which
1018         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1019         :type `network' to `try-starttls', and `network-only' to `default'.
1020         Make `default' the default, for compatibility with open-network-stream.
1021         Handle the no-parameter case exactly as open-network-stream, with no
1022         additional stream processing.  Search plists using plist-get.
1023         Explicitly add :end-of-commend parameter if it is missing.
1024         (proto-stream-open-default): Rename from
1025         proto-stream-open-network-only.  Return 'default as the type.
1026         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1027         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1028         failed.  Always return a list with a (possibly dead) process as the
1029         first element, for compatibility with open-network-stream.
1030         (proto-stream-open-tls): Use plist-get.  Always return a list.
1031         (proto-stream-open-shell): Return `default' as connection type.
1032         (proto-stream-capability-open): Use plist-get.
1033         (proto-stream-eoc): Function deleted.
1034
1035         * nnimap.el (nnimap-stream, nnimap-open-connection)
1036         (nnimap-open-connection-1): Handle renaming of :type parameter for
1037         open-protocol-stream.
1038         (nnimap-open-connection-1): Pass a :return-list parameter
1039         open-protocol-stream to obtain a list return value.  Parse this list
1040         using plist-get.
1041
1042         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1043         for open-protocol-stream.  Accept open-protocol-stream return value
1044         that is a subprocess object instead of a list.  Handle the case of a
1045         dead returned process.
1046
1047 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1048
1049         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1050
1051         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1052
1053 2011-03-21  Julien Danjou  <julien@danjou.info>
1054
1055         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1056         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1057         query.
1058         (mm-inline-text): Render normal text with fontification whenever
1059         possible.
1060
1061         * gnus-sum.el (gnus-summary-save-parts-1):
1062         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1063         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1064         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1065         Use `mm-handle-filename'.
1066
1067         * mm-util.el (mm-handle-filename): New function, return the filename of
1068         an handle.
1069
1070 2011-03-18  Julien Danjou  <julien@danjou.info>
1071
1072         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1073         (gnus-buffer-live-p): Check that buffer is not nil.
1074
1075 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1076
1077         * gnus.el: No Gnus v0.15 is released.
1078
1079 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1082         avoid warning on XEmacs.
1083
1084         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1085         on XEmacs.
1086
1087         * gnus-art.el: Require mouse, which the build bot seems to say is
1088         needed.
1089
1090         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1091
1092         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1093         XEmacs, since it doesn't have url-retrieve-synchronously.
1094
1095         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1096         since assoc-string doesn't exist in XEmacs.
1097
1098 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1099
1100         * gnus-group.el (gnus-group-list-ticked): New function.
1101         (gnus-group-make-menu-bar): Provide a menu entry for it.
1102         (gnus-group-list-map): Provide a binding for it.
1103
1104 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * shr.el (shr-visit-file): New command.
1107
1108         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1109
1110 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1111
1112         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1113         servers.
1114
1115 2011-03-16  Julien Danjou  <julien@danjou.info>
1116
1117         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1118         inline.
1119
1120         * gnus-art.el (article-hide-list-identifiers):
1121         Use gnus-group-get-list-identifiers.
1122
1123         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1124         (gnus-summary-remove-list-identifiers):
1125         Use gnus-group-get-list-identifiers to get regexp.
1126         (gnus-select-newsgroup, gnus-summary-insert-subject)
1127         (gnus-summary-insert-articles):
1128         Call gnus-summary-remove-list-identifiers unconditionally.
1129
1130 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1133         we're selecting a group with unread articles.
1134
1135         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1136
1137         * gssapi.el: New file separated out from imap.el to provide a general
1138         Kerberos 5 connection facility for Emacs.
1139
1140         * message.el (message-elide-ellipsis): Document the format spec
1141         ellipsis.
1142
1143 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1144
1145         * message.el (message-elide-region): Allow the ellipsis to say how many
1146         lines were removed.
1147
1148 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1151         window configurations containing buffers that are now dead.
1152
1153         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1154         parsing to avoid integer overflows.
1155         (nnimap-parse-flags): Simplify the last change.
1156         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1157         too large for 32-bit Emacsen.
1158
1159 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1160
1161         * auth-source.el (auth-source-netrc-create):
1162         * message.el (message-yank-original): Fix use of `case'.
1163
1164 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1165
1166         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1167         XEmacs, which was one character too wide.
1168
1169 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1170
1171         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1172         default number of articles to display.
1173         (gnus-articles-to-read): Use pretty names for prompt.
1174
1175 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * gnus-int.el (gnus-open-server): Ditto.
1178
1179         * gnus-start.el (gnus-activate-group): Give a backtrace if
1180         debug-on-quit is set and the user hits `C-g'.
1181         (gnus-read-active-file): Ditto.
1182
1183         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1184
1185 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1186
1187         * message.el (message-yank-original): Use cond instead of CL case.
1188
1189 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1190
1191         * auth-source.el (auth-source-netrc-create): Use usual format for the
1192         default in prompts.
1193
1194 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1195
1196         * lpath.el: Fbind read-char-choice for XEmacs.
1197
1198 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1199
1200         * auth-source.el (auth-source-netrc-create): Show the default in the
1201         prompt when prompting for token creation.
1202
1203 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1204
1205         * auth-source.el (auth-source-format-prompt): Always convert the value
1206         to a string to avoid evaluating non-string arguments.
1207         (auth-source-netrc-create): Offer default properly, not as initial
1208         content in `read-string'.
1209         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1210         of line to determine if we've been run before.  If so, don't run again,
1211         but print a trivial message to indicate the cache was hit instead.
1212
1213 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1214
1215         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1216         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1217         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1218         Gnus.
1219
1220 2011-03-11  Julien Danjou  <julien@danjou.info>
1221
1222         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1223         modified file".
1224
1225 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1226
1227         * auth-source.el (auth-source-read-char-choice): New function to read a
1228         character choice using `dropdown-list', `read-char-choice', or
1229         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1230         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1231         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1232         (auth-source-netrc-saver): Use it.
1233         (auth-source-pick-first-password): New convenience function.
1234
1235 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1236
1237         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1238         parameter in the credentials.
1239         (nnimap-open-connection-1): Use it after a successful login.
1240         (nnimap-credentials): Add IMAP-specific user and password prompt.
1241
1242         * auth-source.el (auth-source-search): Add :require parameter, taking a
1243         list.  Document it and the :save-function return token.  Pass :require
1244         down.  Change the CREATED message from a warning to a debug statement.
1245         (auth-source-search-backends): Pass :require down.
1246         (auth-source-netrc-search): Pass :require down.
1247         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1248         Change save prompt to indicate all modifications saved here are
1249         deletions.
1250         (auth-source-netrc-create): Take user login name as default in user
1251         prompt.  Move all the save functionality to a lexically bound function
1252         under the :save-function token in the returned list.  Set up clearer
1253         default prompts for user, host, port, and secret.
1254         (auth-source-netrc-saver): New function, intended to be wrapped for
1255         :save-function.
1256
1257 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1260         lines to be spaces instead.
1261
1262 2011-03-07  Julien Danjou  <julien@danjou.info>
1263
1264         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1265         (sieve-sasl-auth): Check that auth-source-search did return something,
1266         or just return an empty string.
1267
1268 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1269
1270         * gnus.el (gnus-interactive): Use read-directory-name.
1271
1272         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1273         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1274         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1275         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1276         Likewise.
1277
1278         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1279
1280 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1283         onto the list of killed groups, too.  This makes killed nnimap groups,
1284         for instance, more reliably not reappear.
1285
1286         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1287         the parent.
1288
1289         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1290
1291         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1292         really have server-side marks.
1293
1294         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1295         since most backends do not usefully have server-side marks.
1296         (gnus-update-read-articles): Propagate marks to all backends that
1297         really have server-side marks.
1298
1299 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1300
1301         * message.el (message-cite-reply-position, message-cite-style):
1302         New variables.
1303         (message-yank-original): Use the new citation styles.
1304
1305 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1306
1307         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1308         buffer-local issue); don't mark it buffer-local when running under
1309         XEmacs.
1310
1311 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1312
1313         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1314         numbers too big to be `read'.
1315
1316 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1317
1318         * password-cache.el (password-in-cache-p): Add autoload.
1319
1320         * message.el (message-options): Make buffer-local two ways to attempt
1321         to fix a XEmacs bug.
1322
1323 2011-03-02  Julien Danjou  <julien@danjou.info>
1324
1325         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1326
1327 2011-03-01  Julien Danjou  <julien@danjou.info>
1328
1329         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1330         group.
1331         (article-hide-list-identifiers): Use list-identifier group parameter.
1332
1333 2011-02-28  Julien Danjou  <julien@danjou.info>
1334
1335         * sieve.el (sieve-buffer-script-name): New local variable to store
1336         sieve script name.
1337         (sieve-edit-script): Store sieve script name.
1338         (sieve-upload): Use sieve script name when uploading.
1339         (sieve-upload): Use substitute-command-keys.
1340         (sieve-edit-script): Use substitute-command-keys.
1341         (sieve-refresh-scriptlist): Use substitute-command-keys.
1342         (sieve-manage-mode-map): Define keymap properly.
1343         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1344         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1345         Remove commented code about cvs.
1346         (sieve-manage-quit): New function.
1347         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1348
1349 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1352
1353 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1354
1355         * auth-source.el (auth-source-search): Cache empty result sets.
1356
1357         * password-cache.el (password-in-cache-p): Convenience function to
1358         check if a key is in the cache, even if the value is nil.
1359
1360         * auth-source.el (auth-source-save-behavior): New variable to replace
1361         `auth-source-never-create'.
1362         (auth-source-netrc-create): Use it.
1363         (auth-source-never-save): Remove.
1364
1365 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1366
1367         * nnimap.el (nnimap-stream): Doc fix.
1368         (nnimap-open-connection-1): Reverse the order of the ports to that the
1369         prompted-for port is first.
1370
1371         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1372         retrieval by the no-group selection.
1373
1374         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1375         numerical parameters.
1376
1377 2011-02-25  Julien Danjou  <julien@danjou.info>
1378
1379         * gnus-gravatar.el: Use gnus-with-article-buffer.
1380
1381         * gnus-art.el (gnus-with-article-buffer): Check that the
1382         gnus-article-buffer is alive.
1383
1384 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1385
1386         * auth-source.el (auth-source-creation-prompts): New variable to manage
1387         creation-time prompts.
1388         (auth-source-search): Document it.
1389         (auth-source-format-prompt): Add utility function.
1390         (auth-source-netrc-create): Don't default the user name to
1391         user-login-name.  Use `auth-source-creation-prompts' and some default
1392         prompts for user, host, port, and password (the default generic prompt
1393         remains ugly).
1394         (auth-source-never-save): Add customizable option to never save info.
1395         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1396         mode excursion.
1397
1398 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1401         argument that XEmacs doesn't support.
1402
1403         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1404         compiled for Emacsen having no `libxml-parse-html-region' support.
1405
1406         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1407
1408         * lpath.el: Bind buffer-save-without-query for XEmacs.
1409
1410 2011-02-23  Julien Danjou  <julien@danjou.info>
1411
1412         * gnus-art.el (article-make-date-line): Ignore errors if time is
1413         invalid and not convertible.
1414         (article-make-date-line): Only add lapsed time if time is not nil.
1415
1416 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1417
1418         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1419         `read-char-choice' for backwards compatibility.
1420         (auth-source-netrc-element-or-first): New function to DTRT for
1421         parameter extraction.
1422         (auth-source-netrc-create): Use it and fix multiple parameter print
1423         bug.  Use the default passed from above (given-default) or the
1424         built-in (user-login-name for :user).
1425
1426 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1427
1428         * gnus-start.el (gnus-dribble-read-file):
1429         Set buffer-save-without-query, since we always want to save the dribble
1430         file, probably.
1431
1432         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1433         nnimap.
1434
1435         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1436         -summary- since it's a user-visible variable.
1437
1438         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1439         first time you use the new Gnus.
1440
1441 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1442
1443         * auth-source.el: Don't load netrc.el.
1444         (auth-sources): Search ~/.netrc as well by default.
1445         (auth-source-debug): Add 'trivia option for extra output.
1446         (auth-source-do-trivia): Use it.
1447         (auth-source-search): Simplify logic to use
1448         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1449         appropriate.  Don't keep a running count at this level.  Layer :create
1450         and :delete options appropriately on the first and second passes.
1451         Don't track the backend with the search results.
1452         (auth-source-search-backends): New function to search a list of
1453         backends for a processed spec.
1454         (auth-source-netrc-parse): Cache all netrc files, making
1455         auth-source-netrc-cache an alist keyed by the file name and using the
1456         file mtime as the caching criterion.  Keep the obfuscated data secret
1457         with a lexical bind.
1458         (auth-source-netrc-search): Don't calculate the length of the results
1459         unnecessarily.
1460         (auth-source-search-backends): Fix bug.
1461         (auth-source-netrc-create): Rework prompts.
1462
1463 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1464
1465         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1466         Lower case names of search constraints.
1467         (nnir-run-query): Cache and reuse search constraints for all imap
1468         servers.
1469
1470 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1471
1472         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1473         after exit.
1474         (gnus-setup-message): Define missing variable from last checkin.
1475
1476         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1477         value, show the raw article.
1478
1479 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1480
1481         * gnus.el: No Gnus v0.13 is released.
1482
1483 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1484
1485         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1486         auth-source now accepts numbers.
1487
1488         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1489         spec, too.
1490         (auth-source-ensure-strings): New function.
1491
1492         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1493         (gnus-article-setup-buffer): Always restart the date timer so that user
1494         changes to the frequency is respected.
1495
1496         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1497         port numbers, so make sure it gets that if nnimap-server-port is
1498         explicit.
1499
1500 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1501
1502         * nnimap.el (nnimap-inbox): Doc fix.
1503
1504 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1505
1506         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1507         Autoload.  Add optional arg FRAME, and pass it to color-values.
1508         (color-complement): Caller changed.  Doc fix.
1509         (color-gradient): Rewrite for better clarity and efficiency.
1510
1511 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1512
1513         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1514         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1515         color-lab-to-srgb.
1516
1517 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1518
1519         * color.el: First part of merge from hexrgb.el.
1520         (color-rgb-to-hex): Rename from color-rgb->hex.
1521         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1522         saturation to zero if the value is too small.
1523         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1524         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1525         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1526         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1527         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1528         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1529         (color-cie-de2000): Doc fix.
1530
1531 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1532
1533         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1534         given method as in the group name if we're using an extended method.
1535         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1536         command, if we're using that, instead of waiting for the beginning.
1537
1538         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1539         we're sure to get unique server names, and we don't output two async
1540         commands in the same buffer.  This fixes an NNTP hang for some users.
1541
1542 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1543
1544         * gnus.el: No Gnus v0.11 is released.
1545
1546 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1547
1548         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1549         summary buffer before reading going to the next buffer.  This avoids
1550         putting the point in the group buffer if you `C-g' the command.
1551
1552         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1553         cache (for now) to make ~/.authinfo.gpg files usable.
1554
1555         * nnfolder.el (copyright-update): Define for the compiler.
1556
1557         * auth-source.el (auth-source-search): Fix unbound variable.
1558
1559 2011-02-19  Glenn Morris  <rgm@gnu.org>
1560
1561         * gnus.el (gnus-meta): Doc fix.
1562
1563 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1564
1565         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1566         in case it's not yet loaded.
1567
1568 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1569
1570         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1571         line we're waiting for.
1572
1573 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1574
1575         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1576         face with line-width greater than zero will cause RET in gnus summary
1577         buffer to scroll down article page-wise because auto vscroll happens,
1578         it should be temporalily disabled when doing a scroll-up.
1579
1580 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1581
1582         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1583         outputs from the server.
1584
1585 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1586
1587         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1588         later so that bbdb can hook in easier.
1589
1590 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1591
1592         * auth-source.el (auth-source-search): Don't try to create credentials
1593         if the caller doesn't want that.
1594         (auth-source-search): If we don't find a match, don't bug out on
1595         non-bound variables.
1596         (auth-source-search): Only ask a single backend to create the
1597         credentials.
1598
1599         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1600         logging.
1601         (nnimap-credentials): Protect against auth-source-search returning nil.
1602         (nnimap-request-list): Protect against not being able to open the
1603         server.
1604
1605 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1606
1607         * auth-source.el (auth-source-search): Do a two-phase search, one with
1608         no :create to get the responses from all backends.
1609
1610         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1611         when getting credentials.
1612
1613         * gnus-util.el (gnus-delete-duplicates): New function.
1614
1615 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1616
1617         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1618         a creation default, pass the whole port list down.  It will be
1619         completed.
1620
1621         * auth-source.el (auth-source-search): Updated docs to talk about
1622         multiple creation choices.
1623         (auth-source-netrc-create): Accept a list as a value (from the search
1624         parameters) and do completion on that list.  Keep a separate netrc line
1625         with the password obscured for showing the user.
1626
1627         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1628         first choice to `auth-source-search' so it will be used for entry
1629         creation instead of the server's Gnus-specific name.
1630         (nnimap-credentials): Rely on the auth-source library to select which
1631         port is actually wanted in the new netrc entry, so don't override
1632         `auth-source-creation-defaults'.
1633
1634         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1635         :protocol and accept a missing user, host, or port as a wildcard match.
1636         (auth-source-debug): Default to off.
1637
1638         (auth-source-netrc-search, auth-source-netrc-create)
1639         (auth-source-secrets-search, auth-source-secrets-create)
1640         (auth-source-user-or-password, auth-source-backend, auth-sources)
1641         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1642         instead of :protocol.
1643
1644         * nnimap.el (nnimap-credentials): Pass a port default to
1645         `auth-source-search' in case an entry needs to be created.
1646         (nnimap-open-connection-1): Use :port instead of :protocol.
1647
1648 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1649
1650         * auth-source.el: Bind load-path when loading EIEIO from
1651         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1652         21.4 doesn't support, to `require'.
1653         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1654         delete-dups that is not available in XEmacs 21.4.
1655
1656 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1657
1658         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1659         as EIEIO must also be loaded when auth-source.el is being
1660         byte-compiled.
1661
1662 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1663
1664         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1665
1666         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1667
1668         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1669
1670         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1671
1672         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1673
1674         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1675
1676         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1677
1678         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1679         necessary.
1680
1681 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1684         nil means that nnimap doesn't get updated.
1685
1686 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1687
1688         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1689         result when the user doesn't want to write to the file.
1690         (auth-source-netrc-search): Expect a synthetic result and proceed
1691         accordingly.
1692         (auth-source-cache-expiry): New variable to override
1693         `password-cache-expiry'.
1694         (auth-source-remember): Use it.
1695
1696         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1697         parameter.  Create entry if necessary by using :create t.
1698         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1699
1700 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1701
1702         * auth-source.el (auth-source-debug): Enable by default and don't
1703         mention the obsolete `auth-source-hide-passwords'.
1704         (auth-source-do-warn): New function to debug unconditionally.
1705         (auth-source-do-debug): Use it.
1706         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1707         and for Secrets API entries when the secrets.el library is not
1708         available.
1709
1710 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1711
1712         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1713         (gnus-summary-exit): Kill the correct article buffer on exit from a
1714         `C-d' group.
1715
1716         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1717         gnus-propagate-marks.
1718
1719         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1720         before killing the buffers so that a non-full window conf gets handled
1721         correctly.
1722         (gnus-summary-exit): Ditto.
1723         (gnus-summary-read-group-1): Ditto.
1724
1725         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1726         async code again so that we can debug it properly.
1727
1728         * message.el (message-reply): Take an optional switch-buffer parameter
1729         so that Gnus window confs are respected better.
1730
1731 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1732
1733         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1734         `plist-get' to accept non-list parameters (XEmacs issue).
1735         Fix docstring.
1736         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1737         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1738         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1739         Login collection is "Login" and not "login".
1740
1741 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1742
1743         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1744         multiple headers.
1745
1746         * nnimap.el (nnimap-inhibit-logging): New variable.
1747         (nnimap-log-command): Don't log login commands.
1748
1749         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1750         to have more parameters.
1751
1752         * nnimap.el (nnimap-send-command): Mark the command time for each
1753         command, so that we don't get NOOPs stepping on our toes.
1754
1755         * gnus-art.el (article-date-ut): Get the date from the Date header on
1756         `t'.
1757
1758 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * auth-source.el (auth-source-search): Use copy-sequence instead of
1761         the cl.el copy-list.
1762
1763 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1764
1765         * imap.el: Bring it back (revert
1766         84d800cd31de3064f0ed39617d725709a2f8f42f).
1767
1768 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1769
1770         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1771         Improve prompt.
1772
1773 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1774
1775         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1776         washing status from the default format.  It isn't very informative.
1777
1778 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1779
1780         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1781         Fix Gcc processing on imap.
1782
1783 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1784
1785         * imap.el: Remove file.  All the functionality is in nnimap.el.
1786
1787 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1788
1789         * message.el (message-bury): Don't pop up a new window when selected
1790         window is dedicated.
1791
1792 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1793
1794         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1795
1796 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1797
1798         * sieve-manage.el: Autoload `auth-source-search'.
1799         (sieve-sasl-auth): Use it.
1800
1801 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1802
1803         * nnimap.el: Autoload `auth-source-forget+'.
1804         (nnimap-open-connection-1): Use it if the connection fails.
1805
1806         * auth-source.el: Require `password-cache'.
1807         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1808         obsolete.
1809         (auth-source-magic): Marker for `password-cache' keys.
1810         (auth-source-do-cache): Update docstring.
1811         (auth-source-search): Use and check cache.
1812         (auth-source-forget-all-cached, auth-source-remember)
1813         (auth-source-recall, auth-source-forget, auth-source-forget+)
1814         (auth-source-specmatchp): Caching support functions.
1815         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1816         Remove and obsolete.
1817         (auth-source-user-or-password): Remove caching to further discourage
1818         using it.  Always hide passwords.
1819
1820         * password-cache.el (password-cache-remove): Accept secrets that are
1821         not strings.
1822
1823 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1824
1825         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1826         code for now, since it doesn't work for all users.
1827
1828 2011-02-09  Julien Danjou  <julien@danjou.info>
1829
1830         * message.el (message-options): Make message-options really buffer
1831         local.
1832
1833 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1834
1835         * mail-source.el: Autoload `auth-source-search'.
1836         (mail-source-keyword-map): Note order matters.
1837         (mail-source-set-1): Get all the mail-source source values and
1838         defaults and search auth-source on those if needed.  This can all
1839         probably be simplified.
1840
1841         * nnimap.el: Autoload `auth-source-search'.
1842         (nnimap-credentials): Use it.
1843         (nnimap-open-connection-1): Ask for the virtual server and physical
1844         address in one shot.
1845
1846         * nntp.el: Autoload `auth-source-search'.
1847         (nntp-send-authinfo): Use it.  Note TODO.
1848
1849 2011-02-08  Julien Danjou  <julien@danjou.info>
1850
1851         * shr.el (shr-tag-body): Add support for text attribute in body
1852         markups.
1853
1854         * message.el (message-options): Make message-options a local variable.
1855
1856 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1857
1858         * auth-source.el (auth-source-secrets-search)
1859         (auth-source-user-or-password): Use `append' instead of `nconc'.
1860         (auth-source-user-or-password): Build return list better and protect
1861         against nil :secret.
1862
1863 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1864
1865         * nnimap.el (nnimap-update-info): Refactor slightly.
1866         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1867         (nnimap-update-info): Clean up slightly.
1868         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1869         characters.
1870         (nnimap-process-quirk): Rename function to avoid collision.
1871         (nnimap-update-info): Fix macrology bug-out.
1872         (nnimap-update-info): Simplify split history test.
1873
1874 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1875
1876         * auth-source.el (top): Require 'eieio unconditionally.
1877         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1878         (auth-source-secrets-search): Limit search when `max' is greater than
1879         number of results.
1880
1881 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1882
1883         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1884         part not returning any data.
1885
1886         * proto-stream.el (open-protocol-stream): Document the return value.
1887
1888 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1889
1890         * auth-source.el (auth-source-secrets-search): Add examples.
1891
1892 2011-02-06  Julien Danjou  <julien@danjou.info>
1893
1894         * message.el (message-setup-1): Handle message-generate-headers-first
1895         set to t.
1896
1897 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1898
1899         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1900         API with a string "secrets:collection-name" and with 'default.
1901         (auth-source-backend-parse): Parse "secrets:collection-name" and
1902         'default.  Recurse on parses instead of repeating code.  Use the
1903         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1904         message when ignoring a source.
1905         (auth-source-search): List ignored search keys at the top level.
1906         (auth-source-netrc-create): Use `case' instead of `cond'.
1907         (auth-source-secrets-search): Created with TODOs.
1908         (auth-source-secrets-create): Created with TODOs.
1909         (auth-source-retrieve, auth-source-create, auth-source-delete)
1910         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1911         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1912         (auth-source-user-or-password-sftp)
1913         (auth-source-user-or-password-smtp): Remove.
1914         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1915         around `auth-source-search'.  Not tested thoroughly.
1916
1917 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1918
1919         * auth-source.el: Bring in assoc and eioeio libraries.
1920         (secrets-enabled): New variable to track the status of the Secrets API.
1921         (auth-source-backend): New EIOEIO class to represent a backend.
1922         (auth-source-creation-defaults): New variable to set prompt defaults
1923         during token creation (see the `auth-source-search' docstring for
1924         details).
1925         (auth-sources): Simplify to allow a simple string as a netrc backend
1926         spec.
1927         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1928         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1929         (auth-source-search): Main auth-source API entry point.
1930         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1931         (auth-source-search-collection): Helper function for searching.
1932         (auth-source-netrc-parse, auth-source-netrc-normalize)
1933         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1934         Supports search, create, and delete.
1935         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1936         backend stubs.
1937         (auth-source-user-or-password): Call `auth-source-search' but it's not
1938         ready yet.
1939
1940 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1941
1942         * message.el (message-setup-1): Remove the read-only stuff, since it
1943         doesn't work under XEmacs, for some reason.
1944
1945         * gnus-sum.el (gnus-user-date): Rename back from
1946         gnus-summary-user-date since user code refers to it.
1947
1948         * shr.el (shr-render-td): Store the actual background colour used.
1949
1950         * message.el (message-setup-1): Don't bind the constant
1951         -forbidden-properties.
1952         (message-setup-1): Revert previous change, since it needs to bind the
1953         props to insert them.
1954         (message-resend): Allow removing the read-only separator line.
1955
1956 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1957
1958         * nnimap.el (nnimap-request-accept-article): Give an error message if
1959         the APPEND wasn't successful.
1960
1961 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1962
1963         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1964         that have no groups.
1965
1966 2011-02-03  Julien Danjou  <julien@danjou.info>
1967
1968         * gnus-draft.el: Remove progn around gnus-draft-setup.
1969
1970 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1971
1972         * gnus-start.el (gnus-read-active-for-groups): This function is never
1973         called with a nil `infos', so clean that up.
1974         (gnus-get-unread-articles): Request active files from primary/secondary
1975         methods that have no groups (yet).
1976
1977 2011-02-03  Julien Danjou  <julien@danjou.info>
1978
1979         * message.el (message-setup-1): Always generate References first.
1980         (message-mail): Return the return value of message-setup, not always t.
1981         (message-setup-1): Insert mail-header-separator with read-only and
1982         intangible properties set.
1983
1984         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1985         user-date in docstring.
1986
1987         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1988
1989         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1990         docstring.
1991
1992         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1993         defcustom, with type and group. Move from gnus-util.el. Rename to
1994         gnus-summary-user-date-format-alist.
1995
1996 2011-02-03  Glenn Morris  <rgm@gnu.org>
1997
1998         * nnimap.el (gnus-fetch-headers): Declare.
1999
2000         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
2001
2002 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
2003
2004         * message.el (message-forward-make-body-digest-plain)
2005         (message-followup, message-reply): Clean up things noted by Stefan.
2006
2007         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
2008         gnus-article-update-date-headers is nil.
2009         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
2010         it didn't really work with defcustom.
2011         (article-update-date-lapsed): Make sure the window start doesn't move,
2012         either.
2013
2014 2011-02-01  Julien Danjou  <julien@danjou.info>
2015
2016         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2017         format.
2018
2019         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2020         standard in Emacs nowadays.
2021
2022         * color.el (color-gradient): Add a color-gradient function.
2023
2024 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2025
2026         * message.el (message-expand-name): Don't trust the return value of
2027         bbdb-complete-name.
2028         (message-check-news-header-syntax): Remove unused var `start'.
2029         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2030         (message-inhibit-body-encoding): Move to before first use.
2031         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2032         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2033         (Organization, Message-ID, Date, mh-previous-window-config):
2034         Defvar the vars using dynamic scoping.
2035
2036 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2037
2038         * shr.el (shr-render-td): Only do colours at the final rendering.
2039         Should be slightly faster.
2040         (shr-insert-table): Fix up TD background colours when doing the
2041         vertical padding.
2042
2043         * gnus-art.el (article-date-ut): Protect against articles with no Date
2044         header.
2045         (article-update-date-lapsed): Don't use current-column to find the
2046         horizontal position.  It's fragile in the presence of \003 characters.
2047
2048         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2049
2050 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2051
2052         * gnus-art.el (article-transform-date): Rewrite to still work when
2053         there are several rfc2822 parts.
2054         (article-transform-date): Fix infinite recursion.
2055         (article-date-ut): Replace infinitely many Date headers with a single
2056         one when called interactively.
2057
2058         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2059         secure manner.
2060
2061         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2062         move around by not using save-window-excursion.  It seems to work...
2063
2064 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * gnus-art.el (article-make-date-line): Work for user-defined format.
2067
2068 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2069
2070         * nntp.el (nntp-retrieve-group-data-early)
2071         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2072         fetching functions.
2073
2074         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2075         thoroughly for all backends that have no known groups.  This should
2076         allow new nnml methods to retrieve mail.
2077
2078         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2079         that Gnus doesn't know exists again.
2080
2081         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2082         (gnus-treat-date-ut): Ditto.
2083         (gnus-article-update-date-header): Rename.
2084         (gnus-treat-date-local): Remove.
2085         (gnus-treat-date-english): Remove.
2086         (gnus-treat-date-lapsed): Remove.
2087         (gnus-treat-date-combined-lapsed): Remove.
2088         (gnus-treat-date-original): Remove.
2089         (gnus-treat-date-iso8601): Remove.
2090         (gnus-treat-date-user-defined): Remove.
2091         (gnus-article-date-headers): New variable to control all the date
2092         header options.
2093         (article-date-ut): Rewrite to allow using the new way to format date
2094         headers(s).
2095
2096 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2097
2098         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2099         method.
2100         (nnmail-article-group): A better test for fanciness.
2101
2102         * nnimap.el (nnimap-request-head): Protect against not finding the
2103         article by Message-ID.
2104
2105 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2106
2107         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2108         keep point at the "same place".
2109
2110 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2111
2112         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2113         data if the group is unactivated.
2114
2115 2011-01-28  Julien Danjou  <julien@danjou.info>
2116
2117         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2118         (gnus-all-windows-visible-p): Remove old compatibility code.
2119         (gnus-window-top-edge): Add docstring.
2120
2121         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2122
2123 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2124
2125         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2126         older request-update-info.
2127
2128         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2129
2130 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2131
2132         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2133         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2134
2135 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2136
2137         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2138         groups.  This makes the nndraft:queue group pop up if it's not already
2139         there.
2140
2141         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2142         messages" logic, which was reversed.
2143
2144         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2145         the "same place" even if point is on the line being replaced.
2146         (article-update-date-lapsed): Allow updating both the combined lapsed
2147         and the lapsed headers.
2148         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2149         (article-make-date-line): Limit the number of segments dynamically to
2150         avoid too-long lines.
2151
2152 2011-01-27  Julien Danjou  <julien@danjou.info>
2153
2154         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2155         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2156
2157 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2160         Use plist-get instead of the cl function getf.
2161
2162 2011-01-27  Glenn Morris  <rgm@gnu.org>
2163
2164         * gnus-util.el (float-time): Get rid of compiler warning, again.
2165
2166 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2167
2168         * shr.el (shr-put-color): Special-case background colours: Do put them
2169         at the blank parts at the front of the lines.
2170
2171         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2172         exit hook to nix out all data on readedness on group exit.
2173
2174         * gnus-util.el (float-time): If float-time is bound, always use it on
2175         all Emacsen.  It's unclear why the subrp check was there.
2176         (time-date): Require to make some autoload issues on XEmacs go away.
2177
2178         * shr.el (shr-put-color): Don't do the box padding in tables, since
2179         they're already padded.
2180
2181 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-art.el (gnus-article-next-page): When the last line of the
2184         article is displayed, scroll down once more instead of going to the
2185         next article at once.
2186         (article-lapsed-string): Refactor out and allow specifying how many
2187         segments you want.
2188         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2189         (gnus-article-update-lapsed-header): New variable.
2190
2191         * shr.el: Revert change that made headings use different-sized faces.
2192         The Emacs display engine isn't advanced enough that, for instance,
2193         tables can comfortably use differently-sized faces.
2194
2195 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2196
2197         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2198         used.
2199         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2200         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2201         we're using an encrypted connection.
2202
2203         * proto-stream.el: Alter the interface functions to also return the
2204         actual stream type used: network or tls.
2205
2206 2011-01-25  Julien Danjou  <julien@danjou.info>
2207
2208         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2209         (mm-display-javascript-inline): New function.
2210
2211         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2212         viewing function.
2213
2214 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * shr.el (shr-expand-newlines): Fix variable name.
2217
2218 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2219
2220         * shr.el (shr-expand-newlines): Make nested boxes work.
2221
2222 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2223
2224         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2225         backgrounds.
2226         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2227         in a more sensible manner.
2228
2229 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2230
2231         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2232         if EPG is loaded.
2233
2234 2011-01-24  Julien Danjou  <julien@danjou.info>
2235
2236         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2237         tags.
2238
2239 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2242         commands.
2243
2244         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2245         in the article buffer.
2246         (gnus-gravatar-insert): Use blank space from the current buffer to
2247         avoid breaking text properties.  This makes X-Sent updating work again.
2248
2249         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2250
2251 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2254         fix the bug in url-http.el instead.
2255
2256         * shr.el (shr-image-fetched): Ditto.
2257
2258         * shr.el (shr-image-fetched): Avoid having point move in the article
2259         buffer.
2260
2261         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2262         buffer after being called.  It's apparently being killed by url.el, and
2263         killing it made point move to end-of-buffer in a random buffer.
2264
2265         * shr.el (shr-image-fetched): Ditto.
2266
2267 2011-01-23  Julien Danjou  <julien@danjou.info>
2268
2269         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2270
2271         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2272         text/x-org.
2273
2274 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2275
2276         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2277         (i.e., nnimap) returning nil as the article number.
2278
2279 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2280
2281         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2282         "DelSp" parameter in RFC3676.
2283
2284 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2285
2286         * message.el (message-check-recipients): Display the encoded version of
2287         the bogus address if they differ.
2288
2289         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2290         after sending.
2291
2292         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2293
2294         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2295
2296         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2297         group buffer after sending the queue.
2298
2299         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2300
2301 2011-01-22  Julien Danjou  <julien@danjou.info>
2302
2303         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2304
2305 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2306
2307         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2308         nested related parts.
2309
2310         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2311         unexpired articles.  This fixes the regression that led expiry marks to
2312         disappear from nnfolder groups.
2313
2314 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2315
2316         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2317         Don't confuse the "ret" of "retrograde" with RET.
2318
2319 2011-01-21  Julien Danjou  <julien@danjou.info>
2320
2321         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2322         than mm-insert-inline.
2323
2324 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2325
2326         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2327         Widen article buffer.
2328
2329 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2330
2331         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2332         the temp buffer.
2333         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2334
2335 2011-01-20  Julien Danjou  <julien@danjou.info>
2336
2337         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2338
2339         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2340         than mm-insert-inline to insert inline part: this respect
2341         mm-inline-media-tests displayers.
2342
2343         * mm-view.el (mm-display-shell-script-inline): New function.
2344
2345         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2346
2347         * mm-uu.el (mm-uu-type-alist): Add org block.
2348         (mm-uu-org-src-code-block-extract): New function.
2349
2350         * mm-view.el (mm-display-org-inline): New function.
2351
2352         * mm-decode.el (mm-automatic-display): Add text/org.
2353
2354         * mailcap.el (mailcap-mime-extensions): Add .org.
2355
2356 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2359         gnus-article-add-buttons.
2360
2361 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2362
2363         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2364         From header with a date and "nobody" as the sender.
2365
2366 2011-01-19  Julien Danjou  <julien@danjou.info>
2367
2368         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2369         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2370         if you have the same regexp several times.
2371         (gnus-button-push): Fix matching when regexp is symbol.
2372
2373 2011-01-15  Glenn Morris  <rgm@gnu.org>
2374
2375         * message.el (message-mail): A compose-mail function should
2376         accept headers as strings.
2377
2378 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2379
2380         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2381         Add :vert-only tags.
2382         (message-mail): New arg RETURN-ACTION.
2383         (message-return-action): New var.
2384         (message-bury): Use it.
2385         (message-mode): Make it buffer-local.
2386         (message-send-and-exit): Always call message-bury.
2387
2388         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2389         message-mail.
2390
2391 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * nnimap.el (nnimap-convert-partial-article): Protect against
2394         zero-length body parts.
2395
2396         * mm-decode.el (mm-preferred-alternative-precedence):
2397         Discourage showing empty parts.
2398
2399         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2400         and stuff if the backend didn't return the article number.  This fixes
2401         an Exchange-related nnimap bug.
2402
2403         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2404         group window, because it does the wrong thing when a separate frame
2405         displays the group buffer.
2406
2407         * proto-stream.el (open-protocol-stream): Protect against the low-level
2408         transport functions returning nil.
2409
2410 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2411
2412         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2413         (mml2015-epg-find-usable-secret-key): New function.
2414         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2415         mml2015-epg-find-usable-key (Bug#7797).
2416         (mml2015-epg-encrypt): Ditto.
2417
2418 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * dgnushack.el (rot13-string): Fix the way to get the argument.
2421
2422 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2425
2426 2011-01-03  Glenn Morris  <rgm@gnu.org>
2427
2428         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2429
2430         * sieve.el (sieve-open-server): Give a more explicit error if
2431         sieve-manage-open returns nil.  (Bug#7720)
2432
2433 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2434
2435         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2436
2437 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2440         This avoids sending passwords in plain text over non-encrypted
2441         channels.
2442
2443         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2444
2445         * nnimap.el (nnimap-login): Refactored out into own function, and
2446         implement CRAM-MD5.
2447         (nnimap-wait-for-line): Refactored out.
2448
2449         * mm-view.el (mml-smime): Require.
2450
2451 2010-12-20  David Engster  <deng@eml.cc>
2452
2453         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2454         use EPG to decrypt S/MIME messages instead of openssl.
2455
2456 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2459
2460         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2461         status is the group clearly is unreachable.
2462
2463         * auth-source.el (auth-source-create): Add the optional second
2464         parameter to `local-variable-p' to be compatible with XEmacs.
2465
2466 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2467
2468         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2469         work when using a compressed nnml folder.
2470
2471 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2474         backends after sanitising on entry, because this never makes sense:
2475         If the articles have gone missing, then the data no longer exists on
2476         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2477         overwrite anything anyway.
2478
2479         * shr.el (shr-insert-document): Bind shr-width dynamically to
2480         window-width if it's nil.
2481
2482 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2483
2484         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2485         with the meaning of using the full emacs window width for rendering.
2486
2487 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2488
2489         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2490         case when sender is not given.
2491
2492 2010-12-23  Julien Danjou  <julien@danjou.info>
2493
2494         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2495         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2496         the addresses, otherwise we might misplaced the gravatar.
2497
2498 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2499
2500         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2501         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2502         obsolete in Emacs.
2503
2504 2010-12-20  Julien Danjou  <julien@danjou.info>
2505
2506         * gnus-util.el (gnus-rescale-image): Revert last change.
2507
2508 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2509
2510         * binhex.el: Improve commentary (Bug#7482).
2511
2512 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * gnus-group.el (gnus-group-delete-articles): New command.
2515
2516 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2517
2518         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2519
2520 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2523         here, since it's up to the backends to do CRLF removal if their
2524         protocol has it.
2525
2526         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2527
2528 2010-12-17  Julien Danjou  <julien@danjou.info>
2529
2530         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2531         they are from file. Can also scale up.
2532
2533 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2534
2535         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2536         gnus-use-agent.
2537         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2538
2539         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2540
2541 2010-12-17  Julien Danjou  <julien@danjou.info>
2542
2543         * gravatar.el (gravatar-retrieve-synchronously): New function.
2544         (gravatar-get-data): Make more robust.
2545
2546 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2549
2550 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2553         to really consider the last line.
2554
2555 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2556
2557         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2558         list of recipient keys, or use symmetric encryption if not a list.
2559         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2560         EPA override, replacing the call to `netrc-store-data'.
2561
2562 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2563
2564         * gnus-srvr.el: Avoid passing nil regexp argument to
2565         delete-matching-lines.
2566
2567 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2570         fetching stops when Gnus exits.
2571
2572         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2573         function.
2574         (nnfolder-request-expire-articles): Save all the buffers after doing
2575         expiry.
2576
2577         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2578         the last article", since that led to serious performance regressions
2579         when expiring nnml groups.
2580
2581 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2582
2583         * nnir.el: Improve customizations.
2584
2585 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586
2587         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2588
2589         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2590         group has been killed.
2591         (gnus-group-yank-group): Ditto.
2592
2593         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2594
2595         * nnimap.el (nnimap-request-update-group-status): New function.
2596
2597         * gnus-int.el (gnus-request-update-group-status): New interface
2598         function.
2599
2600         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2601         copying read-ness to the backends.
2602
2603         * nnimap.el (nnimap-quirk): New function.
2604         (nnimap-retrieve-group-data-early): Use it.
2605         (nnimap-quirks): New alist.
2606
2607 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2610         don't delete it within indentation.
2611
2612 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2615         previous line.
2616
2617 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2620         QRESYNC command by deleting a superfluous space which broke Cyrus
2621         servers.  This change will break other servers that are buggy the other
2622         way around.
2623
2624 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2625
2626         * spam.el: Reindent and fix long lines.
2627         (spam-copy-or-move-routine): Exclude invalid move destinations.
2628
2629 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2630
2631         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2632         installed the registry.
2633
2634 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2637
2638 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2639
2640         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2641         groupname doesn't contain "gmane".
2642
2643 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2646         and netrc-bound-and-true-p bindings.
2647         (netrc-parse): Cache the netrc contents.
2648
2649         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2650         (gnus-1): Don't create the nndrafts group twice.
2651         (gnus-setup-news): There's no need to read the active file here, since
2652         that's done again later on a per-backend basis.
2653         (gnus-start-draft-setup): Make sure that the new group is started out
2654         empty.
2655
2656         * gnus-agent.el (gnus-agentize): Don't create the queue group
2657         automatically on startup.  It'll be created later, if needed.
2658
2659         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2660         of automatically subscribed groups.
2661         (gnus-auto-subscribed-categories): New variable.
2662         (gnus-matches-options-n): Use it.
2663         (gnus-default-subscribed-newsgroups): Remove unused variable.
2664         (gnus-start-draft-setup): Message a bit less.
2665
2666 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2667
2668         * nnir.el (nnir-run-imap): Return article list in order of increasing
2669         UID.
2670
2671 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * gnus-sum.el (gnus-summary-enter-digest-group):
2674         Mention gnus-auto-select-on-ephemeral-exit.
2675
2676         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2677         convention of the network-only option.
2678
2679 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * proto-stream.el (proto-stream-open-network-only): New function to
2682         have a way to specify non-STARTTLS upgrade connections.
2683
2684 2010-12-10  Julien Danjou  <julien@danjou.info>
2685
2686         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2687         email address is nil.
2688
2689         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2690
2691 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2692
2693         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2694         deletion.
2695         (nnir-run-imap): Only need to parse list once.
2696
2697 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * shr.el (shr-tag-script): Ignore <script>.
2700         (shr-tag-label): Add <label> support.
2701
2702 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2705
2706         * shr.el (shr-image-displayer): Work for images lined side by side.
2707
2708 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2709
2710         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2711         parameter, since XEmacs doesn't accept t as a parameter.
2712
2713 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2714
2715         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2716         ids.
2717         (nnir-run-gmane): Simplify groupspec formatting.
2718         (nnir-request-expire-articles): New function.
2719
2720 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2723         overflow, possibly.
2724
2725         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2726         (shr-render-td): Handle td style="" better.
2727         (shr-tag-table): Use the color from the style sheet.
2728         (shr-render-td): Make sure we copy over all the overlays, too.
2729
2730 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2731
2732         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2733         (nnir-request-article): Improve article retrieval.
2734
2735 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * mm-util.el (mm-extra-numeric-entities): New variable.
2738
2739         * mm-url.el (mm-url-decode-entities):
2740         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2741
2742         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2743
2744 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2745
2746         * message.el: Use completion-at-point.
2747         (message-completion-function): New fun, extracted from message-tab.
2748         (message-mode): Use it for completion-at-point-functions.
2749         (message-tab): Use it and completion-at-point.
2750
2751 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2754         character if a non-breakable character follows.
2755
2756 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2759         any stream.
2760
2761         * shr.el (shr-tag-font): Colorize the region.
2762         (shr-tag-body): Ditto.
2763         (shr-tag-font): Actually let the styles be inherited instead of
2764         overwriting them.
2765         (shr-tag-font): Get the background color right.
2766         (shr-tag-style): Ignore all <style> tags for the moment.
2767
2768         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2769         a Message-ID to avoid having nnimap depend on gnus-sum.
2770
2771         * shr.el (shr-descend): Only colorize something if we have a node that
2772         sets colors.
2773
2774 2010-12-06  Julien Danjou  <julien@danjou.info>
2775
2776         * shr.el (shr-render-td): Render td content with shr-descend, so style
2777         will be applied to <td> too.
2778         (shr-colorize-region): Colorize region even if we only have a background.
2779         (shr-tag-body): Fix color and background color inheritance.
2780         Do not recolorize after shr-generic.
2781         (shr-tag-font): Let shr-generic colorize via inheritance.
2782
2783 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2786
2787 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2788
2789         * nnir.el (nnir-request-move-article): Remove obsolete code.
2790
2791 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2794
2795 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * gnus-sum.el (gnus-summary-respool-article): The completion function
2798         expects a list instead of an alist.
2799
2800         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2801         string as the parameter.
2802
2803         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2804
2805         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2806         styles.
2807         (shr-colorize-region): New function.
2808         (shr-insert-background-overlay): Remove.
2809         (shr-render-td): Background setting should be taken care of on a higher
2810         level.
2811         (shr-tag-body): Use post-hoc colorizations.
2812         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2813         (shr-put-color-1): Don't overwrite old colors.
2814         (shr-colorize-region): When the background color isn't explicit, use
2815         a fixed background.
2816
2817         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2818         nnmail variables.
2819
2820 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2821
2822         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2823         unless necessary.
2824
2825 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2826
2827         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2828         server.
2829
2830 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2833         so that TAB works.
2834
2835         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2836         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2837
2838         * shr.el (shr-urlify): Show the URL before the title to avoid
2839         misleading URLs.
2840
2841 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2842
2843         * shr.el (shr-urlify): Display the title in <a> tags.
2844
2845 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2846
2847         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2848
2849 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2850
2851         * nnir.el: Rearrange code to allow macros to be autoloaded by
2852         gnus-sum.el.
2853         (nnir-retrieve-headers-override-function): Make this variable
2854         customizable.
2855         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2856
2857         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2858         from nnir.el.
2859
2860 2010-12-03  Julien Danjou  <julien@danjou.info>
2861
2862         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2863
2864 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2865
2866         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2867         allow optional argument `environment'.
2868
2869 2010-12-03  Glenn Morris  <rgm@gnu.org>
2870
2871         * mm-extern.el (message-goto-body): Update declaration.
2872
2873 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * gnus-util.el (gnus-macroexpand-all): New function.
2876
2877         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2878         instead of macroexpand-all that is unavailable in XEmacs.
2879
2880 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2881
2882         * nnir.el (nnir-summary-line-format): New variable.
2883         (nnir-mode): Use it.
2884         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2885         (nnir-article-ids): Reimplement as defsubst.
2886         (nnir-retrieve-headers): Don't mangle the subject header.
2887         (nnir-run-imap): Use 100 as RSV score.
2888         (nnir-run-find-grep): Fix for full server searching.
2889         (nnir-run-gmane): Better restriction to gmane groups.
2890
2891         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2892         summary buffers.
2893
2894 2010-12-02  Julien Danjou  <julien@danjou.info>
2895
2896         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2897
2898         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2899
2900         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2901         support.
2902
2903 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2904
2905         * nnir.el: Update to handle the registry better.
2906         (autoload): Silence byte-compiler.
2907         (nnir-open-server): Add a hook for nnir groups.
2908         (nnir-request-move-article): Don't mangle the header. Better to use
2909         formating variables (which will be added in the future).
2910         (nnir-registry-action): Update the registry using the original article
2911         group name.
2912         (nnir-mode): Install nnir-specific hooks for updating the registry.
2913
2914         * gnus-sum.el
2915         (gnus-article-original-subject,gnus-newsgroup-original-name):
2916         Remove obsolete variables.
2917         (gnus-summary-move-article): Remove use of obsolete variables.
2918         (gnus-summary-local-variables): Make move and delete hooks local to
2919         summary buffers.
2920
2921 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * rtree.el: New file.
2924
2925 2010-12-01  Julien Danjou  <julien@danjou.info>
2926
2927         * message.el (message-user-organization): Do not use
2928         gnus-local-organization.
2929
2930         * gnus.el: Remove gnus-local-organization.
2931
2932         * gnus-msg.el: Remove nastygram thing.
2933
2934 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2935
2936         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2937         funcall.
2938
2939 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2940
2941         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2942         names.
2943
2944         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2945         characters.
2946
2947         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2948         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2949         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2950         (gnus-gravatar-transform-address): Use mail-extract-address-components
2951         that supports non-ASCII names rather than mail-header-parse-addresses.
2952
2953 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * proto-stream.el (open-protocol-stream): All starttls connections are
2956         handled by the network handler.
2957
2958 2010-11-30  Julien Danjou  <julien@danjou.info>
2959
2960         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2961         (nnimap-open-connection-1): Fix PREAUTH.
2962
2963         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2964
2965 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2966
2967         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2968         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2969         (shr-insert): Use them.
2970         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2971
2972 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2973
2974         * nnir.el (nnir-request-move-article): Bail out if original group
2975         doesn't support article moves.
2976         (nnir-get-active): Improve active list retrieval.
2977
2978 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979
2980         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2981
2982 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2983
2984         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2985         seem to accept strings-with-numbers as port numbers,
2986
2987 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2988
2989         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2990         change the registry.
2991
2992 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2995         delete-dups that is not available in XEmacs 21.4.
2996
2997         * mm-util.el (mm-delete-duplicates): Add comment.
2998
2999 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
3000
3001         * nnir.el (nnir-ignored-newsgroups): New variable.
3002         (nnir-get-active): Use it.
3003
3004 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * proto-stream.el (proto-stream-open-network): Add some comments.
3007
3008         * nntp.el (nntp-open-connection): Provide a :success condition.
3009
3010         * nnimap.el (nnimap-open-connection-1): Ditto.
3011
3012         * proto-stream.el (proto-stream-open-network): See what the response to
3013         the STARTTLS command is.
3014
3015         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3016         backwards compatibility).
3017         (nnimap-open-connection-1): Really respect nnimap-server-port.
3018
3019         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3020         TLS upgrades we don't really care about the identity of the peer.
3021         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3022         that what we've checked for.
3023         (proto-stream-always-use-starttls): Only default to t if
3024         open-gnutls-stream exists.
3025         (proto-stream-open-network): If STARTTLS failed, then just open a
3026         normal connection.
3027         (proto-stream-open-network): Wait until the greeting before doing
3028         STARTTLS.
3029
3030         * nntp.el (nntp-open-connection): Report what the connection error is.
3031
3032         * proto-stream.el (open-protocol-stream): Rename from
3033         open-proto-stream.
3034
3035 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * nnimap.el (nnimap-stream): Change default to `undecided'.
3038         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3039         first, and then network.
3040         (nnimap-open-connection-1): Respect nnimap-server-port.
3041         (nnimap-open-connection): Be more backwards-compatible.
3042
3043         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3044         (proto-stream-open-starttls): De-duplicate the starttls code.
3045         (proto-stream-open-starttls): Folded back into the main function.
3046         (proto-stream-open-network): Fix typo in the gnutls path.
3047         (proto-stream-command): Refactor out.
3048
3049         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3050
3051         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3052         starttls.el STARTTLS.
3053
3054         * color.el (color-lab->srgb): Fix function call name.
3055
3056         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3057         if we're using tls.el.
3058         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3059         built in, then don't try to establish a STARTTLS connection.
3060
3061         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3062         servers.
3063
3064         * proto-stream.el (open-proto-stream): Use network, not stream.
3065         (open-proto-stream): Add a way to specify what the end of a command is.
3066
3067         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3068         connections types.
3069         (nntp-open-network-stream): Remove.
3070         (nntp-open-ssl-stream): Remove.
3071         (nntp-open-tls-stream): Remove.
3072         (nntp-ssl-program): Remove.
3073
3074         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3075
3076 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3077
3078         * nnir.el: Fix typos.
3079         (nnir-retrieve-headers-override-function): Rename variable to reflect
3080         new semantics.
3081         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3082         macros.
3083         (nnir-request-article, nnir-request-move-article): Use them.
3084         (nnir-categorize): New function.
3085         (nnir-run-query): Use it.
3086         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3087         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3088         sorted.
3089         (nnir-group-full-name): Use gnus-group-full-name instead.
3090         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3091         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3092
3093 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094
3095         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3096
3097         * proto-stream.el: New library to provide protocol-specific
3098         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3099         protocols.
3100         (open-proto-stream): Complete the documentation.
3101         (proto-stream-open-network): Fix some typos.
3102
3103         * nnimap.el (nnimap-open-connection): Use it.
3104
3105 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3106
3107         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3108         negotiation.
3109
3110 2010-11-26  Julien Danjou  <julien@danjou.info>
3111
3112         * color.el: Rename various rgb functions to srgb.
3113
3114 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3117         names.
3118
3119 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3120
3121         * shr.el (shr-insert): Revert last change.
3122         (shr-find-fill-point): Never leave point being at bol;
3123         relax the kinsoku limitation when rendering tables.
3124
3125 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3128         results from -accept-article.
3129
3130         * shr-color.el: Require cl when compiling.
3131
3132         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3133         checkin.
3134
3135         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3136
3137         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3138
3139         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3140         'add and 'delete to set backend marks.
3141
3142         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3143
3144         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3145
3146         * nntp.el (nntp-request-set-mark): Use it.
3147
3148         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3149
3150         * nnml.el (nnml-request-set-mark): Ditto.
3151
3152         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3153         introduces regressions in article selection.
3154         (nnimap-find-uid-response): New function.
3155         (nnimap-request-accept-article): Use the UID returned, if any.
3156         (nnimap-request-move-article): Use the UID returned, if any.
3157         (nnimap-get-groups): Reimplement to work with folded lines.
3158         (nnimap-find-uid-response): The UID is the last element in the list.
3159         (nnimap-request-set-mark): Extend syntax with 'set.
3160
3161         * nnml.el (nnml-request-set-mark): Ditto.
3162
3163         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3164
3165         * nntp.el (nntp-request-set-mark): Ditto.
3166
3167 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * message.el (message-called-interactively-p): A temporary macro.
3170         (message-goto-body): Use it temporarily.
3171
3172 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3175         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3176         (nnimap-last-response-string): Fix last unfolding fix.
3177
3178 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * shr.el (shr-insert): Fix the way to fold lines.
3181
3182 2010-11-25  Julien Danjou  <julien@danjou.info>
3183
3184         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3185
3186         * color.el: Rename from color-lab.el
3187         (color-rgb->hex): Add.
3188         (color-complement): Add.
3189         (color-complement-hex): Add.
3190
3191         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3192
3193 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3196         don't exist.
3197
3198 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3201         assuming that article displaying or another mml-preview may be
3202         interrupted for an error or for the like.
3203
3204         * shr.el (shr-get-background): Fix argument name.
3205
3206 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3209
3210         * gnus-sum.el (gnus-summary-include-articles): New function.
3211
3212         * message.el (message-goto-body): called-interactively-p needs a
3213         parameter, so use `any'.
3214
3215         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3216         clear marks before moving, since they're synced from the Gnus side
3217         first.
3218
3219         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3220         (gnus-summary-move-article): Copy over all marks before moving, so that
3221         IMAP doesn't think a new article has arrived.
3222
3223 2010-11-24  Julien Danjou  <julien@danjou.info>
3224
3225         * shr.el (shr-insert-background-overlay): Fix typo.
3226         (shr-render-td): Copy the background before rendering.
3227
3228         * shr-color.el (shr-color-visible): Fix docstring.
3229
3230         * shr.el (shr-tag-table): Add bgcolor support.
3231         (shr-render-td): Add bgcolor support.
3232         (shr-get-background): Add.
3233         (shr-insert-foreground-overlay): Use shr-get-background.
3234
3235         * message.el (message-goto-body): Use called-interactively-p.
3236         (message-in-body-p): message-goto-body returns point.
3237
3238 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3241         Fixes something or other in Emacs 23, and is backwards compatible.
3242
3243         * message.el (message-goto-body): Remove the <#secure special-casing,
3244         which is too special.
3245
3246         * shr.el (shr-parse-style): Drop !important from styles.
3247
3248 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3249
3250         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3251         this function to return incorrect results when calling it with an
3252         explicit article argument different from
3253         (gnus-summary-article-number).
3254
3255 2010-11-24  Julien Danjou  <julien@danjou.info>
3256
3257         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3258         (shr-tag-body): Add background support.
3259         (shr-descend): Add background support.
3260         (shr-tag-title): Add.
3261
3262         * shr-color.el (shr-color-visible): Really return original background
3263         if fixed.
3264
3265 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * shr.el (shr-color-check): Protect against non-existent colour names.
3268
3269 2010-11-24  Julien Danjou  <julien@danjou.info>
3270
3271         * color-lab.el: Require 'cl when compiling.
3272
3273         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3274
3275         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3276         matched part.
3277
3278         * color-lab.el: Fix all expt calls to use float type.
3279
3280 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3281
3282         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3283         expression to shr-color-check as is.
3284
3285         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3286
3287         * color-lab.el: Add coding cookie.
3288         (float-pi): Use eval-and-compile.
3289
3290         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3291         compiled for Emacsen having no `libxml-parse-html-region' support.
3292
3293 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * shr.el (shr-insert-color-overlay): Split stuff like
3296         "#444444 !important" to find the real colour.
3297         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3298         parse <font color="red"> entries.
3299
3300 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3301
3302         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3303         point when parsing headers.
3304
3305         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3306         is positioned properly when parsing headers.
3307
3308 2010-11-23  Julien Danjou  <julien@danjou.info>
3309
3310         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3311
3312         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3313
3314         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3315
3316         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3317         Use shr-color-hue-to-rgb.
3318         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3319
3320 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * shr.el (shr-color->hexadecimal): Autoload.
3323         (shr-descend): Add color to all tags.
3324
3325 2010-11-22  Julien Danjou  <julien@danjou.info>
3326
3327         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3328         shr-color->hexadecimal.
3329
3330         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3331         RGB() or HSL() color representation.
3332
3333         * shr.el (shr-tag-font): Add.
3334         (shr-tag-color-check): New function to get better colors.
3335         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3336         tag-span.
3337
3338         * shr-color.el: New file.
3339
3340         * color-lab.el: New file.
3341
3342         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3343
3344 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3345
3346         * nnir.el: Fix typo in comments.
3347         (nnir-run-imap): Simplify code. No need to reverse artlist.
3348         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3349
3350 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3353
3354         * nnimap.el (nnimap-get-capabilities): Refactor out.
3355         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3356
3357 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3358
3359         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3360         appearing when `mm-uu-hide-markers' is nil.
3361
3362 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * nnimap.el (nnimap-unselect-group): Make into its own function.
3365         (nnimap-request-rename-group): Unselect group before renaming.
3366         This had gotten lost somewhere.
3367         (nnimap-request-accept-article): Keep track of examined groups, and
3368         unselect the group before APPENDing to read-only groups.
3369         (nnimap-request-move-article): Clear flags before moving so that they
3370         can be re-set later.
3371
3372 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3375         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3376
3377 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3378
3379         * gnus-art.el (gnus-mime-display-single)
3380         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3381         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3382         parameter.
3383
3384 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3387         (shr-table-vertical-line): New variable.
3388         (shr-insert-table): Use it.
3389
3390 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * gnus-html.el (gnus-html-wash-images): Don't display images if
3393         gnus-inhibit-images is non-nil; register displayer for cid images.
3394         (gnus-html-display-image): Work for cid image.
3395         (gnus-html-insert-image): Allow arguments.
3396         (gnus-html-put-image): Inhibit read-only.
3397         (gnus-html-prefetch-images): Don't prefetch images if
3398         gnus-inhibit-images is non-nil.
3399
3400 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401
3402         * shr.el (shr-put-image): Break lines when inserting big pictures.
3403
3404 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3405
3406         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3407         sender, thanks Katsumi Yamaoka.
3408
3409 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3410
3411         * nnir.el (nnir-run-imap): Reverse the article list for each group
3412         rather than the whole list.
3413
3414 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * shr.el (shr-image-displayer): Protect function against non-existent
3417         image source.
3418
3419         * gnus-art.el (gnus-inhibit-images): New user option.
3420         (gnus-mime-display-single): Don't display image if it is non-nil.
3421
3422         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3423         gnus-inhibit-images.
3424
3425         * shr.el (shr-image-displayer): New function.
3426         (shr-tag-img): Use it.
3427
3428 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3429
3430         * mml2015.el (mml2015-epg-sign): Use From header.
3431
3432 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3435
3436         * gnus-util.el (gnus-find-text-property-region): Return markers.
3437
3438         * shr.el (shr-tag-img): Put a displayer in the text property.
3439
3440         * gnus-util.el (gnus-find-text-property-region): New utility function.
3441
3442         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3443         (gnus-html-show-images): Remove.
3444
3445         * gnus-art.el (gnus-article-show-images): New, more general function.
3446
3447         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3448         image url text properties.
3449
3450         * shr.el: Ditto.
3451
3452         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3453         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3454
3455 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3458         work for two or more articles.
3459
3460 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3463         divide an image that's in an html article to two or more when washing
3464         non-ASCII characters in alt text of it.
3465
3466 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3469         smime-decrypt-region using function argument.
3470         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3471
3472         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3473
3474         * smime.el (smime-decrypt-region): Catch it.
3475
3476 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3477
3478         * smime.el (smime-mode-map): Move initialization into declaration.
3479         (gnus-run-mode-hooks): Don't autoload.
3480         (smime-mode): Use define-derived-mode.
3481
3482 2010-11-11  Glenn Morris  <rgm@gnu.org>
3483
3484         * smime.el (from): Restrict declaration to XEmacs.
3485
3486         * nnir.el (gnus-group-topic-name): Autoload.
3487
3488 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * shr.el (shr-insert): Don't break long line if it is because of
3491         kinsoku-bol characters in the line end.
3492
3493 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3494
3495         * nnir.el (nnir-request-move-article): Fix to provide original group
3496         and subject.
3497         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3498         been retrieved.
3499
3500         * gnus-sum.el (gnus-summary-move-article): Use original group and
3501         subject for virtual articles such as those in an nnir summary buffer.
3502
3503 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3506         least 21.5).
3507
3508         * smime.el (from): Declare it again for XEmacs.
3509
3510 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * message.el (message-resend): Don't disable encoding unless it's
3513         already encoded.
3514
3515         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3516         low-numbered articles.
3517
3518 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * rfc2047.el (rfc2047-syntax-table): Simplify.
3521
3522         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3523
3524         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3525         set-char-table-range for XEmacs.
3526
3527 2010-11-10  Glenn Morris  <rgm@gnu.org>
3528
3529         * time-date.el (time-to-seconds): Always an alias on Emacs,
3530         never a real function.
3531         (with-no-warnings): Remove compat stub, now unused.
3532         (time-less-p): Doc fix.
3533         (time-to-number-of-days): Simplify.
3534
3535         * smime.el (from): Remove unused declaration.
3536
3537         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3538         (gnus-float-time): On Emacs, always an alias.
3539
3540         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3541         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3542
3543 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3544
3545         * dgnushack.el: Don't use ignore-errors in the top level form since it
3546         is unavailable in XEmacs even if cl is loaded.
3547
3548         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3549
3550 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3551
3552         * shr.el (browse-url-mailto): Autoload.
3553
3554         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3555
3556         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3557         regexp doesn't need quoting.
3558
3559 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3560
3561         * message.el (message-subject-trailing-was-ask-regexp)
3562         (message-subject-trailing-was-regexp): Match was: in addition to was.
3563
3564 2010-11-09  Glenn Morris  <rgm@gnu.org>
3565
3566         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3567         (nnbabyl-check-mbox): Use point-at-bol.
3568
3569 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3572
3573         * message.el (message-mailto): New function.
3574         (message-mailto): Should accept other parameters.
3575         (message-mailto): Remove since it duplicates browse-url-mailto
3576         functionality.
3577
3578 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3581         methods.
3582         (gnus-read-active-file): Ditto.
3583
3584         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3585         ": " from the prompt.
3586         (gnus-group-make-group): Ditto.
3587
3588 2010-11-07  Glenn Morris  <rgm@gnu.org>
3589
3590         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3591         (gnus-bookmark-kill-line): Use point-at-eol.
3592
3593 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3596         asterisks in From header.
3597
3598 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3601         string to avoid making the From headers syntactically invalid.
3602
3603         * message.el (message-send-mail): Don't insert courtesy messages if the
3604         message already has List-Post and List-ID messages.
3605
3606 2010-11-06  Glenn Morris  <rgm@gnu.org>
3607
3608         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3609         `condition', `type', `length' a prefix.
3610         (gnus-treat-predicate): Update for above name changes.
3611
3612 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3613
3614         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3615         binding.  Handled by `gnus-summary-refer-thread' instead.
3616         (nnir-warp-to-article): New backend function.
3617
3618         * nnimap.el (nnimap-request-thread): Force dependency updating.
3619
3620         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3621         (gnus-summary-refer-thread): Rework to improve thread-referral.
3622
3623         * gnus-int.el (gnus-warp-to-article): New function.
3624
3625         * gnus-sum.el (gnus-summary-article-map): Bind it.
3626
3627 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3628
3629         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3630         gnus-summary-refer-thread.
3631
3632         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3633         headers.
3634         (gnus-summary-limit-include-thread): Prevent articles in thread from
3635         being cut in gnus-cut-threads.
3636         (gnus-summary-refer-thread): Limit retrieved headers to those in
3637         thread.
3638
3639 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * message.el (message-send-mail): Use the value of
3642         message-courtesy-message from the message buffer.
3643
3644         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3645
3646         * shr.el (shr-browse-url): Implement mailto: URLs.
3647
3648         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3649         "raw".
3650
3651         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3652         if it's already selected.
3653
3654         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3655
3656 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3659         to measure the length and truncate alt text.
3660
3661 2010-11-03  Glenn Morris  <rgm@gnu.org>
3662
3663         * nndiary.el (nndiary-generate-nov-databases-1)
3664         (nndiary-generate-active-info): Rename dynamic variable `files' to
3665         something less generic.
3666
3667 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3668
3669         * nnir.el (nnir-request-move-article): Call the underlying backend to
3670         move articles from nnir.
3671
3672 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3675
3676 2010-11-02  Julien Danjou  <julien@danjou.info>
3677
3678         * nnir.el: Remove wais support.
3679
3680 2010-11-02  Glenn Morris  <rgm@gnu.org>
3681
3682         * gnus-html.el: Reorder requirements to quieten compiler.
3683
3684 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3687         properly for XEmacs as well.
3688         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3689         (gnus-article-natural-long-line-p): Use window-width rather than
3690         frame-width.
3691
3692 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3693
3694         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3695         (nnir-read-parms): Don't modify query.
3696         (nnir-run-query): Add ability to search topic on current line.
3697         (nnir-get-active): Clean up.
3698
3699 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3702         degenerate articles.
3703
3704         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3705         (gnus-print-buffer): Just print the buffer as is, without any copying
3706         to a buffer and then re-highlighting.
3707
3708         * nnimap.el (nnimap-request-group): Store the new updated info.
3709         (nnimap-request-group): Select the group when we don't know whether it
3710         exists or not.
3711
3712         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3713         groups.
3714
3715         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3716         groups.
3717
3718         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3719         groups.
3720
3721         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3722         long-lines case by only filling the long lines.
3723
3724         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3725         (bug #7311).
3726
3727 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * shr.el: No need to declare `declare-function' since shr.el is for
3730         only Emacsen that provide `libxml-parse-html-region'.
3731
3732         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3733         effective only in a file it is referred to.
3734
3735 2010-11-01  Glenn Morris  <rgm@gnu.org>
3736
3737         * mm-util.el (gnus-completing-read): Autoload.
3738         (mm-read-coding-system): Simplify Emacs definition.
3739
3740         * nnmail.el (gnus-activate-group):
3741         * nnimap.el (gnutls-negotiate):
3742         * nntp.el (netrc-parse): Fix declarations.
3743
3744 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3747         string-match-p in Emacs >=23.
3748
3749         * gnus-msg.el (gnus-configure-posting-styles)
3750         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3751
3752 2010-11-01  Glenn Morris  <rgm@gnu.org>
3753
3754         * nnir.el (declare-function): Add compat stub.
3755         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3756         (nnir-run-gmane): Require 'mm-url.
3757
3758         * mm-util.el (mm-string-to-multibyte): Simplify.
3759
3760         * shr.el (declare-function): Add compat stub.
3761         (url-cache-create-filename): Declare.
3762         (mm-disable-multibyte, widget-convert-button): Autoload.
3763
3764         * smime.el (ldap-search): Declare.
3765         (smime-cert-by-ldap-1): Require ldap on Emacs.
3766
3767         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3768         (nnimap-keepalive): Use gnus-float-time.
3769
3770         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3771         (mail-source-delete-crash-box): Use gnus-float-time.
3772
3773         * gnus-dired.el (gnus-completing-read): Autoload.
3774
3775         * mm-view.el (gnus-rescale-image): Autoload.
3776
3777         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3778
3779         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3780
3781         * sieve-manage.el: Require 'cl when compiling.
3782
3783         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3784         (gnus-iswitchb-completing-read): Require iswitchb.
3785         (gnus-select-frame-set-input-focus): Silence compiler.
3786
3787 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * message.el (message-subject-trailing-was-query): Change default to t,
3790         since I think that's what most people want.
3791
3792         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3793         appending for easier debugging.
3794         (nnimap-wait-for-connection): Take a regexp.
3795         (nnimap-request-accept-article): Wait for the continuation line before
3796         sending anything unless we're streaming.
3797
3798         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3799         leave the header washing to take place.
3800
3801 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3802
3803         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3804         regular expression match and replace in posting styles.
3805
3806 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3807
3808         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3809         an entire server.
3810         (nnir-get-active): New function.
3811         (nnir-run-imap): Use it.
3812         (nnir-run-gmane): Who knew, gmane search returns an article score!
3813
3814         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3815         server on the current line with nnir.
3816
3817 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3820         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3821         left edge.
3822         (gnus-article-foldable-buffer): Skip past the prefix when determining
3823         raggedness.
3824
3825         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3826         the raw article, and change `C-u g' to show the article without doing
3827         treatments.
3828
3829         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3830         on to `gnus-treat-article'.
3831         (gnus-inhibit-article-treatments): New variable.
3832
3833         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3834
3835         * gnus-art.el (gnus-treatment-function-alist): Have
3836         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3837         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3838         sections.
3839
3840         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3841         parameter.
3842         (gnus-article-fill-cited-long-lines): New function.
3843         (gnus-article-fill-cited-article): Allow filling only long sections.
3844
3845         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3846         and non-punctuation (like after the apostrophe in "'We").
3847
3848         * gnus-sum.el (gnus-summary-select-article): Make sure
3849         gnus-original-article-buffer is alive.
3850
3851         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3852         reflect the order they're in in the digest.
3853
3854         * gnus.el (gnus-group-startup-message): Move point to the start of the
3855         buffer.
3856
3857         * nnimap.el (nnimap-capability): New function.
3858         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3859         is set.
3860
3861 2010-10-31  David Engster  <dengste@eml.cc>
3862
3863         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3864         conform with changes to gnus-completing-read.
3865
3866 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3869
3870 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3871
3872         * nnir.el: Move defvar, defcustom around to keep file organized
3873         and keep byte-compiler quiet.
3874         (nnir-read-parms): Accept search-engine as arg.
3875         (nnir-run-query): Pass search-engine as arg.
3876         (nnir-search-engine): Remove.
3877
3878 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * shr.el (shr-generic): The text nodes should be text, not :text.
3881
3882         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3883         later in the file.
3884
3885 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3886
3887         * nnir.el: General clean up.  Allow searching with multiple engines.
3888         Allow separate extra-parameters for each engine.
3889         Batch queries when possible.
3890         (nnir-imap-default-search-key,nnir-method-default-engines):
3891         Add customize interface.
3892         (nnir-run-gmane): New engine.
3893         (nnir-engines): Use it.  Qualify all prompts with engine name.
3894         (nnir-search-engine): Remove global variable.
3895         (nnir-run-hyrex): Restore for now.
3896         (nnir-extra-parms,nnir-search-history): New variables.
3897         (gnus-group-make-nnir-group): Use them.
3898         (nnir-group-server): Remove in favor of gnus-group-server.
3899         (nnir-request-group): Avoid searching twice.
3900         (nnir-sort-groups-by-server): New function.
3901
3902 2010-10-30  Julien Danjou  <julien@danjou.info>
3903
3904         * gnus-group.el: Remove gnus-group-fetch-control.
3905
3906         * gnus-start.el (gnus-find-new-newsgroups):
3907         Remove gnus-check-first-time-used.
3908
3909         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3910
3911 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3912
3913         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3914         set on groups that don't have \* permanentflags.
3915
3916 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917
3918         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3919         control the background color.
3920         (shr-tag-img): Ignore very small web bug type images.
3921         (shr-put-image): Add help-echo alt texts to the images.
3922         (shr-tag-video): Show the video poster image.
3923
3924 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * shr.el (shr-table-depth): New variable.
3927         (shr-tag-table-1): Only insert the images after the top-level table.
3928
3929         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3930
3931         * gnus-util.el (gnus-list-memq-of-list): New function.
3932
3933         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3934         selected.
3935         (nnimap-unsplittable-articles): New slot.
3936         (nnimap-new-articles): Use it.
3937
3938 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3939
3940         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3941         move to the previous line on `M-g'.
3942
3943 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3946         *-request-group, which seems unnecessary.
3947
3948         * nnimap.el (nnimap-quote-specials): Function copied over from
3949         imap.el.
3950         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3951         they support that.  Suggested by Tom Regner.
3952
3953 2010-10-29  Julien Danjou  <julien@danjou.info>
3954
3955         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3956         defalias.
3957         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3958
3959         * gnus.el: Remove `gnus-nntp-service' variable.
3960         (gnus-secondary-servers): Make obsolete.
3961         (gnus-nntp-server): Make obsolete.
3962
3963         * gnus-start.el (gnus-1): Remove x-splash calls.
3964
3965         * gnus-ems.el (gnus-x-splash): Remove.
3966
3967         * gnus.el (gnus-group-startup-message): Simplify/update code.
3968
3969         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3970         definition.
3971
3972         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3973         capability before doing anything.
3974         (gnus-group-insert-group-line): Remove useless
3975         gnus-group-remove-excess-properties.
3976
3977 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3980
3981 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3984         config after reselecting.
3985
3986 2010-10-28  Julien Danjou  <julien@danjou.info>
3987
3988         * shr.el (shr-put-image): Use point even if only inserting text.
3989         (shr-put-image): Save excursion when inserting alt text on non-graphic
3990         display, so the behaviour is the same when we are on a graphic display.
3991
3992         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3993
3994 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3997         (gnus-mime-copy-part): Check coding system, not charset.
3998         (gnus-mime-view-part-externally): Never remove part.
3999         (gnus-mime-view-part-internally): Don't remove part here.
4000         (gnus-article-part-wrapper): Make sure MIME tag is visible.
4001         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
4002         multipart/alternative.
4003
4004         * mm-decode.el (mm-display-part): Take optional arg `force'.
4005
4006 2010-10-26  Julien Danjou  <julien@danjou.info>
4007
4008         * gnus-group.el (gnus-group-default-list-level): Add this function to
4009         compute the default list level.
4010         (gnus-group-default-list-level): Add possibility to use a function.
4011
4012 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4015
4016         * gnus-group.el (gnus-group-completing-read)
4017         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4018         gnus-replace-in-string.
4019
4020 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * shr.el (shr-tag-div): Add.
4023
4024         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4025
4026 2010-10-25  Julien Danjou  <julien@danjou.info>
4027
4028         * gnus-util.el: Remove `gnus-with-local-quit'.
4029
4030         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4031
4032 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4035         the original article buffer.
4036
4037 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4038
4039         * nnimap.el (nnimap-request-head): New function.
4040         (nnimap-request-move-article): Try to be slighly faster by not
4041         requesting the entire message when moving.
4042         (nnimap-transform-headers): Don't bug out on bodiless articles.
4043         (nnimap-send-command): Have no outstanding messages if the IMAP server
4044         doesn't support streaming.
4045         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4046
4047 2010-10-24  Julien Danjou  <julien@danjou.info>
4048
4049         * message.el (message-default-headers): Fix type.
4050
4051 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4054         prefetching images.
4055
4056         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4057         backend for unknown groups.  This is mainly useful for nnimap groups.
4058
4059         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4060         group isn't covered by the agent.
4061
4062 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4063
4064         * nnir.el (nnir-method-default-engines): New variable.
4065         (nnir-run-query): Use it.
4066         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4067         (gnus-summary-nnir-goto-thread): Change group if needed.
4068
4069         * gnus-group.el (gnus-group-group-map): Add key binding for
4070         gnus-group-make-nnir-group.
4071
4072 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4073
4074         * shr.el (shr-tag-object): Add.
4075
4076         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4077         original article buffer live.
4078         (gnus-summary-select-article-buffer):
4079         Mention gnus-widen-article-buffer.
4080
4081 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * shr.el (shr-tag-strong): Add.
4084
4085 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086
4087         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4088         group names.  They mess up the group buffer badly.
4089
4090         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4091
4092         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4093         instead of the summary one.
4094
4095 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * mml.el (mml-preview): Work properly when editing article.
4098
4099         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4100         gnus-have-read-active-file if it's already been in.
4101
4102 2010-10-22  Tom Tromey  <tromey@redhat.com>
4103
4104         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4105         gnus-group-completing-read.
4106
4107 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4108
4109         * message.el (message-mode-map): Don't bind M-; to comment region, to
4110         allow the global comment-dwim to work.
4111
4112 2010-10-21  Julien Danjou  <julien@danjou.info>
4113
4114         * message.el (message-setup-1): Allow message-default-headers to be a
4115         function.
4116
4117 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4118
4119         * shr.el (shr-tag-table): Simplify.
4120
4121 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4122
4123         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4124         to avoid trying to snarf invalid stuff.
4125
4126         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4127
4128         * gnus.el (gnus-message-archive-group): Quote value.
4129         (gnus-message-archive-group): Mark as changed.
4130
4131         * shr.el (shr-add-font): Don't put the font properties on the newline
4132         or the indentation.
4133
4134         * message.el (message-fix-before-sending): Change options when sending
4135         non-printable characters.
4136
4137         * gnus.el (gnus-message-archive-method): Change the default to
4138         monthly outgoing groups.
4139
4140         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4141         that have gotten new numbers.
4142
4143         * nnimap.el (nnimap-request-replace-article): New function.
4144
4145 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4148         (nnrss-request-article): Don't use special html washing code.
4149
4150 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * shr.el (shr-tag-table): Remove useless nconc.
4153
4154 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * gnus-art.el (article-wash-html): Simplify and remove the charset
4157         stuff.  Use the normal html rendering code instead of the special html
4158         washing code.
4159
4160         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4161         `gnus-w3m' symbols.
4162         (mm-text-html-washer-alist): Remove.
4163
4164         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4165         (mm-inline-media-tests): Remove use.
4166         (mm-text-html-renderer): Change default to the `shr' symbol.
4167
4168         * mm-view.el (mm-inline-text-html): Remove use.
4169
4170         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4171         `gnus-blocked-images' to be a function.
4172         (gnus-article-wash-function): Remove.
4173
4174 2010-10-20  Julien Danjou  <julien@danjou.info>
4175
4176         * spam.el (spam-list-of-processors): Mark as obsolete.
4177
4178         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4179         (nnimap-insert-partial-structure): Fix boundary detection.
4180
4181 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4182
4183         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4184         run file-truename on remote files.  This can be expensive and even
4185         prevent one from editing drafts if some unrelated buffer has a stale
4186         connection.
4187
4188 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4191         kinsoku-eol regardless of shr-kinsoku-shorten.
4192         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4193         (shr-tag-table): Support caption, thead, and tfoot.
4194
4195 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4198         lines.
4199         (shr-save-contents): New command and keystroke.
4200
4201         * nndoc.el (nndoc-type-alist): Add git support.
4202         (nndoc-git-type-p): New function.
4203         (nndoc-transform-git-article): Ditto.
4204         (nndoc-transform-git-headers): Ditto.
4205         (nndoc-transform-git-headers): Generate Subject headers.
4206
4207         * shr.el (shr-parse-style): New function.
4208         (shr-tag-span): Ditto.
4209
4210         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4211         to `G G' to avoid collisions.
4212
4213 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * shr.el: Load kinsoku if necessary.
4216         (shr-kinsoku-shorten): New internal variable.
4217         (shr-find-fill-point): Make kinsoku shorten text line if
4218         shr-kinsoku-shorten is bound to non-nil.
4219         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4220         shr-indentation too when testing if table is wider than frame width.
4221         (shr-insert-table): Use `string-width' instead of `length' to measure
4222         text width.
4223         (shr-insert-table-ruler): Make sure indentation is done at bol.
4224
4225 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4226
4227         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4228         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4229         undecoded network data.
4230
4231 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4234         name in the mode line spec so that the mode line menu works
4235         (bug #2431).
4236
4237         * message.el (message-get-reply-headers): If we're fed `to-address',
4238         then always use that.
4239
4240         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4241         aren't so wide as to need to switch off the edit menu.
4242
4243         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4244         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4245
4246         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4247         `M-g'.
4248         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4249         the permanent marks.
4250
4251 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4252
4253         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4254         Splitting according to references/in-reply-to obeys the ignore-groups
4255         variable, while splitting by sender and subject do not.
4256
4257 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4260         alist, so that we can look for non-Unicode chars.
4261         (article-translate-strings): Allow both character and string maps.
4262
4263 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * shr.el (shr-insert): Don't insert space behind a wide character
4266         categorized as kinsoku-bol, or between characters both categorized as
4267         nospace.
4268
4269 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4270
4271         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4272         headers to gnus-newsgroup-headers.
4273
4274 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * shr.el (shr-tag-img): Don't align images -- since we're not
4277         rescaling, this often leads to ugly displays.
4278
4279 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4280
4281         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4282         duplicates.
4283
4284 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4285
4286         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4287         call.
4288
4289 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * gnus.el: Autoload gnus-html-show-images.
4292
4293         * nnimap.el: Use nnheader-message throughout.
4294
4295         * shr.el (shr-tag-img): Ignore images with no data.
4296
4297 2010-10-15  Julien Danjou  <julien@danjou.info>
4298
4299         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4300         a possibility to disable format=flow encoding when using hard newlines.
4301
4302 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * shr.el (shr-insert): Remove space inserted before or after a
4305         breakable character or at the beginning or the end of a line.
4306         (shr-find-fill-point): Do kinsoku; find the second best point or give
4307         it up if there's no breakable point.
4308
4309 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * nnimap.el (nnimap-open-connection): Message when opening connection
4312         for debugging purposes.
4313
4314         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4315         on every setup buffer call to allow this to change from article to
4316         article.
4317
4318         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4319         buffers where we have a wide table.
4320
4321 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4322
4323         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4324         uses *-request-thread.
4325
4326 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327
4328         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4329         incantation, which is no longer valid.
4330
4331 2010-10-14  Julien Danjou  <julien@danjou.info>
4332
4333         * shr.el: Fix defcustom type (char -> character).
4334
4335 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4338         programs.
4339
4340 2010-10-14  Julien Danjou  <julien@danjou.info>
4341
4342         * shr.el (shr-tag-a): Use url-link as widget type.
4343
4344         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4345         `gnus-group-get-icon'.
4346
4347 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348
4349         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4350         This should make server editing work better.
4351
4352         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4353
4354         * tls.el (tls-program): Remove spurious %s from openssl.
4355
4356         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4357         (nnimap-parse-flags): Fix regexp.
4358
4359         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4360         probably work for CJVK text, too.
4361
4362         * nnimap.el (nnimap-extend-tls-programs): Remove.
4363         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4364
4365         * tls.el (tls-starttls-switches): Remove starttls hack.
4366         (open-tls-stream): Ditto.
4367         (tls-find-starttls-argument): Ditto.
4368
4369 2010-10-13  Julien Danjou  <julien@danjou.info>
4370
4371         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4372         responses.
4373
4374 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4377
4378         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4379         anything in Emacs.
4380
4381         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4382
4383 2010-10-13  Julien Danjou  <julien@danjou.info>
4384
4385         * shr.el (shr-width): Make shr-width a defcustom with default to
4386         fill-column.
4387         (shr-tag-img): Use shr-width rather than fill-column.
4388
4389 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * dgnushack.el (byte-optimize-apply)
4392         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4393
4394         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4395         position when (X-)Faces exist.
4396         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4397         avatars when called interactively.
4398
4399 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4402         gnus-article-x-face-too-ugly is bound.
4403
4404 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4407
4408         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4409         mailbox that doesn't exist.
4410
4411 2010-10-12  Julien Danjou  <julien@danjou.info>
4412
4413         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4414         (shr-get-image-data): Encode URL properly when fetching from cache.
4415         (shr-tag-img): Use aligned-to spaces to align correctly images.
4416
4417         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4418         before inserting the Gravatar.
4419
4420         * shr.el (shr-tag-img): Add align attribute support for <img>.
4421
4422 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * gnus-gravatar.el (gnus-art): Require.
4425
4426         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4427         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4428         Remove long obsoleted functions.
4429
4430 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4433
4434         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4435
4436         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4437         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4438         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4439         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4440         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4441         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4442         * sieve-manage.el, smime.el, spam.el:
4443         Fix comment for declare-function.
4444
4445 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * nnimap.el (nnimap-request-rename-group): Select group read-only
4448         before renaming it.
4449
4450         * shr.el (shr-insert): Fix up the white space only regexp.
4451
4452         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4453         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4454
4455         * shr.el (shr-current-column): New function.
4456         (shr-find-fill-point): New function.
4457
4458 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4459
4460         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4461         numbers.
4462
4463 2010-10-11  Julien Danjou  <julien@danjou.info>
4464
4465         * shr.el (shr-hr-line): Add.
4466         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4467         display hr lines.
4468         (shr-max-columns): Do not change state to nil if we just inserting
4469         spaces.
4470
4471 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4474         select the last group.
4475
4476 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4477
4478         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4479
4480 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4481
4482         * dig.el (dig-mode-map): Declare and define in one step.
4483
4484 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4485
4486         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4487         for Gnus.
4488         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4489         (nnimap-update-qresync-info): Mark \Seen articles as read.
4490
4491         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4492         non-variable, too.
4493
4494         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4495         available.
4496         (nnimap-update-info): Rely more on the current active than the param
4497         active to avoid marking articles as read too much.
4498
4499         * auth-source.el (auth-source-create): Use (user-login-name) for the
4500         user name default.
4501
4502         * nnimap.el (nnimap-update-info): If the server doesn't return any
4503         useful info, just use the previous info.
4504         (nnimap-update-info): Prefer old info over start-article.
4505         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4506
4507 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4508
4509         * nnir.el (autoload): Clean up autoloads.
4510         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4511         Use key rather than value.
4512         (nnir-imap-search-other): New variable.
4513         (nnir-read-parm): Use it.
4514         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4515         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4516
4517 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4518
4519         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4520         the process, too.
4521
4522 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * spam.el (gnus-summary-mode-map): Bind to "$".
4525         Suggested by Russ Allbery.
4526
4527         * shr.el: Rework the way things are indented by <li> slightly.
4528
4529         * gnus.el (gnus-group-set-parameter): Fix typo.
4530
4531         * nnimap.el: Start implementing QRESYNC support.
4532
4533 2010-10-09  Julien Danjou  <julien@danjou.info>
4534
4535         * nnir.el (nnir-engines): Fix too many arguments.
4536
4537 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4538
4539         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4540         group is the "last", so that the backends like nnfolder actually save
4541         their folders.
4542
4543         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4544         try to use that for the tls stream.
4545         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4546         UIDVALIDITY and find out which groups are read-only and not.
4547         (nnimap-get-flags): Use the same marks parsing code as the rest of
4548         nnimap.
4549
4550 2010-10-09  Julien Danjou  <julien@danjou.info>
4551
4552         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4553
4554         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4555         retrieving gravatars.
4556
4557         * shr.el (shr-table-corner): Add.
4558         (shr-table-line): Add.
4559         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4560
4561 2010-10-08  Julien Danjou  <julien@danjou.info>
4562
4563         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4564
4565 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4566
4567         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4568
4569         * gnus-sum.el (gnus-mark-article-as-unread)
4570         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4571         (gnus-summary-set-bookmark): Use it.
4572
4573         * gnus-msg.el (gnus-setup-message): Use it.
4574
4575         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4576
4577         * gnus.el (gnus-group-remove-parameter): Use it.
4578
4579         * gnus-group.el (gnus-group-make-web-group): Use it.
4580
4581         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4582
4583         * nnregistry.el: Update docs to mention manual.
4584
4585         * gnus-registry.el: Update docs to mention nnregistry.el.
4586         (gnus-registry-initialize): Don't install nnregistry refer method
4587         automatically.
4588         (gnus-registry-install-nnregistry): Remove it.
4589
4590 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4591
4592         * shr.el (shr-insert): Don't insert double spaces.
4593
4594 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * gnus-gravatar.el (gnus-treat-from-gravatar)
4597         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4598         called interactively.
4599
4600         * gnus-art.el (gnus-mime-view-part-externally)
4601         (gnus-mime-view-part-internally): Make predicate function passed to
4602         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4603         of a mime type.
4604
4605         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4606
4607 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * shr.el (require): Require cl when compiling.
4610         (shr-tag-hr): New function.
4611
4612         * nnimap.el (nnimap-update-info): Remove double setting of high.
4613         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4614         This makes nnimap work properly on Courier again.
4615
4616         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4617         the variable for backwards compatibility.
4618
4619         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4620         the file name before using to avoid setting mm-default-directory to
4621         nil.
4622
4623         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4624         bidning gnus-agent variables.
4625
4626         * shr.el (shr-render-td): Use a cache for the table rendering function
4627         to avoid getting an exponential rendering behaviour in nested tables.
4628         (shr-insert): Rework the line-breaking algorithm.
4629         (shr-insert): Don't leave trailing spaces.
4630         (shr-insert-table): Also insert empty TDs.
4631         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4632
4633 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4634
4635         * gnus-sum.el (gnus-number): Rename from `number'.
4636         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4637         (gnus-summary-limit-children): Update uses correspondingly.
4638
4639 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4642         (gnus-gravatar-transform-address): Don't show avatars of people of
4643         which mail addresses match gnus-gravatar-too-ugly.
4644
4645 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * shr.el (shr-table-widths): Expand TD elements to fill available
4648         space.
4649
4650 2010-10-07  Julien Danjou  <julien@danjou.info>
4651
4652         * nnimap.el (nnimap-request-rename-group): Add this method.
4653
4654 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4657         name from XEmacs' function-arglist.
4658
4659         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4660         gravatar under XEmacs.
4661
4662 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4663
4664         * auth-source.el: Update docs with TODO items.
4665
4666         * gnus-sync.el: Update docs to explain state and plans.
4667
4668         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4669         Hooks for mark updates.
4670         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4671
4672         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4673         hooks with arguments, which is needed for mark update hooks.
4674
4675 2010-10-06  Julien Danjou  <julien@danjou.info>
4676
4677         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4678         was matched.
4679
4680         * sieve-manage.el: Update example in `Commentary'.
4681
4682         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4683
4684         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4685         not 2000.
4686         (sieve-manage-authenticate): Re-add function.
4687
4688 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * shr.el (shr-insert): Get 'space transition right.
4691         (shr-render-td): Only delete space at the end of the TD.
4692
4693         * nnimap.el (nnimap-open-connection): Prepare to support
4694         open-gnutls-stream.
4695
4696         * shr.el: Rearrange function order to be more logical.
4697
4698 2010-10-06  Julien Danjou  <julien@danjou.info>
4699
4700         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4701         (nnrss-discover-feed): Remove 404 URL in docstring.
4702
4703         * nnir.el: Fix Swish-E URL.
4704         Fix Namazu URL.
4705
4706         * message.el (message-change-subject): Remove 404 URL in a comment.
4707
4708 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4709
4710         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4711         called interactively.
4712
4713         * gnus-util.el (gnus-remove-if): Allow hash table.
4714         (gnus-remove-if-not): New function.
4715
4716         * gnus-art.el (gnus-mime-view-part-as-type)
4717         * gnus-score.el (gnus-summary-score-effect)
4718         * gnus-sum.el (gnus-read-move-group-name):
4719         Replace remove-if-not with gnus-remove-if-not.
4720
4721         * gnus-group.el (gnus-group-completing-read):
4722         Regard collection as a hash table if it is not a list.
4723
4724 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4727
4728         * shr.el: Document the table-rendering algorithm.
4729
4730 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4733         for Emacsen having no `libxml-parse-html-region' support.
4734
4735 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4738         invalid URLs.
4739
4740         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4741         line-broken.
4742         (shr-tag-img): Ignore image fetching errors.
4743         (shr-overlays-in-region): Compute overlay positions correctly.
4744
4745         * mm-decode.el (mm-shr): Require shr.
4746
4747         * gnus-art.el (gnus-blocked-images): Move variable here.
4748
4749         * shr.el (shr-insert-table): Bind free variable.
4750
4751         * mm-decode.el (mm-shr): Bind shr-content-function.
4752
4753         * shr.el (shr-content-function): New variable.
4754
4755         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4756         added for symmetry.
4757
4758         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4759
4760         * gnus-group.el (gnus-group-make-group): Doc fix.
4761
4762         * nnimap.el (nnimap-request-newgroups): Return success.
4763
4764         * shr.el (shr-find-elements): New function.
4765         (shr-tag-table): Put all the images after the table.
4766         (shr-tag-table): Really inhibit images inside the table.
4767         (shr-collect-overlays): Copy over overlays from the TD elements to the
4768         main document.
4769
4770         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4771         gnus-blocked-images.
4772
4773 2010-10-05  Julien Danjou  <julien@danjou.info>
4774
4775         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4776
4777         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4778         (gnus-html-maximum-image-size): Add this function.
4779         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4780
4781         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4782         server-value of the capability is nil.
4783
4784 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * shr.el (shr-tag-em): Add <EM> tag.
4787
4788 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4789
4790         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4791         customizable.
4792
4793         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4794         handing broken links to browse-url.
4795
4796 2010-10-05  Julien Danjou  <julien@danjou.info>
4797
4798         * gnus-util.el (gnus-emacs-completing-read)
4799         (gnus-iswitchb-completing-read): Use autoload rather than require.
4800
4801 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4804         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4805         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4806         iswitchb-temp-buflist for XEmacs.
4807
4808         * gnus-util.el (gnus-completing-read-function): Exclude
4809         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4810         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4811         XEmacs.
4812
4813         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4814         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4815
4816         * gnus-html.el: Don't require help-fns under XEmacs.
4817         (gnus-html-schedule-image-fetching): Work for XEmacs.
4818
4819         * mm-decode.el (mm-shr): Decode contents by charset.
4820
4821 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4822
4823         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4824         unknown.
4825
4826         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4827         (shr-get-image-data): Ensure against the cache file missing.
4828
4829         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4830         for data.
4831
4832         * spam-report.el (spam-report-url-ping-plain): Don't query about
4833         killing the process.
4834
4835         * shr.el (shr-render-td): Protect against too-wide text.
4836
4837 2010-10-04  Julien Danjou  <julien@danjou.info>
4838
4839         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4840         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4841
4842         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4843         retrieved.
4844
4845 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * shr.el (browse-url): Require.
4848         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4849         lines.
4850         (shr-show-alt-text, shr-browse-image): New commands.
4851         (shr-browse-url, shr-copy-url): New commands.
4852
4853         * gnus-sum.el (gnus-widen-article-window): New variable.
4854         (gnus-summary-select-article-buffer): Use it.
4855
4856         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4857         without @ signs.
4858
4859 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4860
4861         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4862
4863 2010-10-04  Julien Danjou  <julien@danjou.info>
4864
4865         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4866         for XEmacs.
4867
4868 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4871
4872         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4873         (nnimap-close-server): Implement.
4874
4875         * dgnushack.el (iswitchb): Require to shut up the compiler.
4876
4877         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4878         (shr-insert): Tweak line breaking.
4879         (shr-insert): Handle <pre> better.
4880         (shr-tag-li): Get <li> indentation right.
4881         (shr-tag-li): Get <li> indentation even righter.
4882         (shr-tag-blockquote): Ensure paragraph start.
4883         (shr-make-table): Tweak table generation.
4884         (shr-make-table): Fix typo.
4885
4886         * shr.el: Implement table rendering.
4887
4888 2010-10-04  Julien Danjou  <julien@danjou.info>
4889
4890         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4891
4892 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4893
4894         * shr.el (shr-insert): Use string anchors instead of line anchors.
4895
4896 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4897
4898         * shr.el: Add headings.
4899         (shr-ensure-paragraph): Actually work.
4900         (shr-tag-li): Make <ul> prettier.
4901         (shr-insert): Get white space at the beginning/end of elements right.
4902         (shr-tag-p): Collapse subsequent <p>s.
4903         (shr-ensure-paragraph): Don't insert double line feeds after blank
4904         lines.
4905         (shr-insert): \t is also space.
4906         (shr-tag-s): Fix "s" tag name function.
4907         (shr-tag-s): Fix face prop name.
4908
4909 2010-10-03  Julien Danjou  <julien@danjou.info>
4910
4911         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4912
4913         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4914         gnus-window-inside-pixel-edges.
4915
4916         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4917         gnus-ems.
4918
4919         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4920
4921         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4922         function.
4923
4924         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4925         resize choice.
4926
4927 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4930         beginning of the buffer.
4931
4932         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4933         article buffer again.
4934
4935         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4936
4937         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4938         when it's at the start of the buffer.
4939
4940         * shr.el (shr-tag-blockquote): Convert name.
4941         (shr-rescale-image): Use the right image-size variant.
4942
4943         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4944         buffer isn't shown, then select the current article first instead of
4945         bugging out.
4946         (gnus-summary-select-article-buffer): Show both the article and summary
4947         buffers again.
4948
4949         * shr.el (shr-fontize-cont): Protect against regions with no text.
4950         Rename tag functions to shr-tag-* for enhanced security.
4951         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4952
4953 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4954
4955         * shr.el (shr-insert):
4956         * pop3.el (pop3-movemail):
4957         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4958         loaded.
4959
4960 2010-10-03  Glenn Morris  <rgm@gnu.org>
4961
4962         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4963
4964         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4965
4966         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4967
4968         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4969
4970         * gnus-util.el (gnus-make-local-hook): Simplify.
4971
4972 2010-10-02  Julien Danjou  <julien@danjou.info>
4973
4974         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4975         (gnus-ido-completing-read): New function.
4976         (gnus-emacs-completing-read): New function.
4977         (gnus-completing-read): Use gnus-completing-read-function.
4978         Add gnus-completing-read-function.
4979
4980 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * shr.el (shr-insert-document): Autoload.
4983         (shr-img): Be silent.
4984         (shr-insert): Add a newline after every picture before text.
4985         (shr-add-font): Use overlays for combining faces.
4986         (shr-insert): Pass upwards the text start point.
4987
4988         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4989         possible.
4990         (mm-shr): New function.
4991
4992 2010-10-02  Julien Danjou  <julien@danjou.info>
4993
4994         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4995         should go backward.
4996
4997 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4998
4999         * shr.el (shr): Fix typo in provide call.
5000
5001 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * shr.el: New file.
5004
5005         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
5006
5007         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
5008         completing read.
5009
5010 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
5013         we're being queried about.  Suggested by Dan Jacobson.
5014
5015         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5016         Suggested by Jason Eisner.
5017
5018         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5019         table, too.  Suggested by Stefan Wiens.
5020         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5021         the table unnecessary.  Suggested by Stefan Wiens.
5022
5023         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5024         longer needed, and probably doesn't work either, as pointed out by
5025         Stefan Wiens.
5026         (gnus-summary-exit): Remove call to the clearing function.
5027         (gnus-summary-exit-no-update): Ditto.
5028
5029         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5030         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5031         Reported by Stefan Monnier.
5032         (gnus-summary-save-in-rmail): Ditto.
5033
5034         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5035         article buffer, instead of both the article buffer and the summary
5036         buffer.  Sort of suggested by Dan Jacobson.
5037
5038         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5039
5040         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5041         Suggested by Dan Jacobson.
5042
5043         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5044         documentation clearer.
5045
5046         * message.el (message-shorten-references): Comment on the number "21".
5047         Suggested by Stefan Monnier.
5048
5049         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5050         Suggested by Dan Jacobson.
5051
5052         * gnus.el (gnus-large-newsgroup):
5053         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5054
5055         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5056         externalize attachments.  Bug reported by Steve Wen.
5057
5058         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5059         really message anything to the user.
5060
5061         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5062         directly.
5063
5064         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5065         messages in empty groups.
5066
5067 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5068
5069         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5070         non-UIDNEXT group.
5071
5072 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5075         not the value from the collection.
5076
5077         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5078         values.  This sometimes happens on some groups that have no info.
5079         (nnimap-request-newgroups): New function.
5080
5081 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5082
5083         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5084         check into `gnus-registry-initialize'.
5085         (gnus-registry-initialize): Ditto.
5086         Fix and extend header docs.
5087
5088 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5089
5090         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5091         regexp backtrace overflows.
5092
5093         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5094         for starttls that tls.el implements; i.e. openssl.
5095
5096         * tls.el (tls-starttls-switches): Give up on using starttls with
5097         gnutls-cli.
5098         (tls-program): Add --insecure to be consistent with the defaults from
5099         openssl s_client.  Now all three commands are insecure.
5100
5101 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * lpath.el: Bind completion-styles-alist for XEmacs.
5104
5105         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5106         (gravatar-create-image): New function that's an alias to
5107         gnus-xmas-create-image, gnus-create-image, or create-image.
5108         (gravatar-data->image): Use it.
5109
5110 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5111
5112         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5113         install the nnregistry refer method.
5114         (gnus-registry-install-hooks): Use it.
5115         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5116         unfollowed groups.
5117
5118 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5119
5120         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5121         expanding threads.
5122
5123 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * nnir.el: Use the server names without suffixes (bug #7009).
5126
5127         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5128         unencrypted to STARTTLS, if possible.
5129
5130 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5131
5132         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5133         headers before superseding.
5134
5135 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * nnrss.el (nnrss-use-local): Add documentation.
5138
5139         * nnimap.el (nnimap-extend-tls-programs): New function.
5140         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5141         (nnimap-wait-for-connection): Accept the greeting from the stupid
5142         output from openssl s_client -starttls, too.
5143
5144         * tls.el (tls-starttls-switches): New variable.
5145         (tls-find-starttls-argument): Use it.
5146         (open-tls-stream): Ditto.
5147
5148         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5149         (netrc-machine): Ditto.
5150
5151         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5152         article number.
5153         (nnimap-split-fancy): New variable.
5154         (nnimap-split-incoming-mail): Use it.
5155
5156         * nntp.el (nntp-server-list-active-group): Document.
5157
5158         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5159         SELECT to get the message-id.
5160
5161         * mail-source.el (mail-sources): Remove webmail support.
5162         (defvar): Ditto.
5163         (mail-source-fetcher-alist): Ditto.
5164         (mail-source-fetch-webmail): Remove.
5165
5166         * webmail.el: Remove -- doesn't seem relevant any more.
5167
5168         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5169
5170         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5171         the \r.
5172
5173 2010-09-30  Julien Danjou  <julien@danjou.info>
5174
5175         * gnus-agent.el (gnus-agent-add-group): Fix call to
5176         gnus-completing-read.
5177
5178 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * nndoc.el (nndoc-retrieve-groups): New function.
5181
5182         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5183         `default', use nnmail-split-methods.
5184         (nnimap-request-article): Downcase the NILs so that they are nil.
5185
5186         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5187         symbol.
5188
5189         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5190         code, since if the user has requested network, that's what they ought
5191         to get.
5192         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5193         (nnimap-split-rule): Mark as obsolete.
5194
5195         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5196         New variable.
5197
5198         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5199         correct slot, too.
5200
5201 2010-09-29  Julien Danjou  <julien@danjou.info>
5202
5203         * gnus.el (gnus-local-domain): Declare variable obsolete.
5204
5205         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5206         Fix history computing.
5207         (gnus-ido-completing-read): Require ido.
5208
5209 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5212         build Gnus.
5213
5214         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5215         when interpreting the structures.
5216         (nnimap-request-accept-article): Add \r\n to the lines to make this
5217         work with Cyrus.
5218
5219         * nndraft.el (nndraft-request-expire-articles): Use the group name
5220         instead if "nndraft".  Fix found by Nils Ackermann.
5221
5222 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5223
5224         * nnregistry.el: Add.
5225
5226 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5227
5228         * nnmail.el (group, group-art-list, group-art):
5229         Remove unneeded directives.
5230
5231 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5234         (mm-mime-charset)
5235         * rfc2047.el (rfc2047-syntax-table)
5236         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5237
5238         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5239         rather than `insert-file-contents' and `eval-region'.
5240
5241         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5242         construction.
5243
5244         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5245
5246         * time-date.el: No need to require cl for Emacs 21.
5247
5248 2010-09-29  Julien Danjou  <julien@danjou.info>
5249
5250         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5251         replacement of `gnus-gravatar-relief' to mimic
5252         `gnus-faces-properties-alist'.
5253         Add :version property.
5254
5255 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * mail-source.el (mail-source-report-new-mail)
5258         * message.el (message-default-mail-headers)
5259         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5260
5261         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5262
5263 2010-09-28  Julien Danjou  <julien@danjou.info>
5264
5265         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5266         mail-address contains the same string as real-name.
5267
5268         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5269         non-blank in header, otherwise it'll get stripped.
5270
5271         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5272         real-name, and then for mail address rather than doing : or , search.
5273
5274 2010-09-27  Julien Danjou  <julien@danjou.info>
5275
5276         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5277         right completing-read function.
5278         (gnus-use-ido): New variable
5279         (gnus-completing-read-with-default): Remove.
5280         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5281         (gnus-agent-add-group):
5282         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5283         * mm-view.el (mm-view-pkcs7-decrypt):
5284         * mm-util.el (mm-codepage-setup):
5285         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5286         * mml-smime.el (mml-smime-openssl-sign-query):
5287         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5288         (mml-insert-multipart):
5289         * gnus-msg.el (gnus-summary-yank-message):
5290         * gnus-int.el (gnus-start-news-server):
5291         * mm-decode.el (mm-interactively-view-part):
5292         * gnus-dired.el (gnus-dired-attach):
5293         * gnus.el (gnus-read-method):
5294         * gnus-bookmark.el (gnus-bookmark-jump):
5295         * gnus-art.el (gnus-mime-view-part-as-type)
5296         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5297         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5298         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5299         * nnmairix.el (nnmairix-create-server-and-default-group)
5300         (nnmairix-update-groups, nnmairix-get-server)
5301         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5302         (nnmairix-get-group-from-file-path):
5303         * nnrss.el (nnrss-find-rss-via-syndic8):
5304         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5305         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5306         (gnus-group-browse-foreign-server):
5307         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5308         (gnus-summary-execute-command, gnus-summary-respool-article)
5309         (gnus-read-move-group-name):
5310         * gnus-score.el (gnus-summary-increase-score)
5311         (gnus-summary-score-effect):
5312         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5313
5314 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5317         x-focus-frame.
5318
5319         * nnimap.el (auth-source-forget-user-or-password)
5320         (auth-source-user-or-password): Autoload.
5321
5322         * message.el (message-from-style, message-interactive)
5323         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5324         (message-yank-prefix, message-indentation-spaces, message-signature)
5325         (message-signature-file): Add comment.
5326
5327 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328
5329         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5330         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5331         new articles.
5332
5333         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5334         parts.
5335         (nnimap-request-article): Work with the t setting, too.
5336
5337         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5338         that you don't get flashes of other buffers.
5339         (gnus-summary-show-complete-article): Intern before setting.
5340
5341 2010-09-27  David Engster  <dengste@eml.cc>
5342
5343         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5344         well as HEADERS.
5345         (nnmairix-retrieve-headers): Provide new argument for the above.
5346
5347 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * gnus-sum.el (gnus-summary-move-article): Don't alter
5350         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5351         group.
5352
5353         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5354
5355         * message.el (message-cite-prefix-regexp): Revert my last edit.
5356
5357         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5358         variable instead of the Gnus variable.
5359
5360         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5361
5362         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5363
5364         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5365         since some servers don't like it.
5366         (nnimap-open-connection): Forget credentials if the server says the
5367         password was wrong.
5368         (nnimap-parse-line): Protect against invalid data.
5369
5370         * gnus-sum.el (gnus-summary-move-article): Add comment.
5371         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5372         nothing alters it while scanning for new messages.
5373
5374         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5375         which may or may not help.
5376         (nnimap-open-connection): If we're doing a stream connection, and then
5377         discover we're on a STARTTLS-capable server, then open a STARTTLS
5378         connection instead.
5379
5380 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5381
5382         * nnimap.el (utf7): Require.
5383
5384         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5385         prefix.
5386
5387 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5388
5389         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5390
5391 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * nnimap.el (nnimap-request-accept-article): Message the error on
5394         error.
5395
5396 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5399
5400 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * nndoc.el (nndoc-request-list): Return success always.
5403
5404         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5405         `fetch-old' -- we only want to fetch the articles we've requested.
5406         The rest are in the agent, probably.
5407         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5408         disappeared server" to something low.  It's not important.
5409
5410         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5411         arrived before the FETCH data.
5412
5413         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5414         target here, because we don't know the Gnus name of the group.
5415
5416         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5417         for the correct group.
5418
5419         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5420
5421         * gnus.el (gnus): Give a final warning after startup.
5422
5423         * gnus-util.el (gnus-action-message-log): New variable.
5424         (gnus-message): Use it.
5425         (gnus-final-warning): New function.
5426
5427         * nnimap.el (nnimap-open-connection): Record the greeting.
5428         (nnimap): Add greeting.
5429
5430 2010-09-26  Julien Danjou  <julien@danjou.info>
5431
5432         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5433         arguments.
5434         (gnus-html-wash-images): Fix spec computing to include start/end.
5435
5436         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5437
5438 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439
5440         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5441         deletion.
5442         (nnimap-retrieve-headers): Don't select the group, because that's
5443         already done by nnimap-possibly-change-group.
5444
5445         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5446         (gnus-picon-transform-address): Use it.
5447
5448         * mail-source.el (mail-source-value): Revert previous patch.
5449
5450         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5451         on failure.
5452         (nnimap-open-connection): Look up both virtual and physical server name
5453         credentials.
5454
5455         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5456
5457 2009-02-07  Dave Love  <fx@gnu.org>
5458
5459         * tls.el (open-tls-stream): Don't query killing process.
5460
5461 2009-02-08  Dave Love  <fx@gnu.org>
5462
5463         * gnus-win.el (gnus-window-to-buffer-helper)
5464         (gnus-all-windows-visible-p): Function needn't be a symbol.
5465
5466         * mail-source.el (mail-source-value): Function needn't be a symbol.
5467
5468 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * message.el (message-cite-prefix-regexp): Remove } from the cite
5471         prefix.
5472
5473         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5474         highlight again, so that the highlight is correct.
5475
5476         * gnus-picon.el (gnus-picon): Remove again.
5477         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5478
5479         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5480         doing the header highlightling, so that the background colour of the
5481         picon is correct.
5482
5483         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5484         (gnus-picon): Ditto.
5485         (gnus-picon): Reinstate.  The background colour for picons is white.
5486         (gnus-picon-insert-glyph): Make the background white.
5487
5488         * nnml.el (nnml-open-nov): Don't return dead buffers.
5489
5490         * auth-source.el (auth-source-create): Query the user for whether to
5491         store the credentials.
5492
5493         * netrc.el (netrc-store-data): New function.
5494
5495         * auth-source.el (auth-source-user-or-password): Use the existing auth
5496         sources, if any, for creation.
5497
5498         * gnus.el (gnus-group-fast-parameter): Return the last matching
5499         parameter instead of the first matching parameter.
5500
5501 2010-09-26  Julien Danjou  <julien@danjou.info>
5502
5503         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5504
5505 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506
5507         * mml2015.el (mml2015-use): Remove gpg support.
5508
5509         * mml1991.el (mml1991-function-alist): Remove gpg function.
5510         (mml1991-gpg-sign): Remove.
5511
5512 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5513
5514         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5515         (gnus-browse-unsubscribe-current-group): Document it.
5516         (gnus-browse-unsubscribe-group): Use it.
5517
5518 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5521         address to the To list for easier response.
5522
5523         * gnus.el (gnus-play-startup-jingle): Remove.
5524         (gnus-splash): Don't play jingle.
5525         (gnus): Silence gnus-load message.
5526
5527         * gnus-art.el (gnus-treat-play-sounds): Remove.
5528
5529         * gnus.el (gnus-play-jingle): Remove audio support.
5530
5531         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5532
5533         * earcon.el: Remove -- no users.
5534
5535         * gnus-audio.el: Remove -- no users of this package.
5536
5537         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5538
5539         * gnus-start.el (gnus-setup-news): Remove nocem support.
5540
5541         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5542
5543         * gnus.el (gnus-use-nocem): Remove.
5544
5545         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5546         Remove.
5547
5548         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5549         uses NoCeM any more.
5550
5551         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5552         (gnus-button-ctan-handler): Ditto.
5553         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5554         (gnus-button-ctan-directory-regexp): Ditto.
5555         (gnus-button-handle-ctan): Ditto.
5556         (gnus-button-tex-level): Ditto.
5557         (gnus-button-alist): Remove CTAN stuff.
5558
5559 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5562         nnimap-streaming test.
5563
5564         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5565         servers twice.
5566
5567         * nnimap.el (nnimap-open-connection): Add more error reporting when
5568         nnimap fails early.
5569
5570         * nnheader.el (nnheader-get-report-string): New function.
5571         (nnheader-get-report): Use it.
5572
5573         * gnus-int.el (gnus-check-server): Say what the error was when opening
5574         failed.
5575
5576         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5577         using streaming.
5578
5579 2010-09-25  Julien Danjou  <julien@danjou.info>
5580
5581         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5582         gnus-window-inside-pixel-edges.
5583
5584 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5585
5586         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5587
5588         * mm-decode.el (mm-save-part): Allow saving to other directories the
5589         normal Emacs way.
5590
5591         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5592         Suggested by Jay Berkenbilt.
5593
5594         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5595         there isn't a single byte.
5596
5597         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5598         just do it.  It doesn't really seem to matter what the user responds
5599         here, I think, so it's just a confusing question.
5600
5601         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5602         non-streaming case.
5603
5604         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5605         (gnus-article-encrypt-body): Use it.
5606
5607         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5608         keystroke.
5609
5610         * nnimap.el (nnimap-find-wanted-parts-1):
5611         Use gnus-fetch-partial-articles.
5612
5613         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5614
5615         * nnimap.el (nnimap-insert-partial-structure): New function.
5616         (nnimap-get-partial-article): New function.
5617         (nnimap-request-article): Use it.
5618         (nnimap-wait-for-response): Return whether the wait was successful.
5619         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5620         retrieval wasn't successful.
5621         (nnimap-retrieve-group-data-early): Allow throttling servers.
5622         (nnimap-streaming): New variable.
5623         (nnimap-fetch-partial-articles): Remove.
5624
5625         * mm-decode.el (mm-with-part): Protect against killed buffers.
5626
5627         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5628         for prettier summary display.
5629
5630 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5631
5632         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5633
5634 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635
5636         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5637         apparently third-party libraries depend on it.
5638
5639         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5640         before starting negotiation.
5641
5642         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5643         privacy reasons.
5644         (gnus-treat-mail-gravatar): Ditto.
5645
5646         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5647         buffer when inserting images.  Inserting text into the headers, for
5648         instance, can make them invalid.
5649
5650 2010-09-25  Julien Danjou  <julien@danjou.info>
5651
5652         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5653         variables.
5654
5655         * nnheader.el: Remove useless variables news-reply-yank-from and
5656         news-reply-yank-message-id.
5657
5658         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5659         variables.
5660
5661         * mml1991.el: Remove useless mml1991-verbose.
5662
5663         * gnus.el: Remove useless variable gnus-use-generic-from.
5664         Remove obsolete variable gnus-topic-indentation.
5665
5666         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5667
5668         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5669
5670         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5671
5672         * gnus-group.el: Remove useless gnus-group-icon-cache.
5673         Remove useless gnus-ephemeral-group-server.
5674
5675         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5676
5677         * mml2015.el: Remove useless mml2015-verbose.
5678
5679         * mml-smime.el: Remove useless mml-smime-verbose.
5680
5681         * gnus.el: Remove useless gnus-local-domain.
5682
5683         * gnus-gravatar.el (gnus-gravatar-transform-address):
5684         Use gnus-gravatar-size.
5685
5686         * gnus-art.el: Remove useless gnus-treat-translate.
5687
5688 2010-09-24  Julien Danjou  <julien@danjou.info>
5689
5690         * gnus-sum.el: Add support for Gravatars.
5691
5692         * gnus-art.el: Add support for Gravatars.
5693
5694         * gnus-gravatar.el: Add this file.
5695
5696         * gravatar.el: Add this file.
5697
5698 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699
5700         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5701
5702         * gnus-group.el (gnus-group-fetch-faq): Remove.
5703
5704         * gnus.el (gnus-group-faq-directory): Remove.
5705
5706         * gnus-group.el (gnus-group-fetch-charter): Remove.
5707
5708         * gnus.el (gnus-group-charter-alist): Remove.
5709
5710         * gnus-group.el (gnus-group-archive-directory): Remove.
5711         (gnus-group-recent-archive-directory): Ditto.
5712         (gnus-group-make-archive-group): Remove.
5713
5714         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5715
5716         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5717         use the same article number for all the cached articles.
5718
5719         * nnimap.el (nnimap-command): Register the last command time so
5720         that we can use it for idling NOOPs.
5721         (nnimap-open-connection): Start the keeplive timer.
5722         (nnimap-make-process-buffer): Store all the process buffers.
5723         (nnimap-keepalive): New function.
5724
5725         * starttls.el (starttls-open-stream): Add autoload cookie.
5726
5727 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5728
5729         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5730         handling.
5731
5732 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5735         its data structures.
5736
5737         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5738         instead of the cl.el copy-list.
5739         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5740         equalp.
5741
5742 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5745         and tool-bar-local-item-from-menu.
5746
5747         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5748         mode-line-highlight face for Emacs.
5749
5750         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5751         loading gnus-sum.elc; fix comment for canlock-verify.
5752         (gnus-article-jump-to-part): Use read-number.
5753         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5754         Remove Emacs pre-21 compatible code for help-echo.
5755         (gnus-article-next-page-1): No need to adjust the number of lines.
5756         (gnus-article-describe-bindings): Always use help-buffer.
5757
5758         * gnus-audio.el (gnus-audio-inline-sound)
5759         * gnus-cus.el (gnus-custom-mode)
5760         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5761
5762         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5763
5764         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5765         compatible code.
5766
5767 2010-09-24  Glenn Morris  <rgm@gnu.org>
5768
5769         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5770         visiting the fcc file in rmail-mode.
5771
5772         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5773
5774 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * nnir.el: Silence the byte compiler.
5777
5778         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5779         alias to browse-url-url-encode-chars if any.
5780         (gnus-html-encode-url): Use it.
5781
5782 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * gnus-start.el (gnus-use-backend-marks): New variable.
5785         (gnus-get-unread-articles-in-group): Use it.
5786
5787         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5788         makeover.
5789
5790 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5791
5792         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5793
5794 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5797         Remove.
5798         (gnus-setup-news-hook):
5799         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5800
5801         * gnus-int.el (gnus-request-update-info): Protect against backends not
5802         having the function.
5803
5804         * nnimap.el (nnimap-stream): Mention starttls.
5805         (nnimap-open-connection): Add starttls support.
5806
5807 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5808
5809         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5810
5811 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5812
5813         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5814         BODYSTRUCTUREs.
5815         (nnimap-transform-headers): Unfold quoted {42} headers.
5816
5817         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5818         the info.
5819         (gnus-get-unread-articles): Only call updatep on backends that support
5820         it.
5821
5822         * nnweb.el (nnweb-request-update-info): NOOP.
5823
5824         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5825
5826         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5827         since it only deals with marks.
5828
5829         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5830         gnus-request-marks, and make a new gnus-request-update-info.
5831
5832         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5833         the active instead of the high number, which is usually too low.
5834
5835 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5836
5837         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5838         * encrypt.el: Remove.
5839
5840 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5841
5842         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5843         server in symbolic form.
5844
5845         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5846
5847 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5848
5849         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5850         (nnimap-update-info): Fix up code slightly.
5851
5852         * gnus-int.el (gnus-open-server): Add tracing for performance
5853         debugging.
5854
5855         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5856         (gnus-group-insert-group-line): Pass the real group name so that it
5857         gets the right data.
5858
5859         * gnus-start.el (gnus-get-unread-articles): Don't have
5860         `gnus-get-unread-articles-in-group' update info, since that can be
5861         really slow and doesn't seem to be needed?
5862
5863 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5864
5865         * time-date.el (date-to-time): Try using parse-time-string first before
5866         using the slower timezone-make-date-arpa-standard.
5867
5868 2010-09-22  Julien Danjou  <julien@danjou.info>
5869
5870         * gnus-group.el (gnus-group-insert-group-line):
5871         Call gnus-group-highlight-line.
5872         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5873         default hook list.
5874         (gnus-group-update-eval-form): Add new function.
5875         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5876         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5877
5878 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5881         immediate, then expire all articles.
5882         (nnimap-update-info): Fix off-by-one errors.
5883         (nnimap-flags-to-marks): Would return no marks lists for group with no
5884         flags.  Instead return the other data.
5885
5886 2010-09-22  Julien Danjou  <julien@danjou.info>
5887
5888         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5889         Only return an icon.
5890         (gnus-group-insert-group-line): Compute icon to return.
5891
5892         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5893         (gnus-html-image-fetched): Only cache if
5894         gnus-html-image-automatic-caching is set.
5895         (gnus-html-image-fetched): Check for errors.
5896
5897 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5898
5899         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5900         once per method on `g'.  This ensures that backends like nnfolder don't
5901         open all their folders.
5902
5903         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5904         (nnimap-request-list): Nix out group in the correct buffer.
5905         (nnimap-parse-flags): Implement by using `read' instead of
5906         hand-parsing.
5907         (nnimap-flags-to-marks): Pass on permanent-flags.
5908         (nnimap-make-process-buffer): Record the server name.
5909         (nnimap-parse-flags): Fix typo.
5910         (nnimap-request-scan): Run split on the server in general, not just a
5911         single group.
5912
5913         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5914         parameter, and propagate this downwards.
5915
5916         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5917         since EXAMINE changes it on the server.
5918
5919         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5920         this command might take a while.
5921
5922 2010-09-22  Julien Danjou  <julien@danjou.info>
5923
5924         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5925         harmful if you have 2 images side-by-side, they can't be properly
5926         update on text deletion.  Using text-property is safer here.
5927         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5928         data.
5929
5930 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * nnimap.el (nnimap-expunge-inbox): Remove.
5933         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5934         (nnimap-expunge): Flip default to t.
5935
5936         * gnus.el (gnus-method-to-server): Don't push things to the cache
5937         unless it's unique.
5938         (gnus-server-to-method): Ditto.
5939
5940 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5941
5942         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5943
5944 2010-09-22  Julien Danjou  <julien@danjou.info>
5945
5946         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5947         get the start of data.
5948         (gnus-html-encode-url): Add this function to encode special chars in
5949         URL.
5950         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5951         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5952
5953         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5954         default.
5955         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5956
5957         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5958         images alt-text.
5959         (gnus-html-put-image): Put alt-text as help-echo.
5960
5961 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5964         * mm-util.el (mm-decompress-buffer)
5965         * nnir.el (nnir-run-find-grep)
5966         * pop3.el (pop3-list): Use 3rd arg of split-string.
5967
5968         * time-date.el (format-seconds): Comment fix.
5969
5970         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5971         and byte-optimize-form-code-walker.
5972         (dgnushack-make-auto-load): Don't advise make-autoload.
5973
5974         * lpath.el: Remove Emacs 21 stuff.
5975
5976 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5979         outside the active range.  Suggested by Dan Christensen.
5980
5981         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5982         slightly later to avoid double-getting it.
5983
5984         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5985         previous patch.
5986
5987         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5988
5989 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5990
5991         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5992
5993 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994
5995         * gnus-int.el (gnus-open-server): Give a better error message in the
5996         "go offline" case.
5997
5998         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5999         marks for nnimap, which is seldom the right thing to do.
6000
6001         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
6002         (gnus-same-method-different-name): New function.
6003
6004         * nnimap.el (parse-time): Require.
6005
6006         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
6007         method in the presence of many similar methods.
6008
6009         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
6010
6011         * nnimap.el (nnimap-find-expired-articles): Don't refer to
6012         nnml-inhibit-expiry.
6013
6014         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6015         find out whether methods are equal.
6016
6017         * nnimap.el (nnimap-find-expired-articles): New function.
6018         (nnimap-process-expiry-targets): New function.
6019         (nnimap-request-move-article): Request the article before looking at
6020         what the Message-ID is.  Fix found by Andrew Cohen.
6021         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6022
6023         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6024         for oldness in addition to being a predicate.
6025
6026         * nnimap.el (nnimap-request-group): When we have zero articles, return
6027         the right data to Gnus.
6028         (nnimap-request-expire-articles): Only delete articles immediately if
6029         the target is 'delete.
6030
6031         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6032         method, this would bug out.
6033
6034         * gnus-group.el (gnus-group-expunge-group): Rename from
6035         gnus-group-nnimap-expunge, and implemented as a normal interface
6036         function.
6037
6038         * gnus-int.el (gnus-request-expunge-group): New function.
6039
6040         * nnimap.el (nnimap-request-create-group): Implement.
6041         (nnimap-request-expunge-group): New function.
6042
6043 2010-09-21  Julien Danjou  <julien@danjou.info>
6044
6045         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6046         (gnus-html-cache-expired): Add new function.
6047         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6048         wethever we should display image for fetch it.
6049         Compute alt-text earlier to pass it to the fetching function too.
6050         (gnus-html-schedule-image-fetching): Change function argument to only
6051         get one image at a time, not a list.
6052         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6053         cache.
6054         (gnus-html-get-image-data): New function to retrieve image data from
6055         cache.
6056         (gnus-html-put-image): Change buffer argument to use image data rather
6057         than file, and place image above region rather than inserting a new
6058         one.  Do not take alt-text as argument, since it's useless now: we place
6059         the image above alt-text.
6060         (gnus-html-prune-cache): Remove.
6061         (gnus-html-show-images): Start to fetch image when we find one, do not
6062         push into a temporary list.
6063         (gnus-html-prefetch-images): Only fetch image if they have expired.
6064         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6065         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6066
6067 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6070
6071 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6072
6073         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6074         spec inser "*" if the group isn't active instead of 0.
6075
6076         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6077         opening the server.
6078         (nnimap-request-delete-group): Implement group deletion.
6079         (nnimap-transform-headers): Return the size of the entire message in
6080         the Bytes header, not just the size of the first part.
6081         (nnimap-request-move-article): When moving an article from nnimap,
6082         request the article first so the accepting form has an article to
6083         accept.  Reported by Dan Christensen.
6084         (nnimap-command): Make sure that the error message doesn't error out.
6085
6086 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6087
6088         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6089         we haven't requested anything.
6090
6091 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6094         "".  Fix found by Andrew Cohen.
6095
6096         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6097         instead of -encode-string.
6098
6099 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6100
6101         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6102
6103         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6104         by mm-subst-char-in-string.
6105
6106 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6107
6108         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6109         waiting for the connection string.
6110
6111         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6112         arriving.
6113
6114         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6115         bogus characters.  This allows selecting certain Gmail groups.
6116
6117         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6118         (nnimap-fetch-partial-articles): New variable.
6119         (nnimap-open-connection): When looking for credentials, also use the
6120         nnimap-server-port.
6121         (nnimap-request-article): Return the group/article number, so that Gnus
6122         `^' works as expected.
6123         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6124
6125         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6126         comments.
6127         (gnus-methods-sloppily-equal): New function.
6128         (gnus): When using the development version of Gnus, load the gnus-load
6129         file.
6130
6131         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6132         `gnus-open-server' on each method before trying to scan them etc.
6133         This ensures that all the backend parameters are set correctly.
6134
6135         * nnimap.el (nnimap-authenticator): New variable.
6136         (nnimap-open-connection): Allow anonymous login.
6137         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6138         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6139
6140         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6141         patch, found by Knut Anders Hatlen.
6142
6143 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6144
6145         * gnus-agent.el (gnus-agent-batch-confirmation)
6146         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6147         to gnus-message.
6148         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6149         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6150         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6151         * gnus-int.el (gnus-open-server): Likewise.
6152         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6153         (gnus-score-check-syntax): Likewise.
6154         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6155         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6156         Likewise.
6157         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6158
6159 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6160
6161         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6162         calling conventions so that prefetch doesn't bug out.
6163
6164 2010-09-19  Julien Danjou  <julien@danjou.info>
6165
6166         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6167         rather than `subst-char-in-region' in order to be able to replace ASCII
6168         char by UTF-8 ones.
6169
6170         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6171         than curl.
6172         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6173         the right URL and ALT text on images.
6174         (gnus-html-wash-tags): Fix tag case.
6175         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6176         (gnus-article-html): Add -o display_ins_del=2 option.
6177         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6178
6179 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6182         the extra mail headers, which sometimes seem to happen for unknown
6183         reasons.
6184
6185         * mail-parse.el (mail-header-encode-parameter): Define as
6186         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6187         (or most, perhaps?) mail readers don't understand the latter, but do
6188         understand the former.
6189
6190         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6191         to nil, so that no methods are automatically agentized.  I think this
6192         is probably what most users want.
6193
6194         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6195         from url-retrieve, for instance about invalid URLs.
6196
6197         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6198         groups that have no articles.
6199         (nnimap-request-article): Check that we really got an article when we
6200         requested one.
6201
6202         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6203         doesn't exist.
6204
6205         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6206         nntp buffer so the agent can save it.
6207         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6208         that CRLF doesn't get translated to \n.
6209         (nnimap-open-connection): Don't make 'shell commands only send \n.
6210
6211 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6212
6213         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6214         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6215         Update var name.
6216         (nnml-generate-nov-file): Use dolist.
6217         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6218         Use with-current-buffer.
6219
6220 2010-09-18  Julien Danjou  <julien@danjou.info>
6221
6222         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6223         parallel.
6224
6225 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6228         the range update right.
6229         (nnimap-request-group): Don't make `M-g' bug out on group with no
6230         marks.
6231         (nnoo): Require, so that other packages can require nnimap.
6232         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6233         command we're looking for.  This helps when the server sends more
6234         responses after we've gotten everything we expected.
6235         (nnimap): Add a `newlinep' field to keep track of end-of-line
6236         conventions.
6237         Don't send CRLF to things that don't want it.
6238         (nnimap-request-accept-article): Ditto.
6239
6240 2010-09-18  Julien Danjou  <julien@danjou.info>
6241
6242         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6243         than curl to retrieve images.
6244
6245 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6246
6247         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6248         the marks.
6249         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6250         (nnimap-wait-for-connection): New function.
6251         (nnimap-open-connection): If we have PREAUTH, don't query for login
6252         credentials.
6253         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6254         when doing a partial update.
6255
6256 2010-09-18  Julien Danjou  <julien@danjou.info>
6257
6258         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6259         tags.
6260
6261 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6262
6263         * nnimap.el (nnimap-credentials): New function.
6264         (nnimap-open-connection): Use the new function to look for credentials
6265         also on the numeric equivalents of "imap" and "imaps".
6266
6267         * gnus-start.el (gnus-activate-group): Send the info to
6268         gnus-request-group.
6269
6270         * nnimap.el (nnimap-request-group): Have the "check" version of the
6271         function parse flags and update the info, so that a `M-g' get a total
6272         resync of all flags from the group.
6273
6274         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6275         to allow backends to alter the info on group selection.  Also alter all
6276         the backend -request-group functions to take the parameter.
6277
6278         * nnimap.el (nnimap-store-info): New function.
6279         (nnimap-update-info): Store the info for later usage.
6280         (nnimap-request-group): Use the stored info for the dont-check case, so
6281         that we don't retrieve all marks when we enter a group.
6282
6283         * nnimap.el: Use deffoo instead of defun for interface functions.
6284
6285         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6286         update the group info.  This makes the nndraft groups, for instance, go
6287         back to their old behaviour.
6288
6289         * gnus-sum.el (gnus-select-newsgroup): Indent.
6290
6291         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6292         in.
6293         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6294         nothing.
6295
6296         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6297         from methods that are denied.
6298
6299         * gnus-int.el (gnus-method-denied-p): New function.
6300
6301         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6302         store the password instead of netrc.
6303         (nnimap-open-connection): Don't error out when we can't make a
6304         connections.
6305
6306         * auth-source.el (auth-source-create): In the password prompt, say what
6307         we're querying for.  Also prompt for user name if that hasn't been
6308         given.
6309
6310         * nnimap.el (nnimap-with-process-buffer): Remove.
6311
6312 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6315         method when we're reading from the agent.
6316
6317         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6318
6319         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6320         that's probably most useful for users.
6321
6322         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6323         "failed" all the time.
6324
6325         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6326         ...)) with (with-current-buffer ... ).
6327
6328         * nntp.el (nntp-open-server): Return whether the open was successful or
6329         not.
6330
6331         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6332         select an unread unseen article first.
6333
6334         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6335         /etc/services, supply some sensible port defaults.
6336
6337         * dgnushack.el: Define netrc-credentials.
6338
6339 2010-09-17  Julien Danjou  <julien@danjou.info>
6340
6341         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6342
6343 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6344
6345         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6346         doesn't have any parameters.
6347
6348 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6349
6350         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6351         only upcased checks.
6352
6353         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6354
6355         * nnimap.el (nnimap-open-shell-stream): New function.
6356         (nnimap-open-connection): Use it.
6357         (nnimap-transform-headers): Get the number of lines in each message.
6358         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6359         number of lines.
6360         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6361         problem.
6362
6363         * utf7.el (utf7-encode): Autoload.
6364
6365         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6366         to allow the mail splitting to not return a default group.  This is
6367         useful for nnimap, which will leave unmatched mail in the inbox.
6368
6369         * nnimap.el: Rewritten.
6370
6371         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6372         nnimap usage.
6373
6374         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6375         if the move is internal, so that nnimap can do fast internal moves.
6376
6377         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6378         data.
6379         (gnus-read-active-for-groups): Support finishing the early retrieval of
6380         data.
6381
6382         * gnus-range.el (gnus-range-nconcat): New function.
6383
6384         * gnus-int.el (gnus-finish-retrieve-group-infos)
6385         (gnus-retrieve-group-data-early): New functions.
6386
6387 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6388
6389         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6390         (nnrss-retrieve-groups):
6391         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6392         (pop3-quit): Use with-current-buffer.
6393
6394 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6397         instead of nnheader-accept-process-output.
6398
6399         * dgnushack.el (dgnushack-compile): Add comment.
6400
6401         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6402
6403         * gnus-html.el (gnus-html-schedule-image-fetching)
6404         (gnus-html-prefetch-images): Replace process-kill-without-query by
6405         gnus-set-process-query-on-exit-flag.
6406
6407 2010-09-16  Romain Francoise  <romain@orebokech.com>
6408
6409         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6410
6411 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6412
6413         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6414         parameter to unintern is mandatory-ish in Emacs 24.
6415
6416         * gnus-html.el (gnus-html-schedule-image-fetching)
6417         (gnus-html-prefetch-images): Check for curl before using it.
6418
6419         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6420         depend on curl, which isn't essential.
6421
6422         * imap.el: Revert back to version
6423         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6424         seem problematic.
6425
6426 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6427
6428         * gnus-registry.el (gnus-registry-install-shortcuts):
6429         Explicitly pass `obarray' to `unintern' to avoid a warning.
6430
6431 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6434         change.
6435
6436         * nnrss.el (nnrss-request-list): Remove this function and related
6437         functions, including the moreover stuff.
6438
6439 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * nnrss.el (nnrss-retrieve-groups): New function.
6442
6443 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6444
6445         * .dir-locals.el: Add no-byte-compile cookie.
6446
6447 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * time-date.el (format-seconds): Comment fix.
6450
6451         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6452         for back end that doesn't support request-scan.
6453
6454 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6455
6456         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6457         then do request scans from the backends.
6458
6459         * netrc.el (netrc-credentials): New conveniency function.
6460
6461         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6462         avoid running a hook per line, since this takes a lot of time,
6463         profiling shows.
6464         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6465         directly if gnus-visual-p is true.
6466
6467 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6470         groups; replace mapcar with dolist which is a bit faster; pass groups
6471         info to gnus-read-active-file-1.
6472         (gnus-read-active-file-1): Scan only specified groups if the new
6473         optional arg `infos' is given.
6474
6475 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6476
6477         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6478
6479         * pop3.el (pop3-movemail): Remove.
6480         (pop3-streaming-movemail): Rename to pop3-movemail.
6481
6482         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6483         don't restrict end-tag searches to the end of the line.
6484
6485 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6488         articles of every unchecked group to t, which means unknown since the
6489         server has never been opened.
6490
6491 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6492
6493         * gnus-html.el (gnus-html-show-alt-text): New command.
6494         (gnus-html-browse-image): Ditto.
6495         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6496         to browse the image directly.
6497         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6498         better.
6499
6500         * gnus-async.el (gnus-async-article-callback):
6501         Call `gnus-html-prefetch-images' unconditionally.
6502
6503         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6504         before feeding URLs to curl.
6505
6506 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6509         internal images as deletable by `W D D'.
6510
6511         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6512         (gnus-async-article-callback): Fix typo.
6513
6514 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6515
6516         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6517         current line to work around bugs in the output from w3m.
6518
6519         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6520         for groups that want that.
6521
6522         * nntp.el (nntp-wait-for-string): Supply a timeout for
6523         accept-process-output to ensure progress.
6524
6525         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6526         level to get unread articles from, then use that for foreign groups,
6527         too.
6528
6529         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6530         confuses the rest of the function.
6531
6532         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6533         for the methods that support -retrieve-groups, too.
6534
6535         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6536
6537 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6540         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6541
6542         * pop3.el: Require cl when compiling.
6543         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6544
6545 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546
6547         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6548         that aren't going to be activated.
6549         (gnus-get-unread-articles): Fix up the last commit.
6550
6551         * gnus-html.el (gnus-article-html): Allow calling without specifying
6552         the handle.  In that case, dissect the buffer first.
6553
6554         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6555
6556         * nnimap.el (nnimap-open-connection): Revert the change that would look
6557         into authinfo for imaps instead of imap.
6558
6559         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6560         say that you don't want to call gnus-request-group with don-check, but
6561         do check the reponse.  This is for virtual groups only.
6562         (gnus-get-unread-articles): Count the archive groups as secondary, so
6563         that they're activated the same way as before.
6564
6565         * imap.el (imap-message-map): Removed optional buffer parameter, since
6566         no callers use it.
6567         (imap-message-get): Ditto.
6568         (imap-message-put): Ditto.
6569         (imap-mailbox-map): Ditto.
6570         (imap-mailbox-put): Ditto.
6571         (imap-mailbox-get): Ditto.
6572         (imap-mailbox-get): Revert last change for this function.
6573
6574         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6575         case-insensitively.
6576         (nnimap-debug): Remove.
6577
6578         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6579         callers to use `imap-fetch' instead.  According to the comments, this
6580         should be safe, since all other IMAP clients use the 1:* syntax.
6581         (imap-enable-exchange-bug-workaround): Remove.
6582         (imap-debug): Remove -- doesn't seem very useful.
6583
6584         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6585         mail from a file, and the file doesn't exist.
6586
6587         * imap.el (imap-log): New convenience function used throughout instead
6588         of repeating the same code all over the place.
6589
6590         * pop3.el (pop3-streaming-movemail): Return t for success.
6591
6592         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6593         .authinfo if we're using ssl connection.
6594
6595         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6596         already have if we're in a main Gnus `g' run.
6597
6598         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6599
6600 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6603
6604         * nnmh.el (nnmh-request-list-1): Bind `file'.
6605
6606         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6607         alias to set-process-query-on-exit-flag or process-kill-without-query.
6608         (pop3-open-server): Use it.
6609
6610 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6611
6612         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6613         box to the Incoming file.  Fixes mistake in previous checkin.
6614
6615         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6616         request loop (for debugging purposes) removed.
6617
6618         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6619         culprit is more visible.
6620         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6621         (nnml-add-incremental-nov): New functions to do "incremental" nov
6622         updates, where we just append to the end of the existing nov files
6623         without reading/writing them in full.
6624
6625         * mail-source.el (mail-source-delete-crash-box): Really only check the
6626         incoming files once in a while.
6627
6628         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6629
6630         * mail-source.el (mail-source-delete-crash-box): Only check the
6631         incoming files for deletion once per day to save a lot of file
6632         accesses.
6633
6634         * pop3.el (pop3-logon): Fix up unbound variable typo.
6635
6636         * mail-source.el (pop3-streaming-movemail): Autoload.
6637
6638         * pop3.el (pop3-streaming-movemail):
6639         Respect pop3-leave-mail-on-server.
6640
6641         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6642         retrieval.
6643
6644         * pop3.el (pop3-process-filter): Remove unused function.
6645         (pop3-streaming-movemail, pop3-send-streaming-command)
6646         (pop3-wait-for-messages, pop3-write-to-file)
6647         (pop3-number-of-responses): New functions for streaming pop3
6648         retrieval.
6649
6650         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6651         come from no known methods.
6652         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6653         list.
6654
6655         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6656         message sizes.
6657         (pop3-movemail): Use erase-buffer instead of looping and deleting
6658         regions, which seems rather odd.
6659
6660         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6661         file once per `g' run.
6662
6663         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6664         directories.  This makes the draft queue directory work.
6665
6666         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6667         data from the backends, so that we only request the list of groups from
6668         each method once.  This should speed things up considerably.
6669
6670         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6671         detect that it's not implemented.
6672
6673         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6674         we actually do recurse down into the tree, but don't stat all leaf
6675         nodes.
6676
6677         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6678         then say so instead of bugging out.
6679
6680         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6681         files exist before trying to read them.
6682
6683         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6684         around <pre_int>.
6685
6686         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6687
6688         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6689
6690 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6691
6692         * mm-util.el (mm-image-load-path): Just return the image directories,
6693         not all directories in the path in addition to the image directories.
6694         (mm-image-load-path): Maintain a cache of the image directories so that
6695         the `g' command in Gnus doesn't have to stat dozens of directories each
6696         time.
6697
6698         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6699         (gnus-html-wash-tags): Add a new `i' command to insert images.
6700         (gnus-html-insert-image): New command and keystroke.
6701         (gnus-html-redisplay-with-images): New command and keystroke.
6702         (gnus-html-show-images): Rename command.
6703         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6704         spacers.
6705         (gnus-html-wash-tags): Decode entities at the end, so that entities
6706         inside the tags don't mess up the rest of the "parsing".
6707
6708         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6709         so that nnimap methods aren't agentized by default.  There's apparently
6710         many problems related to agent/imap behaviour.
6711
6712         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6713
6714         * gnus-html.el: Doc fix.
6715
6716 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6719         specifier-spec-list for Emacs 21.
6720
6721         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6722         glyph-width and glyph-height instead of display-graphic-p and
6723         image-size; make avoidance of displaying small images work for XEmacs.
6724
6725         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6726         for XEmacs.
6727
6728         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6729         of symbol that holds plist data.
6730         (gnus-process-plist): Remove plist of process after getting it.
6731
6732 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * message.el (message-generate-hashcash): Change default to
6735         'opportunistic if hashcash is installed.
6736
6737         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6738         (gnus-html-put-image): Only call image-size once, since it's somewhat
6739         time-consuming on remote X servers.
6740
6741 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6744         type on data, not a file name.
6745
6746         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6747         window-pixel-edges for Emacs 21.
6748
6749         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6750         decoded contents.
6751         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6752
6753 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754
6755         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6756         group line format, since it isn't very interesting.
6757
6758         * gnus-agent.el (gnus-agent-short-article),
6759         (gnus-agent-long-article): Increase values for these two variables,
6760         since most people are likely to have more network connection and
6761         storage than before.
6762
6763         * gnus.el (gnus-refer-article-method): Change default to 'current.
6764         When referring an article, the common behaviour is to refer it from the
6765         current select method, not the native select method.  The chances of
6766         the native select method having the message in question is rather slim
6767         these days.
6768
6769         * gnus-sum.el (gnus-auto-select-subject): Change default to
6770         `unseen-or-unread'.  I think it's likely that most people want to
6771         select an unseen article over a previously seen, but unread one.
6772
6773         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6774         means that in the article buffer none of the minor mode elements will
6775         be shown, usually, and this is not desirable in most cases.
6776
6777         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6778         that commands like `d' (and the like) go to the next line in the
6779         buffer, instead of the next unread article.  I think this is the
6780         behaviour that is most natural for most users.
6781         (gnus-single-article-buffer): Change default to nil, so that people can
6782         have as many article buffers open as they have summary buffer.  I think
6783         this is the most natural way for the groups to behave.
6784
6785         * message.el (message-generate-new-buffers): Change default to
6786         `unsent', so that all new message buffers start their names with the
6787         string "*unsent", and it's easier to find the buffers if you move from
6788         them.
6789
6790 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791
6792         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6793         small.  They're probably tracking images.
6794         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6795         (gnus-html-rescale-image): Yet another try at getting the image sizing
6796         right.
6797
6798         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6799         nntp-marks-file-name is nil.
6800
6801 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6802
6803         * gnus-html.el (gnus-html-wash-tags)
6804         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6805         Better logging.
6806
6807 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808
6809         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6810
6811         * gnus-html.el (gnus-html-wash-tags): Check the value of
6812         gnus-blocked-images in the summary buffer.
6813
6814 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6817
6818 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6819
6820         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6821         like "a", it seems like.
6822         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6823         since it needs to be picked from the correct buffer.
6824
6825         * nnwfm.el: Remove.
6826
6827         * nnlistserv.el: Remove.
6828
6829 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6830
6831         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6832         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6833
6834 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * nnkiboze.el: Remove.
6837
6838         * nndb.el: Remove.
6839
6840         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6841         alt text.
6842         (gnus-html-rescale-image): Try to get the rescaling logic right for
6843         images that are just wide and not tall.
6844
6845         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6846         overshadow variable bindings.
6847
6848 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6849
6850         * gnus-html.el (gnus-html-wash-tags)
6851         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6852         Add extra logging.
6853
6854 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6855
6856         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6857         (gnus-max-image-proportion): New variable.
6858         (gnus-html-rescale-image): New function.
6859         (gnus-html-put-image): Rescale images.
6860
6861 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6862
6863         Fix up some byte-compiler warnings.
6864         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6865         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6866         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6867         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6868         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6869         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6870         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6871
6872 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * gnus-html.el (gnus-article-html): Decode contents by charset.
6875
6876 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6879         (gnus-html-frame-width, gnus-blocked-images)
6880         * message.el (message-prune-recipient-rules): Add custom version.
6881         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6882
6883         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6884         functions.
6885
6886         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6887         gnus-process-get.
6888
6889 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6890
6891         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6892         instead of lsub directly.
6893
6894 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6895
6896         * nnwarchive.el: Remove.
6897
6898         * gnus-soup.el: Remove.
6899
6900         * nnsoup.el: Remove.
6901
6902         * nnultimate.el: Remove.
6903
6904         * gnus-html.el (gnus-blocked-images): New variable.
6905
6906         * message.el (message-prune-recipients): New function.
6907         (message-prune-recipient-rules): New variable.
6908
6909         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6910         guess whether a long line is natural text or not.
6911
6912         * gnus-html.el (gnus-html-schedule-image-fetching):
6913         Use gnus-process-plist and friends for compatibility.
6914
6915 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6916
6917         * gnus-html.el: Require packages that define macros used in this file.
6918         (gnus-article-mouse-face): Declare to silence byte-compiler.
6919         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6920         process-get.
6921         (gnus-html-put-image): Use plist-get to avoid getf.
6922         (gnus-html-prefetch-images): Use with-current-buffer.
6923
6924 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-ems.el: Provide compatibility functions for
6927         gnus-set-process-plist.
6928
6929         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6930         header-line-format for XEmacs 21.4.
6931
6932         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6933         * gnus.el (gnus-valid-select-methods)
6934         * message.el (message-send-mail-partially-limit)
6935         * mm-decode.el (mm-text-html-renderer)
6936         * mml.el (mml-insert-mime-headers-always)
6937         * smiley.el (smiley-regexp-alist): Bump custom version.
6938
6939 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * gnus-html.el: require mm-url.
6942         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6943         with the url to `url'.
6944         (gnus-html-wash-tags): Support cid: URLs/images.
6945
6946 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6949         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6950         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6951
6952         * gnus-move.el: Remove file, since it doesn't really work.
6953
6954         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6955         UTF-8.  This seems to fix problems with some German web feeds.
6956
6957         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6958         at the top so that the proper colours are applied.
6959
6960         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6961         don't have dots in their names.
6962
6963         * gnus-art.el (gnus-article-view-part): Doc fix.
6964
6965         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6966         XEmacs-compatible.
6967         (gnus-html-put-image): Don't do images on non-graphic displays.
6968
6969         * nnslashdot.el: Remove this unused backend.
6970
6971         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6972         actions.
6973         (gnus-undo-register-1): Revert last change.
6974
6975         * gnus-group.el (gnus-group-completing-read): Protect against not
6976         having completion-styles bound.
6977
6978         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6979         make broken recipients happier.
6980
6981         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6982
6983         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6984         point parameter.
6985
6986         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6987
6988         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6989         completion-styles for group selection.
6990
6991 2009-02-04  Andreas Schwab  <schwab@suse.de>
6992
6993         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6994         headers and regexp-quote the match if necessary.
6995
6996 2009-03-24  Miles Bader  <miles@gnu.org>
6997
6998         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6999         the blinking smiley.
7000
7001 2009-03-24  Simon Josefsson  <simon@josefsson.org>
7002
7003         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
7004         blink smiley.
7005
7006 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
7009         where the dribbel file lives exists.
7010
7011         * message.el (message-send-mail-partially-limit): Change the default to
7012         nil, since most people don't want this.
7013
7014         * mm-url.el (mm-url-decode-entities): Also decode entities like
7015         &#x3212.
7016
7017 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7018
7019         * gnus-sum.el (gnus-summary-idna-message):
7020         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7021         Hyperlink urls in docstrings with URL `...'.
7022
7023 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7024
7025         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7026         functions.
7027
7028 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7029
7030         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7031         say what the mouseover text should be.
7032
7033         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7034         version of the mm-w3m-safe-url-regexp variable to only download images
7035         in the groups where we want that to happen.
7036
7037         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7038
7039         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7040         easier debugging.
7041         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7042         big pictures in the article buffer.
7043
7044         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7045         gnus-article-html.
7046         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7047         w3m.
7048
7049         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7050
7051 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7054         which doesn't exist.
7055
7056         * message.el (message-inhibit-ecomplete): New variable to allow some
7057         function to inhibit ecomplete address storage.
7058         (message-resend): Disable ecomplete message storage when resending
7059         messages.
7060
7061         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7062
7063 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7066         Save excursion while copying, moving, and deleting articles in order to
7067         prevent the cursor from jumping to unforeseen place.
7068
7069 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * lpath.el: No need to bind bookmark-current-buffer,
7072         bookmark-yank-point and bookmark-make-record-function.
7073
7074 2010-08-17  Glenn Morris  <rgm@gnu.org>
7075
7076         * gnus-sync.el: Require gnus components whose functions are used.
7077
7078         * gnus-art.el (bookmark-make-record-function):
7079         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7080         Declare for compiler.
7081
7082         * mm-url.el (mml-compute-boundary): Autoload.
7083
7084 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7087
7088 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7089
7090         Typo fix "hoo4a" -> "hook".
7091
7092         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7093
7094 2010-08-14  Glenn Morris  <rgm@gnu.org>
7095
7096         * gnus-sync.el (gnus-sync): Fix defgroup version.
7097
7098 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7099
7100         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7101
7102         * gnus-sync.el: Fix docs.
7103         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7104         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7105
7106 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7107
7108         Optimizations for gnus-sync.el.
7109
7110         * gnus-sync.el: Add docs about gnus-sync-backend
7111         possibilities.
7112         (gnus-sync-save): Remove unnecessary message.
7113         (gnus-sync-read): Optimize and show what groups were skipped.
7114
7115 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7116
7117         Minor bug fixes for gnus-sync.el.
7118
7119         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7120         Don't read the sync on get-new-news.
7121
7122         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7123         quiet.
7124
7125         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7126         (fix typo).
7127
7128 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7129
7130         Make saving and restoring of hidden threads work with overlays.
7131         Patch applied by Ted Zlatanov.
7132
7133         * gnus-sum.el (gnus-hidden-threads-configuration)
7134         (gnus-restore-hidden-threads-configuration): Update to deal with text
7135         properties, rather than searching for a magic character.
7136
7137 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7138
7139         New gnus-sync.el library for synchronization of marks.
7140
7141         * gnus-sync.el: New library for synchronization of marks.
7142
7143         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7144         renamed from `gnus-registry-grep-in-list'.
7145
7146         * gnus-registry.el (gnus-registry-follow-group-p):
7147         Use `gnus-grep-in-list'.
7148
7149         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7150
7151 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7154         determining charset of text fails.
7155
7156 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * nnmail.el (nnmail-get-new-mail-1): Revert.
7159
7160         * nnml.el (nnml-active-number): Make sure names of newly created groups
7161         in nnml-group-alist are encoded.
7162
7163 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7166         containing non-ASCII characters in active file for nnml back end.
7167
7168 2010-07-24  David Engster  <dengste@eml.cc>
7169
7170         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7171         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7172
7173 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7174
7175         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7176         tag (Bug#6654).
7177
7178 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7181         the article buffer, not the summary buffer.
7182
7183 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7186         Emacs 23 as well.
7187
7188 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7191         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7192
7193 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7194
7195         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7196         Patch applied by Karl Fogel.
7197
7198         * gnus-sum.el (gnus-summary-bookmark-make-record):
7199         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7200
7201 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7202
7203         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7204         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7205         C-w still not working correctly from Article buffers; Thierry's
7206         patch to fix that will be applied after this.
7207
7208         * gnus-art.el (bookmark-make-record-function): New local variable.
7209
7210         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7211         article buffer.
7212         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7213
7214 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7215
7216         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7217         on changes in bookmark.el.
7218
7219 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7222         `no-log' instead of message not to log prompt string.
7223
7224 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7225
7226         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7227         the *other* type of HTML form submission.
7228
7229 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7230
7231         * auth-source.el (auth-source-pick): If choice does not contain a
7232         questioned keyword, set the check to t.
7233
7234 2010-06-12  Romain Francoise  <romain@orebokech.com>
7235
7236         * gnus-util.el (gnus-date-get-time): Move up before first use.
7237
7238 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7241         (gnus-article-edit-part): Bind it to make last part that is substituted
7242         or deleted visible.
7243         (gnus-mime-display-single): Buttonize part of which id equals to
7244         gnus-mime-buttonized-part-id.
7245
7246 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7247
7248         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7249         (gnus-dd-mmm): Use gnus-date-get-time.
7250         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7251         simplify logic.
7252         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7253         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7254
7255 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7256
7257         * auth-source.el (top): Autoload `secrets-list-collections',
7258         `secrets-create-item', `secrets-delete-item'.
7259         (auth-sources): Fix tag string.
7260         (auth-get-source, auth-source-retrieve, auth-source-create)
7261         (auth-source-delete): New defuns.
7262         (auth-source-pick): Rewrite in order to avoid 2 passes.
7263         (auth-source-forget-user-or-password): New parameter USERNAME.
7264         (auth-source-user-or-password): New parameters CREATE-MISSING and
7265         DELETE-EXISTING.  Retrieve password interactively, if needed.
7266
7267 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7268
7269         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7270         deleting unused directories when gnus-expert-user is t.
7271
7272 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7275         for each temp file when gnus-article-browse-delete-temp is ask.
7276
7277 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7278
7279         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7280         Replace Lisp calls to delete-backward-char by calls to delete-char.
7281
7282 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7283
7284         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7285
7286 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7287
7288         * password-cache.el (password-cache-remove): Fix docstring.
7289
7290 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7293         article unless decoding article to be saved.
7294
7295 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7298         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7299         generated within the mm-with-unibyte-current-buffer macro.
7300
7301 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7304         to nil when we're in a mml-preview buffer and no group is selected.
7305
7306 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7307
7308         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7309         when catching the `C-g'.  Reported by "Leo".
7310
7311 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * message.el (message-forward-make-body-plain)
7314         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7315         multibyte-string-p.
7316
7317         * lpath.el: Revert.
7318
7319 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * message.el (message-forward-make-body-mml): Assume original message
7322         is multibyte string; error on unibyte.
7323         (message-forward-make-body-plain): Ditto; don't add excessive newline
7324         in body end.
7325
7326         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7327
7328 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7329
7330         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7331         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7332
7333 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * mm-extern.el (mm-extern-url): Don't use
7336         mm-with-unibyte-current-buffer.
7337         (mm-extern-cache-contents): Use with-current-buffer instead of
7338         save-excursion + set-buffer.
7339
7340 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * mm-util.el (mm-emacs-mule): Remove.
7343
7344 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7345
7346         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7347         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7348         change.
7349
7350 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7353         bind the default value of enable-multibyte-characters to nil.
7354
7355 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * message.el (message-forward-make-body-plain)
7358         (message-forward-make-body-mml):
7359         Don't use mm-with-unibyte-current-buffer.
7360
7361 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7362
7363         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7364
7365 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7366
7367         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7368         (Bug#5592).
7369
7370 2010-05-07  Julien Danjou  <julien@danjou.info>
7371
7372         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7373         it to mm-pipe-part.
7374
7375         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7376         it is given.
7377
7378 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * binhex.el (binhex-decode-region-internal)
7381         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7382         (dns-query)
7383         * nnweb.el (nnweb-gmane-search)
7384         * pgg-parse.el (pgg-parse-armor)
7385         * pgg.el (pgg-verify-region)
7386         * sha1.el (sha1-string-external)
7387         * uudecode.el (uudecode-decode-region-internal)
7388         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7389         XEmacs.
7390
7391         * gnus-art.el (gnus-article-browse-html-parts)
7392         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7393         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7394         make-temp-file.
7395
7396         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7397         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7398         compiling.
7399
7400         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7401         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7402         XEmacs when compiling.
7403
7404         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7405         gnus-pick-mode-off-hook for XEmacs when compiling.
7406         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7407         gnus-binary-mode-off-hook for XEmacs when compiling.
7408
7409         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7410         Return nil if char-charset is not available.
7411
7412         * imap.el (imap-disable-multibyte)
7413         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7414         macros.
7415
7416         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7417         instead of encode-coding-string.
7418
7419         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7420         'xemacs) instead of mm-emacs-mule to switch function definitions.
7421         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7422
7423         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7424         bind temporary-file-directory for XEmacs;
7425         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7426         timer-set-function for XEmacs 21.4 and SXEmacs;
7427         bind timer-list for XEmacs 21.4 and SXEmacs;
7428         fbind char-charset and find-charset-region for non-Mule XEmacs;
7429         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7430         encode-coding-region and encode-coding-string for XEmacs having no
7431         file-coding feature.
7432
7433 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7434
7435         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7436
7437 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7440         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7441
7442 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7443
7444         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7445         alias `jka-compr-delete-temp-file' no longer exists.
7446
7447 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7448
7449         Use define-minor-mode in Gnus where applicable.
7450         * mml.el (mml-mode): Use define-minor-mode.
7451         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7452         (gnus-undo-mode): Use define-minor-mode.
7453         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7454         (gnus-dead-summary-mode): Use define-minor-mode.
7455         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7456         Initialize in declaration.
7457         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7458         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7459         (gnus-mailing-list-mode): Use define-minor-mode.
7460         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7461         (gnus-draft-mode): Use define-minor-mode.
7462         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7463         (gnus-dired-mode): Use define-minor-mode.
7464
7465 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7466
7467         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7468         handles on recursive mml-to-mime translation and check them for
7469         boundary delimiter collisions.  Reported by Greg Troxel.
7470
7471 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7474
7475 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7476
7477         * mm-util.el (mm-find-buffer-file-coding-system):
7478         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7479
7480 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7481
7482         * message.el (message-generate-headers): Record insertion of optional
7483         headers as well.  Otherwise the check to prevent repeated insertion of
7484         optional headers is a no-op.
7485
7486 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7487
7488         * smime.el: Don't mention CVS.
7489
7490         * nnrss.el (nnrss-fetch): Don't mention CVS.
7491
7492         * nnir.el: Don't mention CVS.
7493
7494 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7495
7496         * gnus-sum.el (gnus-summary-bookmark-make-record):
7497         Add `location' field.
7498
7499 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7500
7501         * lpath.el: Fbind bookmark-default-handler,
7502         bookmark-get-bookmark-record, bookmark-make-record-default,
7503         bookmark-prop-get for Emacs <23 and XEmacs.
7504
7505 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7506
7507         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7508         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7509         Use with-current-buffer to silence the byte-compiler.
7510         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7511         bother to require `gnus'.
7512         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7513
7514 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7515
7516         * gnus-sum.el (gnus-summary-bookmark-make-record)
7517         (gnus-summary-bookmark-jump): New functions.
7518         (gnus-summary-mode): Setup bookmark support.
7519
7520 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7521
7522         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7523         if set.
7524
7525 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7528         gnus-article-browse-html-save-cid-image; make it work recursively for
7529         forwarded messages as well.
7530         (gnus-article-browse-html-parts): Work when prefix arg is given.
7531         (gnus-article-browse-html-article): Doc fix.
7532
7533 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7534
7535         * message.el (message-default-mail-headers):
7536         (message-default-headers): Carry the value mail-default-headers over
7537         into message-default-mail-headers, rather than message-default-headers.
7538
7539 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7540
7541         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7542         charset.
7543
7544         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7545         charset into the <meta> tag when the article is encoded to utf-8.
7546
7547 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-art.el (gnus-article-browse-delete-temp-files):
7550         Delete directories as well.
7551         (gnus-article-browse-html-parts): Work for images that do not specify
7552         file names; delete temp directory when quitting; insert header at the
7553         right place; use file: scheme for image files.
7554
7555 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7556
7557         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7558         (gnus-article-browse-html-parts): Use it to make temporary cid image
7559         files in addition to html file so that browser may display them.
7560
7561 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7564
7565 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7566
7567         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7568
7569 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7570
7571         * auth-source.el (auth-sources): Change default to be simpler.
7572         Explain about Secret Service API sources.  Improve Customize options.
7573         (auth-source-pick): Change to accept any number of search parameters.
7574         Implement fallbacks iteratively, not recursively.  Add scoring on the
7575         second pass and sort by score.  Call Secret Service API when needed.
7576         (auth-source-user-or-password): Use it.  Call Secret Service API
7577         directly when needed to get the user name and the password.
7578
7579 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7580
7581         * message.el (message-interactive): Doc fix.
7582         (message-qmail-inject-args): Reflow.
7583         (message-kill-to-signature): Fix typo in docstring.
7584
7585         * smiley.el (smiley-buffer): Fix typo in docstring.
7586
7587 2010-03-24  Glenn Morris  <rgm@gnu.org>
7588
7589         * mail-source.el (gnus-message): Declare.
7590         (mail-source-delete-old-incoming): Require gnus-util.
7591
7592 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7595
7596         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7597
7598         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7599         password-cache's default if it is not bound.
7600         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7601         password-cache-expiry's default if it is not bound.
7602
7603         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7604         available in Emacs 21.
7605
7606         * lpath.el: Suppress compiler warnings for:
7607         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7608         XEmacs;
7609         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7610         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7611         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7612
7613 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7614
7615         * auth-source.el (auth-sources): Fix up definition so extra parameters
7616         are always inline.
7617
7618 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7619
7620         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7621         wasn't updated after mismatch.  Clear cached mailbox info correctly
7622         when uidvalidity changes.
7623         (nnimap-group-prefixed-name): New function to avoid some code
7624         duplication.
7625         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7626         (nnimap-request-group): Use it.
7627         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7628         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7629         with many imap folders.  This is done by caching the group status from
7630         the imap server persistently in a group parameter `imap-status'.  (This
7631         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7632         but not persistently, so every Gnus startup was still very slow.)
7633
7634 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7635
7636         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7637         delete the extra newline.  Otherwise editing of :string and :number
7638         types don't work.
7639
7640 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7641
7642         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7643         secrets.el dependency.
7644         (auth-sources): Add optional user name.  Add secrets.el configuration
7645         choice (unused right now).
7646
7647 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7648
7649         * gnus-sum.el (gnus-summary-make-menu-bar):
7650         Let `gnus-registry-install-shortcuts' fill in the functions.
7651
7652         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7653         warnings.
7654         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7655         (gnus-registry-install-shortcuts): Populate and use it in a
7656         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7657
7658 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7659
7660         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7661         In-place substitutions for the group name encoding/decoding.
7662         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7663         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7664         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7665         (nnimap-update-unseen, nnimap-request-list)
7666         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7667         (nnimap-request-set-mark, nnimap-split-to-groups)
7668         (nnimap-split-articles, nnimap-request-newgroups)
7669         (nnimap-request-create-group, nnimap-request-accept-article)
7670         (nnimap-request-delete-group, nnimap-request-rename-group)
7671         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7672         `encoded-mbx' for consistency.
7673         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7674         variable `imap-current-mailbox'.
7675
7676         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7677         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7678
7679 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7680
7681         * pop3.el (pop3-display-message-size-flag): Display message size byte
7682         counts during POP3 download.
7683         (pop3-movemail): Use it.
7684         (pop3-list): Implement listing of available messages.
7685
7686 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7687
7688         * nnir.el (nnir-get-article-nov-override-function): New function to
7689         override the normal NOV retrieval.
7690         (nnir-retrieve-headers): Use it.
7691
7692 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7693
7694         * auth-source.el (netrc-machine-user-or-password): Autoload.
7695
7696 2010-03-19  Glenn Morris  <rgm@gnu.org>
7697
7698         Stop message.el from loading about 40 libraries it doesn't always need.
7699         The general approach is to autoload rather than require, and to
7700         require in the specific functions rather than the file.  (Bug#5642)
7701
7702         * gmm-utils.el: Don't require wid-edit.
7703         (widget-create-child-value, widget-convert, widget-default-get):
7704         Autoload.
7705
7706         * gnus-util.el: Don't require time-date, netrc.
7707         (message-fetch-field, gnus-group-name-decode): Declare rather than
7708         autoloading.
7709         (gnus-fetch-field): Require message.
7710         (gnus-decode-newsgroups): Require gnus-group.
7711
7712         * ietf-drums.el: Don't require time-date.
7713
7714         * message.el: Don't require hashcash, canlock, ecomplete.
7715         Do require mail-utils.  Require nnheader only when compiling.
7716         (smtpmail-default-smtp-server): Remove declaration.
7717         (message-send-mail-function): Check smtpmail-default-smtp-server
7718         is bound rather than requiring smtpmail.
7719         (message-auto-save-directory, message-insert-signature):
7720         Use expand-file-name rather than nnheader-concat.
7721         (nnheader-insert-file-contents): Autoload.
7722         (hashcash-wait-async): Declare.
7723         (message-send-mail): Only call gnus-setup-posting-charset if
7724         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7725         (message-send-mail-with-sendmail): Require sendmail.
7726         (canlock-password, canlock-password-for-verify): Declare.
7727         (message-canlock-password): Require canlock.
7728         (nnheader-get-report): Autoload.
7729         (gnus-setup-posting-charset): Declare.
7730         (message-send-news): Require gnus-msg.
7731         (message-make-references, message-make-in-reply-to): Use mail-header-id
7732         rather than the alias mail-header-message-id.
7733         (ecomplete-add-item, ecomplete-save): Declare.
7734         (message-put-addresses-in-ecomplete): Require ecomplete.
7735         (ecomplete-display-matches): Autoload.
7736
7737         * mm-decode.el: Don't require mailcap, gnus-util.
7738         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7739         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7740         Autoload.
7741         (mailcap-mime-extensions): Declare.
7742
7743         * mm-encode.el: Don't require mailcap.
7744         (mailcap-extension-to-mime): Autoload.
7745
7746         * mml-sec.el: Don't require password-cache.
7747
7748         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7749         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7750         (mml-minibuffer-read-type): Require mailcap.
7751         (mml-preview): Require gnus-msg.
7752
7753         * mml1991.el: Require password-cache.
7754         (password-cache-expiry): Remove declaration.
7755
7756         * mml2015.el: Require password-cache.
7757         (password-cache-expiry): Remove declaration.
7758
7759         * nneething.el (mailcap): Require mailcap.
7760
7761         * nnheader.el (declare-function): Add compatibility stub.
7762         (message-remove-header): Declare rather than autoload.
7763         (nnheader-replace-header): Require message.
7764
7765         * nnimap.el (declare-function): Add compatibility stub.
7766         (netrc-parse, netrc-machine-user-or-password): Declare.
7767         (nnimap-open-connection): Require netrc.
7768
7769         * nntp.el (declare-function): Add compatibility stub.
7770         (netrc-parse, netrc-machine, netrc-get): Declare.
7771         (nntp-send-authinfo): Require netrc.
7772
7773         * rfc2047.el: Don't require qp.
7774         (quoted-printable-encode-region, quoted-printable-decode-string):
7775         Autoload.
7776
7777         * sieve-mode.el: Don't require easymenu.
7778         (easy-menu-add-item): Autoload it.
7779
7780         * spam-stat.el (time-to-number-of-days): Autoload it.
7781
7782 2010-03-19  Glenn Morris  <rgm@gnu.org>
7783
7784         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7785
7786 2010-03-18  Glenn Morris  <rgm@gnu.org>
7787
7788         * hashcash.el (declare-function): Remove duplicate definition.
7789
7790 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7791
7792         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7793         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7794         value if any backslash escapes).
7795
7796 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7799         if it is available.  (bug#5647)
7800
7801         * lpath.el: Suppress compiler warning for coding-system-from-name for
7802         Emacs 21 and XEmacs.
7803
7804 2010-03-14  Juri Linkov  <juri@jurta.org>
7805
7806         * hmac-def.el:
7807         * hmac-md5.el:
7808         * netrc.el: Fix keywords.
7809
7810 2010-02-26  Glenn Morris  <rgm@gnu.org>
7811
7812         * message.el (message-send-mail-function): Change the default, so that
7813         it inherits from a customized send-mail-function.  (Bug#5643)
7814
7815 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7816
7817         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7818         shell-command-to-string signals an error (bug#5299).
7819
7820 2010-02-24  Glenn Morris  <rgm@gnu.org>
7821
7822         * message.el (message-smtpmail-send-it)
7823         (message-send-mail-with-mailclient): Doc fixes.
7824
7825 2010-02-16  Glenn Morris  <rgm@gnu.org>
7826
7827         * message.el (message-default-mail-headers): Change the default value
7828         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7829
7830 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7833         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7834
7835 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7836
7837         * time-date.el (date-to-time): Doc fix (Bug#5408).
7838
7839 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7840
7841         * message.el (message-mail): Just pass yank-action on to message-setup.
7842         (message-setup): Handle (FUN . ARGS) form of yank-action.
7843         (message-with-reply-buffer, message-widen-reply)
7844         (message-yank-original): Handle non-buffer values of
7845         message-reply-buffer (Bug#4080).
7846         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7847
7848 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7849
7850         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7851         Fix typo in docstring.
7852
7853 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7854
7855         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7856         response.
7857
7858 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7861
7862         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7863
7864         * message.el (message-check-news-header-syntax): Protect against a
7865         string that `rfc822-addresses' returns when parsing fails.
7866
7867 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7870         (gnus-previous-char-property-change): New functions.
7871
7872         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7873
7874 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7875
7876         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7877         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7878
7879 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7880
7881         * message.el (message-exchange-point-and-mark): Rework last change to
7882         avoid using optional arg of exchange-point-and-mark, for backward
7883         compatibility.
7884
7885 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7886
7887         * message.el (message-exchange-point-and-mark):
7888         Call exchange-point-and-mark with an argument rather than setting
7889         mark-active by hand (Bug#5175).
7890
7891 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * nntp.el (nntp-service-to-port): Work for service expressed with
7894         numeric string; replace [:digit:] with [0-9] for XEmacs.
7895
7896 2009-12-17  Glenn Morris  <rgm@gnu.org>
7897
7898         * gnus-group.el (gnus-bug-group-download-format-alist):
7899         Change emacs entry to debbugs.gnu.org.  Bump :version.
7900
7901 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7904
7905 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * message.el (message-info): Explain why we use `Info-goto-node'.
7908
7909 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7912
7913 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7914
7915         * message.el (message-completion-in-region): New compatibility function.
7916         (message-expand-group): Use it.
7917
7918 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7921         with no unread article should be listed if the 2nd arg `predicate' is
7922         given.
7923
7924 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7927
7928 2009-11-29  Juri Linkov  <juri@jurta.org>
7929
7930         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7931         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7932         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7933
7934 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7935
7936         * sha1.el (sha1-string-external): default-directory "/" in case
7937         otherwise non-existent.  process-connection-type pipe for touch of
7938         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7939
7940 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7941
7942         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7943         it's comms related and sgml-mode.el has "comm" on that basis too.
7944
7945 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7948         containing tspecial characters if they have been already quoted.
7949
7950 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7951
7952         * dns-mode.el (auto-mode-alist): Purecopy string.
7953
7954 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7955
7956         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7957
7958 2009-10-24  Glenn Morris  <rgm@gnu.org>
7959
7960         * gnus-art.el (help-xref-stack-item): Define for compiler.
7961
7962 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7963
7964         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7965
7966 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7969
7970 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7973         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7974
7975 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7978         (gnus-overlays-in): New alias to overlays-in.
7979
7980         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7981         gnus-overlay-get, and gnus-delete-overlay.
7982         (gnus-summary-show-thread): Make it work as well for systems in which
7983         next-single-char-property-change is not available.
7984         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7985
7986         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7987         (gnus-overlay-get): New alias to extent-property.
7988         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7989
7990         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7991         SXEmacs.
7992
7993         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7994         SXEmacs.
7995
7996 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7999
8000 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8001
8002         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8003         and XEmacs that don't have `remove-overlays'.
8004
8005 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8006
8007         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8008         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8009         selective display.  Use overlays instead.
8010
8011 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8012
8013         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8014
8015 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8016
8017         * spam-stat.el (spam-stat-load): Fix typo in message.
8018
8019 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8020
8021         * dig.el (dig-invoke): Fix typo in docstring.
8022         (query-dig): Reflow docstring.
8023
8024 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8025
8026         * gnus-art.el (gnus-article-encrypt-body):
8027         * message.el (message-check-recipients):
8028         * mm-util.el (mm-codepage-setup):
8029         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8030         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8031
8032 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8033
8034         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8035         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8036         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8037         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8038         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8039
8040 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8041
8042         * dig.el: Add "Keywords: comm", as per net-utils.el.
8043
8044 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8045
8046         * dig.el (dig-mode): Use define-derived-mode.
8047
8048 2009-09-19  Glenn Morris  <rgm@gnu.org>
8049
8050         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8051
8052 2009-09-18  Glenn Morris  <rgm@gnu.org>
8053
8054         * gnus-diary.el (gnus-diary-check-message):
8055         * message.el (message-insert-formatted-citation-line):
8056         * nnbabyl.el (top-level):
8057         * nndiary.el (nndiary-schedule):
8058         Fix typos in condition-case handlers.
8059
8060 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8061
8062         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8063         configuration that provides the sole article window in a frame;
8064         position point correctly after deleting a part.
8065
8066 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8067
8068         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8069         (spam-resolve-registrations-routine): Use it to unregister articles
8070         that change status.
8071
8072 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8075         with XEmacs.
8076         (parse-time-string-chars): Use it.
8077
8078 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8079
8080         * imap.el (imap-interactive-login): Better messages.
8081         (imap-open): Fix bug with renamed buffer on reconnect.
8082         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8083         for easier debugging and cleaner code.  On successful (guessed based on
8084         server capabilities) secondary authentication, set imap-state
8085         correctly.
8086         (imap-last-authenticator): Define imap-last-authenticator as a variable
8087         to avoid warnings.
8088
8089 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * nnrss.el (nnrss-request-article): Remove binding of
8092         default-enable-multibyte-characters that has gotten needless by
8093         the 2007-07-13 change in rfc2047-encode-message-header.
8094
8095         * mml.el (mml-insert-multipart): Error on the message header.
8096         (mml-insert-part): Error on the message header; position point at
8097         the end of a MIME tag.
8098
8099 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8100
8101         * time-date.el (autoload): Expand define-obsolete-function-alias into
8102         defalias and make-obsolete for old Emacsen that Gnus supports.
8103         (with-no-warnings): Define it for old Emacsen.
8104         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8105         is available.
8106         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8107         float-time is available; suppress compile warning for time-to-seconds.
8108
8109         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8110         (gnus-float-time): Alias to float-time if it exists.
8111
8112         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8113         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8114         float-time is available; suppress compile warning for time-to-seconds.
8115
8116         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8117         XEmacs.
8118
8119 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8120
8121         * imap.el (imap-message-map): Docstring fix.
8122
8123 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8124
8125         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8126         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8127         Add the optional argument `encoding' that overrides the default.
8128
8129         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8130         mm-encode-buffer.
8131
8132 2009-09-04  Glenn Morris  <rgm@gnu.org>
8133
8134         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8135         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8136         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8137         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8138         * mm-util.el (mm-with-unibyte-current-buffer)
8139         (mm-find-buffer-file-coding-system):
8140         * yenc.el (yenc-decode-region): Use default-value rather than
8141         default-enable-multibyte-characters.
8142
8143 2009-09-03  Glenn Morris  <rgm@gnu.org>
8144
8145         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8146         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8147         than default-enable-multibyte-characters.
8148
8149 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8150
8151         * gnus-art.el (gnus-article-read-summary-keys):
8152         Fix gnus-buffer-configuration's value temporarily used.
8153
8154 2009-09-02  Glenn Morris  <rgm@gnu.org>
8155
8156         * gnus-util.el (gnus-float-time): New function.
8157         * gnus-delay.el (gnus-delay-article):
8158         * gnus-sum.el (gnus-thread-latest-date):
8159         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8160         * nnspool.el (nnspool-request-newgroups):
8161         Use gnus-float-time rather than time-to-seconds.
8162         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8163
8164         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8165         (gnus-header-subject-face, gnus-header-newsgroups-face)
8166         (gnus-header-name-face, gnus-header-content-face):
8167         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8168         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8169         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8170         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8171         (gnus-cite-face-11):
8172         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8173         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8174         (gnus-server-closed-face, gnus-server-denied-face)
8175         (gnus-server-offline-face):
8176         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8177         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8178         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8179         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8180         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8181         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8182         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8183         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8184         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8185         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8186         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8187         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8188         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8189         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8190         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8191         (gnus-summary-high-undownloaded-face)
8192         (gnus-summary-low-undownloaded-face)
8193         (gnus-summary-normal-undownloaded-face)
8194         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8195         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8196         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8197         (gnus-splash-face):
8198         * message.el (message-header-to-face, message-header-cc-face)
8199         (message-header-subject-face, message-header-newsgroups-face)
8200         (message-header-other-face, message-header-name-face)
8201         (message-header-xheader-face, message-separator-face)
8202         (message-cited-text-face, message-mml-face):
8203         * sieve-mode.el (sieve-control-commands-face)
8204         (sieve-action-commands-face, sieve-test-commands-face)
8205         (sieve-tagged-arguments-face):
8206         * spam.el (spam-face):
8207         Mark face aliases with "-face" in the name as obsolete.
8208
8209 2009-09-01  Glenn Morris  <rgm@gnu.org>
8210
8211         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8212         than goto-line.
8213
8214 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8217         Don't move point if the command is invoked inside the message header.
8218
8219 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8220
8221         * imap.el (imap-send-command): Simplify.
8222         (imap-wait-for-tag): point-max -> buffer-size.
8223
8224 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8225
8226         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8227         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8228         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8229         * nnir.el (nnir-swish-e-index-file):
8230         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8231         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8232         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8233         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8234         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8235         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8236
8237 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8238
8239         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8240         Don't save excursion.
8241
8242 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8243
8244         * nnheader.el (nnheader-find-file-noselect):
8245         * mm-util.el (mm-insert-file-contents):
8246         Use (default-value 'major-mode) instead of default-major-mode.
8247
8248 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8249
8250         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8251
8252 2009-08-26  Glenn Morris  <rgm@gnu.org>
8253
8254         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8255         than placing in files.el.
8256
8257 2009-08-25  Glenn Morris  <rgm@gnu.org>
8258
8259         * nnir.el (top-level): Don't require cl at run-time.
8260         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8261         Replace cl-function substitute with gnus-replace-in-string.
8262         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8263         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8264         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8265         simplified expansions.
8266
8267 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8268
8269         * dig.el (dig): Add autoload cookie.
8270
8271 2009-08-22  Glenn Morris  <rgm@gnu.org>
8272
8273         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8274         goto-line.
8275
8276 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8277
8278         * parse-time.el (parse-time-string-chars): Save match data.
8279
8280 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8281
8282         * parse-time.el (parse-time-string-chars): Compute using character
8283         classes, to handle non-ascii characters (Bug#3190).
8284
8285 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8288
8289         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8290         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8291         (gnus-mm-display-part, gnus-mime-display-single)
8292         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8293         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8294
8295         * gnus-sum.el
8296         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8297         (gnus-summary-move-article): Add expirable mark to articles copied or
8298         moved to group that has auto-expire turned on if the option is non-nil.
8299
8300 2009-07-24  Glenn Morris  <rgm@gnu.org>
8301
8302         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8303         Fix typo.  (Bug#3903)
8304
8305 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8308         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8309         that should not be used for draft articles.
8310         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8311         that has no concern in minor mode keys.
8312         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8313         Abolish.
8314
8315 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8318         article without making inquiry to a user for unknown encoding.
8319
8320         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8321         (nnmaildir--scan): Assume i-node and device number that file-attributes
8322         returns might be cons-cell.
8323
8324         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8325
8326         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8327
8328 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8329
8330         * auth-source.el: Remove docs now in auth.texi.  Don't use
8331         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8332         `auth-source-hide-passwords' and use them.
8333
8334 2009-07-15  Glenn Morris  <rgm@gnu.org>
8335
8336         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8337
8338 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8341         excessive whitespace from the default values of title and description.
8342
8343 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8346         mail-fetch-field to fetch Content-Description header in order to
8347         exclude newlines.
8348
8349 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8350
8351         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8352         format used by GnuPG 2.0.11.
8353
8354 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8357         to deleted part.
8358
8359 2009-05-30  David Engster  <dengste@eml.cc>
8360
8361         * nnmairix.el: Remove old documentation in the commentary block.
8362         (nnmairix-request-group): Do not update active file for nnml back ends.
8363         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8364         end so that overview files are ignored.
8365         (nnmairix-update-groups): Make updating the groups more robust by using
8366         marks.
8367         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8368         with dollar characters in message-id.
8369
8370 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8371
8372         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8373         2008-12-25 in dns.el.
8374
8375 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8376
8377         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8378         could happen if the text is only composed of spaces and/or tabs.
8379
8380 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8381
8382         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8383         when sending a queued message to avoid extra mml tags.
8384
8385 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8388
8389 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8392         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8393         rmail-toggle-header for XEmacs;
8394         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8395
8396 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-dired.el: Remove autoload for gnus-setup-message.
8399         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8400         displaying Gnus logo; always use compose-mail.
8401
8402 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8405
8406 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8409         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8410         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8411         available.
8412         (gnus-nocem-epg-verify): New function.
8413
8414 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8417
8418 2009-02-15  Glenn Morris  <rgm@gnu.org>
8419
8420         * gnus-util.el (rmail-insert-rmail-file-header)
8421         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8422         autoloads.
8423         (rmail-default-rmail-file): Remove unnecessary declaration.
8424         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8425
8426 2009-02-14  Glenn Morris  <rgm@gnu.org>
8427
8428         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8429         variable (only used in gnus-util, which declares it anyway).
8430         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8431         which was only needed by gnus-art (changed to not use it any more).
8432         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8433         only used in gnus-util, which autoloads it itself.
8434         (rmail-update-summary): Fix autoload.
8435
8436         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8437         rather than rmail-output-to-rmail-file.
8438
8439 2009-02-07  Glenn Morris  <rgm@gnu.org>
8440
8441         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8442         autoload of function that no longer exists.
8443         (rmail-toggle-header): Declare.
8444         (message-forward-rmail-make-body): Handle mbox Rmail.
8445
8446 2009-01-31  Glenn Morris  <rgm@gnu.org>
8447
8448         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8449         2009-01-09 change.
8450
8451 2009-01-31  Dave Love  <fx@gnu.org>
8452
8453         * imap.el (imap-fetch-safe): Bind debug-on-error.
8454         (imap-debug): Add imap-fetch-safe.
8455
8456 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8457
8458         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8459         (auth-source-forget-all-cached): New convenience function.
8460         (auth-source-user-or-password): Accept list of modes or a single mode.
8461
8462         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8463         auth-source modes.
8464
8465         * netrc.el (netrc-machine-user-or-password): Use list of
8466         auth-source modes.
8467
8468         * nnimap.el (nnimap-open-connection): Use list of
8469         auth-source modes.
8470
8471         * nntp.el (nntp-send-authinfo): Use list of
8472         auth-source modes.
8473
8474 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8475
8476         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8477         now.
8478
8479 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8482         coding system in XEmacs; add a workaround for XEmacs.
8483
8484         * lpath.el: Fbind coding-system-aliasee.
8485
8486 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8489         of current-language-environment.
8490
8491 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8494         available at runtime.
8495
8496 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8499
8500 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8501
8502         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8503         the greatest positive fixnum value doesn't work under an XEmacs with
8504         bignum support; use the most-positive-fixnum constant instead,
8505         available since Emacs 21.1 with cl and XEmacs 21.1.
8506
8507 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8510         XEmacs gets not to work.
8511
8512 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * mm-util.el (mm-coding-system-priorities): Allow the value like
8515         "Japanese (UTF-8)" of current-language-environment.
8516
8517 2009-01-09  Glenn Morris  <rgm@gnu.org>
8518
8519         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8520         with last-command-event.
8521
8522 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8525         in the doc string.
8526
8527         * message.el (message-fix-before-sending): Amend comment.
8528
8529 2009-01-08  Dave Love  <fx@gnu.org>
8530
8531         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8532
8533 2009-01-07  David Engster  <dengste@eml.cc>
8534
8535         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8536         simplified server definitions by converting it via
8537         gnus-server-to-method.
8538
8539 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8542         parameter's operands.
8543
8544 2009-01-06  David Engster  <dengste@eml.cc>
8545
8546         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8547         primary select method (for gnus-group-mark-article-as-read).
8548
8549 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8550
8551         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8552         `(gnus)Face', not `(gnus)X-Face'.
8553
8554 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * mm-util.el (mm-ucs-to-char): New function.
8557
8558         * mm-url.el (mm-url-decode-entities): Use it.
8559
8560         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8561         unicode-to-char.
8562
8563 2009-01-05  Dave Love  <fx@gnu.org>
8564
8565         * time-date.el: Require cl for `declare'.
8566
8567 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8570         Dave Love.
8571
8572 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8573
8574         * message.el (message-fix-before-sending): Add `eight-bit' to
8575         illegible-text check.
8576
8577 2009-01-03  Michael Olson  <mwolson@gnu.org>
8578
8579         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8580         `headers' is nil.  This can occur if the IMAP server does not have
8581         permissions to read messages from a folder, but can write new messages
8582         to the folder.
8583         (nnimap-request-article-part): Do not insert `data' if it is nil.
8584
8585         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8586         characters which will confuse `read', so skip past them.
8587
8588 2009-01-01  Dave Love  <fx@gnu.org>
8589
8590         * imap.el (imap-string-to-integer): Fix typo.
8591         (imap-fetch-safe): New function.
8592         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8593
8594         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8595
8596         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8597         (imap-parse-greeting): Fix doc strings.
8598         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8599         (imap-parse-flag-list): Make messages unique.
8600         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8601
8602         * nnimap.el: Fix author email.
8603         (nnimap-split-rule): Add FIXME comment.
8604         (nnimap-debug): Fix doc string.
8605
8606 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8609
8610 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8613         nslookup if resolv.conf isn't available.
8614         (dns-query): Rename from query-dns.
8615         (dns-query-cached): Rename from query-dns-cached.
8616
8617 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8620         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8621         to check if those variables exist (first appeared in Emacs 18.50).
8622
8623 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * mm-util.el (mm-line-number-at-pos): New function.
8626
8627         * spam-report.el (spam-report-process-queue): Use it.
8628
8629 2008-12-24  David Engster  <dengste@eml.cc>
8630
8631         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8632         parameters that haven't existed as variables as buffer-local variables.
8633
8634 2008-12-23  Dave Love  <fx@gnu.org>
8635
8636         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8637         cadar.
8638
8639         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8640         imap-starttls-p.
8641         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8642
8643 2008-12-22  Dave Love  <fx@gnu.org>
8644
8645         * imap.el: Fix author email.  Doc fixes.
8646         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8647         reply.
8648
8649 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8650
8651         * spam-report.el (spam-report-gmane-max-requests): New constant.
8652         (spam-report-gmane-wait): New variable.
8653         (spam-report-gmane-ham, spam-report-gmane-spam)
8654         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8655         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8656         the server.
8657
8658         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8659         Add explanations.
8660
8661         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8662         nnheader-accept-process-output and nnheader-read-timeout if available.
8663         (pop3-movemail): Use it.
8664
8665         * message.el (message-check-news-body-syntax): Fix signature check if
8666         there's an attachment.
8667
8668 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * mm-util.el: Add comments to the mm- emulating functions.
8671
8672 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8675         Reported by Stephen Berman <stephen.berman@gmx.net>.
8676
8677 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * mm-util.el (mm-substring-no-properties): New function.
8680         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8681         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8682         (mm-string-to-multibyte): Doc fix.
8683
8684         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8685
8686 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * mml.el (mml-attach-file): Strip text properties from file name.
8689         (Bug#1574)
8690
8691 2008-12-16  Glenn Morris  <rgm@gnu.org>
8692
8693         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8694
8695 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8698         knows since the charset specified might be a bogus alias that
8699         mm-charset-synonym-alist provides.
8700
8701 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8702
8703         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8704         "ISO_8859-1".
8705
8706         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8707
8708 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * mm-util.el (mm-charset-eval-alist):
8711         Define it before mm-charset-to-coding-system.
8712         (mm-charset-to-coding-system): Add optional argument `silent';
8713         define it before mm-charset-override-alist.
8714         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8715         default value if it can be used in Emacs currently running;
8716         silence mm-charset-to-coding-system.
8717
8718 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8721         `allow-override' which says whether to use `mm-charset-override-alist'.
8722         (rfc2047-decode-encoded-words): Use it.
8723
8724         * mm-util.el (mm-charset-override-alist): Fix custom type;
8725         add `(gb2312 . gbk)' to choices.
8726
8727 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8730         fast.
8731
8732         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8733
8734         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8735
8736 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8737
8738         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8739         on links.
8740
8741         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8742
8743 2008-12-03  Lute Kamstra  <lute@gnu.org>
8744
8745         * sha1.el: Remove leading * from docstrings of defcustoms,
8746         deffaces, defconsts and defuns.
8747
8748 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8751         users' addresses that don't have domain parts.
8752         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8753         rather than message-narrow-to-head since there will be the message
8754         header separator.
8755
8756 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8757
8758         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8759         since the result is inserted in a unibyte buffer anyway.
8760         (nnimap-demule-use-string-to-multibyte): Remove.
8761         (nnimap-demule): Alias it to mm-string-to-multibyte.
8762
8763 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8764
8765         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8766         variable for debugging bug#464 and bug#1174.
8767         (nnimap-demule): Use it.
8768
8769 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8772         score calculation correctly.
8773
8774 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8775
8776         * message.el (message-send-mail): Just set the buffer to unibyte
8777         rather than use mm-with-unibyte-current-buffer which does a lot more.
8778         (message-send-mail-partially): Don't bother with
8779         mm-with-unibyte-current-buffer since it's already been made unibyte by
8780         message-send-mail.
8781
8782 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8783
8784         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8785
8786 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8787
8788         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8789
8790 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8791
8792         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8793         require itself and to remove `with-no-warnings'.
8794
8795 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8796
8797         * starttls.el (starttls-any-program-available): Get the name of the
8798         available TLS layer program.
8799         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8800         well as the host name in the "opening" message.
8801
8802         * auth-source.el (auth-source-cache, auth-source-do-cache)
8803         (auth-source-user-or-password): Cache passwords and logins by default,
8804         allow override with `auth-source-do-cache'.
8805         (auth-source-forget-user-or-password): Allow users to remove cache
8806         entries if needed.
8807
8808 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8809
8810         * md4.el (md4-buffer): Fix typo in docstring.
8811         (md4, md4-64): Doc fixes.
8812         (md4-pack-int32): Reflow docstring.
8813
8814 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8815
8816         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8817         condition-case to only the forward-sexp call.
8818
8819 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8820
8821         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8822         quotes contained.  Make it more robust regardless by an extra
8823         condition-case wrapper.
8824
8825 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8828
8829 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * nnml.el (nnml-request-expire-articles): Check if the function set to
8832         `nnmail-expiry-target' returns the symbol `delete'.
8833
8834         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8835
8836         * nnmail.el (nnmail-expiry-target): Fix custom type.
8837
8838 2008-10-02  Glenn Morris  <rgm@gnu.org>
8839
8840         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8841         Silence compiler warning.
8842
8843 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8844
8845         * tls.el (open-tls-stream): Show the actual command being
8846         executed, instead of the format string.
8847
8848 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * lpath.el: Fbind codepage-setup for Emacs 23.
8851
8852 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8853
8854         * mml.el (mml-menu): Don't assume mml2015 is bound.
8855
8856 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8859         exists.
8860
8861 2008-09-27  Glenn Morris  <rgm@gnu.org>
8862
8863         * gnus-util.el (mail-header-remove-comments): Autoload it.
8864
8865 2008-09-27  Andreas Schwab  <schwab@suse.de>
8866
8867         * gnus-util.el (gnus-split-references): Strip comments.
8868         (gnus-parent-id): Likewise.
8869
8870 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * message.el (message-confirm-send): Fix version.
8873
8874 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * message.el (message-idna-to-ascii-rhs-1): Use
8877         mail-extract-address-components rather than mail-header-parse-addresses
8878         that is an alias by default to ietf-drums-parse-addresses that does not
8879         support non-ASCII names in headers' contents.
8880
8881 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8882
8883         * message.el (message-confirm-send): Fix variable documentation to
8884         avoid the "y/n" wording.
8885
8886 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8887
8888         * message.el (message-set-auto-save-file-name): Save to a different
8889         filename so multiple messages (especially drafts) can be recovered.
8890
8891 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8892
8893         * message.el (message-confirm-send): Add appropriate version.
8894
8895 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8896
8897         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8898         defvar.
8899
8900 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8901
8902         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8903         (mm-pkcs7-enveloped-magic): Ditto.
8904
8905 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8906
8907         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8908         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8909
8910 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8911
8912         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8913         default, it's better.
8914
8915 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8916
8917         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8918         summary line gnus-number property and ignore them (with a warning
8919         message).
8920
8921 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8924         macro caddr in the interactive form since it won't be expanded.
8925
8926 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8929         `charset'; fix name of function called recursively.
8930         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8931
8932 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8935         (gnus-mime-set-charset-parameters): New function.
8936         (gnus-mime-view-part-as-charset): Use it to correctly display part
8937         specifying wrong charset.
8938
8939 2008-09-08  David Engster  <dengste@eml.cc>
8940
8941         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8942         in completing-read for back end server.
8943
8944 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8945
8946         * message.el (message-confirm-send): New variable to confirm sending a
8947         message.
8948         (message-send): Use it.
8949
8950 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8951
8952         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8953
8954 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8957
8958 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8959
8960         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8961         prevent tracking too many groups.
8962         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8963         Use it.
8964
8965 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8966
8967         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8968         moving point to the bottom of the window in order to avoid recentering.
8969
8970 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8973
8974         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8975         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8976         (gnus-article-beginning-of-window): Fix calculation.
8977
8978 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * gnus-msg.el (gnus-summary-supersede-article)
8981         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8982         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8983         message header.
8984
8985 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8986
8987         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8988         pending output coming after the status change.
8989
8990 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8991
8992         * message.el:
8993         * gnus-start.el:
8994         * gnus-registry.el: Remove VMS support.
8995
8996 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8999         macro.
9000         (rfc2104-hash): Use it.
9001
9002 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9005         (gnus-summary-sort-by-most-recent-date): New commands.
9006         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9007         and menu entries.
9008
9009 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9012         don't redisplay article for raw contents; remove plural articles stuff.
9013
9014         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9015         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9016         on gnus-summary-save-article; display results properly.
9017
9018 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * lpath.el: No need to fbind ns-focus-frame.
9021
9022 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9025
9026 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-art.el (gnus-summary-save-in-pipe):
9029         Consider gnus-save-all-headers.
9030
9031 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9032
9033         * gnus-util.el (ns-focus-frame): Remove declaration.
9034         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9035         like x.
9036
9037 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9038
9039         * rfc2104.el (rfc2104-zero): Delete defconst.
9040         (rfc2104-hex-alist): Likewise.
9041         (rfc2104-hex-to-int): Delete func.
9042         (rfc2104-hexstring-to-bitstring): Likewise.
9043         (rfc2104-nybbles): New defconst.
9044         (rfc2104-hash): Rewrite for speed.
9045
9046 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * tls.el (open-tls-stream): Make it work with the 2nd argument
9049         BUFFER that is a string but does not exist as a buffer object, as
9050         mentioned in the doc-string.
9051
9052 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9055         SXEmacs.
9056
9057 2008-07-16  Glenn Morris  <rgm@gnu.org>
9058
9059         * gnus-util.el (ns-focus-frame): Declare for compiler.
9060
9061 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9064         set as a group parameter.
9065         (gnus-summary-save-in-pipe): Work when it is called independently.
9066         (gnus-summary-pipe-to-muttprint): Don't modify
9067         gnus-summary-pipe-output-default-command.
9068
9069 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9070
9071         * message.el (message-send-mail-with-sendmail):
9072         Display the error message.
9073
9074 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-art.el (gnus-default-article-saver):
9077         Add gnus-summary-save-in-pipe to choices.
9078         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9079         gnus-summary-pipe-output-default-command as the default command.
9080         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9081         instead of gnus-last-shell-command.
9082
9083         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9084         New user option.
9085         (gnus-summary-muttprint-program): Mention the value will be changed.
9086         (gnus-summary-save-article): Force showing of all headers.
9087         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9088
9089 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9090
9091         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9092
9093 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9094
9095         * nnimap.el (nnimap-id):
9096         * sieve-manage.el (sieve-manage-open): Doc fixes.
9097
9098 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9099
9100         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9101         if available.
9102
9103 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9104
9105         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9106
9107         * nnkiboze.el (nnkiboze-generate-group):
9108         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9109
9110         * nnmairix.el: Require CL.
9111
9112 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * dgnushack.el: Autoload get-display-table and put-display-table for
9115         XEmacs 21.5.
9116
9117         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9118         21.4 and SXEmacs.
9119
9120 2008-06-15  David Engster  <dengste@eml.cc>
9121
9122         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9123
9124 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9125
9126         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9127         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9128         runtime choice under XEmacs.
9129
9130         * gnus-sum.el (gnus-summary-set-display-table):
9131         Use `gnus-put-display-table', `gnus-get-display-table',
9132         `gnus-set-display-table' for the display table, instead of `aset'.
9133
9134         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9135         Use `gnus-put-display-table', `gnus-get-display-table',
9136         `gnus-set-display-table' for the display table.
9137
9138 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * nnmairix.el: Add autoloads.
9141
9142 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * nnmairix.el (nnmairix-delete-recreate-group)
9145         (nnmairix-update-and-clear-marks): Fix error messages.
9146
9147 2008-06-14  David Engster  <dengste@eml.cc>
9148
9149         * nnmairix.el: Upgrade to version 0.6.
9150         (nnmairix-group-toggle-propmarks-this-group)
9151         (nnmairix-group-toggle-readmarks-this-group)
9152         (nnmairix-group-delete-recreate-this-group)
9153         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9154         (nnmairix-remove-tick-mark-original-article): New commands.
9155         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9156         (nnmairix-propagate-marks-to-nnmairix-groups)
9157         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9158         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9159         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9160         functions needed for marks propagation and manipulation of read marks.
9161         (nnmairix-update-groups): New function.
9162         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9163         (nnmairix-determine-original-group-from-registry)
9164         (nnmairix-determine-original-group-from-path)
9165         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9166         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9167         New helper functions.
9168         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9169         keystrokes for new commands.
9170         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9171         (nnmairix-request-group): Check allow-fast group parameter.
9172         (nnmairix-request-create-group): Set allow-fast group parameter if
9173         nnmairix-allowfast-default is set.
9174         (nnmairix-close-group): Propagate marks upon closing if needed.
9175         (nnmairix-group-toggle-threads-this-group): Use new.
9176         nnmairix-group-toggle-parameter helper function.
9177         (nnmairix-search): Better check for empty search result.
9178         (nnmairix-goto-original-article): Use new helper functions for
9179         determining original article.
9180         (nnmairix-show-original-article): Make sure message-id is in brackets.
9181         (nnmairix-call-mairix-binary): Change variable name.
9182         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9183         helper function.
9184         (nnmairix-widget-toggle-activate): Fix doc string.
9185
9186 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * nnir.el: Require edmacro when compiling with XEmacs.
9189         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9190         available in Emacs 21.
9191
9192 2008-06-11  Glenn Morris  <rgm@gnu.org>
9193
9194         * gnus-util.el (x-focus-frame):
9195         * gnus.el (image-size):
9196         * mm-decode.el (image-size): Declare.
9197
9198         * gnus-picon.el (declare-function): Add compat definition.
9199         (image-size): Declare.
9200
9201         * gnus-group.el (tool-bar-map):
9202         * gnus-sum.el (tool-bar-map): Define for compiler.
9203
9204         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9205
9206         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9207
9208         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9209         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9210         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9211         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9212         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9213         * sieve-manage.el, spam-report.el, spam.el:
9214         Remove unnecessary eval-and-compile of autoloads.
9215
9216 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9217
9218         * auth-source.el: Precise Tramp doc.
9219
9220 2008-06-07  Glenn Morris  <rgm@gnu.org>
9221
9222         * nnmairix.el: Remove unnecessary eval-when-compile.
9223
9224 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * lpath.el: Fbind propertize for XEmacs 21.4.
9227
9228 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * nnir.el: Move here from ../contrib.
9231
9232 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9233
9234         * gnus-util.el (gnus-read-shell-command): New function.
9235         * mm-decode.el (mm-pipe-part):
9236         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9237
9238 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9241
9242 2008-06-03  Glenn Morris  <rgm@gnu.org>
9243
9244         * pop3.el (nnheader-accept-process-output): Autoload it.
9245
9246 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9247
9248         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9249         are not 2-digit hexadecimal characters that follow `%'s.
9250
9251 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * message.el (message-bogus-recipient-p): Fix type in doc string.
9254         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9255         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9256         Improve custom options.
9257         (message-bogus-recipient-p): Adjust accordingly.
9258
9259 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9260
9261         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9262         long-form month and day names.
9263
9264 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * dgnushack.el: Autoload debug, eudc-expand-inline and
9267         pgg-snarf-keys-region for XEmacs.
9268
9269         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9270
9271         * nnmairix.el: Require edmacro when compiling with XEmacs.
9272
9273 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9276         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9277
9278 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9279
9280         * auth-source.el: Add more docs.
9281
9282         * netrc.el (netrc-machine): Always match if the port is not given.
9283
9284 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9285
9286         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9287         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9288         retrieval faster in some cases, but might make CPU usage larger.
9289         If this has any bad side effects, we might revert this change.
9290
9291         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9292         seems to make mail retrieval much, much faster.
9293         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9294         unconditionally.
9295
9296         * gnus-draft.el (gnus-group-send-queue):
9297         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9298
9299 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9302
9303         * message.el (message-bogus-address-regexp): Fix and improve custom
9304         type.
9305         (message-setup-hook): Add message-check-recipients as custom option.
9306
9307 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * message.el (message-cite-function): Remove bogus autoload which crept
9310         in during merge from v5-10.
9311
9312 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9313
9314         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9315
9316         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9317
9318         * auth-source.el: Preliminary Tramp docs.
9319         (auth-sources): Change the default auth-sources to use
9320         EPA .gpg files.
9321
9322 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9323
9324         * nntp.el: Autoload `auth-source-user-or-password'.
9325         (nntp-send-authinfo): Use it.
9326
9327         * nnimap.el: Autoload `auth-source-user-or-password'.
9328         (nnimap-open-connection): Use it.
9329
9330         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9331         for the gnus-message function.
9332         (auth-source-user-or-password): Use it.
9333
9334 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9335
9336         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9337         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9338         (rfc2104-hash): Use it.
9339
9340 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9341
9342         * gnus-art.el (gnus-article-toggle-truncate-lines):
9343         Don't use `iff' in docstring.
9344
9345 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9346
9347         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9348
9349         * gnus-util.el (gnus-extract-address-component-name)
9350         (gnus-extract-address-component-email): Convenience functions around
9351         `gnus-extract-address-components'.
9352
9353         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9354         Use `gnus-extract-address-component-email' to fix bug of comparing full
9355         sender name to `user-mail-address'.
9356
9357 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9358
9359         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9360         catch/throw to optimize.
9361         (gnus-registry-find-keywords): Just use member to find a keyword.
9362
9363 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9364
9365         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9366         is current before calling gnus-server-prepare.
9367         (gnus-server-setup-buffer, gnus-server-update-server)
9368         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9369
9370 2008-05-04  Juri Linkov  <juri@jurta.org>
9371
9372         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9373         (mailcap-file-default-commands): Use mailcap-replace-in-string
9374         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9375         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9376
9377 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9378
9379         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9380
9381 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9382
9383         * gnus.el: Bump version to 0.11.
9384
9385 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9386
9387         * gnus.el: No Gnus v0.10 is released.
9388
9389 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9392         hooks.
9393         (gnus-update-read-articles): Speed up non-marks-using users.
9394         (gnus-use-marks): Define gnus-use-marks.
9395         (gnus-propagate-marks): Rename variable to something more sensible.
9396
9397 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9398
9399         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9400         (gmm-image-load-path-for-library): Fix typos in docstrings.
9401         (gmm-message): Reflow docstring.
9402
9403 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9404
9405         * mail-source.el (mail-source-set-1, mail-source-bind):
9406         Move auth-source code out of the macro to clean it up and fix bugs.
9407
9408 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9409
9410         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9411         by sender if it's equal to user-mail-address, it's likely to be
9412         useless.
9413
9414         * mail-source.el (mail-source-bind): Don't use user or password if they
9415         are not bound.  Unintern them if they are nil.  Don't use server unless
9416         it's bound, and default it to empty string otherwise.
9417
9418 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9419
9420         * mail-source.el: Load auth-source.el.
9421         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9422         get user name or password, if auth-sources is set up.
9423
9424         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9425         strategy of splitting with parent.
9426         (gnus-registry-split-fancy-with-parent)
9427         (gnus-registry-post-process-groups): Use it and fix prior
9428         bug (returning a list as the split result).
9429
9430         * auth-source.el (auth-sources): Remove server parameter.
9431         (auth-source-pick, auth-source-user-or-password)
9432         (auth-source-user-or-password-imap)
9433         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9434         (auth-source-user-or-password-sftp)
9435         (auth-source-user-or-password-smtp): Remove server parameter.
9436
9437 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9438
9439         * smime.el (smime-sign-region, smime-encrypt-region)
9440         (smime-decrypt-region):
9441         Remove redundant calls to `generate-new-buffer-name'.
9442
9443 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9444
9445         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9446         Don't use QP for message/rfc822.
9447         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9448
9449 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9450
9451         * sieve-manage.el (sieve-string-bytes): Remove.
9452         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9453         correct byte-length only if the process's coding-system is the same as
9454         the one used internally by Emacs to represent strings.
9455
9456 2008-04-22  Juri Linkov  <juri@jurta.org>
9457
9458         * mailcap.el (mailcap-file-default-commands): New function.
9459
9460 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * message.el (message-signature-separator, message-cite-function):
9463         Change custom version.
9464
9465 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9466
9467         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9468         commands.
9469         (tls-checktrust): Ditto.
9470
9471 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * mm-decode.el (mm-display-external): Make temp file read-only.
9474
9475 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9478         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9479         `C-c C-f d'.
9480
9481 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9482
9483         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9484
9485 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus.el: Bump version to 0.9.
9488
9489 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus.el: No Gnus v0.8 is released.
9492
9493 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9494
9495         * mail-source.el (mail-source-value):
9496         Prefer fboundp to functionp so it works with macros as well.
9497
9498 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9499
9500         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9501         Fix last change in case the element is not even a symbol.
9502
9503 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9504
9505         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9506         Prefer fboundp to functionp so it works with macros as well.
9507
9508 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9509
9510         * auth-source.el: Add docs.
9511         (auth-sources): Modify format to support server.
9512         (auth-source-pick, auth-source-user-or-password)
9513         (auth-source-user-or-password-imap)
9514         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9515         (auth-source-user-or-password-sftp)
9516         (auth-source-user-or-password-smtp): Add server parameter.
9517
9518 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9519
9520         * gnus-registry.el: Initialize the registry when gnus-registry-install
9521         is t.
9522
9523 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * compface.el (uncompface): Make buffer unibyte.
9526
9527 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9528
9529         * mail-source.el (mail-source-value):
9530         Prefer fboundp to functionp so it works with macros as well.
9531
9532 2008-04-05  Glenn Morris  <rgm@gnu.org>
9533
9534         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9535
9536 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9537
9538         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9539         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9540
9541         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9542         multibyteness after rather than before erasing it.
9543
9544         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9545         mm-with-multibyte.
9546         (gnus-request-article-this-buffer): Make sure the proper decoding is
9547         used if gnus-original-article-buffer happens to be unibyte.
9548
9549         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9550         default-enable-multibyte-characters.
9551
9552         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9553         default-enable-multibyte-characters.
9554
9555         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9556
9557         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9558
9559 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9560
9561         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9562         Fix last change in case the element is not even a symbol.
9563
9564 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9565
9566         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9567         (imap-message-copyuid-1): Use it.
9568         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9569         J. Williams in
9570         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9571
9572         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9573         imap-enable-exchange-bug-workaround.
9574         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9575
9576 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9577
9578         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9579         a 100 byte status-checks into a 2-3MB transfer for each group.
9580         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9581         to enable bug workaround or not.
9582         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9583
9584 2008-03-31  Glenn Morris  <rgm@gnu.org>
9585
9586         * message.el (mml2015-use): Declare for compiler.
9587         (message-info): Require mml2015 when appropriate.
9588
9589 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9592         whitespace.
9593
9594 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9595
9596         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9597         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9598         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9599         (nntp-service-to-port): New function.
9600         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9601         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9602         (nntp-open-netcat-stream): New function.
9603         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9604
9605 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9606
9607         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9608
9609 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9610
9611         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9612
9613 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9614
9615         * dns.el (dns-write): Use set-buffer-multibyte.
9616
9617 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9618
9619         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9620
9621 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9622
9623         * message.el (message-signature-separator): Change default.
9624         Improve custom type.
9625         (message-cite-function): Change default to
9626         message-cite-original-without-signature.
9627
9628         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9629         toggle.
9630
9631         * message.el (message-check-news-body-syntax): Fix signature check.
9632         (message-setup-1): Mark buffer as unmodified _after_ running
9633         message-setup-hook and handling message-alternative-emails.
9634         (message-shorten-references): Be more strict when building list of
9635         valid references to comply with GNKSA.
9636
9637         * gnus-group.el (gnus-read-ephemeral-bug-group)
9638         (gnus-read-ephemeral-debian-bug-group)
9639         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9640
9641         * message.el (message-info): Don't use booleanp which isn't supported
9642         in Emacs 21 and XEmacs.
9643
9644 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9647         gnus-group-gmane-group-download-format.
9648         (gnus-group-read-ephemeral-gmane-group): Rename from
9649         gnus-group-read-ephemeral-gmane-group.
9650         (gnus-read-ephemeral-gmane-group-url): Rename from
9651         gnus-group-read-ephemeral-gmane-group-url.
9652         (gnus-bug-group-download-format-alist): New variable.
9653         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9654         (gnus-read-ephemeral-emacs-bug-group): New commands.
9655
9656 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9659         (gnus-visible-headers): Improve custom type.
9660
9661 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * mml.el (mml-menu): Add workarounds for XEmacs.
9664
9665         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9666         X-Boundary header.
9667
9668         * message.el (message-simplify-recipients): Fix previous commit.
9669
9670 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9671
9672         * mm-util.el (mm-set-buffer-multibyte): New function.
9673         * mm-decode.el (mm-copy-to-buffer): Use it.
9674
9675         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9676         Prefer fboundp to functionp so it works with macros as well.
9677
9678 2008-03-19  Glenn Morris  <rgm@gnu.org>
9679
9680         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9681         Accidentally removed in the sync process with Emacs.
9682
9683 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * message.el (message-alter-recipients-discard-bogus-full-name):
9686         New function.
9687         (message-alter-recipients-function): New variable.
9688         (message-get-reply-headers): Use it.
9689         (message-replace-header): New helper function.
9690         (message-recipients-without-full-name): New variable.
9691         (message-simplify-recipients): New command.
9692
9693         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9694
9695         * message.el (message-info): Handle EasyPG manual.
9696
9697         * mml.el (mml-menu): Add entry for EasyPG.
9698
9699 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9700
9701         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9702         parameter.
9703
9704         * message.el (message-disassociate-draft): Specify drafts group name
9705         fully.
9706
9707 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9708
9709         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9710         Eliminate unnecessary duplicates from the match list.
9711
9712 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9715
9716         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9717
9718         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9719         args of `how-many' of which the XEmacs version doesn't take; declare
9720         Info-index-next as function.
9721
9722 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9723
9724         * gnus-score.el (gnus-score-headers): Fix handling of
9725         gnus-inhibit-slow-scoring.
9726
9727         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9728         string.
9729         (gnus-button-url-regexp): Improve handling of parenthesis.
9730         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9731         (gnus-button-handle-info-keystrokes): Handle index entries.
9732
9733 2008-03-15  Glenn Morris  <rgm@gnu.org>
9734
9735         * parse-time.el (parse-time-string): Simplify.
9736
9737 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9740         Incoming* files.
9741
9742 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9743
9744         * auth-source.el (auth-sources): Rename from auth-source-choices.
9745         (auth-source-pick): Use it.
9746
9747 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9748
9749         * binhex.el (binhex-decode-region-internal):
9750         * uudecode.el (uudecode-decode-region-internal):
9751         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9752         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9753         setting default-enable-multibyte-characters.
9754
9755 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9756
9757         * auth-source.el (auth-source-protocols)
9758         (auth-source-protocols-customize, auth-source-choices): Add and
9759         modified variable customizations and defaults.
9760         (auth-source-pick, auth-source-user-or-password)
9761         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9762         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9763         (auth-source-user-or-password-sftp)
9764         (auth-source-user-or-password-smtp): Use new variables and provide an
9765         interface to netrc.el.
9766
9767 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9770         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9771         Make sure the nntp port to specify is a string.
9772
9773 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9774
9775         * nntp.el: Use with-current-buffer.
9776         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9777         dubious mm-with-unibyte-current-buffer.
9778         (nntp-with-open-group-function): New function extracted from
9779         nntp-with-open-group macro.
9780         (nntp-with-open-group): Use the function, so it's easier to debug.
9781         Add indentation and debugging info.
9782         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9783         Recommend the use of the netcat alternatives.
9784
9785         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9786         Avoid mm-string-as-multibyte as well.
9787
9788         * nnweb.el (nnweb-insert-html):
9789         Remove use of nnheader-string-as-multibyte.
9790
9791         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9792         (nnheader-string-as-multibyte): Remove.
9793
9794         * mm-view.el: Use inhibit-read-only.
9795         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9796         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9797         or unibyte-string.
9798
9799         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9800         (mm-uu-yenc-extract): Use with-current-buffer.
9801
9802         * gnus-soup.el (gnus-soup-send-packet): Don't use
9803         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9804
9805         * nnmh.el: Use with-current-buffer.
9806         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9807         mm-string-as-multibyte on the output of mm-encode-coding-string.
9808
9809         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9810         (nnimap-request-move-article): Use with-current-buffer.
9811
9812         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9813         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9814         conversion uses string-make-unibyte rather than string-as-unibyte.
9815
9816         * gnus-msg.el: Use with-current-buffer.
9817
9818         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9819
9820 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9821
9822         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9823         string for caching if it is 'PIN.
9824
9825 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * lpath.el: Consider the case without Emacs/W3.
9828
9829 2008-03-08  Glenn Morris  <rgm@gnu.org>
9830
9831         * time-date.el (date-to-time, time-subtract, time-add)
9832         (safe-date-to-time): Doc fixes.
9833
9834 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * mail-source.el (mail-source-delete-old-incoming-confirm):
9837         Change default to nil.
9838         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9839
9840 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9841
9842         * lpath.el: Rearrange.
9843
9844         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9845         (gnus-article-goto-prev-page): Work for articles having ^L's.
9846
9847         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9848
9849         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9850
9851 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9852
9853         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9854         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9855         (gnus-bookmark-jump): Adjust some variable names.
9856
9857 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9858
9859         * auth-source.el: New package.
9860         (auth-source-choices): Add customization entry point variable.
9861
9862         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9863         bug.
9864
9865 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9866
9867         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9868         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9869         (gnus-registry-install-shortcuts): Rename from
9870         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9871         the `gnus-registry-mark-map' keymap dynamically from
9872         `gnus-registry-marks'.  The generated functions update the summary line
9873         when a registry mark is added or deleted, and will call
9874         `gnus-registry-install-p' (see the comments in the code).
9875         (gnus-registry-user-format-function-M): Use concat intelligently.
9876
9877         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9878         the registry mark functions.
9879
9880 2008-03-05  Glenn Morris  <rgm@gnu.org>
9881
9882         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9883         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9884         gnus-art.
9885         (top-level): No need to load own source when compiling.
9886
9887 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9890         Suggested by <chris.anderton@zetnet.co.uk>.
9891
9892 2008-03-04  Glenn Morris  <rgm@gnu.org>
9893
9894         * gnus-sum.el (top-level): No need to require gnus when compiling,
9895         since unconditionally required near start of file.
9896         (gnus-summary-display-while-building): Move definition before use.
9897
9898 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9899
9900         * gnus-registry.el (gnus-registry-user-format-function-M):
9901         Add formatting function.
9902
9903 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9904
9905         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9906         with plists.
9907         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9908         Use new format.
9909
9910 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9913         `where-is-internal' that returns a range of key sequences.
9914
9915 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9916
9917         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9918
9919         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9920         (gnus-summary-jump-to-group): Consider windows on other displayed
9921         frames as well.  Similar changes might be needed elsewhere, but that's
9922         the one I've bumped into during my use.
9923
9924         * nndoc.el (nndoc-oe-dbx-type-p):
9925         * gnus-msg.el (gnus-debug):
9926         * gnus-group.el (gnus-update-group-mark-positions):
9927         Use mm-string-to-multibyte.
9928
9929 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9932         doesn't handle NotDashEscaped.
9933
9934         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9935         (mml-dnd-attach-options): Fix typo in custom choice.
9936
9937         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9938         Change nndoc-article-type to mbox.
9939         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9940
9941         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9942         to nil, instead of html2text.
9943
9944         * imap.el (imap-debug): Add `imap-ping-server'.
9945
9946         * gnus-bookmark.el: Add FIXMEs.
9947
9948         * message.el (message-form-letter-separator)
9949         (message-send-form-letter-delay): New variables.
9950         (message-send-form-letter): Use them.  New command to send form
9951         letters.  Requested by Uwe Siart.
9952         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9953
9954 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * Update copyright years.
9957
9958 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         Sync from EMACS_22_BASE.
9961
9962         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9963
9964 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9965
9966         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9967         empty author.
9968
9969 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9970
9971         * gnus-registry.el (gnus-registry-marks): Add variable for
9972         customization of marks and their appearance.
9973         (gnus-registry-read-mark): Use it.
9974         (gnus-registry-do-marks): Add utility function to loop through
9975         `gnus-registry-marks'.
9976         (gnus-registry-install-shortcuts-and-menus): Add function to install
9977         shortcuts and menus.
9978         (gnus-registry-initialize): Use it.
9979         (gnus-registry-default-mark): Clarify documentation.
9980
9981 2008-02-29  Glenn Morris  <rgm@gnu.org>
9982
9983         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9984         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9985         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9986         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9987         Change defcustom :version from 23.0 to 23.1.
9988
9989 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9990
9991         * gnus-registry.el (gnus-registry-follow-group-p)
9992         (gnus-registry-post-process-groups): Add functions to aid registry
9993         splitting and improve logging.  Clarify behavior in function
9994         documentation.
9995         (gnus-registry-split-fancy-with-parent): Use them.
9996
9997 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9998
9999         * gnus-art.el: Use with-current-buffer.
10000
10001 2008-02-27  David Engster  <dengste@eml.cc>
10002
10003         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10004         Express real group name in the response.
10005
10006 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10009         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10010         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10011         autoload gnus-registry-fetch-group when compiling.
10012         (nnmairix-request-group-with-article-number-correction):
10013         Remove unreferenced argument passed to nnmairix-call-backend.
10014
10015 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10018         (mm-uu-extract): Improve face for low color ttys.
10019         Reported by Sascha Wilde.
10020
10021 2008-02-27  Glenn Morris  <rgm@gnu.org>
10022
10023         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10024         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10025         variables to defconsts.  Convert comments to doc-strings.
10026         (nnmairix-last-server, nnmairix-current-server): Convert from free
10027         variables to defvars.  Convert comments to doc-strings.
10028         (gnus-registry-fetch-group): Autoload.
10029         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10030         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10031         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10032         caddr.
10033         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10034         nnmairix-request-group-with-article-number-correction call.
10035         (nnmairix-fast, nnmairix-group): New, less general names, for free
10036         variables passed from nnmairix-request-group to
10037         nnmairix-request-group-with-article-number-correction.  Declare.
10038         (nnmairix-request-group-with-article-number-correction):
10039         Use nnmairix-fast, nnmairix-group rather than fast, group.
10040
10041 2008-02-26  David Engster  <dengste@eml.cc>
10042
10043         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10044         version 0.5.
10045
10046 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10047
10048         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10049         instead of making an extra function call.  Don't add the current group
10050         to articles only when they have the group.  Use
10051         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10052         Reported by David <de_bb@arcor.de>.
10053
10054 2008-02-24  Miles Bader  <miles@gnu.org>
10055
10056         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10057         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10058         (mm-find-mime-charset-region):
10059         * mm-bodies.el (mm-encode-body):
10060         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10061
10062 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10065         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10066
10067 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * mail-source.el (mail-source-delete-incoming): Change default.
10070         Supplement doc string.
10071
10072         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10073
10074 2008-02-14  Glenn Morris  <rgm@gnu.org>
10075
10076         * time-date.el (format-seconds): New function.
10077
10078 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10079
10080         * nnmail.el (nnmail-message-id-cache-file): Derive from
10081         `gnus-home-directory'.
10082
10083 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10086         Document negative prefix.
10087
10088         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10089
10090 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091
10092         * message.el (message-unsent-separator): Add the Exim bounce
10093         separator.
10094
10095 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10096
10097         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10098         list.
10099         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10100         recipient/signer list.
10101
10102 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * Makefile.in (datarootdir): Define.
10105         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10106         name that might contain whitespace.
10107
10108 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10111         fbound (Emacs 23 unicode), signal an error.
10112
10113 2008-02-08  Glenn Morris  <rgm@gnu.org>
10114
10115         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10116
10117 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10118
10119         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10120         ports to the calls to `netrc-machine-user-or-password' in addition to
10121         "imap" and "imaps".
10122
10123 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10124
10125         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10126
10127         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10128
10129 2008-02-01  Kenichi Handa  <handa@m17n.org>
10130
10131         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10132         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10133         (rfc2104-hash): Convert the result of concat to unibyte string.
10134
10135 2008-02-01  Dave Love  <fx@gnu.org>
10136
10137         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10138         coding-system-for-read.
10139         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10140
10141 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10144         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10145         <hanche@math.ntnu.no>.
10146
10147 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10150
10151         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10152
10153 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10154
10155         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10156         * message.el (message-beginning-of-line): Use featurep instead of bound
10157         tests in order to resolve conditionals at compile time.
10158
10159 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10160
10161         * mail-source.el (mail-sources): Add `group' choice.
10162
10163         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10164         parameter `in-group' to control into which group the articles go.
10165         Add treatment of `group' mail-source.
10166
10167 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10170
10171         * mm-decode.el (mm-dissect-buffer): Decode description.
10172
10173         * mml.el (mml-to-mime): Encode message header first.
10174
10175 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10178         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10179
10180         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10181         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10182
10183 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10184
10185         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10186
10187 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10190         prefix keys.
10191         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10192         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10193         gnus-xmas.el.
10194
10195         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10196         (gnus-xmas-article-describe-bindings): New function.
10197         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10198         gnus-xmas-article-describe-bindings.
10199
10200         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10201
10202 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10203
10204         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10205         Add new variables for article mark management.
10206         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10207         list of extra data entries which, when present, will indicate that the
10208         article ID should not be trimmed from the registry.
10209         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10210         functions.
10211         (gnus-registry-read-mark): New function to read a mark name from the
10212         user.
10213         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10214         (gnus-registry-set-article-mark-internal): New functions to add and
10215         remove marks.
10216         (gnus-registry-get-article-marks): New function to show the marks for
10217         an article, or retrieve them for further use.
10218
10219 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10222         keys when no argument is given.
10223
10224 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10225
10226         * imap.el (imap-ping-server): New variable.
10227         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10228         (imap-ping-server): Minor doc string fixes.
10229
10230 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10231
10232         * imap.el (imap-ping-server): New function.
10233         (imap-opened): Call imap-ping-server.
10234
10235 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10236
10237         * gnus-sum.el (gnus-article-sort-by-random)
10238         (gnus-thread-sort-by-random): Fix doc strings.
10239         Reported by jidanni@jidanni.org.
10240
10241 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * gnus-art.el (gnus-article-describe-bindings): New function.
10244         (gnus-article-read-summary-keys): Use it.
10245         (gnus-article-mode-map): Bind `C-h b' to it.
10246
10247 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10250         XEmacs.
10251         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10252         Protect against non-character events.
10253
10254         * lpath.el: Fbind map-keymap for Emacs 21.
10255
10256 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10259         New command.
10260         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10261         instead of END.  Change name of the temp file.
10262         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10263         customizable.
10264
10265 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10268         bind `S W' to gnus-article-wide-reply-with-original; set default
10269         binding to gnus-article-read-summary-send-keys.
10270         (gnus-article-read-summary-keys): Fix the order of keys; display
10271         continuation keys correctly in the echo area; describe bindings
10272         correctly when keys end with `C-h'.
10273         (gnus-article-read-summary-send-keys): New function.
10274         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10275         Work for gnus-article-read-summary-send-keys; display continuation keys
10276         correctly in the echo area.
10277         (gnus-article-reply-with-original): Ignore prefix argument.
10278         (gnus-article-wide-reply-with-original): New function.
10279
10280         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10281         Emacs 21.
10282
10283 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10286         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10287
10288 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10289
10290         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10291         (gnus-group-read-ephemeral-gmane-group): New command.
10292
10293 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10294
10295         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10296
10297 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10298
10299         * message.el (message-send-mail-function): Increase custom version.
10300
10301         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10302         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10303
10304 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10305
10306         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10307         for the cases where imap-authenticate is called with a nil buffer
10308         parameter.
10309
10310 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10313         html parts correctly; support forwarded messages.
10314         (gnus-article-browse-html-article): Remove work buffers.
10315
10316         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10317         compiling.
10318         (netrc-bound-and-true-p): New macro.
10319         (netrc-parse): Use it instead of bound-and-true-p that is not available
10320         in XEmacs 21.4.
10321
10322 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10323
10324         * gnus-registry.el (gnus-registry-mark-article)
10325         (gnus-registry-article-marks): Add functionality to mark articles
10326         through the Gnus registry.
10327
10328         * encrypt.el: Clarify documentation for the new pgg method.
10329         (encrypt-file-alist): Add PGG option.
10330         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10331         functionality.  Abstract password key and messaging to external
10332         functions.
10333         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10334         (encrypt-message-method-and-cipher): Add new convenience external
10335         functions.
10336         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10337         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10338
10339         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10340         (netrc-parse): Use encrypt-file-alist to determine if
10341         encrypt-find-model or encrypt-insert-file-contents should be used.
10342
10343         * encrypt.el: Clarify documentation.  Load password-cache or
10344         password, whichever one is found first, instead of autoloading.
10345
10346 2007-12-19  Glenn Morris  <rgm@gnu.org>
10347
10348         * mml.el (message-options-set, message-narrow-to-head)
10349         (message-in-body-p, message-mail-p, message-encode-message-body):
10350         Autoload.
10351         (message-remove-header, message-narrow-to-headers-or-head)
10352         (message-subscribed-p, message-make-mail-followup-to)
10353         (message-position-on-field, message-news-p)
10354         (message-options-set-recipient, message-generate-headers)
10355         (message-sort-headers): Declare as functions.
10356
10357 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10360         convention in doc string.
10361
10362 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10365         title to html parts.
10366         (gnus-article-browse-html-article): Pass message header to it.
10367
10368         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10369
10370 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10373         or password compatible with XEmacs.
10374
10375 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10378         format document.
10379         (gnus-mime-delete-part): Don't write description line if empty.
10380         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10381
10382 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10383
10384         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10385         (gnus-summary-mark-read-and-unread-as-read)
10386         (gnus-summary-mark-current-read-and-unread-as-read)
10387         (gnus-summary-mark-unread-as-ticked): Doc fix.
10388         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10389
10390 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10393         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10394
10395 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10398         yes-or-no-p.
10399
10400 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * mm-decode.el (mm-add-meta-html-tag): New function.
10403         (mm-save-part-to-file, mm-pipe-part): Use it.
10404
10405         * gnus-art.el (gnus-article-browse-delete-temp-files):
10406         Use gnus-y-or-n-p instead of y-or-n-p.
10407         (gnus-article-browse-html-parts): Work with message/external-body; use
10408         mm-add-meta-html-tag.
10409
10410 2007-12-11  Glenn Morris  <rgm@gnu.org>
10411
10412         * gnus-cache.el: Require gnus-sum not just when compiling.
10413
10414         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10415
10416         * gnus-int.el (gnus-server-opened, gnus-status-message):
10417         Move definitions before use.
10418
10419         * mm-decode.el: Require gnus-util.
10420         (mm-remove-part): Only call delete-annotation on XEmacs.
10421
10422         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10423
10424         * nnmail.el: Require gnus-int.
10425
10426         * spam.el: Move `require's before `eval-when-compile's.
10427
10428         * gnus-ems.el (gnus-alive-p):
10429         * gnus-fun.el (message-goto-eoh):
10430         * gnus-util.el (gnus-group-name-decode):
10431         * mail-source.el (gnus-compress-sequence):
10432         * message.el (Info-goto-node, format-spec):
10433         * mm-bodies.el (message-options-get):
10434         * mm-decode.el (mm-view-pkcs7):
10435         * mm-util.el (gmm-write-region):
10436         * mml-smime.el (mml-compute-boundary)
10437         (gnus-completing-read-with-default):
10438         * mml.el (widget-button-press, gnus-make-hashtable):
10439         * mml1991.el (mm-decode-content-transfer-encoding)
10440         (mm-encode-content-transfer-encoding)
10441         (message-options-get, message-options-set):
10442         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10443         * nnfolder.el (gnus-request-group):
10444         * nnheader.el (ietf-drums-unfold-fws):
10445         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10446         * smime.el (gnus-run-mode-hooks):
10447         * spam-stat.el (gnus-message): Autoload.
10448
10449         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10450         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10451         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10452         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10453         Add declare-function compatibility definition.
10454
10455         * gnus-cache.el (nnvirtual-find-group-art):
10456         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10457         (gnus-add-image, gnus-add-wash-type):
10458         * gnus-group.el (nnkiboze-score-file):
10459         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10460         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10461         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10462         (message-tokenize-header, gnus-get-buffer-create)
10463         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10464         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10465         * gnus.el (gnus-group-decoded-name):
10466         * mail-source.el (imap-capability):
10467         * mm-bodies.el (message-options-set):
10468         * mm-decode.el (gnus-configure-windows):
10469         * mm-extern.el (message-goto-body):
10470         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10471         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10472         (epg-sub-key-validity, message-options-set):
10473         * mml.el (widget-event-point, gnus-configure-windows):
10474         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10475         * mml2015.el (epg-check-configuration, epg-configuration)
10476         (message-options-set):
10477         * nndb.el (nndb-request-article):
10478         * nnfolder.el (gnus-request-create-group):
10479         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10480         * nnmaildir.el (gnus-group-mark-article-read):
10481         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10482         * rfc1843.el (message-fetch-field):
10483         * spam.el (gnus-extract-address-components):
10484         Declare as functions.
10485
10486 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10489
10490         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10491
10492         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10493         bind show-trailing-whitespace for XEmacs.
10494
10495 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10496
10497         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10498         new no-op macro for backward compatibility.
10499
10500         * imap.el (imap-string-to-integer): New function.
10501
10502 2007-12-09  Glenn Morris  <rgm@gnu.org>
10503
10504         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10505
10506         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10507         * message.el, mm-view.el, sieve-manage.el, smime.el:
10508         Add declare-function compatibility definition.
10509
10510         * gnus-art.el (w3-region, w3m-region, Info-menu):
10511         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10512         * gnus-sum.el (gnus-get-predicate):
10513         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10514         * message.el (mail-abbrev-in-expansion-header-p):
10515         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10516         (w3m-detect-meta-charset, w3m-region):
10517         * sieve-manage.el (password-read, password-cache-add)
10518         (password-cache-remove):
10519         * smime.el (password-read-and-add): Declare as functions.
10520
10521 2007-12-08  David Kastrup  <dak@gnu.org>
10522
10523         * gnus-sum.el (gnus-summary-simplify-subject-query):
10524         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10525         `message'.
10526
10527 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10530         it to bind idna-program, installation-directory, defined-colors, and
10531         face-attribute for XEmacs of the version that compiles defcustom forms.
10532
10533 2007-12-07  Glenn Morris  <rgm@gnu.org>
10534
10535         * gnus-art.el (article-make-date-line): Revert previous change.
10536
10537 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10540
10541 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10542
10543         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10544         Call gnus-add-to-range ranges only once with a prepared article-list.
10545
10546 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10547
10548         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10549         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10550         group names with backslashes.
10551         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10552
10553 2007-12-06  Deepak Goel  <deego3@gmail.com>
10554
10555         * gnus-art.el (article-make-date-line):
10556         * gnus-start.el (gnus-load):
10557         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10558
10559 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gnus-art.el (gnus-use-idna)
10562         * gnus-start.el (gnus-site-init-file)
10563         * message.el (message-use-idna)
10564         * mm-uu.el (mm-uu-hide-markers)
10565         * smiley.el (smiley-style): Revert changes that suppress warnings.
10566
10567 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10570         specify charset to html source.
10571         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10572
10573 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10576         idna-program in order to suppress byte compile warning issued by XEmacs
10577         that came to byte compile the default value section of defcustom forms
10578         recently.
10579
10580         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10581         value of installation-directory.
10582
10583         * message.el (message-use-idna): Don't directly refer to the value of
10584         idna-program.
10585
10586         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10587
10588         * smiley.el (smiley-style): Don't directly call face-attribute.
10589
10590 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10593
10594         * gnus-dired.el: Reduce Gnus dependencies.
10595         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10596         Don't require.  Use autoloads instead.
10597         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10598         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10599         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10600         (gnus-dired-mode): Adjust doc string.
10601         (gnus-dired-mail-mode): New variable.
10602         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10603         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10604         (gnus-dired-mail-buffers): New function.  Return mail or message
10605         composition buffers.
10606         (gnus-dired-attach): Use it.
10607         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10608         NO-DECODE.
10609         (gnus-dired-print): Use `gnus-print-buffer' depending on
10610         `gnus-dired-mail-mode'.
10611
10612 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * rfc2047.el (rfc2047-encoded-word-regexp)
10615         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10616         explaining what regexp patterns are for.
10617
10618 2007-12-04  Glenn Morris  <rgm@gnu.org>
10619
10620         * password.el: Move to password-cache.el.
10621
10622         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10623         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10624         * mml-smime.el (password-read, password-cache-add)
10625         (password-cache-remove):
10626         No need to autoload, since mml-sec requires password.
10627
10628         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10629         * message.el (gnus-extract-address-components):
10630         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10631
10632         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10633         password.
10634
10635 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10636
10637         * mailcap.el: Reduce dependencies.
10638         (mail-header-parse-content-type): Autoload.
10639         (mailcap-delete-duplicates): New alias.
10640         (mailcap-mime-info): Add optional argument NO-DECODE.
10641         (mailcap-mime-types): Use mailcap-delete-duplicates.
10642
10643         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10644
10645 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10646
10647         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10648         (imap-parse-status): Upcase status-att for servers that sends them
10649         lower-case (e.g., MS Exchange 2007).
10650
10651 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10652
10653         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10654         function.
10655
10656         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10657         (gnus-uu-yenc-article): New function.
10658
10659         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10660
10661         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10662
10663 2007-12-02  Glenn Morris  <rgm@gnu.org>
10664
10665         * binhex.el (binhex): New custom group.
10666         (binhex-decoder-program, binhex-decoder-switches)
10667         (binhex-use-external): Move to the binhex custom group.
10668
10669         * uudecode.el (uudecode): New custom group.
10670         (uudecode-decoder-program, uudecode-decoder-switches)
10671         (uudecode-use-external): Move to the uudecode custom group.
10672
10673         * netrc.el (top-level): Don't load `encrypt' features.
10674         (netrc-parse): Don't use encrypt.
10675         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10676
10677         * encrypt.el: Remove file.
10678
10679 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10682         matches on patches.
10683
10684         * gnus-art.el (gnus-article-browse-html-article):
10685         Mention `mm-text-html-renderer' in the doc string.
10686
10687         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10688         string.  Add comments.
10689
10690         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10691         if rhs is ASCII.
10692
10693 2007-12-01  Glenn Morris  <rgm@gnu.org>
10694
10695         * mail-source.el (top-level): Require format-spec before
10696         eval-when-compile.
10697
10698 2007-11-30  Glenn Morris  <rgm@gnu.org>
10699
10700         * encrypt.el: Require password, rather than autoloading password-read.
10701
10702 2007-11-29  Glenn Morris  <rgm@gnu.org>
10703
10704         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10705         (sasl-make-client, sasl-next-step, sasl-step-data)
10706         (sasl-step-set-data): Declare as functions.
10707
10708 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10711
10712 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10713
10714         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10715         certs should be verified and what is to be done in the event of a
10716         verification failure.
10717
10718         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10719         caller can indicate whether the cache should be disregarded for this
10720         call.  This way the result of the call is reproducible at all times and
10721         can be considered a canonical server name for the supplied method.
10722         (gnus-agent-method-p): Canonicalize server names by pushing their
10723         method through `gnus-method-to-server' using the no-cache argument.
10724
10725         * gnus-srvr.el (gnus-server-insert-server-line):
10726         Call `gnus-method-to-server' with `no-cache' argument.
10727
10728         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10729         gnus-agent-possibly-synchronize-flags as this should be called when the
10730         server is actually being opened.
10731         (gnus-agent-possibly-synchronize-flags)
10732         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10733         flags file of an agentized server to the latter function.
10734
10735         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10736         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10737         after a connection has been established successfully.
10738
10739 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * gnus-art.el (article-display-face): Force to display face if called
10742         interactively; check if gnus-article-x-face-too-ugly matches author.
10743         (article-display-x-face): Display face even if From header is missing
10744         as article-display-face does.
10745
10746 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10747
10748         * hashcash.el (message-narrow-to-headers-or-head)
10749         (message-fetch-field, message-goto-eoh)
10750         (message-narrow-to-headers): Declare as functions.
10751
10752 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * mail-source.el (mail-sources): Default to fetch from file for
10755         compatibility with default of nnmail-spool-file.
10756
10757 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10760         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10761         to look for encoded word that should be encoded again.
10762         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10763         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10764         encoding pattern.
10765         (rfc2047-decode-region): Switch strict regexp and loose one according
10766         to rfc2047-allow-irregular-q-encoded-words.
10767
10768 2007-11-25  Romain Francoise  <romain@orebokech.com>
10769
10770         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10771
10772 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10773
10774         * tls.el (tls-program): Provide more custom choices from
10775         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10776         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10777
10778 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10779
10780         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10781         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10782
10783         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10784         `nnmail-spool-file'.
10785
10786         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10787         `nnmail-spool-file'.
10788
10789         * gnus-move.el (gnus-change-server): Ditto.
10790
10791         * gnus-kill.el (gnus-batch-score): Ditto.
10792
10793         * gnus-cache.el (gnus-jog-cache): Ditto.
10794
10795         * gnus-msg.el (gnus-summary-reply):
10796         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10797
10798 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10801         version.  Minor improvement to doc strings.
10802         (tls-program): Add comment.
10803
10804 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10805
10806         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10807         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10808         mismatch between the hostname provided in the certificate and the name
10809         of the host connnecting to.
10810         (open-tls-stream): Use them.  Check certificates against trusted root
10811         certificates.
10812
10813 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * gnus-cache.el (gnus-cache-generate-nov-databases):
10816         Use nnml-generate-nov-databases-directory instead of
10817         nnml-generate-nov-databases-1.
10818
10819 2007-11-24  Glenn Morris  <rgm@gnu.org>
10820
10821         * message.el (message-tool-bar-retro): Update for rename
10822         mail_send.xpm->mail-send.xpm.
10823
10824 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10827         `smime-ldap-search' for Emacs 22 and up.
10828
10829 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10830
10831         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10832
10833         * message.el (message-send-mail-function): Fix error convention.
10834         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10835         (message-widen-reply, message-send-mail, message-talkative-question)
10836         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10837         (message-clone-locals, message-send-news): Use with-current-buffer.
10838         (message-insert-or-toggle-importance): Remove unused var `valid'.
10839         (message-make-references): Remove unused var `new-references'.
10840         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10841
10842 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10843
10844         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10845         (spam-split-symbolic-return-positive): Reflow docstring.
10846         (spam-backends, spam-summary-exit-behavior)
10847         (spam-mark-ham-unread-before-move-from-spam-group)
10848         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10849         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10850         (spam-clear-cache, spam-backend-check, spam-install-backend)
10851         (spam-install-statistical-backend, spam-list-of-processors)
10852         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10853         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10854         (spam-check-crm114, spam-initialize, spam-unload-hook):
10855         Fix typos in docstrings.
10856
10857 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10860         been checked if they have never been read and those group levels are
10861         higher than the one that a user specified.
10862
10863 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10866         foreign groups unless a group level is specified by a user.
10867         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10868
10869 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * message.el (message-send-mail-function): Require sendmail.
10872
10873 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10874
10875         * message.el (message-send-mail-function): Check for smtpmail too.
10876
10877         * utf7.el (utf7-encode, utf7-decode): Use coding system
10878         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10879
10880         * message.el (message-send-mail-function): New function.
10881         (message-send-mail-function): Set default using
10882         message-send-mail-function.  Adjust doc string.
10883         (message-send-mail-with-mailclient): New function.
10884
10885 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10886
10887         * smime.el (from):
10888         * rfc2047.el (message-posting-charset):
10889         * qp.el (mm-use-ultra-safe-encoding):
10890         * pop3.el (parse-time-months):
10891         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10892         * nnml.el (files):
10893         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10894         (jka-compr-compression-info-list, ange-ftp-path-format)
10895         (efs-path-regexp):
10896         * nndiary.el (files):
10897         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10898         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10899         (epg-digest-algorithm-alist, inhibit-redisplay)
10900         (password-cache-expiry):
10901         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10902         (pgg-output-buffer, password-cache-expiry):
10903         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10904         (efs-path-regexp):
10905         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10906         (inhibit-redisplay):
10907         * mm-uu.el (file-name, start-point, end-point, entry)
10908         (gnus-newsgroup-name, gnus-newsgroup-charset):
10909         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10910         (latin-unity-ucs-list):
10911         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10912         (mm-uu-binhex-decode-function):
10913         * message.el (gnus-message-group-art, gnus-list-identifiers)
10914         (rmail-enable-mime-composing, gnus-local-organization)
10915         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10916         (gnus-read-active-file, facemenu-add-face-function)
10917         (facemenu-remove-face-function, gnus-article-decoded-p)
10918         (tool-bar-mode):
10919         * mail-source.el (display-time-mail-function):
10920         * gnus-util.el (nnmail-pathname-coding-system)
10921         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10922         (gnus-original-article-buffer, gnus-user-agent)
10923         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10924         (xemacs-codename, sxemacs-codename, emacs-program-version):
10925         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10926         * gnus-start.el (gnus-agent-covered-methods)
10927         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10928         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10929         (gnus-newsgroup-headers, gnus-group-list-mode)
10930         (gnus-group-mark-positions, gnus-newsgroup-data)
10931         (gnus-newsgroup-unreads, nnoo-state-alist)
10932         (gnus-current-select-method, mail-sources)
10933         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10934         (nnmail-spool-file, gnus-cache-active-hashtb):
10935         * gnus-mh.el (mh-lib-progs):
10936         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10937         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10938         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10939         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10940         (gnus-group-buffer):
10941         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10942         (font-lock-set-defaults):
10943         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10944         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10945         (gnus-summary-post-menu, total-parts, type, condition, length):
10946         * gnus-agent.el (gnus-agent-read-agentview):
10947         * flow-fill.el (show-trailing-whitespace):
10948         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10949         eval-and-compile wrappers for byte compiler pacifiers.
10950
10951         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10952         (mm-display-inline-fontify): Check for featurep 'xemacs not
10953         extent-list.
10954
10955         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10956         itimer-list.
10957         (mm-create-image-xemacs): Only do something for XEmacs.
10958         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10959
10960         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10961
10962         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10963         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10964
10965 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10966
10967         * nnimap.el (nnimap-split-download-body):
10968         * gnus-demon.el (gnus-demon):
10969         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10970
10971 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10974         New macros.
10975         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10976         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10977         copy data from unibyte buffer to multibyte current buffer.
10978         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10979         to copy data from unibyte current buffer to multibyte buffer.
10980         (nntp-make-process-buffer): Make process buffer unibyte.
10981
10982         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10983
10984 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10985
10986         * pop3.el (pop3-open-server): Accept and process data more robustly at
10987         connexion start to avoid spurious "POP SSL connexion failed" errors.
10988
10989 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10990
10991         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10992         read group names.
10993
10994 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10995
10996         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10997
10998 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11001         (nnmail-save-active): Use a unibyte buffer when saving active file,
11002         which may contain non-ASCII group names.
11003
11004         * nnml.el (nnml-request-group): Decode group names in messages.
11005
11006 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11007
11008         * message.el (message-citation-line-function)
11009         (message-insert-formatted-citation-line): Fix spelling of
11010         `message-insert-formated-citation-line'.
11011
11012 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11015
11016 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11019         nnmail-pathname-coding-system.
11020
11021         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11022         that a user enters; decode group names in messages.
11023
11024         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11025
11026 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11029
11030         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11031
11032         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11033         risky local variable.
11034
11035         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11036
11037 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11038
11039         * encrypt.el: Improve documentation to fix function name typo.
11040         Reported by Daiki Ueno <ueno@unixuser.org>.
11041
11042 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11045         even if the point is not in the last page of an article.
11046         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11047         back to the previous page.
11048
11049 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11052
11053 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11056
11057 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11058
11059         * message.el (message-check-news-body-syntax):
11060         Avoid mm-string-as-multibyte.
11061         (message-hide-headers): Don't assume (point-min)==1.
11062
11063 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * message.el (message-remove-blank-cited-lines): Fix if remove is
11066         given.
11067         (message-bogus-address-regexp): New variable.
11068         (message-bogus-recipient-p): New function.
11069         (message-check-recipients): New command.
11070         (message-syntax-checks): Add `bogus-recipient'.
11071         (message-fix-before-sending): Add `bogus-recipient'.
11072
11073         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11074         (gnus-treat-body-boundary): Don't test window-system.
11075
11076 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11077
11078         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11079
11080 2007-10-28  Miles Bader  <miles@gnu.org>
11081
11082         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11083         at compile-time too.
11084
11085 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11086
11087         * gnus-msg.el (gnus-message-setup-hook):
11088         Add `message-remove-blank-cited-lines' to options.
11089
11090 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * message.el (message-remove-blank-cited-lines): New function.
11093         Suggested by Karl Plästerer.
11094
11095 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11098         mapc.
11099
11100         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11101         (top-level): Use mapc to set functions to be traced for debugging.
11102
11103         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11104         called for effect with while loop.
11105
11106         * message.el (message-talkative-question): Replace mapcar called for
11107         effect with mapc.
11108
11109         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11110         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11111         called for effect with dolist.
11112
11113         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11114
11115         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11116         gnus-extra-headers and nnmail-extra-headers.
11117
11118         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11119         called for effect with dolist.
11120         (top-level): Use mapc to set functions to be traced for debugging.
11121
11122         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11123         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11124         dolist.
11125
11126         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11127         Replace mapcar called for effect with mapc.
11128         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11129         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11130         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11131         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11132
11133         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11134         remove-if that's a cl function.
11135
11136         * webmail.el (webmail-debug): Replace mapcar called for effect with
11137         dolist.
11138
11139         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11140         with mapc.
11141
11142 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11145         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11146         with while loop.
11147
11148         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11149         functions from article-* functions.
11150         (gnus-multi-decode-header): Replace mapcar called for effect with
11151         dolist.
11152
11153         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11154         (gnus-bookmark-show-details): Replace mapcar called for effect with
11155         while loop.
11156
11157         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11158         called for effect with while loop.
11159
11160         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11161         with dolist.
11162
11163         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11164         Replace mapcar called for effect with dolist.
11165
11166         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11167
11168         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11169         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11170         Replace mapcar called for effect with dolist.
11171         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11172         mapc.
11173
11174         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11175         Replace mapcar called for effect with dolist.
11176         (gnus-topic-list): Replace mapcar called for effect with mapc.
11177
11178         * gnus.el: Use mapc instead of mapcar to add autoloads.
11179
11180 2007-10-23  Richard Stallman  <rms@gnu.org>
11181
11182         * gnus-group.el (gnus-group-highlight): Mark as risky.
11183
11184 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * gnus.el (gnus-server-to-method): Return method found first in
11187         gnus-newsrc-alist.
11188
11189         * gnus-art.el (gnus-article-highlight-signature)
11190         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11191         button overlay without the front stickiness.
11192
11193 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11194
11195         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11196         overview buffer needed a catch to receive its throw.
11197         (gnus-agent-flush-cache): Declare as interactive to make this function
11198         easier to use.
11199
11200 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11203         `next-line'.
11204
11205 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11208         exclude address matching message-dont-reply-to-names.
11209
11210 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * gnus-util.el (gnus-string<): New function.
11213
11214         * gnus-sum.el (gnus-article-sort-by-author)
11215         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11216
11217 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11220         the frame-focus tag is set in gnus-buffer-configuration.
11221
11222 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11225         the front stickiness.
11226
11227 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11228
11229         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11230         url pattern; remove duplicate one.
11231         (gnus-article-extend-url-button): New function.
11232         (gnus-article-add-buttons): Use it.
11233         (gnus-button-push): Use concatenated url that it makes.
11234
11235 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11236
11237         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11238
11239 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11240
11241         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11242         Don't hardcode point-min==1.
11243
11244 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11245
11246         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11247         Fix comment about "iso8859-1".
11248
11249 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11250
11251         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11252         ones returned from the verify-function.
11253
11254         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11255         Call mml2015-extract-cleartext-signature if extraction failed.
11256
11257 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11258
11259         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11260         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11261         failed.
11262
11263 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11266
11267 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11270         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11271         recommends to use EasyPG instead of PGG.
11272
11273         * pgg.el: Revert to revision 6.23.2.16.
11274
11275         * pgg-def.el: Revert to revision 6.6.2.14.
11276
11277         * pgg-gpg.el: Revert to revision 6.23.2.34.
11278
11279 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11280
11281         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11282         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11283         thread for both the null and zero (kill/expire thread) universal prefix
11284         cases.
11285         (gnus-summary-expire-thread): Add new function to expire a thread,
11286         using gnus-summary-kill-thread.
11287         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11288         shortcuts for gnus-summary-expire-thread.
11289         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11290         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11291
11292 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11293
11294         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11295         extras value, so an extras entry can be deleted.
11296         (gnus-registry-delete-extra-entry): Use it.
11297         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11298         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11299         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11300         storage through the gnus-registry, and provide an appropriate API for
11301         it.
11302
11303 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11306         Suggested by Leo <sdl.web@gmail.com>.
11307
11308         * gnus.el: Do.
11309
11310 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11313         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11314
11315         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11316
11317         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11318         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11319
11320 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11323         newline.
11324         (nnmbox-request-accept-article): Don't change article in source buffer;
11325         narrow to header to use message-fetch-field rather than
11326         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11327         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11328         as delimiters; make sure article ends with newline.
11329         (nnmbox-delete-mail): Correct last position of article to be deleted;
11330         ignore X-Gnus-Newsgroup header in article body.
11331         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11332         positions; make sure article ends with newline.
11333
11334         * message.el (message-display-abbrev): Don't infloop when a user
11335         inserts SPC in the beginning of header.
11336
11337         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11338         coding-system-for-read and coding-system-for-write for XEmacs having no
11339         file-coding feature.
11340
11341         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11342
11343 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11344
11345         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11346         list of groups not followed by default.  Fix type to be regexp.
11347         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11348
11349 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11350
11351         * hmac-def.el (define-hmac-function): Switch from old-style to
11352         new-style backquotes.
11353
11354         * md4.el (md4-make-step): Likewise.
11355
11356 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11357
11358         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11359         raw-text coding system when saving .newsrc file, which may contain
11360         non-ASCII group names.
11361
11362 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-cus.el (gnus-score-extra): New widget.
11365         (gnus-score-extra-convert): New function.
11366         (gnus-score-customize): Use it for Extra.
11367
11368 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11369
11370         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11371         (mml2015-mailcrypt-clear-verify): Use it.
11372         (mml2015-gpg-clear-verify): Use it.
11373         (mml2015-pgg-clear-verify): Use it.
11374         (mml2015-epg-clear-verify): Replace the current part with the output
11375         from GnuPG; don't extract the plaintext by itself.
11376
11377         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11378         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11379         mml2015-clear-verify-function; don't touch the armor headers or
11380         dash-escaped text here.
11381
11382 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11385         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11386         parts, or application/octet-stream as a last resort.
11387         (gnus-mime-view-part-as-type): Don't toggle display.
11388         (gnus-mime-view-part-as-charset): Don't turn off display before
11389         querying charset.
11390
11391         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11392         stuff to undisplayer function in Emacs.
11393         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11394
11395         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11396         text/calendar parts.
11397
11398 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11401         decoding text/calendar parts.
11402
11403         * message.el (message-forward-make-body-mime): Always mark body as
11404         having no illegible text; remove signed-or-encrypted argument.
11405         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11406
11407         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11408         (mml-generate-mime-1): Don't encode body if it is specified to be in
11409         raw form; don't make buffer be unibyte when inserting multibyte string.
11410
11411 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11412
11413         * sha1.el: Fix up comment style.
11414         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11415         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11416
11417         * hex-util.el: Fix up comment style.
11418         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11419
11420         * gnus-salt.el: Use with-current-buffer.
11421         (gnus-pick-setup-message): Fix long-standing typo.
11422
11423 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * imap.el (imap-logout-timeout): New variable.
11426         (imap-logout, imap-logout-wait): New functions.
11427         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11428
11429         * nnimap.el (nnimap-logout-timeout): New server variable.
11430         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11431         nnimap-logout-timeout.
11432
11433         * gnus-art.el (gnus-article-summary-command-nosave)
11434         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11435
11436 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11437
11438         * gnus.el (gnus-maximum-newsgroup): New variable.
11439
11440         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11441         according to gnus-maximum-newsgroup.
11442
11443         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11444         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11445         Limit the range of articles according to gnus-maximum-newsgroup.
11446
11447 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11448
11449         * gnus-art.el (gnus-sticky-article): Fix problems described in
11450         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11451         Don't perform gnus-configure-windows here; reuse existing sticky
11452         article buffer.
11453
11454         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11455         it doesn't exist in gnus-article-mode.
11456
11457 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11460         (gnus-agent-decoded-group-name): New function.
11461         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11462         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11463
11464 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11465
11466         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11467         Add binding for gnus-sticky-article.
11468         (gnus-summary-exit): Don't kill sticky article buffers.
11469
11470         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11471         article buffer.
11472         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11473         (gnus-kill-sticky-article-buffers): New commands.
11474
11475 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11476
11477         * nntp.el (nntp-xref-number-is-evil): New server variable.
11478         (nntp-find-group-and-number): If it is non-nil, don't trust article
11479         numbers in the Xref header.
11480
11481 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * gnus-agent.el (gnus-agent-read-group): New function.
11484         (gnus-agent-flush-group, gnus-agent-expire-group)
11485         (gnus-agent-regenerate-group): Use it.
11486         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11487         nnmail-pathname-coding-system.
11488
11489 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11492
11493         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11494         that are unread as unread, and also as selected so that information of
11495         marks having been changed by a user may be updated when exiting group.
11496
11497 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11500
11501 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11504         calculated ignoring signature parts to gnus-treat-article.
11505
11506 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11509         a point here in order to keep the window start.
11510         (gnus-insert-mime-security-button): Make a button overlay without the
11511         front stickiness.
11512         (gnus-mime-display-security): Goto the end of a button.
11513
11514         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11515
11516 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11519         group-name-at-point.
11520         (gnus-group-completing-read): New function that offers decoded
11521         non-ASCII group names for completion.
11522         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11523         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11524         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11525         (gnus-group-fetch-control): Use it.
11526         (gnus-fetch-group): Use group-name-at-point for the initial value
11527         rather than the default value; use gnus-alive-p.
11528
11529         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11530         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11531         (gnus-summary-post-news): Use gnus-group-completing-read.
11532
11533         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11534         (gnus-read-move-group-name): Decode group name for completion.
11535
11536 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11537
11538         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11539         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11540         Yamaoka slightly modified the code).
11541
11542 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11545         (nnmail-split-incoming): Bind it.
11546
11547         * nnml.el (nnml-group-name-charset): New function.
11548         (nnml-decoded-group-name): Use it; don't decode group name if
11549         nnmail-group-names-not-encoded-p is non-nil.
11550         (nnml-encoded-group-name): New function.
11551         (nnml-group-pathname): Inline nnml-decoded-group-name.
11552         (nnml-request-expire-articles): Decode group name in message.
11553         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11554         nnmail-pathname-coding-system.
11555         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11556         not decoded ones according to nnmail-group-names-not-encoded-p.
11557         (nnml-generate-active-info): Use nnml-encoded-group-name.
11558
11559 2007-08-08  Glenn Morris  <rgm@gnu.org>
11560
11561         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11562         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11563         doc-strings and comments.
11564
11565 2007-07-25  Glenn Morris  <rgm@gnu.org>
11566
11567         * Relicense all FSF files to GPLv3 or later.
11568
11569 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-sum.el (gnus-summary-move-article):
11572         Make gnus-summary-respool-article work.
11573
11574 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11577         string.
11578
11579 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11580
11581         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11582         that should be ignored when comparing distant RSS articles with local
11583         ones.
11584         (nnrss-make-hash-index): New function.  Create a hash index according
11585         to the ignored fields.
11586         (nnrss-check-group): Use it.
11587
11588 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11591
11592         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11593
11594         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11595         the new optional argument ENCODED is non-nil.
11596         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11597         coding system for encoding group name.
11598         (gnus-group-make-rss-group): Pass un-encoded group name to
11599         gnus-group-make-group.
11600         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11601         encoded.
11602
11603         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11604         Encode group name to which articles are moved or copied.
11605         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11606         coding system for encoding Newsgroup, Followup-To and Xref headers.
11607
11608         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11609         marks; use nnheader-file-coding-system to write a file.
11610         (nnagent-retrieve-headers): Bind file-name-coding-system to
11611         nnmail-pathname-coding-system.
11612
11613         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11614
11615         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11616         (nnml-request-article, nnml-request-create-group)
11617         (nnml-request-rename-group, nnml-find-id)
11618         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11619         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11620         (nnml-save-marks): Use nnml-group-pathname instead of
11621         nnmail-group-pathname.
11622
11623         (nnml-request-create-group, nnml-request-expire-articles)
11624         (nnml-request-move-article, nnml-request-delete-group)
11625         (nnml-deletable-article-p, nnml-possibly-create-directory)
11626         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11627         (nnml-open-marks): Bind file-name-coding-system to
11628         nnmail-pathname-coding-system.
11629
11630         (nnml-request-article): Pass server argument to nnml-find-group-number.
11631         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11632         Pass server argument to nnml-possibly-create-directory.
11633         (nnml-request-accept-article): Pass server argument to
11634         nnml-active-number and nnml-save-mail.
11635         (nnml-find-group-number): Pass server argument to nnml-find-id.
11636         (nnml-request-update-info): Pass server argument to
11637         nnml-marks-changed-p.
11638
11639         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11640         (nnml-save-mail, nnml-active-number): Add server argument.
11641
11642         (nnml-request-delete-group): Warn if group is missing.
11643         (nnml-get-nov-buffer): Decode group name.
11644         (nnml-generate-active-info): Encode group name.
11645         (nnml-open-marks): Decode group name in messages.
11646
11647 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11650         if it is not specified.
11651         (gnus-article-pipe-part, gnus-article-save-part)
11652         (gnus-article-interactively-view-part, gnus-article-copy-part)
11653         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11654         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11655         (gnus-article-replace-part, gnus-article-delete-part)
11656         (gnus-article-view-part-as-type): Pass raw prefix argument to
11657         gnus-article-part-wrapper.
11658
11659 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus-agent.el (gnus-agent-save-active):
11662         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11663
11664         * gnus-cache.el (gnus-cache-save-buffers)
11665         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11666         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11667         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11668         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11669         (gnus-cache-generate-active, gnus-cache-rename-group)
11670         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11671         (gnus-cache-update-overview-total-fetched-for):
11672         Bind file-name-coding-system to nnmail-pathname-coding-system.
11673         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11674         New variables.
11675         (gnus-cache-decoded-group-name): New function.
11676         (gnus-cache-file-name): Use it.
11677         (gnus-cache-generate-active): Use non-decoded group name for active.
11678
11679         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11680         right place.
11681         (gnus-write-active-file): Don't break non-ASCII group names.
11682
11683         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11684         nnmail-pathname-coding-system.
11685
11686         * lpath.el: Bind default-file-name-coding-system,
11687         file-name-coding-system and language-info-alist for XEmacs.
11688
11689         * gnus-uu.el (gnus-uu-decode-save): Typo.
11690
11691 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11694
11695 2007-07-14  David Kastrup  <dak@gnu.org>
11696
11697         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11698         finishing actions if we did not edit the article.
11699
11700 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11703         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11704         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11705         (gnus-agent-flush-group, gnus-agent-flush-cache)
11706         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11707         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11708         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11709         (gnus-agent-regenerate-group)
11710         (gnus-agent-update-files-total-fetched-for)
11711         (gnus-agent-update-view-total-fetched-for):
11712         Bind file-name-coding-system to nnmail-pathname-coding-system.
11713         (gnus-agent-group-pathname): Don't encode file names by
11714         nnmail-pathname-coding-system.
11715         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11716         coding-system-for-write instead of buffer-file-coding-system to
11717         gnus-agent-file-coding-system.
11718
11719         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11720         Decode group name.
11721
11722         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11723
11724         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11725         (gnus-read-newsrc-el-file): Make group names unibyte.
11726
11727         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11728         nnmail-pathname-coding-system.
11729
11730         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11731         (nnrss-request-delete-group): Bind file-name-coding-system to
11732         nnmail-pathname-coding-system.
11733         (nnrss-read-server-data, nnrss-read-group-data):
11734         Bind file-name-coding-system correctly.
11735         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11736
11737         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11738         (nntp-server-to-method-cache): New variable.
11739         (nntp-group-pathname): New function that decodes non-ASCII group names.
11740         (nntp-possibly-create-directory, nntp-marks-changed-p)
11741         (nntp-save-marks, nntp-open-marks): Use it.
11742         (nntp-possibly-create-directory, nntp-open-marks):
11743         Bind file-name-coding-system to nnmail-pathname-coding-system.
11744         (nntp-open-marks): Decode group names when bootstrapping marks.
11745
11746         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11747         Newsgroups and Folowup-To headers.
11748
11749 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11752         (gnus-server-closed-face, gnus-server-denied-face)
11753         (gnus-server-offline-face): Remove variable.
11754         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11755
11756         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11757         of modifying message-stack directly for XEmacs.
11758
11759         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11760         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11761         if the coding-system argument is nil for XEmacs.
11762
11763         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11764         mm-charset-override-alist.
11765
11766         * rfc2047.el: Don't require base64; require rfc2045 for the function
11767         rfc2045-encode-string.
11768         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11769         to quote the parameter value.
11770
11771 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11774         form in gnus-group-name-charset-method-alist.
11775
11776         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11777         overrides the default layout edit-form.
11778
11779         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11780
11781         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11782
11783 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11786         as unfetched articles.
11787
11788 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11791
11792 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11793
11794         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11795         original back end that keeps marks in the local system.
11796
11797 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11800         arg of pop-to-buffer for XEmacs.
11801         (gnus-article-read-summary-keys): Ditto; don't restore window
11802         configuration if summary command ends up with neither article buffer
11803         nor summary buffer; describe bindings if summary keys end with C-h.
11804
11805 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11806
11807         * message.el (message-fix-before-sending): Skip raw message part to be
11808         forwarded while checking illegible text.
11809         (message-forward-make-body-mime, message-forward-make-body):
11810         Mark signed or encrypted raw message as having no illegible text.
11811
11812 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11815         (gnus-message-with-timestamp-1): New macro.
11816         (gnus-message-with-timestamp): New function.
11817         (gnus-message): Use them.
11818
11819         * nnheader.el (nnheader-message): Use them.
11820
11821 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11824         .newsrc.eld file.
11825
11826 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-agent.el (gnus-agent-fetch-headers)
11829         (gnus-agent-retrieve-headers):
11830         Bind gnus-decode-encoded-address-function to identity.
11831
11832         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11833         available also when the server returns simply a dot.
11834
11835         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11836
11837 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11838
11839         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11840
11841 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * gnus-ems.el (gnus-x-splash): Make it work.
11844
11845         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11846         from being used.
11847
11848         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11849
11850 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11853         4th and the 5th arguments.
11854
11855         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11856         the front stickiness.
11857         (gnus-article-summary-command-nosave): Correct the order of the
11858         arguments passed to pop-to-buffer.
11859         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11860         summary command ends up with the article buffer.
11861
11862         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11863         the same faces.
11864
11865 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11866
11867         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11868
11869 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11870
11871         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11872         * gnus-sum.el (gnus-summary-highlight):
11873         * pgg.el (pgg-sign-region, pgg-sign):
11874         * mail-source.el (mail-source-delete-old-incoming-confirm):
11875         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11876
11877 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * gnus-art.el (gnus-mime-view-part-externally)
11880         (gnus-mime-view-part-internally): Fix predicate function passed to
11881         completing-read.
11882
11883         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11884
11885         * gnus.el (gnus-update-message-archive-method): Add :version.
11886
11887 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11888
11889         * gnus.el (gnus-update-message-archive-method): New variable.
11890
11891         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11892         according to gnus-message-archive-method if
11893         gnus-update-message-archive-method is non-nil.
11894
11895 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11898         Suggested by Loic Dachary <loic@dachary.org>.
11899         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11900
11901 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * message.el (message-pop-to-buffer): Add switch-function argument.
11904         (message-mail): Pass switch-function argument to it.
11905
11906 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11907
11908         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11909         Improve doc string.
11910
11911 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11914         (gnus-header-content)
11915         * gnus-cite.el (gnus-cite-10)
11916         * gnus-srvr.el (gnus-server-closed)
11917         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11918         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11919         (gnus-group-mail-3-empty, gnus-group-mail-low)
11920         (gnus-group-mail-low-empty, gnus-splash)
11921         * message.el (message-header-to, message-header-cc)
11922         (message-header-subject, message-header-other, message-header-name)
11923         (message-header-xheader, message-separator, message-cited-text)
11924         (message-mml): Lighten colors of faces used for dark background.
11925
11926 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11927
11928         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11929         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11930
11931 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11932
11933         * message.el (message-narrow-to-headers-or-head):
11934         Ignore mail-header-separator in the body.
11935
11936 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11937
11938         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11939         same as window size.
11940
11941 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11942
11943         * message.el (message-font-lock-keywords): Use message-header-xheader
11944         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11945         ahead of the anything pattern, to get it recognised.
11946
11947 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11950         spam.el loads uses it in the compiled defadvice form.
11951
11952 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11953
11954         * gnus-sum.el (gnus-articles-to-read)
11955         (gnus-summary-insert-old-articles): Don't truncate group name for
11956         `read-string'.
11957
11958         * gnus-util.el (gnus-limit-string): Delete this function.
11959
11960         * gnus-sum.el (gnus-simplify-subject-fully):
11961         Use `truncate-string-to-width' instead.
11962
11963 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11964
11965         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11966         Tell if, on summary exit, the next group has to be selected.
11967         (gnus-summary-exit): Use it.
11968
11969 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11970
11971         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11972         non-break space.
11973
11974 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11977         Check if group is not a directory.
11978         (nnfolder-request-expire-articles): Don't delete articles if the target
11979         group is not available.
11980
11981         * nnml.el (nnml-request-create-group): Properly check if group is not a
11982         file.
11983         (nnml-request-expire-articles): Don't delete articles if the target
11984         group is not available.
11985
11986         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11987         Don't quote characters that are within parentheses.
11988
11989 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11990
11991         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11992         (gnus-handle-ephemeral-exit): Select article according to it.
11993
11994 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * message.el (message-insert-formated-citation-line): Remove newline.
11997         (message-citation-line-format): Add final \n here so that the user can
11998         avoid a blank line.
11999
12000 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12001
12002         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12003         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12004         Update lanl/arXiv support.
12005
12006 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12007
12008         * gnus.el: Bump version number.
12009
12010 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12011
12012         * gnus.el (gnus-version-number): Bump version.
12013
12014 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12015
12016         * gnus.el: No Gnus v0.6 is released.
12017
12018 2007-04-27  Didier Verna  <didier@xemacs.org>
12019
12020         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12021         * gmm-utils.el (gmm-regexp-concat): ... here.
12022         * message.el: Don't require 'gnus-util.
12023         (message-dont-reply-to-names): Handle name change above.
12024         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12025
12026 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12029         since the initial value varies according to the system.
12030
12031 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12034
12035 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12036
12037         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12038
12039 2007-04-24  Didier Verna  <didier@xemacs.org>
12040
12041         Improve the type of gnus-ignored-from-addresses.
12042         * gnus-util.el (gnus-orify-regexp): New function.
12043         * message.el (gnus-util): Require it.
12044         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12045         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12047
12048 2007-04-24  Didier Verna  <didier@xemacs.org>
12049
12050         * gnus-sum.el:
12051         * gnus-utils.el: Fix some trailing whitespaces.
12052
12053 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12056         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12057         article's Message-ID; refer parent article in summary buffer.
12058
12059         * message.el (message-bounce): Call mime-to-mml.
12060
12061         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12062         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12063         optimize and/or forms properly.
12064
12065 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12068         URL.
12069
12070 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12073
12074 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12077         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12078         displayed of multipart/alternative part if it is invoked from summary
12079         buffer.
12080
12081         * mm-view.el (mm-inline-text-html-render-with-w3m)
12082         (mm-inline-text-html-render-with-w3m-standalone)
12083         (mm-inline-render-with-function): Use mail-parse-charset by default.
12084
12085 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12086
12087         * parse-time.el (parse-time-string-chars): Check if CHAR
12088         is less than the length of parse-time-syntax.
12089
12090 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12093         from gnus-newsgroup-processable.
12094
12095 2007-04-16  Didier Verna  <didier@xemacs.org>
12096
12097         * gnus-msg.el (gnus-configure-posting-styles):
12098         Handle message-signature-directory properly with :file syntax.
12099         Reported by "Leo".
12100
12101 2007-04-11  Didier Verna  <didier@xemacs.org>
12102
12103         New user option: message-signature-directory.
12104         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12105         * message.el (message-insert-signature): Ditto.
12106         * message.el (message-signature-file): Doc update.
12107         * message.el (message-signature-directory): New.
12108
12109 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * gnus-msg.el (gnus-inews-yank-articles):
12112         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12113
12114 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * message.el (message-yank-original): Make sure cited text ends with
12117         newline; don't exchange point and mark.
12118
12119 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12120
12121         * tls.el (open-tls-stream): Properly handle case where there
12122         is no associated buffer.
12123
12124 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12125
12126         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12127         message-yank-original, make sure (< mark TEXT point).
12128
12129 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12130
12131         * message.el (message-fill-column): New variable.
12132         (message-mode): Use it.  Add comment on a possible new hook.
12133
12134         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12135         (nnmail-get-new-mail): Reformat.
12136
12137         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12138
12139         * gmm-utils.el: Fix Commentary.
12140         (gmm-tool-bar-from-list): Fix typo in doc string.
12141
12142 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12143
12144         * message.el (message-yank-original): Don't switch point and mark
12145         unnecessarily to put point and mark as documented.
12146
12147 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12148
12149         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12150         from the message heads.
12151
12152 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12153
12154         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12155         article buffer does not have a window.  This may not be the best
12156         solution but is certainly better than setting the start of the null,
12157         that is the current, window.
12158
12159 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12160
12161         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12162         (gnus-draft-setup): Run it.
12163
12164         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12165         gnus-score-fast-scoring.  Allow regexp.
12166         (gnus-score-headers): Use it.
12167
12168         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12169         XEmacs.
12170
12171         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12172         string.
12173         (gnus-button-alist): Also catch `<f1> k ...'.
12174         (gnus-treat-display-x-face): Fix doc string.
12175
12176 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12177
12178         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12179         evaluation of gnus-extended-version to ensure correct generation of the
12180         User-Agent header when message-generate-headers-first is used.
12181
12182 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12183
12184         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12185         hashcash-path is nil.  Don't call callback with incorrect number of
12186         parameters if val is 0.
12187
12188 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12189
12190         * message.el (message-required-news-headers):
12191         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12192
12193 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12194
12195         * tls.el (open-tls-stream): In handshake-waiting loop,
12196         don't wait more if there is output available to process.
12197
12198 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12199
12200         * tls.el (tls-program): Doc fix.
12201
12202 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * message.el (message-generate-new-buffers): Change the meaning of the
12205         nil value; add `standard' to the choices; treat t as `unique'; improve
12206         doc string.
12207         (gnus-select-frame-set-input-focus): Autoload.
12208         (message-buffer-name): Search for the existing message buffer if
12209         message-generate-new-buffers is nil or `standard'; treat the value t of
12210         message-generate-new-buffers as `unique'.
12211         (message-pop-to-buffer): Raise the frame already displaying the message
12212         buffer; clear the echo area after querying.
12213         (message-setup): Pass the `continue' argument to compose-mail.
12214         (message-mail): Prefer `switch-function' if it is given; search for the
12215         existing message buffer if the `continue' argument is non-nil; pass
12216         continue and switch-function arguments to compose-mail by way of
12217         message-setup.
12218         (message-mail-other-window): Adjust argument of message-setup.
12219         (message-mail-other-frame): Ditto.
12220
12221 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12224         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12225         to turn font-lock on when turning gnus-message-citation-mode on.
12226
12227 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12228
12229         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12230         (mml-smime-function-alist): New variable; add epg as the backend.
12231         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12232         mml-smime- functions instead.
12233         * mm-view.el: Require smime.
12234
12235 2007-03-05  Didier Verna  <didier@xemacs.org>
12236
12237         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12238         instead of just inheritance for posting styles.
12239         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12240
12241 2007-02-24  Chris Moore  <dooglus@gmail.com>
12242
12243         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12244         * pgg-pgp.el (pgg-pgp-encrypt-region):
12245         * pgg-gpg.el (pgg-gpg-encrypt-region):
12246         Check pgg-encrypt-for-me if no other recipients.
12247
12248 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12249
12250         * tls.el (tls-certtool-program): Fix custom type.
12251
12252 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12255         and point-at-eol instead of line-(beginning|end)-position.
12256
12257         * assistant.el (assistant-parse-buffer): Ditto.
12258
12259         * netrc.el (netrc-parse-services): Ditto.
12260
12261 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12262
12263         * mml2015.el (mml2015-epg-find-usable-key): New function.
12264         (mml2015-epg-sign): Use it.
12265         (mml2015-epg-encrypt): Use it.
12266
12267 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * message.el (message-make-in-reply-to): Quote name containing
12270         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12271         if there are special characters.  Reported by NAKAJI Hiroyuki
12272         <nakaji@jp.freebsd.org>.
12273
12274 2007-02-27  Didier Verna  <didier@xemacs.org>
12275
12276         Include the group parameters as well as the topic ones in the
12277         inheritance filter process.
12278         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12279         argument GROUP-PARAMS-LIST.
12280         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12281
12282 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * nntp.el (nntp-never-echoes-commands)
12285         (nntp-open-connection-functions-never-echo-commands): New variables.
12286         (nntp-send-command): Use them.
12287
12288 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12289
12290         * mml2015.el (mml2015-epg-verify): Simplify.
12291
12292 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * mml.el (mml-content-disposition-alist): New user option.
12295         (mml-content-disposition): New function.
12296         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12297         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12298
12299 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12300
12301         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12302         verification.
12303
12304 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12305
12306         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12307         articles posted in the last 24 hours.
12308
12309 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12310
12311         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12312
12313 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12314
12315         * nntp.el (nntp-send-command): Don't wait for echoes when
12316         nntp-open-ssl-stream is used.
12317
12318 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12321         (gnus-message-add-citation-keywords)
12322         (gnus-message-remove-citation-keywords): Remove.
12323         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12324         directly, make the variables in font-lock-defaults buffer-local, add
12325         gnus-message-citation-keywords to them and then update the value of
12326         font-lock-keywords.
12327
12328 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * message.el (message-cite-original-1): Don't call
12331         gnus-article-highlight-citation.
12332
12333         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12334         citations; fix line count.
12335
12336 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12339         (gnus-message-add-citation-keywords)
12340         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12341         versions of font-lock-add-keywords and font-lock-remove-keywords to
12342         work with XEmacs correctly.
12343
12344 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * gnus-cite.el (gnus-cite-face-list): Set the values of
12347         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12348         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12349         (gnus-message-cite-prefix-regexp): New variable.
12350         (gnus-message-search-citation-line): Use it; protect against long
12351         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12352         the 0th match data for Emacs.
12353         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12354         (gnus-message-add-citation-keywords): Append keywords rather than
12355         prepending; emulate font-lock-add-keywords if it is not available.
12356         (gnus-message-remove-citation-keywords):
12357         Emulate font-lock-remove-keywords if it is not available.
12358
12359         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12360
12361         * message.el (message-cite-prefix-regexp): Set the value of
12362         gnus-message-cite-prefix-regexp.
12363
12364 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12365
12366         * nnweb.el (nnweb-google-parse-1): Update parser.
12367
12368 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12369
12370         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12371
12372 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12373
12374         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12375         regexp.
12376
12377 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12380         string-to-multibyte.
12381         (uudecode-decode-region-internal): Use it.
12382
12383         * lpath.el: Fbind string-as-multibyte for XEmacs.
12384
12385 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12386
12387         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12388         Fix custom choice.
12389
12390         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12391
12392 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12393
12394         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12395
12396         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12397         `write-region' to respect `mm-inhibit-file-name-handlers'.
12398
12399 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12402         Use gnus-home-directory instead of "~/" or "$HOME".
12403
12404 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12405
12406         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12407         to mention filename.
12408         Add comments at beginning regarding usage.
12409         (encrypt-write-file-contents): Change interactive so a string is
12410         acceptable.  If the file has no associated model, show an error instead
12411         of a nonsense prompt.
12412
12413 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12414
12415         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12416         Thanks to Yoshihiko Yamada for kind notification of this typo.
12417
12418 2007-01-12  Kenichi Handa  <handa@m17n.org>
12419
12420         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12421         multibyte buffer.
12422
12423 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12424
12425         * gnus-score.el (gnus-score-fast-scoring): New variable.
12426         (gnus-score-headers): Use it.
12427
12428         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12429
12430         * message.el (message-cite-original-1):
12431         Call gnus-article-highlight-citation if requested.
12432         (message-make-from): Allow name and address as optional arguments.
12433
12434         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12435
12436         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12437         bugs to doc string.
12438         (gnus-button-alist): Add mid\\|message-id.
12439         (gnus-button-fetch-group): Extend for use in
12440         `browse-url-browser-function'.
12441         (gnus-button-url-regexp): Try to catch paired parentheses like in
12442         Wikipedia URLs.
12443
12444         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12445         Suggested by Simon Krahnke <overlord@gmx.li>.
12446
12447 2007-01-13  Romain Francoise  <romain@orebokech.com>
12448
12449         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12450         Update copyright.
12451
12452 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12453
12454         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12455
12456 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12457
12458         * gnus-registry.el (gnus-registry-unfollowed-groups)
12459         (gnus-registry-split-fancy-with-parent): Fix documentation.
12460
12461 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12464         from nnweb groups.
12465
12466 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12467
12468         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12469         Xref urls.  Erase buffer before requesting head.
12470
12471         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12472
12473 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12474
12475         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12476         customizable.
12477
12478 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12479
12480         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12481         no signing key is found.
12482         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12483         no encrypting and/or signing key is found.
12484
12485 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12486
12487         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12488
12489 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12490
12491         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12492         headers read from disk with the ones newly found in the current search.
12493         This should no longer cause problems, because the article numbers in
12494         Gmane's `nov.php' output are ignored since the previous change.
12495
12496 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12497
12498         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12499
12500 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12503         replace-regexp-in-string; bind url-version; fbind display-images-p and
12504         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12505         find-face and set-itimer-function for Emacs; bind itimer-list for
12506         Emacs.
12507
12508         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12509
12510 2007-01-01  Romain Francoise  <romain@orebokech.com>
12511
12512         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12513
12514 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12515
12516         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12517         `define-minor-mode' macro definition expanded properly.
12518         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12519         exclude it there.
12520
12521         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12522         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12523         `fboundp' test.
12524         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12525         This is OK to autoload in (S)XEmacs now.
12526
12527 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12528
12529         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12530         keystroke.
12531         (gnus-summary-limit-to-singletons): Fix typo.
12532
12533         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12534         else fails.
12535
12536 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12537
12538         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12539         docstring.
12540
12541         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12542         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12543         (gnus-summary-insert-dormant-articles): Fix typo in message.
12544
12545 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12548         nil for XEmacs.
12549         (gnus-message-citation-mode): Don't autoload in XEmacs.
12550
12551         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12552
12553 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12554
12555         * nnimap.el (nnimap-expunge-search-string):
12556         Mention nnimap-search-uids-not-since-is-evil in docstring.
12557
12558 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12559
12560         * spam.el: Revert to make-obsolete-variable because
12561         define-obsolete-variable-alias is not supported in Emacs 21.
12562
12563         * spam.el (spam-ifile-path, spam-ifile-database-path)
12564         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12565         make-obsolete-variable.
12566         (spam-bsfilter-path, spam-bsfilter-program)
12567         (spam-spamassassin-path, spam-spamassassin-program)
12568         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12569         Don't use "path" inappropriately.
12570         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12571         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12572         variable names.
12573
12574 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12575
12576         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12577         summary buffer.
12578
12579         * password.el (password-cache-remove): Use clear-string to burn
12580         password, if available.
12581
12582 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12585
12586         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12587
12588         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12589         (gnus-message-highlight-citation): Move defcustom here from
12590         gnus-cite.el.
12591         (gnus-message-citation-mode): Autoload.
12592
12593         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12594         checks to make it compile with XEmacs.
12595         (gnus-message-citation-mode): New minor mode.
12596         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12597         (gnus-message-highlight-citation): New variables.
12598         (gnus-message-search-citation-line)
12599         (gnus-message-add-citation-keywords)
12600         (gnus-message-remove-citation-keywords)
12601         (turn-on-gnus-message-citation-mode)
12602         (turn-off-gnus-message-citation-mode): New functions.
12603
12604 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12605
12606         * gnus-cite.el: Enable highlighting of different citation levels in
12607         message-mode.
12608
12609 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12610
12611         * message.el (message-make-fqdn): Fix comment.
12612         (message-bogus-system-names): Add ".local".
12613
12614         * spam.el (spam-ifile-path, spam-ifile-program)
12615         (spam-ifile-database-path, spam-ifile-database)
12616         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12617         Don't use "path" inappropriately.
12618         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12619         strings.
12620         (spam-check-ifile, spam-ifile-register-with-ifile)
12621         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12622         Use new variable names.
12623
12624         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12625         (gnus-treat-display-smileys): Simplify using
12626         gnus-image-type-available-p.
12627
12628         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12629         available.
12630
12631         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12632         Use `display-images-p' if available.
12633
12634 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12637         one after turning on the buffer's multibyteness instead of decoding
12638         them directly in the unibyte buffer that causes unexpected conversion
12639         in Emacs 23 (unicode).
12640
12641 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12642
12643         * message.el (message-generate-hashcash): Fix custom type.
12644
12645 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12648
12649 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12650
12651         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12652         disconnect icons.  Add help text.
12653
12654 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12655
12656         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12657         negated to be consistent with the others we handle.
12658
12659 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12660
12661         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12662         version of gnus-summary-buffer to something, so that we can use two
12663         article buffers at the same time.
12664
12665 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12666
12667         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12668         trigger all the extra headers.
12669         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12670         sorting.
12671
12672 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12673
12674         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12675         solid groups.
12676
12677 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12678
12679         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12680
12681 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * legacy-gnus-agent.el: Add Copyright notice.
12684
12685 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12686
12687         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12688
12689 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12690
12691         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12692
12693         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12694         to make it work reliably in CVS Emacs.
12695         (gnus-summary-limit-strange-charsets-predicate)
12696         (gnus-summary-limit-to-predicate): New functions.
12697
12698 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12699
12700         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12701         specifying array size.
12702         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12703         array if it is too small.
12704         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12705         (gnus-sort-threads-loop): New function.
12706
12707 2006-12-06  Chris Moore  <dooglus@gmail.com>
12708
12709         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12710         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12711
12712 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12713
12714         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12715         options.
12716
12717 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718
12719         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12720         DOS-ing the recipient.
12721
12722         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12723         the headers when creating the mapping to avoid mismappings.
12724         (nnweb-gmane-create-mapping): Always nix out old mapping.
12725
12726 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12727
12728         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12729         and mm-verify-option to never.
12730
12731 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * message.el (message-signed-or-encrypted-p): New function.
12734         (message-forward-make-body): Use it.
12735
12736         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12737         Replace encode-coding-string with mm-encode-coding-string.
12738
12739 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * nneething.el (nneething-decode-file-name):
12742         Replace decode-coding-string with mm-decode-coding-string.
12743
12744         * gnus-int.el (gnus-open-server): Say failed server's name.
12745
12746 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12747
12748         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12749         strings to a single string.  Quote `errors-file-name'.
12750         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12751         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12752         Adjust calls.  Use `shell-quote-argument'.
12753
12754 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12755
12756         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12757         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12758
12759         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12760         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12761         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12762         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12763         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12764         (gnus-subscribe-newsgroup, gnus-1):
12765         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12766         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12767         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12768         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12769
12770 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12771
12772         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12773         keystroke.
12774         (gnus-summary-limit-to-bodies): Implement headersp.
12775
12776 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777
12778         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12779
12780 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12783
12784 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12785
12786         * message.el (message-generate-hashcash): Expand range of values to
12787         include `opportunistic'.
12788         (message-send-mail): Use it.
12789
12790 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12791
12792         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12793         and comment it.
12794
12795         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12796
12797 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gnus-util.el (gnus-extract-address-components): Improve comment.
12800
12801 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-util.el (gnus-extract-address-components): Work with address in
12804         which the name portion contains @.
12805
12806         * lpath.el: Fbind custom-autoload.
12807
12808 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * gnus.el (gnus-start): Move custom group up.
12811         (gnus-select-method): Don't autoload, but make it available for
12812         `customize-variable'.
12813         (gnus-getenv-nntpserver): Don't autoload.
12814
12815 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12816
12817         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12818
12819 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * message.el (message-sendmail-extra-arguments): New variable.
12822         (message-send-mail-with-sendmail): Use it.
12823
12824 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12827         mm-with-unibyte-current-buffer to make string unibyte.
12828
12829         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12830         mm-string-as-multibyte.
12831
12832 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12833
12834         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12835         Reported by Werner Koch <wk@gnupg.org>.
12836
12837 2006-11-14  Daiki Ueno  <ueno@p360>
12838
12839         * mml2015.el: Autoload epa-select-keys when compiling.
12840
12841 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12842
12843         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12844         message-options.
12845         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12846
12847 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12848
12849         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12850         EasyPG (< 0.0.6).
12851         (mml2015-always-trust): New user option.
12852         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12853         prompt.
12854
12855 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * nntp.el (nntp-authinfo-force): New variable.
12858         (nntp-send-authinfo): Use it.
12859
12860 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12863         decode encoded words.  Improve prompt.  Add comment about forwarding.
12864         (message-replacement-char): Move up.
12865
12866 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12867
12868         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12869         instead of gnus-intersection because arguments of gnus-sorted-nunion
12870         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12871
12872 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12875         (message-simplify-subject-functions):
12876         Enable message-strip-subject-encoded-words by default.
12877
12878 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12879
12880         * message.el (message-strip-subject-encoded-words): New function.
12881         (message-simplify-subject-functions): New variable.
12882         (message-simplify-subject): Use it.  Fix typo in doc string.
12883         Support message-strip-subject-encoded-words.
12884
12885 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12886
12887         * gnus-diary.el (gnus-diary-delay-format-function):
12888         * nndiary.el (nndiary-reminders):
12889         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12890
12891 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * gnus-art.el (article-hide-boring-headers): Fetch date from
12894         gnus-original-article-buffer to avoid problems with localized date
12895         strings.
12896
12897 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12900
12901 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12904         New variables.
12905         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12906         (mm-charset-synonym-alist): Move some entries to
12907         mm-codepage-iso-8859-list.
12908         (mm-charset-synonym-alist, mm-charset-override-alist):
12909         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12910
12911 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12914
12915 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12916
12917         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12918         with Emacs 21 and XEmacs.
12919
12920 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12921
12922         * spam.el (spam-parse-address): New function for better parsing,
12923         catching errors, etc.
12924         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12925
12926 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12927
12928         * mm-view.el: Add interactive arg to html2text autoload.
12929
12930 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12933
12934 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12937         New variables.
12938         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12939         (mm-charset-synonym-alist): Move some entries to
12940         mm-codepage-iso-8859-list.
12941
12942         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12943
12944 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * message.el (message-citation-line-format)
12947         (message-insert-formated-citation-line): Fix implementation of %E, %N
12948         and %n according to the doc string.
12949
12950 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12951
12952         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12953         Use car-safe to avoid bad parses.
12954
12955 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12958         names.
12959
12960         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12961
12962 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12965         header.
12966
12967         * message.el (message-draft-headers): Add Date.
12968         (message-headers-to-generate): Fix typo in docstring.
12969
12970         * nndraft.el (nndraft-required-headers): New variable.
12971         (nndraft-generate-headers): Use it.
12972
12973         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12974
12975 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12976
12977         * gnus-registry.el (gnus-registry-wash-for-keywords)
12978         (gnus-registry-find-keywords): New functions to allow easy searching of
12979         articles that are in the registry.
12980
12981 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12982
12983         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12984         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12985         Reported by Damien Elmes <damien@repose.cx>.
12986
12987 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus.el (gnus-mime): Remove unused custom group.
12990
12991 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12992
12993         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12994         "blank line" when searching for end of armor headers.
12995
12996 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * gmm-utils.el (gmm-write-region): Fix variable name.
12999
13000 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13001
13002         * gmm-utils.el (gmm-write-region): New function based on compatibility
13003         code from `mm-make-temp-file'.
13004
13005         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13006
13007         * nnmaildir.el (nnmaildir--update-nov)
13008         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13009         Use `gmm-write-region'.
13010
13011 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13012
13013         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13014         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13015
13016         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13017
13018         * message.el (message-replacement-char): New variable.
13019         (message-fix-before-sending): Use it.
13020         (message-simplify-subject): New function to remove duplicate code.
13021         (message-reply, message-followup): Use it.
13022
13023         * gnus-sum.el (gnus-summary-make-menu-bar):
13024         Clarify gnus-summary-limit-to-articles.
13025
13026 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * gnus-util.el (gnus-with-local-quit): New macro.
13029
13030         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13031
13032 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13033
13034         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13035         ignore non-string data.
13036
13037 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13038
13039         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13040         non-string data (needs to be done in the registry too).
13041
13042 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13043
13044         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13045         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13046         (gnus-registry-split-fancy-with-parent)
13047         (gnus-registry-fetch-simplified-message-subject-fast)
13048         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13049         Remove text properties on ingress into the registry and when it's saved.
13050         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13051         registry from entries with no groups.
13052
13053 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13054
13055         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13056         function to remove string properties.
13057
13058 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * gmm-utils.el (gmm): Adjust custom version.
13061
13062         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13063         Adjust custom version.
13064
13065         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13066
13067 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13068
13069         * gnus-art.el (gnus-insert-prev-page-button)
13070         (gnus-insert-next-page-button): Simplify.  Reformat.
13071
13072 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13073
13074         * gnus-art.el (gnus-insert-prev-page-button)
13075         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13076
13077 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13078
13079         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13080
13081 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13082
13083         * gnus-art.el (gnus-insert-mime-button)
13084         (gnus-insert-mime-security-button):
13085         Apply gnus-article-button-face to MIME and security buttons.
13086
13087 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13088
13089         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13090         readable.
13091
13092 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13093
13094         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13095
13096 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13097
13098         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13099         `browse-url-of-file' instead of `browse-url'.
13100
13101 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13102
13103         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13104         regexp.  Articles containing quotation were cut prematurely.
13105
13106 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * message.el (message-cite-original-1): Use nobody by default for the
13109         value of From header.
13110         (message-reply): Ditto.
13111
13112 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13113
13114         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13115         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13116         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13117
13118 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13121         mails in the doc string.  Add some URLs in comment.
13122         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13123
13124 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13127         backslashes handling and the way to find boundaries of quoted strings.
13128
13129 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13130
13131         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13132         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13133         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13134         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13135
13136 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13137
13138         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13139         doc string.
13140         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13141
13142 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13143
13144         * lpath.el: Fbind epg-check-configuration.
13145
13146 2006-09-06  Simon Josefsson  <jas@extundo.com>
13147
13148         * mml2015.el (mml2015-use): Doc fix, mention epg.
13149
13150 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13151
13152         * mml2015.el (mml2015-use): Default to epg, if available.
13153
13154 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13155
13156         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13157         message-sender.
13158         (mml1991-epg-encrypt): Ditto.
13159         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13160         message-sender.
13161         (mml2015-epg-encrypt): Ditto.
13162
13163 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13164
13165         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13166         several common directories.
13167
13168 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13169
13170         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13171         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13172
13173 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * gnus-art.el (article-decode-encoded-words): Make it fast.
13176
13177 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13180
13181         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13182         in quoted string into `\'.
13183
13184 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13187         Use standard-syntax-table.
13188
13189 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-art.el (gnus-decode-address-function): New variable.
13192         (article-decode-encoded-words): Use it to decode headers which are
13193         assumed to contain addresses.
13194         (gnus-mime-delete-part): Remove useless `or'.
13195
13196         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13197         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13198         (gnus-nov-parse-line): Use it to decode From header.
13199         (gnus-get-newsgroup-headers): Ditto.
13200         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13201
13202         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13203         (mail-decode-encoded-address-string): New alias.
13204
13205         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13206         New function.
13207         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13208         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13209         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13210         (rfc2047-decode-string): Ditto.
13211         (rfc2047-decode-address-region): New function.
13212         (rfc2047-decode-address-string): New function.
13213
13214 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13215
13216         * message.el (message-caesar-buffer-body): Allow rotating headers.
13217
13218         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13219
13220         * message.el (message-insert-formated-citation-line): Fix %f.
13221         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13222
13223 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13226         (gnus-bookmark-mouse-available-p): New macro.
13227         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13228         (gnus-bookmark-bmenu-show-infos): Use it.
13229         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13230         (gnus-bookmark-bmenu-hide-infos): Ditto.
13231         (gnus-bookmark-remove-properties): New function.
13232         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13233         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13234         (gnus-bookmark-write-file): Bind coding-system-for-write.
13235         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13236         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13237         group before selecting it.
13238         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13239         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13240         quit-window if it is not available; use gnus-mouse-2 and bind it to
13241         gnus-bookmark-bmenu-select-by-mouse.
13242         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13243         (gnus-bookmark-bmenu-select-by-mouse): New function.
13244
13245 2006-08-13  Romain Francoise  <romain@orebokech.com>
13246
13247         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13248         space.
13249
13250 2006-08-10  Romain Francoise  <romain@orebokech.com>
13251
13252         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13253         (dns-mode-soa-auto-increment-serial): New user option.
13254         (dns-mode-soa-maybe-increment-serial): New function.
13255         (dns-mode): Add the latter to `write-contents-functions'.
13256
13257 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * compface.el (uncompface): Use binary rather than raw-text-unix.
13260
13261 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * compface.el (uncompface): Make sure the eol conversion doesn't take
13264         place when communicating with the external programs.
13265         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13266
13267 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13270
13271 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13272
13273         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13274         Make it more robust by parsing author and date independently.
13275
13276 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13279
13280 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13281
13282         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13283         first matching secret key.
13284         (mml2015-epg-encrypt): Ditto.
13285
13286         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13287         first matching secret key.
13288         (mml1991-epg-encrypt): Ditto.
13289
13290         * mml2015.el (mml2015-encrypt-to-self): New user option.
13291         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13292         mml2015-epg-encrypt-to-self is set.
13293
13294         * mml1991.el (mml1991-encrypt-to-self): New variable.
13295         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13296         mml1991-epg-encrypt-to-self is set.
13297
13298         * mml2015.el (mml2015-signers): New user option.
13299         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13300         (mml2015-epg-encrypt): Allow to select signing keys.
13301
13302         * mml1991.el (mml1991-signers): New variable.
13303         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13304         (mml1991-epg-encrypt): Allow to select signing keys.
13305
13306 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * nnheader.el (nnheader-insert-head): Make it work even if the file
13309         uses CRLF for the line-break code.
13310
13311 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13312
13313         * mml2015.el: Require mml-sec instead of password.
13314         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13315         (mml2015-cache-passphrase): Inherit the default value from
13316         mml-secure-cache-passphrase.
13317         (mml2015-passphrase-cache-expiry): Inherit the default value from
13318         mml-secure-passphrase-cache-expiry.
13319
13320         * mml1991.el: Require mml-sec instead of password.
13321         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13322         (mml1991-cache-passphrase): Inherit the default value from
13323         mml-secure-cache-passphrase.
13324         (mml1991-passphrase-cache-expiry): Inherit the default value from
13325         mml-secure-passphrase-cache-expiry.
13326
13327         * mml-sec.el: Require password.
13328         (mml-secure-verbose): New user option.
13329         (mml-secure-cache-passphrase): New user option.
13330         (mml-secure-passphrase-cache-expiry): New user option.
13331
13332 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13333
13334         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13335         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13336         andreas@altroot.de (Andreas Vögele).
13337
13338         FIXME: Use `tiny change'?
13339
13340 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13341
13342         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13343         workaround for the url package included with Emacs.
13344
13345         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13346
13347 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13348
13349         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13350         correctly.  This fixes a bug caused by the 2006-05-12 change.
13351
13352 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13353
13354         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13355         some information about the error when saying that the `bogus' mail
13356         group will be used.
13357
13358 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13361         string.
13362
13363 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13364
13365         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13366
13367 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13368
13369         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13370
13371 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13372
13373         * mml1991.el (mml1991-function-alist): Add epg.
13374         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13375         (mml1991-epg-encrypt): New functions.
13376
13377 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13378
13379         * mml2015.el (mml2015-verbose): New variable.
13380         (mml2015-cache-passphrase): Ditto.
13381         (mml2015-passphrase-cache-expiry): Ditto.
13382         (mml2015-function-alist): Add epg.
13383         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13384         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13385         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13386         New functions.
13387
13388 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13389
13390         * message.el (message-cite-original-1): Preserve region when removing
13391         quoted text due to X-No-Archive in order to avoid bogus attribution
13392         when citing multiple messages.
13393
13394 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13395
13396         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13397         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13398
13399 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * gnus-diary.el (gnus-user-format-function-d)
13402         (gnus-user-format-function-D): Autoload.
13403
13404         * imap.el (Commentary): Fix typo.
13405
13406         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13407         2006-04-22 contribution.
13408
13409 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13410
13411         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13412         It didn't really fix the bogosity I'm seeing with solid web groups.
13413
13414 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13415
13416         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13417         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13418         created using server names.  If we use the feature without declaring
13419         it, Gnus does not properly manage server and group state.
13420
13421         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13422         bound.
13423
13424 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13425
13426         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13427         looking up the method using GROUP's prefix before inventing a new one.
13428         It is used on killed/unknown groups in various places where returning
13429         an all-new method isn't expected by the caller.
13430
13431         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13432         and match semantics of gnus-group-real-prefix.
13433
13434 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13435
13436         * nnmail.el (nnmail-broken-references-mailers): New variable.
13437         (nnmail-ignore-broken-references): New function generalizing
13438         nnmail-fix-eudora-headers.
13439         (nnmail-fix-eudora-headers): Now obsolete.
13440
13441         * gnus-art.el (gnus-button-handle-custom):
13442         Support `customize-apropos*'.
13443
13444 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13445
13446         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13447
13448         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13449         articles.
13450
13451 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * message.el (message-cite-reply-above): New variable.
13454         (message-yank-original): Use it.
13455
13456 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13459
13460 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13463         as read.
13464
13465         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13466
13467 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13470         (gnus-bookmark-default-file): Use gnus-directory.
13471         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13472         Remove "*" in doc string.
13473         (gnus-bookmark-write-file): Simplify.
13474         (gnus-bookmark-maybe-sort-alist): Use `when'.
13475         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13476         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13477         Add FIXME about Emacs 21 and XEmacs compatibility.
13478         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13479         compatibility.
13480         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13481         compatibility.
13482         (gnus-bookmark-menu-heading): Fix version.
13483
13484 2006-06-19  Bastien Guerry  <bzg@altern.org>
13485
13486         * gnus-bookmark.el: New file.
13487
13488 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * message.el (message-syntax-checks): Doc fix.
13491
13492 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13493
13494         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13495         unsubscribed groups as if they were killed ones.  It causes duplicate
13496         entries in gnus-newsrc-alist.
13497
13498 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * message.el (message-syntax-checks): Doc fix.
13501         (message-send-mail): Add check for continuation headers.
13502         (message-check-news-header-syntax): Fix regexp used to check for
13503         continuation headers.
13504
13505 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13508
13509 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13510
13511         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13512
13513 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13516         default-truncate-lines.
13517
13518 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13519
13520         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13521         to fill the utf-8 entry.
13522
13523         * lpath.el: Fbind unicode-precedence-list.
13524
13525 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13526
13527         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13528
13529 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13530
13531         * gnus-agent.el (directory-files-and-attributes): Move all the way
13532         forward (the third and final move).
13533         (gnus-agent-read-agentview): Trap reconstruction errors due to
13534         nonexistent directory.  Handle by returning nil.
13535
13536 2006-05-30  Didier Verna  <didier@xemacs.org>
13537
13538         * message.el (message-dont-reply-to-names): Update the custom type.
13539         * message.el (message-dont-reply-to-names): New defsubst: potentially
13540         convert a list of regexps into a single one.
13541         * message.el (message-get-reply-headers): Use it.
13542         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13543
13544 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gnus-agent.el (directory-files-and-attributes): Move forward.
13547
13548 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13549
13550         * gnus-ml.el (gnus-mailing-list-subscribe)
13551         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13552         (gnus-mailing-list-message): Fix doc strings.
13553
13554 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13555
13556         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13557         of doing it manually.
13558
13559 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13562         comment.
13563
13564 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13565
13566         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13567         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13568         (gnus-agent-read-local): All symbols allocated in my-obarray.
13569         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13570         (gnus-agent-regenerate-group): Check numeric names to see if they are
13571         messages or groups.
13572         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13573         better way of do this...)
13574
13575         * gnus-cache.el (gnus-agent-total-fetched-for):
13576         Ignore 'dummy.group' (there should be a better way of do this...)
13577
13578 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13581         (gnus-saved-headers): Ditto.
13582         (gnus-default-article-saver): Mention functions may have properties.
13583         (gnus-article-save): Override gnus-save-all-headers and
13584         gnus-saved-headers by :headers property which saver function may have.
13585         (gnus-summary-save-in-file): Add :headers property.
13586         (gnus-summary-write-to-file): Ditto.
13587
13588         * gnus-sum.el (gnus-summary-save-article): Bind
13589         gnus-prompt-before-saving to t when saving many articles in a file;
13590         always show all headers.
13591
13592         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13593
13594 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13597         marks.
13598
13599         * message.el (message-indent-citation): Add optional arguments to allow
13600         using it outside of message buffers.
13601
13602         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13603         (gnus-article-treat-unfold-headers): Use it.
13604         (gnus-article-truncate-lines): New variable.
13605         (gnus-article-mode): Use it.
13606         (gnus-article-toggle-truncate-lines): New function.
13607
13608         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13609         Add gnus-article-toggle-truncate-lines.
13610
13611         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13612         coding system in XEmacs, use binary.
13613
13614 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13615
13616         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13617         after-load-alist.
13618
13619         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13620         this function should save decoded articles.
13621         (gnus-summary-write-to-file): Use property to specify this function
13622         should save decoded articles and specify gnus-summary-save-in-file
13623         should be used to save articles other than the first one when saving
13624         many articles.
13625         (gnus-summary-save-body-in-file): Use property to specify this
13626         function should save decoded articles.
13627         (gnus-summary-write-body-to-file): Use property to specify this
13628         function should save decoded articles and specify
13629         gnus-summary-save-body-in-file should be used to save articles other
13630         than the first one when saving many articles.
13631
13632         * gnus-sum.el (gnus-summary-save-article): Simplify.
13633
13634 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-art.el (gnus-default-article-saver):
13637         Add gnus-summary-write-body-to-file.
13638         (gnus-article-save-coding-system): Don't use coding system object
13639         in XEmacs.
13640         (gnus-read-save-file-name): Add optional `dir-var' argument which
13641         specifies directory in which files are saved; work even if optional
13642         `variable' argument is not specified.
13643         (gnus-summary-write-to-file): Read file name.
13644         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13645         (gnus-summary-write-body-to-file): New function.
13646
13647         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13648         (gnus-summary-local-variables): Add it.
13649         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13650         (gnus-summary-save-article): Remove optional `decode' argument;
13651         determine whether to decode articles by the value of
13652         gnus-default-article-saver; when saving many files using
13653         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13654         it first and use gnus-summary-save-in-file or
13655         gnus-summary-save-body-in-file thereafter unless
13656         gnus-prompt-before-saving is always; move point to article which
13657         will be saved.
13658         (gnus-summary-save-article-file): Revert.
13659         (gnus-summary-write-article-file): Revert.
13660         (gnus-summary-save-article-body-file): Revert.
13661         (gnus-summary-write-article-body-file): New function.
13662
13663 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-art.el (gnus-default-article-saver): Doc fix.
13666         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13667         from gnus-summary-save-article-coding-system, and default to a
13668         certain coding system.
13669         (gnus-output-to-file): Add coding cookie and encode text according
13670         to gnus-article-save-coding-system; don't use mm-append-to-file.
13671
13672         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13673         gnus-art.el and rename to gnus-article-save-coding-system.
13674         (gnus-summary-save-article): Require gnus-art; don't show all
13675         headers if it decodes articles; don't add coding cookie here;
13676         don't bind mm-text-coding-system-for-write.
13677         (gnus-summary-save-article-file): Save decoded articles.
13678         (gnus-summary-write-article-file): When saving many files, use
13679         gnus-summary-write-to-file first and gnus-summary-save-in-file
13680         thereafter unless gnus-prompt-before-saving is always.
13681         (gnus-summary-save-article-body-file): Save decoded articles.
13682
13683         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13684
13685 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * nnrss.el (nnrss-check-group): Bind hash-index.
13688
13689 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13690
13691         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13692         its hash index.  Store this hash in `nnrss-group-data'.
13693         (nnrss-read-group-data): Update accordingly.
13694
13695 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13698         entry.
13699
13700         * gnus-sum.el (gnus-summary-make-menu-bar):
13701         Add gnus-article-browse-html-article.
13702
13703 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13704
13705         * gnus-sum.el (gnus-summary-mime-map):
13706         Add gnus-article-browse-html-article.
13707
13708         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13709
13710 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13713         suitable coding systems in customize.
13714
13715 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13716
13717         * mail-source.el (mail-sources): Fix custom type.
13718
13719 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13722         (gnus-summary-expire-articles-now): Shorten prompt.
13723
13724         * gmm-utils.el (wid-edit): Require.
13725         (defun-gmm): Rename from `gmm-defun-compat'.
13726         (gmm-image-search-load-path): Use it.
13727         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13728
13729 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * gnus-sum.el (gnus-summary-save-article-coding-system):
13732         New variable.
13733         (gnus-summary-save-article): Add optional `decode' argument.
13734         If it is set and gnus-summary-save-article-coding-system is non-nil,
13735         save decoded article.
13736         (gnus-summary-write-article-file): Save decoded article if
13737         gnus-summary-save-article-coding-system is non-nil.
13738
13739         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13740         type.
13741
13742 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13745
13746 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13749         first to test gnus-single-article-buffer which may be buffer-local.
13750
13751         * gnus-sum.el (gnus-summary-setup-buffer):
13752         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13753         group; make gnus-article-buffer, gnus-article-current, and
13754         gnus-original-article-buffer always buffer-local.
13755         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13756         group.
13757         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13758
13759 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * nnml.el (nnml-request-compact-group): Compressed files might not
13762         have .gz extension.
13763
13764 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13765
13766         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13767         (mm-copy-to-buffer): Use with-current-buffer.
13768         (mm-display-part): Simplify.
13769         (mm-inlinable-p): Add optional arg `type'.
13770
13771 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13772
13773         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13774         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13775         Try harder to show the attachment internally or externally using
13776         gnus-mime-view-part-as-type.
13777
13778 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * message.el (message-from-style, message-signature-separator)
13781         (message-user-organization-file, message-send-mail-function)
13782         (message-citation-line-function, message-yank-prefix)
13783         (message-indent-citation-function, message-signature)
13784         (message-signature-file, message-signature-insert-empty-line):
13785         Remove autoloads.
13786
13787         * gnus-art.el (gnus-buttonized-mime-types):
13788         Remove "multipart/signed".  Revert 2006-04-26 change.
13789
13790 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13791
13792         * gnus.el (gnus-version-number): Bump version.
13793
13794 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13795
13796         * gnus.el: No Gnus v0.5 is released.
13797
13798 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13799
13800         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13801         fetching articles by message-id.
13802
13803 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13804
13805         * message.el (hashcash): Require hashcash as normal.
13806
13807         * ecomplete.el (ecomplete-highlight-match-line):
13808         Use point-at-eol.
13809         (ecomplete-highlight-match-line): Use `highlight', because that
13810         face exists in both Emacs and XEmacs.
13811
13812         * message.el (message-display-abbrev): Use point-at-bol.
13813
13814         * mail-source.el: Don't require timer/timer-funcs.
13815
13816         * gnus-async.el: Ditto.
13817
13818         * password.el: Ditto.
13819
13820         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13821
13822         * mm-url.el: Ditto.
13823
13824         * gnus-xmas.el: Don't require timer-funcs.
13825
13826         * mm-util.el: Require timer/timer-funcs.
13827
13828 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13829
13830         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13831         Close.
13832
13833 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13836         unibyte after clear-decrypt function runs.
13837
13838         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13839         returns as a unibyte string.
13840
13841 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * lpath.el: Revert.
13844
13845         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13846         (pgg-gpg-process-sentinel): Revert.
13847
13848         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13849         (pgg-pgp-lookup-key): Revert.
13850
13851         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13852         (pgg-pgp5-lookup-key): Revert.
13853
13854         * pgg.el (pgg-fetch-key): Revert.
13855
13856 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13857
13858         * lpath.el: Fbind string-as-multibyte for XEmacs.
13859
13860         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13861         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13862         (mml1991-pgg-encrypt): Ditto.
13863
13864         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13865         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13866         a multibyte buffer.
13867
13868         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13869         (pgg-pgp-lookup-key): Ditto.
13870
13871         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13872         (pgg-pgp5-lookup-key): Ditto.
13873
13874         * pgg.el (pgg-fetch-key): Ditto.
13875
13876 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * message.el (message-user-organization-file): Check several
13879         locations of the organization file.
13880
13881         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13882         Add gnus-article-view-part-as-type.
13883
13884         * gnus-art.el (gnus-article-view-part-as-type): New function.
13885
13886         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13887         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13888
13889         * mml.el: Simplify autoload.
13890         (mml-mode): defvar dnd-protocol-alist instead of using
13891         symbol-value.
13892         (mml-default-directory): New variable.
13893         (mml-minibuffer-read-file): Use it.
13894         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13895
13896         * message.el (message-citation-line-format): New variable.
13897         (message-insert-formated-citation-line): New function.
13898         (message-citation-line-function):
13899         Add `message-insert-formated-citation-line' to custom type.
13900
13901         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13902         to doc string.
13903
13904         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13905         depending on mm-verify-option.
13906
13907 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13910         binding pgg-* variables; reimplement the section which prevents
13911         MIME header from being signed.
13912         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13913         pgg-text-mode; remove a blank line at the top of body.
13914
13915         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13916         lines at the top of body; use gnus-newsgroup-charset if there's no
13917         Charset header.
13918
13919 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * message.el (message-self-insert-commands): Doc fix.
13922
13923         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13924         (mm-uu-pgp-encrypted-test): Ditto.
13925         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13926         between header and body; return application/pgp-encrypted handle
13927         if decryption failed; decode decrypted body by charset.
13928
13929         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13930         element match to application/pgp-*.
13931
13932 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13933
13934         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13935         HTML.
13936
13937 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13938
13939         * mail-source.el (mail-source-call-script): Message the error
13940         string.
13941
13942 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13943
13944         * gnus-util.el (gnus-byte-compile): Use it.
13945
13946 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13947
13948         * gnus-util.el (kill-empty-logs): New function.
13949
13950 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13951
13952         * message.el (message-mail-alias-type): Doc fix.
13953         (message-mail-alias-type-p): New function.
13954         (message-send): Use it.
13955         (message-mode): Ditto.
13956         (message-strip-forbidden-properties): Ditto.
13957
13958         * ecomplete.el (ecomplete-database-file-coding-system):
13959         New variable.
13960         (ecomplete-save): Use it.
13961         (ecomplete-setup): Use it.
13962
13963 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * message.el (message-self-insert-commands): New variable.
13966         (message-strip-forbidden-properties): Use it.
13967
13968 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13969
13970         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13971         that doesn't make XEmacs choke.
13972
13973 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13974
13975         * gnus-util.el (gnus-replace-in-string):
13976         Prefer replace-regexp-in-string over of replace-in-string.
13977
13978 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * gnus-util.el (gnus-select-frame-set-input-focus):
13981         Use select-frame-set-input-focus if it is available in XEmacs; use
13982         definition defined in Emacs 22 for old Emacsen.
13983
13984         * dgnushack.el: Autoload unmorse-region for XEmacs.
13985
13986         * lpath.el: Bind cursor-in-non-selected-windows and
13987         select-frame-set-input-focus for XEmacs.
13988
13989 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13992
13993 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13994
13995         * gnus-registry.el (gnus-registry-cache-save): Remove text
13996         properties when saving via the temp buffer.
13997
13998 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * message.el (message-generate-hashcash): Honor custom type.
14001
14002 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14003
14004         * message.el (message-generate-hashcash): Default to non-nil when
14005         hashcash is found.
14006
14007         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14008         (gnus-refer-thread-limit): Increase default to 500.
14009
14010         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14011
14012         * flow-fill.el (fill-flowed): Allow delete-space.
14013
14014 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14015
14016         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14017         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14018         Remove autoloads.
14019
14020 2006-04-18  Simon Josefsson  <jas@extundo.com>
14021
14022         * message.el (message-generate-hashcash): Default to.
14023
14024 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14027         concatenating segments rather than before concatenating them.
14028
14029 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14032
14033 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14034
14035         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14036
14037         * message.el (message-forward-make-body-plain):
14038         Allow message-forward-ignored-headers to be a list.
14039         (message-remove-ignored-headers): Factor out into function.
14040         (message-forward-make-body-mml): Use it.
14041
14042         * imap.el (imap-quote-specials): New function.
14043         (imap-login-auth): Quote specials.
14044
14045         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14046         (rfc2231-parse-string): Allow concatanation of parameters that
14047         aren't contiguous.  The test case is
14048           (mail-header-parse-content-type "message/external-body;
14049             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14050             access-type=LOCAL-FILE;
14051             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14052
14053 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14054
14055         * nntp.el (nntp-accept-process-output): Return the value of
14056         `nnheader-accept-process-output'.
14057
14058 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14059
14060         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14061         (gnus-button-alist): Recognize more diff formats.
14062         (gnus-button-patch): Strip directory.
14063
14064 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14065
14066         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14067         Emacs 22 when setting focus.
14068
14069 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14070
14071         * gnus-art.el (gnus-article-treat-types): Do treatment of
14072         text/x-verbatim parts.
14073         (gnus-button-patch): New command.
14074
14075         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14076         addresses that contain invalid characters.
14077
14078 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14079
14080         * message.el (message-put-addresses-in-ecomplete):
14081         Use gnus-replace-in-string.
14082         (message-is-yours-p): Use the more correct
14083         mail-header-parse-address instead of
14084         mail-extract-address-components.
14085         (message-put-addresses-in-ecomplete): Fix typo.
14086
14087         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14088         keystroke.
14089
14090         * gnus-art.el (gnus-treatment-function-alist): Change order of
14091         newsgroups/generic header folding to avoid double-folding.
14092
14093         * message.el (message-hidden-headers): Add X-Draft-From.
14094
14095         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14096         New command.
14097         (gnus-summary-repeat-search-article-backward): New command.
14098
14099         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14100         groups in the parent topic.
14101
14102 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14103
14104         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14105         (spam-extra-header-to-number): Return the CRM114 number as a
14106         number instead of a string.
14107
14108 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14109
14110         * gnus-art.el (gnus-face-properties-alist): Move here from
14111         gnus-fun.
14112
14113         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14114
14115 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14116
14117         * message.el (message-strip-forbidden-properties): Only display on
14118         self-insert-command.
14119
14120         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14121         reindent.
14122         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14123
14124 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14125
14126         * smiley.el (smiley-style): Fix typo.
14127
14128 2006-03-23  Kenichi Handa  <handa@m17n.org>
14129
14130         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14131         instead of set-buffer-multibyte.
14132
14133 2006-03-23  Kenichi Handa  <handa@m17n.org>
14134
14135         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14136         buffer and then decode the buffer text if necessary.
14137         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14138         first, and after mm-encode-body, change the buffer to unibyte.
14139
14140 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14141
14142         * hashcash.el (hashcash-insert-payment-async-2):
14143         Use message-goto-eoh instead of doing it manually.
14144         (mail-add-payment): Use message-narrow-to-header instead of trying
14145         to do the same itself.
14146
14147         * message.el (message-hidden-headers): Add Face.
14148
14149         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14150         reparenting code.
14151         (gnus-summary-reparent-children): Refactored out code.
14152         (gnus-summary-thread-map): New keystroke.
14153         (gnus-summary-reparent-children): Make into command.
14154
14155         * smiley.el (smiley-style): Default to `medium' if using a large
14156         font.
14157
14158         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14159         does it itself.
14160
14161         * message.el (message-point-in-header-p): Simplify definition.
14162
14163 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14164
14165         * nnagent.el (nnagent-request-set-mark): Silence log file
14166         writing.
14167         (nnagent-request-set-mark): Use write-region instead of
14168         append-to-file.
14169
14170         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14171         strange select method.
14172
14173         * ecomplete.el (ecomplete-display-matches): Get highlightling
14174         right.
14175         (ecomplete-display-matches): Use literals.
14176         (ecomplete-display-matches): Disable message logging.
14177
14178         * message.el (message-display-abbrev): Small optimization.
14179
14180         * ecomplete.el (ecomplete-display-matches): Allow automatic
14181         display.
14182
14183         * message.el (message-strip-forbidden-properties):
14184         Display abbrevs.
14185         (message-display-abbrev): Get automatic display right.
14186
14187         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14188         keystrokes.
14189
14190 2006-04-13  Romain Francoise  <romain@orebokech.com>
14191
14192         TODO: Backport to v5-10!
14193
14194         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14195         Move here (and rename) from gnus-registry.el.
14196
14197         * gnus-registry.el: Require gnus-util.
14198         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14199
14200 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14201
14202         * gnus-group.el (gnus-group-catchup-current):
14203         Change if-then-else-if-then-else into cond.
14204         (gnus-group-catchup): Indent.
14205         (group-name-at-point): New function.
14206         (gnus-fetch-group): Provide default from thing at point.
14207
14208 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209
14210         * message.el (message-display-abbrev): Fix regexp.
14211
14212         * ecomplete.el (ecomplete-highlight-match-line):
14213         Reimplement choosing.
14214         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14215         dead variables.
14216
14217         * message.el (message-newline-and-indent): Remove debugging.
14218         (message-display-abbrev): Use new implementation.
14219
14220 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14221
14222         * gnus-art.el (gnus-article-mode):
14223         Set cursor-in-non-selected-windows to nil.
14224
14225         * smiley.el: Revert previous change.
14226         (smiley-data-directory): defvar it before using it in the
14227         defcustom of `smiley-style'.
14228
14229 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14230
14231         * message.el (message-newline-and-indent): New function.
14232
14233         * ecomplete.el: Implement more bits.
14234
14235         * message.el (message-put-addresses-in-ecomplete): Clean up the
14236         string.
14237
14238         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14239
14240         * gnus-sum.el (gnus-summary-save-parts):
14241         Bind gnus-summary-save-parts-counter and use it to make unique file
14242         names.
14243
14244         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14245
14246         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14247         parameter to say whether to actually parse the individual
14248         addresses.
14249
14250         * message.el (message-put-addresses-in-ecomplete): New function.
14251         (ecomplete): Require.
14252         (message-mail-alias-type): Add ecomplete as an option.
14253
14254 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14255
14256         * flow-fill.el (fill-flowed): Remove trailing space from blank
14257         quoted lines.
14258
14259 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14260
14261         * smiley.el (smiley-style): Move definition later to avoid a
14262         compilation warning.
14263
14264 2006-04-12  Kenichi Handa  <handa@m17n.org>
14265
14266         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14267         buffer and then decode the buffer text if necessary.
14268         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14269         first, and after mm-encode-body, change the buffer to unibyte.
14270         Use mm-disable-multibyte instead of set-buffer-multibyte.
14271
14272 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14275         Content-Type header instead of Content-Disposition header.
14276         (gnus-mime-inline-part): Ditto.
14277         (gnus-mime-view-part-as-charset): Ignore charset that the part
14278         specifies.
14279
14280         * mm-decode.el (mm-display-part): Work with external parts and
14281         usual parts similarly.
14282
14283         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14284         instead of gnus-display-mime.
14285
14286         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14287         instead of with-temp-buffer.
14288
14289         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14290         tag to summarized topics part in order to encode non-ASCII text.
14291
14292 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * smiley.el (smiley-style): New variable.
14295         (smiley-directory): New function.
14296         (smiley-data-directory): Derive from `smiley-style' using
14297         `smiley-directory'.
14298         (smiley-regexp-alist): Add new entries.
14299
14300         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14301         (gnus-article-browse-delete-temp): Add :version.
14302
14303 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14304
14305         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14306         the sieve region.
14307
14308 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14309
14310         * gnus.el (gnus-version-number): Bump version.
14311
14312 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14313
14314         * gnus.el: No Gnus v0.4 is released.
14315
14316 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14317
14318         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14319         layout.
14320
14321         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14322         unknown charset.
14323
14324         * message.el (message-header-synonyms): Add Original-To to the
14325         default.
14326
14327         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14328         optional parameter.
14329
14330 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14331
14332         * gnus-fun.el (gnus): Require it for gnus-directory.
14333
14334 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14337
14338 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14339
14340         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14341
14342 2006-04-05  Simon Josefsson  <jas@extundo.com>
14343
14344         * password.el (password-reset): New function.
14345
14346 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14347
14348         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14349         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14350
14351 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14352
14353         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14354         Some whitespace was matched into the url, which broke browsing hits
14355         > 100 when mm-url-use-external was nil.
14356
14357 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14358
14359         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14360         Check gnus-extra-headers for 'Newsgroups.
14361
14362         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14363         bound.
14364
14365 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14366
14367         * pgg-gpg.el: Clean up process buffers every time gpg processes
14368         complete.
14369
14370 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14371
14372         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14373         doc string.
14374
14375 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14376
14377         * pgg-gpg.el (pgg-gpg-process-filter)
14378         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14379
14380         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14381         lines, temporary fix.
14382
14383 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14386
14387 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14388
14389         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14390         default-enable-multibyte-characters.  This reverts the change from
14391         revision 6.17 which is no longer necessary because the passphrase
14392         is sent separately now.  GnuPG messages are unreadable under
14393         multibyte locales with default-enable-multibyte-characters set to
14394         nil.
14395
14396 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * message.el (message-tool-bar-gnome): Move "spell".
14399
14400 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14403         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14404         instead.
14405
14406 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14407
14408         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14409         Improve newsgroups handling for NNTP overviews which don't include
14410         Newsgroups.
14411
14412 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14413
14414         * message.el (message-resend): Bind message-generate-hashcash to nil.
14415
14416 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14417
14418         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14419         when searching for already-paid recipients.
14420
14421 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14422
14423         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14424         passphrases when it is not needed.
14425         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14426         passphrase stuff from gpg, should only be necessary when you use
14427         gpg with a smartcard.
14428
14429 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * mml.el (mml-insert-mime): Ignore cached contents of
14432         message/external-body part.
14433
14434         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14435         (mm-insert-part): Ditto.
14436
14437 2006-03-23  Simon Josefsson  <jas@extundo.com>
14438
14439         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14440         Reiner.
14441         (pgg-gpg-use-agent-p): Use it again.
14442
14443 2006-03-23  Simon Josefsson  <jas@extundo.com>
14444
14445         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14446         older emacsen.
14447         (pgg-gpg-use-agent-p): Don't use it.
14448
14449 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14452         if we can.
14453
14454 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14455
14456         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14457         (pgg-gpg-update-agent): New function.
14458         (pgg-gpg-use-agent-p): New function.
14459         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14460         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14461         (pgg-gpg-sign-region): Use it.
14462
14463 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14466         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14467
14468 2006-03-21  Simon Josefsson  <jas@extundo.com>
14469
14470         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14471         <wilde@sha-bang.de>.
14472         (pgg-gpg-use-agent): New variable.
14473         (pgg-gpg-process-region): Use it.
14474         (pgg-gpg-encrypt-region): Likewise.
14475         (pgg-gpg-encrypt-symmetric-region): Likewise.
14476         (pgg-gpg-decrypt-region): Likewise.
14477         (pgg-gpg-sign-region): Likewise.
14478         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14479
14480 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14483
14484         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14485         Add comment on version.
14486
14487 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * smiley.el: Add missing test smiley.
14490
14491 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * mm-decode.el (mm-with-part): New macro.
14494         (mm-get-part): Use it; work with message/external-body as well.
14495         (mm-save-part): Treat name and filename equally.
14496
14497         * mm-extern.el (mm-extern-cache-contents): New function.
14498         (mm-inline-external-body): Use it; force the part to be displayed;
14499         move undisplayer added to the cached handle to the parent.
14500
14501         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14502         (gnus-mime-view-part-as-type): Work with message/external-body.
14503
14504         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14505
14506 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14509         images in image-load-path.  [Sync with image.el, revision 1.60, in
14510         Emacs.]
14511
14512 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14513
14514         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14515         path rather than symbol.  Always return list of directories.
14516         Guarantee that image directory comes first.  [Sync with image.el,
14517         revision 1.59, in Emacs.]
14518
14519         * message.el (message-make-tool-bar): Adjust to new API of
14520         `gmm-image-load-path-for-library'.
14521
14522         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14523
14524         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14525
14526 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14527
14528         * gnus-art.el (gnus-article-only-boring-p):
14529         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14530         intangible text.
14531         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14532
14533 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14536         Use `defun' instead of `gmm-defun-compat'.
14537
14538 2006-03-14  Simon Josefsson  <jas@extundo.com>
14539
14540         * message.el (message-unique-id): Don't use message-number-base36
14541         if (user-uid) is a float.
14542         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14543
14544 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14547
14548         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14549         empty line between a part and a message part.
14550
14551 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * smiley.el: Add more test smileys.
14554         (smiley-data-directory, smiley-regexp-alist)
14555         (gnus-smiley-file-types): Fix doc strings.
14556         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14557         adding new elements.
14558         (smiley-mouse-map): Unused code.  Make it a comment.
14559
14560 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14563         scan latest NoCeM messages instead of old ones.
14564         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14565         delimiters that are recently used.
14566         (gnus-nocem-load-cache): Add autoload cookie.
14567
14568         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14569
14570         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14571         level which is larger than gnus-use-nocem is specified.
14572
14573         * gnus-group.el (gnus-group-get-new-news): Ditto.
14574
14575 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14576
14577         * gnus-util.el (gnus-tool-bar-update): New function.
14578
14579         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14580         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14581
14582         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14583
14584         * gnus-group.el (gnus-group-redraw-when-idle)
14585         (gnus-group-redraw-check): Remove.
14586         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14587
14588 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14591         if optional last element is specified in splits (FIELD VALUE...).
14592
14593 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14596         to gmm-image-load-path-for-library.  Call with no-error argument.
14597         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14598
14599         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14600
14601         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14602
14603         * gmm-utils.el (gmm-image-load-path): Remove alias.
14604
14605 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14606
14607         * gmm-utils.el (gmm-image-load-path): Add alias.
14608
14609         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14610         nnml-generate-nov-databases-1.
14611         (nnml-generate-nov-databases): Use it.
14612         (nnml-generate-nov-databases-directory): Document no-active
14613         argument.
14614
14615         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14616         directory if path is t.  Add no-error.
14617
14618         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14619         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14620
14621         * gnus-art.el (gnus-article-browse-delete-temp-files):
14622         Simplify resetting gnus-article-browse-html-temp-list.
14623
14624         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14625         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14626         Add example to docstring.  Rename local variables.  Move error
14627         checks to default case in cond and simplify.
14628
14629 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14632         handle is multipart when calling it recursively.
14633         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14634
14635 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14636
14637         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14638         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14639
14640 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14643         is loaded.
14644
14645         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14646         loaded.
14647
14648 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14651         to "Emacs 23 (unicode)" in doc string.
14652
14653         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14654         "Emacs 23 (unicode)" in comment.
14655
14656 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14659
14660         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14661         characters 160 through 255 in Emacs 23.
14662
14663 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14666         gnus-article-browse-html-temp.
14667         (gnus-article-browse-delete-temp): Make it customizable.
14668         Add `file'.  Adjust doc string.
14669         (gnus-article-browse-delete-temp-files): Add argument.
14670         Allow query for each file.  Adjust doc string.
14671         (gnus-article-browse-html-parts):
14672         Add `gnus-article-browse-delete-temp-files' to
14673         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14674
14675 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14676
14677         * gnus-art.el (gnus-article-browse-html-temp)
14678         (gnus-article-browse-delete-temp): New variables.
14679         (gnus-article-browse-delete-temp-files): New function.
14680         (gnus-article-browse-html-parts): Use it.
14681
14682 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14683
14684         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14685
14686         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14687         string.
14688
14689         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14690         gnus-summary-insert-new-articles when unplugged.
14691         Remove gnus-summary-search-article-forward.
14692
14693         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14694         display-visual-class instead of display-color-cells.
14695
14696 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * dgnushack.el: Autoload customize-group for XEmacs.
14699
14700         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14701         message/* containing non-ASCII text properly.
14702
14703 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14704
14705         * message.el: Require gmm-utils, remove autoloads.
14706         (message-tool-bar): Set default based on
14707         gmm-tool-bar-style.
14708         (message-tool-bar-gnome): Add gmm-customize-mode.
14709
14710         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14711         gmm-tool-bar-style.
14712         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14713
14714         * gnus-group.el (gnus-group-tool-bar): Set default based on
14715         gmm-tool-bar-style.
14716         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14717
14718         * gmm-utils.el (gmm-image-directory): Rename variable from
14719         gmm-image-load-path.
14720         (gmm-image-load-path): Use gmm-image-directory.
14721         (gmm-customize-mode): New function.
14722         (gmm-tool-bar-style): New variable.
14723
14724         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14725         gnus-group-redraw-line-number.
14726         (gnus-group-redraw-check): Simplify.
14727         (gnus-group-tool-bar-update): Remove redraw check.
14728         (gnus-group-make-tool-bar): Add redraw check.
14729
14730 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14731
14732         * gnus-art.el (gnus-button): Add missing parentheses.
14733
14734 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * lpath.el: Fbind line-number-at-pos.
14737
14738 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14741
14742 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * gnus-art.el (gnus-button): New face.
14745         (gnus-article-button-face): Use it.
14746
14747         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14748         Add gnus-summary-next-page.  Re-order.
14749
14750         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14751         next-node are now included.
14752         (gnus-group-redraw-line-number): New internal variable.
14753         (gnus-group-redraw-check): Helper function for updating the tool
14754         bar.
14755         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14756
14757         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14758
14759         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14760         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14761         Use it to match format of Spamassassin 3.0 and later.
14762         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14763         (spam-check-bogofilter)
14764         (spam-bogofilter-register-with-bogofilter): Fix args of
14765         `gnus-error' calls.
14766
14767 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14768
14769         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14770         unnecessary interaction when sending queued mails.
14771         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14772
14773 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14774
14775         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14776         first or last are nil.
14777
14778 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14779
14780         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14781
14782 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14783
14784         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14785
14786 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14787
14788         * dns.el (query-dns): Protect more against buggy tcp output.
14789
14790 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14793         nov.php.
14794
14795 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14796
14797         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14798         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14799         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14800         output on the server side.
14801         (nnweb-google-create-mapping): Update regexps and add some
14802         progress indication.
14803
14804 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * gnus-group.el (gnus-group-tool-bar-gnome):
14807         Fix gnus-agent-toggle-plugged.  Re-order icons.
14808         (gnus-group-tool-bar-gnome):
14809         Add gnus-group-{prev,next}-unread-group.
14810         (gnus-group-tool-bar-gnome): Re-order icons.
14811
14812         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14813         Move gnus-summary-insert-new-articles.
14814
14815         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14816         Fix comments.
14817
14818         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14819         also available in Emacs 21.3.
14820
14821         * message.el (message-fix-before-sending): Change "Emacs 22" to
14822         "Emacs 23 (unicode)" in comment.
14823
14824         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14825         "Emacs 23 (unicode)" in comment.
14826
14827         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14828         comment.
14829         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14830
14831         * mm-view.el (mm-fill-flowed): Add :version.
14832
14833 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14836         and load-path.
14837
14838 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14839
14840         * message.el: Autoload gmm-image-load-path.
14841         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14842         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14843         consitency.
14844
14845         * gmm-utils.el (gmm-image-load-path): Also search in
14846         "../etc/images".  Don't set gmm-image-load-path if we don't find
14847         the image.
14848
14849 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gmm-utils.el (gmm-image-load-path): Don't make
14852         `gmm-image-load-path' include subdirectories which the second arg
14853         `image' might specify.
14854
14855         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14856         subdirectory to icon file names.
14857
14858         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14859
14860 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14861
14862         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14863         gmm-image-load-path calls.
14864
14865         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14866
14867         * message.el (message-make-tool-bar): Ditto.
14868
14869         * mml.el (mml-preview): Add comment concerning tool bar icons.
14870
14871         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14872         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14873
14874         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14875         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14876
14877         * message.el (message-tool-bar-gnome): Use new icon names.
14878         (message-make-tool-bar): Use `gmm-image-load-path'.
14879
14880         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14881         New functions from MH-E.
14882         (gmm-image-load-path): New variable from MH-E.
14883         (gmm-image-load-path): New function from MH-E.  Add arguments
14884         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14885         *-image-load-path-called-flag.
14886
14887 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14888
14889         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14890
14891 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14892
14893         * nnimap.el (nnimap-request-move-article): Change folder back to
14894         source group before deleting.
14895
14896 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14897
14898         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14899
14900         * gnus-art.el (mm-url-insert-file-contents-external):
14901         Autoload mm-url.
14902
14903         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14904
14905 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14908         coding system which mm-charset-to-coding-system returns for a
14909         given charset is valid.
14910
14911 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14912
14913         * html2text.el (html2text-remove-tag-list):
14914         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14915
14916 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14917
14918         * gnus-cus.el: Revert 2005-10-17 change.
14919
14920 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-art.el (article-strip-banner):
14923         Call article-really-strip-banner only when the regexp match is made.
14924
14925 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14926
14927         * gnus-art.el (article-strip-banner):
14928         Use gnus-extract-address-components instead of
14929         mail-header-parse-addresses to make it work with non-ASCII text;
14930         remove mail-encode-encoded-word-string.
14931
14932         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14933         values which are surrounded with \"...\"; make it never cause a
14934         Lisp error; give up parsing of parameters if it failed in
14935         extracting type.
14936
14937 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14938
14939         * smime.el (smime-cert-by-ldap-1): Fix bug where
14940         `smime-ldap-search' returns results without userCertificates.
14941
14942 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14945
14946 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14947
14948         * spam.el (spam-check-spamassassin-headers): Adapt format for
14949         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14950         <ari@mbf.ocn.ne.jp>.
14951         (spam-list-of-processors): Add spam-use-gmane.
14952
14953 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14956         make-temp-file; make it work with XEmacs as well.
14957
14958         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14959         mm-make-temp-file.
14960
14961         * mm-decode.el (mm-display-external): Use the 3rd arg of
14962         mm-make-temp-file.
14963         (mm-create-image-xemacs): Ditto.
14964
14965 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14968         with message-narrow-to-headers.
14969         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14970         (gnus-draft-check-draft-articles): New function.
14971         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14972
14973 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14974
14975         * gnus-art.el (gnus-article-browse-html-parts):
14976         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14977         Don't use suffix argument for mm-make-temp-file for Emacs 21
14978         compatibility.  Remove useless `format'.
14979
14980 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14981
14982         * nnweb.el (nnweb-google-wash-article): Update regexps.
14983         (nnweb-group-alist): Use defvoo instead of defvar.
14984
14985 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14988         re-loading nn* modules.
14989
14990 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14993         for `tool-bar-mode' and don't check it's default-value.
14994
14995         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14996
14997         * message.el (message-make-tool-bar): Ditto.
14998
14999         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15000         `substring'.  Shorten tmp-file name.
15001
15002         * gnus.el: Remove bogus comment.
15003
15004 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15005
15006         * gnus-art.el (gnus-article-browse-html-parts): New function.
15007         (gnus-article-browse-html-article): New function for viewing html
15008         articles with a browser.
15009
15010 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15011
15012         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
15013         in elisp.
15014         (pgg-gpg-encrypt-symmetric-region): Ditto.
15015         (pgg-gpg-sign-region): Ditto.
15016
15017         * pgg-def.el (pgg-text-mode): New variable.
15018
15019         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15020         (mml2015-pgg-encrypt): Ditto.
15021
15022         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15023         (mml1991-pgg-encrypt): Ditto.
15024
15025 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * nnfolder.el (nnfolder-insert-newsgroup-line):
15028         Use message-make-date instead of current-time-string.
15029
15030         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15031         to gnus-decoded which mm-uu might set.
15032
15033 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15036         don't decode quoted parameters; remove misimported Emacs code.
15037         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15038         (rfc2231-decode-encoded-string): Don't use split-string which
15039         behaves differently according to Emacs version; use
15040         mm-decode-coding-region to convert charset to coding-system.
15041         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15042         (rfc2231-encode-string): Remove misimported Emacs code.
15043
15044 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15045
15046         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15047         when calling mail-header-parse-content-type.
15048         (article-de-quoted-unreadable): Ditto.
15049         (article-de-base64-unreadable): Ditto.
15050         (article-wash-html): Ditto.
15051
15052         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15053         calling mail-header-parse-content-type and
15054         mail-header-parse-content-disposition.
15055         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15056         mail-header-parse-content-type.
15057
15058         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15059         insert charset and format parameters; encode description after
15060         inserting it to buffer.
15061         (mml-insert-parameter): Fold lines properly even if a parameter is
15062         segmented into two or more lines; change the max column to 76.
15063
15064         * rfc1843.el (rfc1843-decode-article-body): Don't use
15065         ignore-errors when calling mail-header-parse-content-type.
15066
15067         * rfc2231.el (rfc2231-parse-string): Return at least type if
15068         possible; don't cause an error even if it fails in parsing of
15069         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15070         (rfc2231-encode-string): Don't break lines at the beginning, leave
15071         it to mml-insert-parameter.
15072
15073         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15074         calling mail-header-parse-content-type.
15075
15076 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * spam-report.el (spam-report-gmane-use-article-number):
15079         Improve doc string.
15080         (spam-report-gmane-internal): Check if a suitable header was found
15081         in the article.
15082
15083 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15086         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15087
15088 2006-02-05  Romain Francoise  <romain@orebokech.com>
15089
15090         Update copyright notices of all files in the gnus directory.
15091
15092 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15093
15094         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15095
15096 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15099         segmented lines of parameter value to cope with Thunderbird 1.5
15100         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15101         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15102         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15103
15104 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15105
15106         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15107         parts.
15108
15109 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15110
15111         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15112         there's only one active file for all servers.
15113         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15114         solid groups.  Gnus might have used a FAST request to select the group.
15115         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15116         and nnweb-search redundantly in the active file.
15117         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15118         (nnweb-request-create-group): Don't use ARGS.
15119         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15120         initialisations.  Let nnoo do the work.
15121
15122 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15125         Say the part has been decoded.
15126
15127         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15128
15129 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15130
15131         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15132         mailcap-viewer-test-cache when there's no 'test clause, since that
15133         will invert the meaning of a "nil" test previously determined by
15134         mailcap-mailcap-entry-passes-test.
15135
15136 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15139         compiling.
15140
15141         * gnus-sum.el: Ditto.
15142
15143         * message.el: Don't bind tool-bar-map when compiling.
15144
15145 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15148
15149 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15150
15151         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15152         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15153         current Google Groups.
15154
15155 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15156
15157         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15158         and tool-bar-mode.
15159
15160         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15161         and tool-bar-mode.
15162
15163         * message.el (message-tool-bar-update): Simplify.
15164         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15165
15166         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15167         gnus-summary-buffer.
15168         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15169         gnus-summary-reply.
15170
15171         * gmm-utils.el (gmm): Add :version.
15172
15173 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15174
15175         * Makefile.in (clean): New rule.
15176         (distclean): Use it.
15177
15178 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15179
15180         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15181         Don't autoload.
15182
15183 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gmm-utils.el (gmm-verbose): Add :group.
15186
15187 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15188
15189         * message.el: Change some comments WRT tool-bars.
15190
15191         * gnus-sum.el (gnus-summary-tool-bar)
15192         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15193         (gnus-summary-tool-bar-zap-list): New variables.
15194         (gnus-summary-make-tool-bar): Complete rewrite using
15195         `gmm-tool-bar-from-list'.
15196
15197         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15198         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15199         New variables.
15200         (gnus-group-make-tool-bar): Complete rewrite using
15201         `gmm-tool-bar-from-list'.
15202         (gnus-group-tool-bar-update): New function.
15203
15204         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15205
15206 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15209         is dissected into a single part of which the type is the same as
15210         the given one; decode charset.
15211
15212 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15213
15214         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15215         into alists as symbol not string, since that's what
15216         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15217         look for.
15218
15219 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15220
15221         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15222         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15223
15224         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15225
15226 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15229         (gnus-xmas-mime-security-button-menu): New function.
15230
15231         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15232         (gnus-mime-security-button-menu): New definition.
15233         (gnus-mime-security-button-map): Use them.
15234         (gnus-mime-security-button-menu): New function.
15235         (gnus-insert-mime-security-button): Addition to help echo.
15236         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15237         (gnus-mime-security-pipe-part): New functions.
15238
15239         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15240         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15241
15242         * mm-decode.el (mm-handle-set-disposition): Remove.
15243         (mm-handle-set-description): Remove.
15244
15245 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15248         (mm-w3m-standalone-supports-m17n-p): New function.
15249         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15250         w3m usage.
15251
15252         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15253         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15254
15255 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15256
15257         * message.el (message-tool-bar-zap-list):
15258         Use gmm-tool-bar-zap-list as custom type.
15259         (message-tool-bar-update): New function.
15260         (message-tool-bar, message-tool-bar-gnome)
15261         (message-tool-bar-retro): Add message-tool-bar-update.
15262         (message-tool-bar-gnome): Add flyspell-buffer.
15263
15264         * gnus-util.el (gnus-error): Describe `args'.
15265
15266         * gmm-utils.el (gmm-error): Describe `args'.
15267         (gmm-tool-bar-zap-list): New widget.
15268         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15269
15270 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15273         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15274         the number of recursive calls.
15275
15276         * mm-decode.el (mm-handle-set-disposition): New macro.
15277         (mm-handle-set-description): New macro.
15278
15279 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15282         encoding.
15283
15284 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * message.el (message-tool-bar-zap-list, message-tool-bar)
15287         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15288         (message-tool-bar-local-item-from-menu): Remove.
15289         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15290         (message-make-tool-bar): New function.
15291         (message-mode): Use `message-make-tool-bar'.
15292
15293         * gmm-utils.el: New file.
15294         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15295         (gmm-lazy): New widget copied from `nnmail.el'.
15296         (gmm-tool-bar-from-list): New function for creating customizable
15297         tool bars.
15298         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15299         output.
15300         (gmm): Add :prefix to defgroup.
15301
15302 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15303
15304         * gmm-utils.el (gmm-widget-p): New function.
15305
15306 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * mml.el (mml-attach-file): Describe `description' in doc string.
15309         (mml-menu): Add Emacs MIME manual and PGG manual.
15310
15311 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15312
15313         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15314
15315 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15316
15317         * nntp.el (nntp-end-of-line): Doc fix.
15318
15319 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15320
15321         * imap.el (imap-open): Handle case where buffer is a buffer
15322         object.
15323
15324 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15325
15326         * gnus-delay.el (gnus-delay): Don't autoload.
15327         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15328         to be re-loaded when customizing the `gnus-delay' group.
15329
15330 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15331
15332         * message.el (message-insert-citation-line): Use newlines.
15333
15334 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15335
15336         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15337         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15338         these routines, so the passphrase can be managed externally and
15339         passed in to the system.
15340         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15341         pgg-add-passphrase-to-cache function.
15342
15343         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15344         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15345         these routines, so the passphrase can be managed externally and
15346         passed in to the system.
15347         (pgg-pgp5-sign-region): Use new name of
15348         pgg-add-passphrase-to-cache function.
15349
15350 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15351
15352         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15353         part of the decoded armor to find the key-identifier.
15354         (pgg-gpg-lookup-key-owner): New function to return the
15355         human-readable identifier of a key owner.
15356         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15357         itself.
15358         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15359         the key value) if we have a key and can match it against a secret
15360         key.  Also, added a note pointing out fact that the prompt only
15361         indicates the first matching key.
15362
15363         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15364         pgg-decrypt-region.
15365         (pgg-add-passphrase-to-cache): Rename from
15366         `pgg-add-passphrase-cache' to reduce confusion (all callers
15367         changed).
15368         (pgg-remove-passphrase-from-cache): Rename from
15369         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15370         changed).
15371         (pgg-read-passphrase, pgg-add-passphrase-cache)
15372         (pgg-remove-passphrase-cache): Add informative docstrings.
15373         (pgg-decrypt): Convey provided passphrase in subordinate call to
15374         pgg-decrypt-region.
15375
15376 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15377
15378         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15379         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15380         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15381         'passphrase' argument, so the passphrase can be managed externally
15382         and then passed in to the system.
15383
15384         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15385         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15386         so the passphrase cache can be used reliably with identifiers
15387         besides a pgp packet's key id.
15388
15389         * pgg-gpg.el (pgg-gpg-encrypt-region)
15390         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15391         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15392         these routines, so the passphrase can be managed externally and
15393         passed in to the system.
15394
15395         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15396         'notruncate' argument, so the passphrase cache can be used
15397         reliably with identifiers besides a pgp packet's key id.
15398
15399 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15400
15401         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15402         symmetric encryption.
15403         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15404         encrypted session key.
15405         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15406         message ask for the passphrase in a proper way.
15407
15408         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15409         New user commands for symmetric encryption.
15410
15411 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15414
15415         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15416
15417 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15418
15419         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15420
15421 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * mm-decode.el (mm-inlined-types): Add application/pgp.
15424         (mm-automatic-display): Ditto.
15425
15426         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15427         part as text.
15428
15429 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * nnrss.el: Update copyright.
15432         (nnrss-opml-import): Query whether to subscribe to each entry.
15433
15434         * gnus-art.el:
15435         * gnus-sum.el:
15436         * gnus-xmas.el:
15437         * messagexmas.el:
15438         * mm-uu.el:
15439         * mm-view.el: Update copyright.
15440
15441 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15442
15443         * message.el (message-info): New function.
15444         (message-mode-menu): Add it.
15445         Update copyright.
15446
15447         * ChangeLog: Fix and update copyright.
15448
15449 2006-01-13  Romain Francoise  <romain@orebokech.com>
15450
15451         * message.el (message-forward-subject-name-subject): Prefer the
15452         address to 'nowhere' if the sender has no name.
15453         Fix typo.  Update copyright year.
15454
15455 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * gnus-art.el (article-wash-html):
15458         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15459         (gnus-article-wash-html-with-w3m-standalone): New function.
15460
15461         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15462         mm-inline-text-html-render-with-w3m-standalone.
15463         (mm-text-html-washer-alist): Map w3m-standalone to
15464         gnus-article-wash-html-with-w3m-standalone.
15465         (mm-inline-text-html-render-with-w3m-standalone): New function.
15466
15467 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15468
15469         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15470         Improve LaTeX.
15471
15472 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15475         (nnrss-request-article): Render text/plain parts as HTML.
15476
15477         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15478         the buffer.
15479
15480 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15483         custom definition of `gnus-posting-styles'.
15484
15485         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15486         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15487
15488 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15491         Use nntp for bug archive.
15492
15493 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15496         parts.
15497         (nnrss-normalize-date): New function converts ISO 8601 date into
15498         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15499         (nnrss-check-group): Use it.
15500
15501 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15504
15505         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15506         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15507         (nnrss-insert-w3): Ditto.
15508
15509 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15512         the articles to be forwarded including the case where neither a
15513         number of articles nor a region is specified.
15514
15515 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * nnrss.el (nnrss-request-article): Fix last change; fill
15518         text/plain parts.
15519
15520 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15523         in text/plain part.
15524         (nnrss-check-group): Don't add excessive newline to dc:subject.
15525
15526 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15527
15528         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15529         article.
15530
15531 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15532
15533         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15534         (nnml-use-compressed-files, nnml-save-mail): Support other
15535         comression programs such as bzip2.
15536
15537 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15538
15539         * dns.el (query-dns): Make sure we check the buffer size before
15540         removing tcp headers.
15541
15542 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15545         remove MIME buttons associated with multipart/alternative parts.
15546         (gnus-mime-display-alternative): Tag buttons using `article-type'
15547         text property.
15548
15549         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15550         associated with multipart/alternative parts.
15551
15552         * gnus-art.el (gnus-signature-separator): Fix custom type.
15553
15554         * mm-decode.el (mm-inlined-types): Fix custom type.
15555         (mm-keep-viewer-alive-types): Ditto.
15556         (mm-automatic-display): Ditto.
15557         (mm-attachment-override-types): Ditto.
15558         (mm-inline-override-types): Ditto.
15559         (mm-automatic-external-display): Ditto.
15560
15561 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15562
15563         * spam-report.el (spam-report-user-mail-address)
15564         (spam-report-user-agent): New variables.
15565         (spam-report-url-ping-plain): Use spam-report-user-agent.
15566
15567 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15568
15569         * gnus-art.el (gnus-button-handle-custom): Do not just use
15570         `customize-apropos' for any "M-x customize-*" button but the
15571         function called for.  Accept both the function name and its
15572         argument in order to achieve this.
15573         (gnus-button-alist): Remove support for "custom:" URL's.
15574         Pass function name to `gnus-button-handle-custom' in case of "M-x
15575         customize-*" buttons.
15576
15577 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15580         multipart/alternative and add xref to mm-discouraged-alternatives
15581         in doc string.
15582
15583         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15584         gnus-buttonized-mime-types in doc string.
15585
15586 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15589         Suggest image/.* in the doc string.
15590
15591 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15592
15593         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15594         message-marks (Debian bug #342521).
15595
15596 2005-12-12  Simon Josefsson  <jas@extundo.com>
15597
15598         * password.el (password-read-from-cache): Add.
15599         (password-read): Use it.
15600
15601 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * rfc2047.el (rfc2047-charset-to-coding-system):
15604         Recognize us-ascii as a MIME charset.
15605
15606         * mm-bodies.el (mm-decode-content-transfer-encoding):
15607         Protect against the case where the 2nd arg TYPE is nil.
15608
15609 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15610
15611         * pop3.el (pop3-stream-type): Fix custom version.
15612
15613         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15614
15615 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15616
15617         * mm-decode.el (mm-display-external): Add missing cdr.
15618
15619 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15622         RFC1524) if it is in mailcap or add a suffix according to
15623         mailcap-mime-extensions when generating a temp filename; postpone
15624         deleting a temp file for 2 seconds for some wrappers, shell
15625         scripts, and so on, which might exit right after having started a
15626         viewer command as a background job.
15627
15628 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * nntp.el (nntp-marks-directory): Fix custom group.
15631
15632         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15633         steps when < 10.
15634
15635         * gnus-start.el (gnus-no-server-1):
15636         Mention `gnus-level-default-subscribed' in doc string.
15637
15638 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15639
15640         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15641         parens.
15642
15643 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * gnus-xmas.el (gnus-use-toolbar): Revert.
15646         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15647         gnus-use-toolbar is default.
15648
15649         * messagexmas.el (message-use-toolbar): Revert.
15650         (message-setup-toolbar): Use global default-toolbar if
15651         message-use-toolbar is default.
15652
15653 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15656         according to default-toolbar-visible-p.
15657
15658         * messagexmas.el (message-use-toolbar): Ditto.
15659
15660 2005-11-26  Dave Love  <fx@gnu.org>
15661
15662         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15663         (tls-program, tls-success): Provide openssl alternative.
15664
15665         * starttls.el: Doc fixes.
15666         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15667         SERVICE to PORT.
15668
15669         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15670         port null or service name.
15671         (starttls-negotiate): Autoload.
15672
15673 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * message.el (message-kill-to-signature): Fix interactive spec.
15676
15677 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * pop3.el (pop3-open-server): Recognize a string as a service name.
15680
15681 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15682
15683         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15684
15685 2005-11-23  Dave Love  <fx@gnu.org>
15686
15687         Add pop3s, pop3/starttls.
15688
15689         * pop3.el (pop3-authentication-scheme): Clarify doc.
15690         (open-tls-stream, starttls-open-stream): Autoload.
15691         (pop3-stream-type): New.
15692         (pop3-open-server): Use it.
15693
15694         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15695         for POP.
15696         (mail-source-keyword-map): Add :stream for POP.
15697         (mail-source-fetch-pop): Use pop3-stream-type.
15698
15699 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15702         of current-time-string.
15703
15704 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15705
15706         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15707         date header.
15708
15709 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15710
15711         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15712         it can seriously impact performance as it bypasses the agent's
15713         local caches.
15714
15715 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15716
15717         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15718         must be explicitly online rather than "not explicitly offline" for
15719         its flags to be synchronized.
15720
15721         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15722         that gnus-uu-unmark-thread will function correctly.
15723
15724         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15725         1024K is instead displayed as 1M.
15726
15727 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15728
15729         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15730
15731 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15732
15733         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15734
15735 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15736
15737         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15738         error message to display actual error condition.
15739         (gnus-agent-save-local): Avoid saving symbols that are bound to
15740         nil as they simply result in a warning message in
15741         gnus-agent-read-local.
15742
15743 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15746         rather than make-variable-buffer-local for file-precious-flag.
15747
15748 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15749
15750         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15751         for duplicates which are removed.  The invalid sort check then
15752         triggers a rescan after the sort as sorting may have moved
15753         duplicate entries such that they can be cheaply detected.
15754
15755 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15758
15759 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15760
15761         * gnus-agent.el (gnus-agent-article-alist-save-format):
15762         Change internal variable to a custom variable.  Change default value
15763         from compressed(2) to uncompressed(1).
15764         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15765         support for uncompressed agentview files.  Taken together, reading
15766         the agentview file should now be 6-7 times faster.
15767
15768 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15769
15770         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15771         as a buffer-local variable.  This avoids creating truncated
15772         dribble files as a result of a hang up, eg.
15773
15774 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15775
15776         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15777         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15778         XEmacs.
15779
15780 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15781
15782         * gnus-start.el (gnus-start-draft-setup):
15783         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15784
15785         * gnus.el (gnus-splash): Change custom group.
15786         (gnus-group-get-parameter, gnus-group-parameter-value):
15787         Describe allow-list argument.
15788
15789         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15790         string.
15791
15792 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15793
15794         * gnus-art.el (gnus-default-article-saver): Add user-defined
15795         `function' to custom type.
15796
15797 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15798
15799         * imap.el (imap-open): Handle case where buffer is a buffer
15800         object.
15801
15802 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15803
15804         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15805         long lines.
15806         (gnus-cache-delete-group): Wrap doc strings.
15807
15808         * gnus-agent.el (gnus-agent-rename-group)
15809         (gnus-agent-delete-group): Wrap doc strings.
15810
15811 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15812
15813         * messagexmas.el (message-use-toolbar): Change the valid values
15814         into default, top, bottom, left, and right.
15815         (message-toolbar-thickness): New variable.
15816         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15817         well.
15818         (message-setup-toolbar): Make it work.
15819
15820         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15821         (gnus-use-toolbar): Change the valid values into default, top,
15822         bottom, left, and right.
15823         (gnus-toolbar-thickness): New variable.
15824         (gnus-xmas-setup-toolbar): New function.
15825         (gnus-xmas-setup-group-toolbar): Use it.
15826         (gnus-xmas-setup-summary-toolbar): Use it.
15827
15828 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15829
15830         * gnus-start.el (gnus-1): Add "native" to
15831         gnus-predefined-server-alist.
15832
15833         * gnus.el (gnus-method-to-server): Don't add "native" to the
15834         lists here, because that leads to problems when
15835         gnus-select-method is bound.
15836
15837 2005-11-09  Simon Josefsson  <jas@extundo.com>
15838
15839         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15840         use (not sort-by-date) instead.
15841
15842 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15843
15844         * gnus-delay.el (gnus-delay-group): Don't autoload.
15845         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15846         to be re-loaded when customizing the `gnus-delay' group.
15847
15848 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15849
15850         * message.el: Revert last changes.
15851         (message-insert-citation-line): Use newlines.
15852
15853 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15854
15855         * message.el (message-courtesy-message)
15856         (message-mark-insert-begin, message-mark-insert-end)
15857         (message-elide-ellipsis, message-cancel-message)
15858         (message-add-header, message-change-subject)
15859         (message-cross-post-followup-to-header)
15860         (message-cross-post-insert-note, message-reduce-to-to-cc)
15861         (message-widen-reply, message-delete-not-region)
15862         (message-kill-to-signature, message-insert-signature)
15863         (message-insert-importance-high, message-insert-importance-low)
15864         (message-insert-or-toggle-importance)
15865         (message-insert-disposition-notification-to)
15866         (message-indent-citation, message-yank-original)
15867         (message-cite-original-without-signature, message-cite-original)
15868         (message-insert-citation-line, message-position-on-field)
15869         (message-fix-before-sending, message-send-mail-partially)
15870         (message-send-mail, message-send-mail-with-sendmail)
15871         (message-send-mail-with-qmail, message-send-news)
15872         (message-check-news-header-syntax, message-generate-headers)
15873         (message-insert-courtesy-copy, message-fill-address)
15874         (message-fill-header, message-shorten-references)
15875         (message-setup-1, message-cancel-news)
15876         (message-forward-make-body-plain, message-forward-make-body-mime)
15877         (message-forward-make-body-mml, message-encode-message-body)
15878         (message-forward-make-body-digest-plain)
15879         (message-forward-make-body-digest-mime)
15880         (message-use-alternative-email-as-from): Insert `hard-newline'
15881         instead of ordinary newlines.
15882
15883 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * message.el (message-generate-headers): Downcase the argument
15886         given to message-check-element.
15887
15888 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15889
15890         * nntp.el (nntp-authinfo-rejected): New error condition.
15891         (nntp-wait-for): Use new error condition to signal authentication
15892         error.
15893         (nntp-retrieve-data): Rethrow new error condition to break out of
15894         recursive call to nntp-send-authinfo.
15895
15896 2005-11-08  Romain Francoise  <romain@orebokech.com>
15897
15898         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15899         (gnus-summary-exit-map): Bind to `Z p'.
15900         (gnus-summary-make-menu-bar): Add menu item.
15901
15902 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15903
15904         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15905         (gnus-treat-*): Add `first' in all doc strings.
15906
15907         * gnus-group.el (gnus-group-compact-group): Fix typo.
15908
15909 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * gnus.el (gnus-parameters-case-fold-search): New variable.
15912         (gnus-parameters-get-parameter): Use it.
15913
15914         * gnus-score.el (gnus-home-score-file): Doc fix.
15915
15916 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15917
15918         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15919
15920 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * mm-util.el (mm-special-display-p): New function.
15923
15924         * mml.el (mml-preview): Use it; doc fix.
15925
15926 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15927
15928         * imap.el (imap-open): Handle case where buffer is a buffer object.
15929
15930 2005-10-29  Romain Francoise  <romain@orebokech.com>
15931
15932         * message.el (message-fix-before-sending): Fix comment.
15933
15934 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15935
15936         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15937
15938 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15939
15940         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15941         Used in gnus-score.el.
15942
15943 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15946
15947 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15948
15949         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15950         whitespace removed in revision 7.8.  Use concatenated string to
15951         protect trailing whitespace.
15952
15953 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15954
15955         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15956         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15957         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15958         Courier IMAP ("some version from 2004").  Mostly based on similar
15959         code in the same function.
15960
15961 2005-10-26  Didier Verna  <didier@xemacs.org>
15962
15963         * gnus-group.el (gnus-group-compact-group): Invalidate original
15964         article buffer.
15965         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15966         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15967         NOV database and in article itself.
15968         Invalidate article backlog.
15969
15970 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15971
15972         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15973
15974 2005-10-26  Simon Josefsson  <jas@extundo.com>
15975
15976         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15977         part of 2004-07-25 change.
15978
15979 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15980
15981         * message.el (message-display-completion-list): New function.
15982         (message-expand-group): Use it; make sure the Completions buffer
15983         is modifiable.
15984 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15985
15986         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15987         user-mail-name is an empty string.
15988
15989 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15990
15991         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15992         depending on gnus-score-decay-constant.
15993
15994         * encrypt.el (encrypt-insert-file-contents)
15995         (encrypt-write-file-contents): Don't use `gnus-message'.
15996
15997         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15998         arguments.
15999         (mm-uu-type-alist): Add message-marks and insert-marks.
16000         Pass arguments to mm-uu-verbatim-marks-extract.
16001         (mm-uu-hide-markers): New variable.
16002         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16003
16004         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16005         (gnus-convert-image-to-face-command): Use "convert" by default to
16006         allow other input image formats.
16007         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16008         accordingly.
16009
16010 2005-10-23  Simon Josefsson  <jas@extundo.com>
16011
16012         * imap.el (imap-gssapi-program): Align command line parameters
16013         with latest GNU SASL.
16014         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16015
16016 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16017
16018         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16019         HTML.
16020         (nnslashdot-request-article): Ditto.
16021
16022         * lpath.el (featurep): Add nobreak-char-display.
16023
16024 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16025
16026         * mail-source.el (mail-source-fetch-pop): Require pop3.
16027         (mail-source-check-pop): Ditto.
16028
16029 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16032         errors.
16033
16034 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16035
16036         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16037         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16038
16039         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16040
16041         * mm-bodies.el (mm-decode-string):
16042         Call `mm-charset-to-coding-system' with allow-override argument.
16043
16044 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16047         (rfc2047-charset-to-coding-system): New function.
16048         (rfc2047-decode-encoded-words): New function.
16049         (rfc2047-decode-region): Use them.
16050         (rfc2047-decode-cte): Remove.
16051         (rfc2047-parse-and-decode): Remove.
16052         (rfc2047-decode): Remove.
16053
16054 2005-10-15  Kenichi Handa  <handa@m17n.org>
16055
16056         * rfc2047.el (rfc2047-decode-cte): New function.
16057         (rfc2047-decode-region): Change the way to decode successive
16058         encoded-words: decode B- or Q-encoding in each encoded-word,
16059         concatenate them, and decode it as charset.
16060
16061 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * lpath.el: Fbind codepage-setup for XEmacs.
16064
16065 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16066
16067         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16068         widget-move-and-invoke.
16069         (gnus-custom-mode): Use gnus-custom-map.
16070
16071 2005-10-15  Bill Wohler  <wohler@newt.com>
16072
16073         * message.el (message-tool-bar-map): Rename image file from
16074         mail_send to mail/send.
16075
16076 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16077
16078         * message.el (message-expand-group): Pass the common
16079         prefix substring of completion to `display-completion-list'.
16080
16081 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16082
16083         * mml-sec.el (mml-secure-method): New internal variable.
16084         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16085         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16086         New functions using mml-secure-method.
16087
16088         * mml.el (mml-mode-map): Add key bindings for those functions.
16089         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16090         Harder <harder@myrealbox.com>.
16091         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16092         Goto end of message if point is the headers of the message.
16093
16094         * message.el (message-in-body-p): New function.
16095
16096         * assistant.el: Autoload gnus-util and netrc.
16097
16098         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16099         Use `mm-charset-override-alist' only when decoding.
16100
16101         * mm-bodies.el (mm-decode-body):
16102         Call `mm-charset-to-coding-system' with allow-override argument.
16103
16104         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16105         `filename' from Content-Disposition if Content-Type doesn't
16106         provide `name'.
16107         (gnus-mime-view-part-as-type): Set default instead of
16108         initial-input.
16109
16110 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16111
16112         * format-spec.el (format-spec): Propagate text properties of % spec.
16113
16114 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16115
16116         * gnus-art.el (gnus-treat-predicate): Add `first'.
16117
16118 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16119
16120         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16121         (mm-charset-override-alist): New variable.
16122         (mm-charset-to-coding-system): Use it.
16123         (mm-codepage-setup): New helper function.
16124         (mm-charset-eval-alist): New variable.
16125         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16126         Warn about unknown charsets.
16127
16128         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16129
16130 2005-10-04  David Hansen  <david.hansen@gmx.net>
16131
16132         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16133         (nnrss-check-group): Ditto.
16134
16135 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16138         Rename x-gnus-verbatim to x-verbatim.
16139         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16140
16141         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16142         x-verbatim.
16143
16144         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16145
16146         * gnus-util.el (gnus-remove-duplicates): Remove.
16147
16148         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16149         instead of gnus-remove-duplicates.
16150
16151         * message.el (message-remove-duplicates): Remove.
16152         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16153         message-remove-duplicates.
16154
16155         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16156         available, else use implementation from `delete-dups'.
16157
16158         * message.el (message-insert-expires): New function.
16159         (message-mode-map): Add key binding.
16160         (message-mode-field-menu): Add menu entry.
16161         (message-mode): Document it.
16162         (message-make-expires-date): Use `message-make-date'.
16163
16164 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16165
16166         * message.el (message-make-expires-date): New function.
16167
16168 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * Makefile.in (list-installed-shadows): New entry.
16171         (install): Use it.
16172         (remove-installed-shadows): New entry.
16173
16174         * dgnushack.el (dgnushack-default-load-path): New variable.
16175         (dgnushack-find-lisp-shadows): New function.
16176         (dgnushack-remove-lisp-shadows): New function.
16177
16178 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * Makefile.in (install-el-elc): New entry.
16181         (install): Use it so that .el files are necessarily installed.
16182
16183 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16186
16187 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16188
16189         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16190         function rather than the diff-mode.el package.
16191         (mm-display-external): Use with-current-buffer.
16192         (mm-viewer-completion-map, mm-viewer-completion-map):
16193         Move initialization inside declaration.
16194
16195 2005-09-29  Simon Josefsson  <jas@extundo.com>
16196
16197         * spam.el: Load hashcash when compiling, to avoid warnings.
16198         Don't autoload mail-check-payment.
16199         (spam-check-hashcash): Define unconditionally, since hashcash.el
16200         is part of Gnus now.  Ignore errors from payment checking.
16201
16202 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * message.el (message-bold-region, message-unbold-region):
16205         Rename from `bold-region' and `unbold-region'.
16206
16207         * message.el: Remove useless autoloads.
16208
16209 2005-09-28  Simon Josefsson  <jas@extundo.com>
16210
16211         * message.el (message-use-idna): Default to t.
16212         (message-use-idna): Test whether encoding works too.  Doc fix.
16213
16214 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * nntp.el (nntp-warn-about-losing-connection): Remove.
16217
16218 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16219
16220         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16221         customizable.  Change default value.
16222         (mm-uu-diff-groups-regexp): Change default value.
16223         (mm-uu-type-alist): Add doc string.
16224         (mm-uu-configure): Add doc string.  Make it interactive.
16225         (mm-uu-tex-groups-regexp): New variable.
16226         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16227         (mm-uu-type-alist): Add LaTeX documents.
16228         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16229         of "text/verbatim".
16230         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16231
16232         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16233         instead of "text/verbatim".
16234
16235         * message.el (message-mark-inserted-region)
16236         (message-mark-insert-file): Use slrn style marks when called with
16237         prefix argument.
16238
16239 2005-09-27  Simon Josefsson  <jas@extundo.com>
16240
16241         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16242
16243 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16244
16245         * message.el (message-remove-duplicates): New function.
16246         Implementation borrowed from `gnus-remove-duplicates'.
16247         (message-idna-to-ascii-rhs): Also encode idna addresses in
16248         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16249         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16250         only ask about the same idna domain once per header and also tell
16251         in what header to replace the idna domain.
16252
16253         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16254         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16255         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16256         a header is decoded and not just the last one.
16257
16258 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16259
16260         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16261         has been decoded.
16262
16263         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16264         (mm-insert-part): Don't modify text if it has been decoded.
16265
16266         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16267         decoded.
16268
16269         * mm-view.el (mm-inline-text): Don't strip text props unless
16270         decoding enriched or richtext parts.
16271
16272 2005-09-25  Romain Francoise  <romain@orebokech.com>
16273
16274         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16275         * gnus-start.el (gnus-subscribe-interactively):
16276         * gnus-uu.el (gnus-uu-grab-articles):
16277         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16278         space.
16279
16280 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16281
16282         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16283         * mm-view.el (mm-view-pkcs7-decrypt):
16284         * gnus-sum.el (gnus-summary-limit-to-extra)
16285         (gnus-summary-respool-article, gnus-read-move-group-name):
16286         * gnus-score.el (gnus-summary-increase-score):
16287         * gnus-util.el (gnus-completing-read-with-default):
16288         * gnus-art.el (gnus-read-save-file-name)
16289         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16290         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16291         * message.el (message-check-news-header-syntax):
16292         Follow convention for reading with the minibuffer.
16293
16294 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16295
16296         * spam-report.el (spam-report-url-ping-plain):
16297         Use gnus-extended-version as User-Agent.
16298
16299         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16300         default value is nil.
16301
16302         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16303         (mm-uu-verbatim-marks-extract): New function.
16304         (mm-uu-extract): New face.
16305         (mm-uu-copy-to-buffer): Use it.
16306
16307         * spam-report.el (spam-report-gmane-ham): Rename from
16308         `spam-report-gmane-unspam'.
16309         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16310         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16311
16312         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16313         Autoload.
16314         (spam-report-gmane-unregister-routine):
16315         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16316
16317 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16318
16319         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16320         (spam-report-gmane-unregister-routine): Add support for gmane
16321         unregistration.
16322
16323         * spam-report.el (spam-report-gmane-unspam)
16324         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16325         (spam-report-gmane): Change to take a single article and do unspam
16326         registration.
16327
16328 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * mm-url.el (mm-url-decode-entities): Fix regexp.
16331
16332 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16333
16334         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16335         default to nil, to be able to use Gnus at all.  If the default
16336         switches to something else, then the function should be fixed not
16337         be exceedingly slow.
16338
16339 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16340
16341         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16342         fail hard.
16343
16344         * spam-report.el: Add better Keywords line.
16345
16346         * spam.el: Add Maintainer and better Keywords line.
16347
16348 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16349
16350         * gnus-art.el (gnus-article-replace-part)
16351         (gnus-mime-replace-part): New functions.
16352         (gnus-mime-action-alist, gnus-mime-button-commands)
16353         (gnus-mime-save-part-and-strip): Add file argument.
16354         (gnus-article-part-wrapper): Add interactive argument.
16355
16356         * gnus-sum.el (gnus-summary-mime-map):
16357         Add `gnus-article-replace-part'.
16358
16359 2005-09-19  Didier Verna  <didier@xemacs.org>
16360
16361         The nnml compaction feature:
16362         * nnml.el (nnml-request-compact-group): New function.
16363         * nnml.el (nnml-request-compact): New function.
16364         * gnus-int.el (gnus-request-compact-group): New function.
16365         * gnus-int.el (gnus-request-compact): New function.
16366         * gnus-group.el (gnus-group-compact-group): New function.
16367         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16368         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16369         * gnus-srvr.el (gnus-server-compact-server): New function.
16370         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16371         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16372
16373 2005-09-18  Deepak Goel  <deego@gnufans.org>
16374
16375         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16376         format spec.
16377
16378 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16381
16382 2005-09-15  Romain Francoise  <romain@orebokech.com>
16383
16384         * message.el (message-fill-paragraph): Clarify docstring.
16385
16386 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * gnus-art.el (gnus-mime-display-part): Protect against broken
16389         MIME messages.
16390
16391 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16394         before parsing header.
16395
16396 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16397
16398         * html2text.el (html2text-replace-list): Add new entities.
16399
16400 2005-09-11  Romain Francoise  <romain@orebokech.com>
16401
16402         * message.el (message-alternative-emails): Improve docstring.
16403         (message-setup-1): Call `message-use-alternative-email-as-from'
16404         after `message-setup-hook' to give it precedence over posting
16405         styles, etc.
16406         (message-use-alternative-email-as-from): Add docstring.
16407         Remove the original From header if present.
16408
16409         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16410         (nnml-save-mail): Use it.
16411
16412         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16413         articles.  Add new argument `silent'.
16414         (gnus-uu-mark-all): Report the total number of marked articles.
16415
16416 2005-09-10  Romain Francoise  <romain@orebokech.com>
16417
16418         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16419         (gnus-uu-mark-series): Likewise.
16420
16421 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16422
16423         * spam-report.el (spam-report-gmane): Fix generation of spam
16424         report URL.
16425
16426 2005-09-10  Simon Josefsson  <jas@extundo.com>
16427
16428         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16429         t, based on discussion on the ding list with Robert Epprecht
16430         <epprecht@solnet.ch>.
16431
16432 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16433
16434         * spam-report.el (spam-report-gmane): Make it work without
16435         X-Report-Spam header.  Gmane now only provides Archived-At.
16436         This is only used if `spam-report-gmane-use-article-number' is nil.
16437         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16438
16439         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16440         make `gnus-summary-sort-by-recipient' work with threading.
16441
16442         * nnweb.el (nnweb-google-wash-article): Print a message if article
16443         is not available.
16444
16445 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16446
16447         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16448         change.  Decode text/* parts content before displaying.
16449
16450 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16451
16452         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16453
16454 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16457
16458         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16459         url-package-name, url-package-version,
16460         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16461         w3m-display-inline-images, and w3m-minor-mode-map.
16462
16463 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16464
16465         * message.el (message-tab-body-function): Fix mismatched custom type.
16466
16467         * gnus.el (gnus-group-change-level-function): Ditto.
16468
16469         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16470
16471         * gnus-art.el (gnus-signature-limit)
16472         (gnus-article-mime-part-function): Ditto.
16473
16474 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * mml.el (mml-mode): Silence the byte compiler.
16477
16478         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16479         using `(sit-for 0)' before moving the point to the specified part;
16480         skip unbuttonized parts.
16481         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16482         return to the summary window if gnus-auto-select-part is non-nil.
16483
16484 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16485
16486         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16487         New variables.
16488         (mml-dnd-attach-file, mml-mode): Use them.
16489
16490         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16491         Make fetching article by MID work again for Google Groups.
16492         Add FIXME concerning gnus-group-make-web-group.
16493
16494         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16495         Don't depend on Gnus by using mail-extract-address-components if
16496         gnus-extract-address-components is not bound.
16497
16498 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16499
16500         * gnus-art.el (gnus-mime-display-security): Don't display the
16501         signature, but only the signed part.
16502
16503 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16506
16507         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16508         list, not listp.
16509
16510 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16511
16512         * mm-encode.el (mm-encode-content-transfer-encoding):
16513         Likewise when encoding.
16514
16515         * mm-bodies.el (mm-decode-content-transfer-encoding):
16516         De-canonicalize CRLF for all text content types, not just
16517         text/plain.
16518
16519 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16522         valid article; point arrow and cursor at the MIME button.
16523
16524 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16527         Suggested by Dan Christensen <jdc@uwo.ca>.
16528
16529         * mm-decode.el (mm-save-part): Enable change of prompt.
16530
16531 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16532
16533         * gnus-msg.el (gnus-inews-add-send-actions):
16534         Make `message-post-method' lambda parameter ARG `&optional'.
16535
16536 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16537
16538         * gnus-sum.el (gnus-summary-mime-map):
16539         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16540         gnus-article-jump-to-part.
16541
16542         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16543         (gnus-article-edit-part): Use it.
16544         (gnus-article-part-wrapper): Add no-handle argument.
16545         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16546         New functions.
16547
16548 2005-08-29  Romain Francoise  <romain@orebokech.com>
16549
16550         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16551         docstring.
16552         (gnus-face-from-file): Likewise.
16553
16554 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16555
16556         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16557         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16558         non-nil.
16559         (gnus-auto-select-part): New variable.
16560         (gnus-article-jump-to-part): New function.
16561         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16562         (gnus-mime-delete-part): Allow selecting specified part after
16563         deleting or stripping parts.
16564         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16565         part if argument is bogus.
16566
16567 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16568
16569         * gnus-art.el (w3m-minor-mode-map):
16570         * gnus-spec.el (gnus-newsrc-file-version):
16571         * gnus-util.el (nnmail-active-file-coding-system)
16572         (gnus-original-article-buffer, gnus-user-agent):
16573         * gnus.el (gnus-ham-process-destinations)
16574         (gnus-parameter-ham-marks-alist)
16575         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16576         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16577         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16578         * mm-decode.el (gnus-current-window-configuration):
16579         * mm-extern.el (gnus-article-mime-handles):
16580         * mm-url.el (url-current-object, url-package-name)
16581         (url-package-version):
16582         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16583         (smime-keys, w3m-cid-retrieve-function-alist)
16584         (w3m-current-buffer, w3m-display-inline-images)
16585         (w3m-minor-mode-map):
16586         * mml-smime.el (gnus-extract-address-components):
16587         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16588         (gnus-newsrc-hashtb, message-default-charset)
16589         (message-deletable-headers, message-options)
16590         (message-posting-charset, message-required-mail-headers)
16591         (message-required-news-headers):
16592         * mml1991.el (mc-pgp-always-sign):
16593         * mml2015.el (mc-pgp-always-sign):
16594         * nnheader.el (nnmail-extra-headers):
16595         * rfc1843.el (gnus-decode-encoded-word-function)
16596         (gnus-decode-header-function, gnus-newsgroup-name):
16597         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16598
16599 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16600
16601         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16602         the end of the date treatments.
16603
16604 2005-08-15  Simon Josefsson  <jas@extundo.com>
16605
16606         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16607         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16608         Capello and Romain Francoise.
16609         (pgg-fetch-key-function): Remove, not used?
16610         (pgg-insert-url-with-w3): Require url, to get
16611         url-insert-file-contents regardless of where it is defined.
16612
16613 2005-08-13  Romain Francoise  <romain@orebokech.com>
16614
16615         * message.el (message-cite-original-1): New function.
16616         (message-cite-original): Use it.
16617         (message-cite-original-without-signature): Ditto.
16618
16619 2005-08-08  Romain Francoise  <romain@orebokech.com>
16620
16621         * message.el (message-yank-empty-prefix): New variable.
16622         (message-indent-citation): Use it.
16623         (message-cite-original-without-signature): Respect X-No-Archive.
16624
16625 2005-08-08  Simon Josefsson  <jas@extundo.com>
16626
16627         * pgg.el: Autoload url-insert-file-contents instead of loading
16628         w3/url.
16629         (pgg-insert-url-with-w3): Don't load url here.
16630
16631 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16632
16633         * message.el (message-kill-to-signature): Don't insert newline at
16634         bol.
16635         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16636
16637 2005-08-06  Romain Francoise  <romain@orebokech.com>
16638
16639         * message.el (message-user-fqdn): Fix typo in docstring.
16640
16641 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16642
16643         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16644
16645         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16646
16647 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * mm-bodies.el (mm-encode-body): Use coding system rather than
16650         charset to encode text.
16651
16652         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16653         number of charsets if utf-8 is available (XEmacs).
16654
16655 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16658         taken from `gnus-button-mid-or-mail-regexp'.
16659         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16660         (gnus-button-alist): Improve regexp for domain part of the MIDs
16661         for news:localpart@domain buttons.
16662         (gnus-button-ctan-directory-regexp): Update.
16663
16664 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * sieve-manage.el (sieve-manage-interactive-login):
16667         Use make-local-variable rather than make-variable-buffer-local.
16668         (sieve-manage-open): Ditto.
16669         (sieve-manage-authenticate): Ditto.
16670
16671         * mml.el (mml-generate-mime-1): Make the content type default to
16672         text/plain if the filename is not specified.
16673
16674 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16677         instead of insert-buffer.
16678
16679         * message.el (message-yank-original): Ditto; set the mark at the
16680         end of the yanked message.
16681
16682 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16685         lines to scroll rather than to stop it.
16686
16687         * mml.el (mml-generate-default-type): Add doc string.
16688         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16689         default to application/octet-stream when determining the content
16690         type if it is not specified for the part or the mml contents; add
16691         a comment about mml-generate-default-type.
16692
16693 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16696         make it default to application/octet-stream when determining the
16697         content type if it is not specified for the external contents.
16698
16699 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16702         segmented parameter but also other parameters might be there.
16703
16704 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * mm-decode.el (mm-display-external): Delete temp file, directory
16707         and buffer immediately if the external process is exited.
16708
16709 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16712         fewer lines than that of scroll-margin.
16713         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16714
16715 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * gnus-art.el (gnus-article-next-page): Revert.
16718         (gnus-article-beginning-of-window): New macro.
16719         (gnus-article-next-page-1): Use it.
16720         (gnus-article-prev-page): Ditto.
16721         (gnus-article-edit-part): Use insert-buffer-substring instead of
16722         insert-buffer.
16723         (gnus-article-edit-exit): Ditto.
16724
16725         * gnus-util.el (gnus-beginning-of-window): Remove.
16726         (gnus-end-of-window): Remove.
16727
16728         * lpath.el: Don't bind header-line-format and scroll-margin.
16729
16730 2005-07-25  Simon Josefsson  <jas@extundo.com>
16731
16732         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16733         to have the url package without w3.  Reported by Daiki Ueno
16734         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16735
16736 2005-07-20  Didier Verna  <didier@xemacs.org>
16737
16738         * gnus-diary.el: Remove the description comment (nndiary is now
16739         properly documented in the Gnus manual).
16740         Fix the spelling of "Back End".
16741         * nndiary.el: Ditto.
16742         Fix the copyright notice.
16743
16744 2005-07-18  Romain Francoise  <romain@orebokech.com>
16745
16746         * gnus-sum.el (gnus-summary-to-prefix)
16747         (gnus-summary-newsgroup-prefix): New variables.
16748         (gnus-summary-from-or-to-or-newsgroups): Use them.
16749
16750 2005-07-17  Romain Francoise  <romain@orebokech.com>
16751
16752         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16753         space as it's generally not especially interesting to the user.
16754
16755 2005-07-16  Romain Francoise  <romain@orebokech.com>
16756
16757         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16758         nil to avoid prompting and file modification if one of the
16759         messages at the top of the nnfolder file contains a copyright
16760         notice.
16761         Update copyright notice.
16762
16763         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16764         instead of `current-time-string' as the latter creates a time
16765         string that is not RFC 2822 compliant (it lacks the zone).
16766         Update copyright notice.
16767
16768 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16769
16770         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16771         for text/rtf.  Display default in prompt.  Pass default for M-n.
16772
16773         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16774
16775 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16776
16777         * gnus-msg.el (gnus-button-mailto):
16778         Remove save-selected-window-window hackery because it relies on
16779         save-selected-window internals.
16780
16781 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16784         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16785         (gnus-article-prev-page): Ditto.
16786
16787         * gnus-util.el (gnus-beginning-of-window): New function.
16788         (gnus-end-of-window): New function.
16789
16790         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16791
16792 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16793
16794         * gnus-score.el (gnus-score-edit-all-score):
16795         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16796         gnus-message.
16797
16798 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16799
16800         * gnus-msg.el (gnus-button-mailto):
16801         Remove save-selected-window-window hackery because it relies on
16802         save-selected-window internals.
16803
16804 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16807         add-minor-mode.
16808         (gnus-binary-mode): Ditto.
16809
16810         * gnus-topic.el (gnus-topic-mode): Ditto.
16811
16812 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16813
16814         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16815         (gnus-article-prev-page): Take scroll-margin into consideration.
16816
16817 2005-07-04  Lute Kamstra  <lute@gnu.org>
16818
16819         Update FSF's address in GPL notices.
16820
16821 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16822
16823         * gnus.el (gnus-exit):
16824         * gnus-group.el (gnus-group-icons):
16825         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16826
16827         * gnus-nocem.el (gnus-nocem):
16828         * message.el (message-various, message-buffers, message-sending)
16829         (message-interface, message-forwarding, message-insertion)
16830         (message-headers, message-news, message-mail):
16831         * pgg-gpg.el (pgg-gpg):
16832         * pgg-parse.el (pgg-parse):
16833         * pgg-pgp.el (pgg-pgp):
16834         * pgg-pgp5.el (pgg-pgp5):
16835         * pop3.el (pop3): Finish `defgroup' description with period.
16836
16837 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * gnus-art.el (article-display-face): Improve the efficiency.
16840         (article-display-x-face): Ditto; remove grey x-face stuff.
16841
16842 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * gnus-art.el (article-display-face): Correct the position in
16845         which Faces are inserted.
16846
16847 2005-06-29  Didier Verna  <didier@xemacs.org>
16848
16849         * gnus-art.el (article-display-face): Display faces in correct
16850         order.
16851
16852 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16855         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16856         (gnus-nocem-check-article): Fetch the Type header.
16857         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16858         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16859         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16860         make sure gnus-nocem-hashtb is initialized.
16861         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16862         (gnus-nocem-unwanted-article-p): Ditto.
16863
16864         * pgg.el (pgg-verify): Return the verification result.
16865
16866 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16867
16868         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16869         is ascii.
16870
16871 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16872
16873         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16874         `show-nonbreak-escape'.
16875
16876 2005-06-23  Lute Kamstra  <lute@gnu.org>
16877
16878         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16879
16880         * dig.el (dig-mode):
16881         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16882
16883 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16884
16885         * nnimap.el (nnimap-split-download-body): Fix spellings.
16886
16887 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16888
16889         * gnus-art.el (gnus-article-encrypt-body):
16890         * gnus-cus.el (gnus-score-customize):
16891         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16892         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16893
16894 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16895
16896         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16897         header by looking for magic "MII" at the beginnig.
16898
16899 2005-06-16  Miles Bader  <miles@gnu.org>
16900
16901         * gnus-xmas.el (gnus-xmas-group-startup-message):
16902         Use renamed gnus-splash face.
16903
16904         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16905         (assistant-field-face): New backward-compatibility alias for renamed
16906         face.
16907         (assistant-render-text): Use renamed assistant-field face.
16908
16909         * spam.el (spam): Remove "-face" suffix from face name.
16910         (spam-face): New backward-compatibility alias for renamed face.
16911         (spam-face, spam-initialize): Use renamed spam face.
16912
16913         * message.el (message-header-to, message-header-cc)
16914         (message-header-subject, message-header-newsgroups)
16915         (message-header-other, message-header-name)
16916         (message-header-xheader, message-separator, message-cited-text)
16917         (message-mml): Remove "-face" suffix from face names.
16918         (message-header-to-face, message-header-cc-face)
16919         (message-header-subject-face, message-header-newsgroups-face)
16920         (message-header-other-face, message-header-name-face)
16921         (message-header-xheader-face, message-separator-face)
16922         (message-cited-text-face, message-mml-face):
16923         New backward-compatibility aliases for renamed faces.
16924         (message-font-lock-keywords): Use renamed message faces.
16925
16926         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16927         (sieve-test-commands, sieve-tagged-arguments):
16928         Remove "-face" suffix from face names.
16929         (sieve-control-commands-face, sieve-action-commands-face)
16930         (sieve-test-commands-face, sieve-tagged-arguments-face):
16931         New backward-compatibility aliases for renamed faces.
16932         (sieve-control-commands-face, sieve-action-commands-face)
16933         (sieve-test-commands-face, sieve-tagged-arguments-face):
16934         Use renamed sieve faces.
16935
16936         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16937         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16938         (gnus-group-news-3-empty, gnus-group-news-4)
16939         (gnus-group-news-4-empty, gnus-group-news-5)
16940         (gnus-group-news-5-empty, gnus-group-news-6)
16941         (gnus-group-news-6-empty, gnus-group-news-low)
16942         (gnus-group-news-low-empty, gnus-group-mail-1)
16943         (gnus-group-mail-1-empty, gnus-group-mail-2)
16944         (gnus-group-mail-2-empty, gnus-group-mail-3)
16945         (gnus-group-mail-3-empty, gnus-group-mail-low)
16946         (gnus-group-mail-low-empty, gnus-summary-selected)
16947         (gnus-summary-cancelled, gnus-summary-high-ticked)
16948         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16949         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16950         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16951         (gnus-summary-low-undownloaded)
16952         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16953         (gnus-summary-low-unread, gnus-summary-normal-unread)
16954         (gnus-summary-high-read, gnus-summary-low-read)
16955         (gnus-summary-normal-read, gnus-splash):
16956         Remove "-face" suffix from face names.
16957         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16958         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16959         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16960         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16961         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16962         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16963         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16964         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16965         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16966         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16967         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16968         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16969         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16970         (gnus-summary-normal-ticked-face)
16971         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16972         (gnus-summary-normal-ancient-face)
16973         (gnus-summary-high-undownloaded-face)
16974         (gnus-summary-low-undownloaded-face)
16975         (gnus-summary-normal-undownloaded-face)
16976         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16977         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16978         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16979         (gnus-splash-face):
16980         New backward-compatibility aliases for renamed faces.
16981         (gnus-group-startup-message): Use renamed gnus faces.
16982
16983         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16984         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16985         (gnus-server-agent): Remove "-face" suffix from face names.
16986         (gnus-server-agent-face, gnus-server-opened-face)
16987         (gnus-server-closed-face, gnus-server-denied-face)
16988         (gnus-server-offline-face):
16989         New backward-compatibility aliases for renamed faces.
16990         (gnus-server-agent-face, gnus-server-opened-face)
16991         (gnus-server-closed-face, gnus-server-denied-face)
16992         (gnus-server-offline-face): Use renamed gnus faces.
16993
16994         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16995         Remove "-face" suffix from face names.
16996         (gnus-picon-xbm-face, gnus-picon-face):
16997         New backward-compatibility aliases for renamed faces.
16998
16999         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17000         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17001         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17002         (gnus-cite-11): Remove "-face" suffix from face names.
17003         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17004         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17005         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17006         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17007         New backward-compatibility aliases for renamed faces.
17008         (gnus-cite-attribution-face, gnus-cite-face-list)
17009         (gnus-article-boring-faces): Use renamed gnus faces.
17010
17011         * gnus-art.el (gnus-signature, gnus-header-from)
17012         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17013         (gnus-header-content): Remove "-face" suffix from face names.
17014         (gnus-signature-face, gnus-header-from-face)
17015         (gnus-header-subject-face, gnus-header-newsgroups-face)
17016         (gnus-header-name-face, gnus-header-content-face):
17017         New backward-compatibility aliases for renamed faces.
17018         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17019
17020         * gnus-sum.el (gnus-summary-selected-face)
17021         (gnus-summary-highlight): Use renamed gnus faces.
17022         * gnus-group.el (gnus-group-highlight): Likewise.
17023
17024 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17025
17026         * gnus-sieve.el (gnus-sieve-article-add-rule):
17027         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17028         * spam-stat.el (spam-stat-buffer-change-to-spam)
17029         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17030
17031         * message.el (message-is-yours-p):
17032         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17033
17034 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * mm-view.el (mm-inline-text): Withdraw the last change.
17037
17038 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17041         executing enriched-decode.
17042
17043 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17046         charset of tar files.
17047
17048 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17049
17050         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17051
17052 2005-06-04  Lute Kamstra  <lute@gnu.org>
17053
17054         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17055         information is never recorded.
17056
17057 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17058
17059         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17060
17061 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * pop3.el (pop3-apop): Run md5 in the binary mode.
17064
17065         * starttls.el (starttls-set-process-query-on-exit-flag):
17066         Use eval-and-compile.
17067
17068 2005-05-31  Simon Josefsson  <jas@extundo.com>
17069
17070         * smime.el (smime-replace-in-string): Define.
17071         (smime-cert-by-ldap-1): Use it.
17072
17073 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * gnus-art.el (article-display-x-face): Replace
17076         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17077
17078         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17079         set-process-query-on-exit-flag or process-kill-without-query.
17080
17081         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17082         loop instead of replace-regexp.
17083
17084         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17085         instead of process-kill-without-query if it is available.
17086
17087         * lpath.el: Fbind ldap-search-entries.
17088
17089         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17090         instead of find-file-hooks if it is available.
17091
17092         * mml1991.el: Bind pgg-default-user-id when compiling.
17093
17094         * mml2015.el: Bind pgg-default-user-id when compiling.
17095
17096         * nndraft.el (nndraft-request-associate-buffer):
17097         Use write-contents-functions instead of write-contents-hooks if it is
17098         available.
17099
17100         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17101         instead of find-file-hooks if it is available.
17102
17103         * nntp.el (nntp-open-connection): Replace
17104         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17105         (nntp-open-ssl-stream): Ditto.
17106         (nntp-open-tls-stream): Ditto.
17107
17108         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17109         set-process-query-on-exit-flag or process-kill-without-query.
17110         (starttls-open-stream-gnutls): Use it instead of
17111         process-kill-without-query.
17112         (starttls-open-stream): Ditto.
17113
17114 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17115
17116         * smime.el (smime-cert-by-ldap-1): Don't use
17117         replace-regexp-in-string.
17118
17119 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17120
17121         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17122
17123         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17124         in PEM format.  Adjust to the XEmacs compatibility.
17125
17126 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17129         by `string-to-number'.
17130         * gnus-agent.el (gnus-agent-regenerate-group)
17131         (gnus-agent-fetch-articles): Ditto.
17132         * gnus-art.el (gnus-button-fetch-group): Ditto.
17133         * gnus-cache.el (gnus-cache-generate-active)
17134         (gnus-cache-articles-in-group): Ditto.
17135         * gnus-group.el (gnus-group-set-current-level)
17136         (gnus-group-insert-group-line): Ditto.
17137         * gnus-score.el (gnus-score-set-expunge-below)
17138         (gnus-score-set-mark-below, gnus-summary-score-effect)
17139         (gnus-summary-score-entry): Ditto.
17140         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17141         (gnus-soup-pack): Ditto.
17142         * gnus-spec.el (gnus-xmas-format): Ditto.
17143         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17144         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17145         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17146         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17147         * nndb.el (nndb-get-remote-expire-response): Ditto.
17148         * nndiary.el (nndiary-parse-schedule-value)
17149         (nndiary-string-to-number, nndiary-request-replace-article)
17150         (nndiary-request-article): Ditto.
17151         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17152         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17153         * nneething.el (nneething-make-head): Ditto.
17154         * nnfolder.el (nnfolder-request-article)
17155         (nnfolder-retrieve-headers): Ditto.
17156         * nnheader.el (nnheader-file-to-number): Ditto.
17157         * nnkiboze.el (nnkiboze-request-article): Ditto.
17158         * nnmail.el (nnmail-process-unix-mail-format)
17159         (nnmail-process-babyl-mail-format): Ditto.
17160         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17161         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17162         (nnmh-request-create-group, nnmh-request-list-1)
17163         (nnmh-request-group, nnmh-request-article): Ditto.
17164         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17165         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17166         * nnsoup.el (nnsoup-make-active): Ditto.
17167         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17168         * nntp.el (nntp-find-group-and-number)
17169         (nntp-retrieve-headers-with-xover): Ditto.
17170         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17171         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17172         (pgg-format-key-identifier): Ditto.
17173         * pop3.el (pop3-last, pop3-stat): Ditto.
17174         * qp.el (quoted-printable-decode-region): Ditto.
17175
17176         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17177         of concat.
17178
17179 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17182
17183         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17184
17185         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17186
17187         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17188
17189         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17190
17191         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17192
17193         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17194         (gnus-carpal-mode): Ditto.
17195
17196         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17197         (gnus-browse-mode): Ditto.
17198
17199         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17200
17201         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17202
17203 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17204
17205         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17206
17207 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * gnus-util.el (gnus-run-mode-hooks): New function.
17210
17211         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17212
17213         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17214         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17215
17216 2005-05-27  Lute Kamstra  <lute@gnu.org>
17217
17218         * dns-mode.el (dns-mode): Specify customization group.
17219
17220 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17221
17222         * gnus-agent.el (gnus-agent-make-mode-line-string):
17223         Use mode-line-highlight as mouse-face.
17224
17225 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * canlock.el (canlock): Change the parent group to news.
17228
17229         * deuglify.el (gnus-outlook-deuglify): Add :group.
17230
17231         * dig.el (dig): Add :group.
17232
17233         * dns-mode.el (dns-mode): Add :group.
17234
17235         * encrypt.el (encrypt): Add :group.
17236
17237         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17238         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17239         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17240         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17241         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17242
17243         * gnus-diary.el (gnus-diary): Add :group.
17244
17245         * gnus.el (gnus-group-news-1-face): Add :group.
17246         (gnus-group-news-1-empty-face): Ditto.
17247         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17248         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17249         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17250         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17251         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17252         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17253         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17254         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17255         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17256         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17257         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17258         (gnus-summary-high-ticked-face): Ditto.
17259         (gnus-summary-low-ticked-face): Ditto.
17260         (gnus-summary-normal-ticked-face): Ditto.
17261         (gnus-summary-high-ancient-face): Ditto.
17262         (gnus-summary-low-ancient-face): Ditto.
17263         (gnus-summary-normal-ancient-face): Ditto.
17264         (gnus-summary-high-undownloaded-face): Ditto.
17265         (gnus-summary-low-undownloaded-face): Ditto.
17266         (gnus-summary-normal-undownloaded-face): Ditto.
17267         (gnus-summary-high-unread-face): Ditto.
17268         (gnus-summary-low-unread-face): Ditto.
17269         (gnus-summary-normal-unread-face): Ditto.
17270         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17271         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17272
17273         * hashcash.el (hashcash): New custom group.
17274         (hashcash-default-payment): Add :group.
17275         (hashcash-payment-alist): Ditto.
17276         (hashcash-default-accept-payment): Ditto.
17277         (hashcash-accept-resources): Ditto.
17278         (hashcash-path): Ditto.
17279         (hashcash-extra-generate-parameters): Ditto.
17280         (hashcash-double-spend-database): Ditto.
17281         (hashcash-in-news): Ditto.
17282
17283         * message.el (message-minibuffer-local-map): Add :group.
17284
17285         * netrc.el (netrc): Add :group.
17286
17287         * sieve-manage.el (sieve-manage-log): Add :group.
17288         (sieve-manage-default-user): Diito.
17289         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17290         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17291         (sieve-manage-authenticators): Ditto.
17292         (sieve-manage-authenticator-alist): Ditto.
17293         (sieve-manage-default-port): Ditto.
17294
17295         * sieve-mode.el (sieve-control-commands-face): Add :group.
17296         (sieve-action-commands-face): Ditto.
17297         (sieve-test-commands-face): Ditto.
17298         (sieve-tagged-arguments-face): Ditto.
17299
17300         * smime.el (smime): Add :group.
17301
17302         * spam-report.el (spam-report): Add :group.
17303
17304         * spam.el (spam, spam-face): Add :group.
17305
17306 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17307
17308         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17309         return \n.\n.\n at the end of articles.  Protect against that.
17310         (nntp-with-open-group): Allow debugging.
17311
17312         * nnheader.el (mail-header-set-extra): Make into a function
17313         because I just could't understand how to quote the list properly.
17314
17315         * dns.el (query-dns-cached): New function.
17316
17317 2005-05-26  Lute Kamstra  <lute@gnu.org>
17318
17319         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17320
17321 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17324
17325         * gnus-art.el: Don't autoload mail-extract-address-components.
17326
17327         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17328         eval-and-compile to evaluate it.
17329
17330         * hashcash.el: Don't autoload executable-find.
17331
17332         * nndb.el: Don't declare the nndb back end two or more times; don't
17333         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17334
17335         * nntp.el: Autoload format-spec instead of format; use
17336         eval-and-compile to evaluate autoload forms.
17337
17338 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17339
17340         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17341
17342 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17343
17344         * gnus.el (gnus-version-number): Bump version.
17345
17346 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17347
17348         * gnus.el: No Gnus v0.3 is released.
17349
17350 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17351
17352         * lpath.el (featurep): Bind show-nonbreak-escape.
17353
17354 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17355
17356         * gnus-art.el (gnus-article-edit-part): Disable undo.
17357
17358 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17359
17360         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17361         gnus-article-date-lapsed-new-header is t if date timer is active;
17362         skip headers in which the original date value is empty.
17363         (gnus-article-save-original-date): Redefine it as a macro.
17364         (gnus-display-mime): Use it.
17365
17366 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * gnus-art.el (article-date-ut): Support converting date in
17369         forwarded parts as well.
17370         (gnus-article-save-original-date): New function.
17371         (gnus-display-mime): Use it.
17372
17373 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17374
17375         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17376         enclosure element of <item>.
17377
17378 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17379
17380         * message.el (message-kill-buffer-query): Rename from
17381         `message-kill-buffer-query-if-modified'.  Add :version.
17382
17383 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17386         window layout.
17387
17388 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * mml.el: Autoload dnd when compiling.
17391
17392 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17393
17394         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17395         x-dnd-*.
17396
17397 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17398
17399         * qp.el (quoted-printable-encode-region): Save excursion.
17400
17401 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17402
17403         * message.el (message-kill-buffer-query-if-modified): Add new variable
17404         so the user can kill a modified message buffer quickly.
17405         (message-kill-buffer): Use it.
17406
17407 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * lpath.el: Fbind display-time-event-handler; don't fbind
17410         string-to-multibyte.
17411
17412         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17413
17414 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17417         contained in text because xml.el decodes entities) with LFs.
17418
17419 2005-04-11  Lute Kamstra  <lute@gnu.org>
17420
17421         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17422         differently.
17423
17424 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17425
17426         * mm-util.el (mm-detect-coding-region): Typo.
17427
17428 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17429
17430         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17431
17432 2005-04-06  Deepak Goel  <deego@gnufans.org>
17433
17434         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17435         user-function allow user modifications of the scores.
17436         (spam-stat-score-buffer-user): New function, to allow
17437         user-computed modifications to the score.
17438         (spam-stat-score-buffer-user-functions): List of additional
17439         scoring functions.
17440         (spam-stat-error-holder): Global temporary error holder.
17441         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17442         variable.
17443
17444 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17445
17446         * gnus-registry.el (gnus-registry-clean-empty-function)
17447         (gnus-registry-trim, gnus-registry-fetch-groups)
17448         (gnus-registry-delete-group): Groups that match
17449         `gnus-registry-ignored-groups' are removed from the registry
17450         entries, not just ignored for splitting.  This helps clean up the
17451         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17452         to get all the groups a message ID is in.
17453
17454         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17455         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17456         (spam-stat-score-buffer-user-functions): Add :number custom type.
17457
17458 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17459
17460         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17461         argument in XEmacs.
17462
17463         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17464         (nnrss-request-group): Decode group name first.
17465         (nnrss-request-article): Make a text/plain article if mml-to-mime
17466         failed.
17467         (nnrss-get-encoding): Return a compatible encoding according to
17468         nnrss-compatible-encoding-alist.
17469         (nnrss-find-el): Use consp instead of listp.
17470         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17471
17472 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17473
17474         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17475         which Emacs 20 doesn't support.
17476         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17477
17478 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17479
17480         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17481         silence the byte compiler inside the defun.
17482
17483         * gnus-demon.el (parse-time-string): Add autoload.
17484
17485         * gnus-delay.el (parse-time-string): Add autoload.
17486
17487         * gnus-art.el (parse-time-string): Add autoload.
17488
17489         * nnultimate.el (parse-time): Require for `parse-time-string'.
17490
17491 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17492
17493         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17494
17495         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17496
17497         * smime.el (smime-ldap-host-list): Add :version.
17498
17499 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17500
17501         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17502         pass it to `gnus-browse-read-group'.
17503         (gnus-browse-read-group): Add NUMBER argument and pass it to
17504         `gnus-group-read-ephemeral-group'.
17505
17506         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17507         argument and pass it to `gnus-group-read-group'.
17508
17509 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17510
17511         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17512         mm-xemacs-find-mime-charset-1 if we have the mule feature
17513         available at runtime.
17514
17515 2005-03-25  Werner Lemberg  <wl@gnu.org>
17516
17517         * nnmaildir.el: Replace `illegal' with `invalid'.
17518
17519 2005-03-23  Lute Kamstra  <lute@gnu.org>
17520
17521         * time-date.el: Add comment on time value formats.
17522         Don't require parse-time.
17523         (with-decoded-time-value): New macro.
17524         (encode-time-value): New function.
17525         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17526         (days-to-time): Return a valid time value when arg is huge.
17527         (time-since): Use time-subtract.
17528         (time-to-number-of-days): Use time-to-seconds.
17529
17530 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17531
17532         * gnus-start.el (gnus-display-time-event-handler):
17533         Check display-time-timer at runtime rather than only at load time
17534         in case display-time-mode is turned off in the mean time.
17535
17536 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17537
17538         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17539         used.
17540
17541         * nneething.el (nneething-map-file-directory): Derive from
17542         `gnus-directory'.
17543
17544         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17545         the To/Cc button.
17546
17547 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17548
17549         * nnmaildir.el (nnmaildir-request-accept-article):
17550         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17551
17552 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17553
17554         * gnus-async.el: Require timer-funcs at compile time when in
17555         XEmacs for `run-with-idle-timer'.
17556
17557 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17558
17559         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17560         autoloaded function.
17561
17562 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17563
17564         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17565
17566 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17567
17568         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17569
17570 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17571
17572         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17573         Add gnus-expert-user to default.
17574
17575 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17576
17577         * nnimap.el (nnimap-open-server): Ditto.
17578
17579         * imap.el (imap-authenticate): Fix typo.
17580
17581 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17582
17583         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17584         buffer (since IMAP server might return FETCH response out of
17585         order, and the nntp buffer must be sorted).
17586
17587 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17588
17589         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17590         comparison on string.
17591
17592         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17593         (gnus-agent-score): Rename category keywords to match gnus-cus.
17594         (gnus-agent-summary-fetch-series): Modify to protect against
17595         gnus-agent-summary-fetch-group clearing processable flags.
17596         (gnus-agent-synchronize-group-flags): Update live group buffer as
17597         synchronization may occur due to the user toggle the plugged
17598         status.
17599         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17600         successfully downloaded.
17601         (gnus-agent-expire-group-1): Avoid using markers when the overview
17602         is in ascending order; greatly improves performance.
17603         (gnus-agent-regenerate-group):
17604         Use gnus-agent-synchronize-group-flags to reset read status in both
17605         gnus and server.
17606         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17607
17608 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17609
17610         * message.el: Don't autoload former message-utils variables.
17611         (message-strip-subject-trailing-was): Change doc string.
17612
17613         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17614         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17615         (nnweb-google-search): Add "hl=en" here.
17616         (nnweb-google-parse-1, nnweb-google-create-mapping):
17617         Don't hardcode URL.
17618
17619 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17620
17621         * message.el (message-get-reply-headers, message-followup):
17622         Mention related variables `message-use-followup-to' and
17623         `message-use-mail-followup-to', in the information buffer.
17624
17625         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17626         of broken groups(-beta).google.com.
17627
17628 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17629
17630         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17631         parameter to invoked gnus-request-move-article; remove the
17632         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17633         all at once instead of once per article.
17634         (gnus-summary-remove-process-mark): Accept a list of articles as
17635         well as a single article for processing.
17636
17637         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17638         parameter.
17639
17640         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17641
17642         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17643
17644         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17645         parameter.
17646
17647         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17648         parameter.
17649
17650         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17651         parameter and remove the gnus-sum-hint-move-is-internal variable.
17652
17653         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17654         parameter.
17655
17656         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17657         parameter.
17658
17659         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17660         parameter.
17661
17662         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17663
17664         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17665         parameter.
17666
17667         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17668         parameter.
17669
17670 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17671
17672         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17673         a more conservative way.
17674
17675 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17676
17677         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17678         buffer, so it moves the window's cursor.
17679
17680 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17681
17682         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17683         `mm-dissect-multipart' and receive the from field as an (optional)
17684         argument from `mm-dissect-multipart'.
17685         (mm-dissect-multipart): Receive the from field as an argument and
17686         pass it on when we call `mm-dissect-buffer' on MIME parts.
17687         Fixes verification/decryption of signed/encrypted MIME parts.
17688
17689 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17690
17691         * gnus-sum.el (gnus-summary-move-article):
17692         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17693         whatever it calls (right now, only nnimap-request-move article
17694         respects it).
17695
17696         * nnimap.el (nnimap-request-move-article):
17697         When gnus-sum-hint-move-is-internal is set, don't do the extra
17698         nnimap-request-article.
17699
17700 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17701
17702         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17703
17704         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17705         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17706
17707         * gnus-sum.el (gnus-summary-caesar-message):
17708         Apply `gnus-treat-article' after rotation.
17709
17710         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17711         doc string.
17712
17713 2005-02-22  Simon Josefsson  <jas@extundo.com>
17714
17715         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17716         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17717         <arne@arnested.dk>.
17718         (encrypt): Add password-cache and password-cache-expiry as group
17719         members.
17720
17721 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17722
17723         * smime.el (smime-ldap-host-list): Doc fix.
17724         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17725         cache) password.
17726         (smime-sign-region): Use it.
17727         (smime-decrypt-region): Use it.
17728         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17729         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17730         fails.
17731         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17732         certificate from DER to PEM format rather than calling openssl.
17733
17734         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17735
17736         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17737         for signing/encryption.
17738
17739         * mml.el (mml-parse-1): Use them.
17740
17741 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17742
17743         * nnrss.el (nnrss-verbose): Remove.
17744         (nnrss-request-group): Use `nnheader-message' instead.
17745
17746 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17747
17748         * nnrss.el (nnrss-verbose): New variable.
17749         (nnrss-request-group): Make it say nnrss is requesting a group.
17750
17751 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17752
17753         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17754         Handle news URL with given port correctly.
17755
17756 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17757
17758         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17759         containing special characters.
17760
17761         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17762
17763         * mml.el (mime-to-mml): Ditto.
17764
17765         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17766         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17767         (rfc2047-decode-region): Quote decoded words containing special
17768         characters when rfc2047-quote-decoded-words-containing-tspecials
17769         is non-nil.
17770
17771 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17772
17773         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17774
17775         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17776
17777 2005-02-15  Simon Josefsson  <jas@extundo.com>
17778
17779         * nnimap.el (nnimap-debug): Doc fix.
17780
17781         * imap.el (imap-debug): Doc fix.
17782
17783 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17784
17785         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17786
17787 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17788
17789         * gnus.el (spam-contents): Improve docs for spam-contents
17790         parameter in its variable incarnation.
17791
17792 2005-02-14  Simon Josefsson  <jas@extundo.com>
17793
17794         * smime-ldap.el: Use require instead of load-library for ldap.
17795         (smime-ldap-search): Indent.
17796         (smime-ldap-search-internal): Shorten line.
17797
17798         * smime.el (smime-cert-by-dns): Add doc-string.
17799         (smime-cert-by-ldap-1): Indent.
17800
17801         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17802         mml-smime-get-dns-ldap.
17803         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17804
17805 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17806
17807         * smime.el: Require smime-ldap.
17808         (smime-ldap-host-list): New variable.
17809         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17810
17811         * mml-smime.el (mml-smime-encrypt-query): New function.
17812         (mml-smime-encrypt-query): Use it.
17813
17814         * smime-ldap.el: New file.
17815
17816 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17817
17818         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17819
17820 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17821
17822         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17823         argument in doc string.  Make query for type more clear.
17824
17825 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17826
17827         * gnus.el (gnus-group-startup-message): Search for gnus images in
17828         etc/images/gnus.
17829         * mm-util.el (mm-image-load-path): Likewise.
17830         * smiley.el (smiley-data-directory): Search for smilies in
17831         etc/images/smilies.
17832
17833 2005-02-09  Kim F. Storm  <storm@cua.dk>
17834
17835         Change Emacs release version from 21.4 to 22.1 throughout.
17836         Change Emacs development version from 21.3.50 to 22.0.50.
17837
17838 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17841
17842         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17843         non-Mule XEmacs as well.
17844         (mm-decompress-buffer): Signal an error intentionally if it does
17845         not decompress compressed data because auto-compression-mode is
17846         disabled.
17847
17848 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17849
17850         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17851         an ID in the registry even if it has no groups.
17852
17853 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17856         merge it into mm-decompress-buffer.
17857         (gnus-mime-copy-part): Use the MIME part charset, the value which
17858         a user specified or gnus-newsgroup-charset for decoding, like
17859         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17860         save-buffer what was used.  Suggested by Kevin Ryde
17861         <user42@zip.com.au>.
17862         (gnus-mime-inline-part): Allow the name parameter as well as the
17863         filename parameter; force decompressing of compressed data; always
17864         display contents being not decoded as unibyte.
17865
17866         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17867         as well as the filename parameter.
17868
17869         * mm-util.el (mm-decompress-buffer):
17870         Merge gnus-mime-jka-compr-maybe-uncompress.
17871         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17872         of compressed data.
17873
17874 2005-02-08  Simon Josefsson  <jas@extundo.com>
17875
17876         * imap.el (imap-log): Doc fix.
17877
17878 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17881         the coding cookies; decompress compressed parts.
17882
17883         * mml.el (mml-generate-mime-1): Add the charset parameter according
17884         to the value which a user specified manually or the coding cookie.
17885
17886         * mm-util.el (mm-string-to-multibyte): New function.
17887         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17888         (mm-coding-system-to-mime-charset): New function.
17889         (mm-decompress-buffer): New function.
17890         (mm-find-buffer-file-coding-system): New function.
17891
17892         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17893         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17894         parts.
17895
17896 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17897
17898         * mm-view.el (mm-display-inline-fontify): Decode a part according
17899         to the charset parameter.
17900
17901 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17902
17903         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17904         prefix arg is neither nil nor a number, as info specifies.
17905
17906 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17909         timestamps.
17910
17911 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17912
17913         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17914         groups error checking and notify user.
17915
17916 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17917
17918         * message.el (message-send-mail-function): Check existence of
17919         sendmail-program first before using default value
17920         `message-send-mail-with-sendmail'.  Otherwise use more generic
17921         `smtpmail-send-it'.
17922
17923 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * nntp.el (nntp-request-update-info): Always return nil.
17926
17927 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17928
17929         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17930
17931 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17932
17933         * message.el (message-beginning-of-line): Change the behavior when
17934         invoked between BOL and : so that it first moves backward.
17935
17936 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17939         article buffer when editing of the article is discarded.
17940         (gnus-article-prepare): Revert.
17941
17942 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * gnus-art.el (gnus-article-prepare):
17945         Remove message-strip-forbidden-properties from the local hook.
17946
17947 2005-01-27  Simon Josefsson  <jas@extundo.com>
17948
17949         * password.el (password-cache-add): Only start one timer per key.
17950         Reported by Derek Atkins <warlord@MIT.EDU>.
17951
17952 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17953
17954         * run-at-time.el: Remove.  It is no longer needed as
17955         timer-funcs.el in the xemacs-base package has a working version of
17956         `run-at-time'.
17957
17958         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17959
17960         * password.el: Require timer-funcs instead of run-at-time in
17961         XEmacs.
17962         Remove `password-run-at-time' macro.
17963         (password-cache-add): Use `run-at-time' instead of
17964         `password-run-at-time'.
17965
17966         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17967         Remove `nnheader-cancel-function-timers' alias,
17968         `cancel-function-timers' exists in XEmacs in timer-funcs.
17969
17970         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17971         for `run-with-idle-timer'.
17972
17973         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17974         for `run-at-time'.
17975
17976         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17977         for `with-timeout'.
17978
17979         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17980         the same as for XEmacs 21.4.
17981         No need to ignore `run-with-idle-timer', this function exists in
17982         XEmacs now in timer-funcs.el in the xemacs-base package.
17983         (dgnushack-compile): No need to delete
17984         run-at-time.el from the list of files to compile because it
17985         doesn't exist anymore.
17986
17987 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17990         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17991
17992 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17993
17994         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17995         sensitively.
17996
17997 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17998
17999         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18000
18001 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18004         which will be inserted according to the multibyteness of a buffer
18005         rather than the type of contents.  Suggested by ARISAWA Akihiro
18006         <ari@mbf.ocn.ne.jp>.
18007
18008         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18009         of string which old xml.el may return rather than a string.
18010
18011 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18014
18015 2005-01-16  Simon Josefsson  <jas@extundo.com>
18016
18017         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18018         idn/idna.el isn't available.
18019         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18020         <michael@waxrat.com>.
18021
18022         * hashcash.el: Remove non-FSF copyright header.
18023
18024         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18025         (hashcash-generate-payment): Use it.
18026         (hashcash-generate-payment-async): Use it.
18027
18028 2005-01-15  Simon Josefsson  <jas@extundo.com>
18029
18030         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18031         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18032
18033         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18034         gnus-summary-idna-message.
18035         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18036         (gnus-summary-idna-message): New function.
18037
18038 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18039
18040         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18041         gnus-novice-user.
18042
18043 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18044
18045         * nnrss.el (nnrss-request-delete-group): Delete entries in
18046         nnrss-group-alist as well.
18047         (nnrss-save-server-data): Insert newline.
18048
18049 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18050
18051         * gnus.el (gnus-user-agent): Use list of symbols instead of
18052         symbols.  Display full version number for (S)XEmacs.
18053         Optionally display (S)XEmacs codename.
18054
18055         * gnus-util.el (gnus-emacs-version): Update for new
18056         `gnus-user-agent'.
18057
18058         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18059         Gnus version.
18060
18061 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18062
18063         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18064         which is unreadable in some setups.
18065
18066 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * gnus-spec.el (gnus-update-format-specifications): Flush the
18069         group format spec cache if it doesn't support decoded group names.
18070
18071 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18072
18073         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18074         Allow to apply decay on score files matching a regexp.
18075
18076 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18079         compatibility in %g and %c.
18080
18081 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18084         name for only %g and %c.
18085         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18086         of gnus-tmp-group to decoded group name.
18087         (gnus-group-make-rss-group): Exclude `/'s from group names.
18088
18089 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18090
18091         * nnrss.el (nnrss-get-encoding): Fix regexp.
18092
18093 2004-12-27  Simon Josefsson  <jas@extundo.com>
18094
18095         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18096         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18097         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18098
18099 2004-12-17  Kim F. Storm  <storm@cua.dk>
18100
18101         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18102
18103         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18104
18105 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18106
18107         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18108
18109 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * nnrss.el: Require rfc2047 and mml.
18112         (nnrss-file-coding-system): New variable.
18113         (nnrss-format-string): Redefine it as an inline function.
18114         (nnrss-decode-group-name): New function.
18115         (nnrss-string-as-multibyte): Remove.
18116         (nnrss-retrieve-headers): Decode group name; don't use
18117         nnrss-format-string.
18118         (nnrss-request-group): Decode group name.
18119         (nnrss-request-article): Decode group name; allow a Message-ID as
18120         well as an article number; don't use nnrss-format-string; encode a
18121         Message-ID string which may contain non-ASCII characters; use
18122         mml-to-mime to compose a MIME article.
18123         (nnrss-request-expire-articles): Decode group name.
18124         (nnrss-request-delete-group): Decode group name.
18125         (nnrss-fetch): Clarify error message.
18126         (nnrss-read-server-data): Use insert-file-contents instead of load;
18127         bind file-name-coding-system; use multibyte buffer.
18128         (nnrss-save-server-data): Bind coding-system-for-write to the
18129         value of nnrss-file-coding-system; bind file-name-coding-system;
18130         add coding cookie.
18131         (nnrss-read-group-data): Use insert-file-contents instead of load;
18132         bind file-name-coding-system; use multibyte buffer.
18133         (nnrss-save-group-data): Bind coding-system-for-write to the
18134         value of nnrss-file-coding-system; bind file-name-coding-system.
18135         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18136         make it work with non-ASCII text.
18137         (nnrss-find-el): Make it work with old xml.el as well.
18138
18139 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18140
18141         * nnrss.el (nnrss-get-encoding): New function.
18142         (nnrss-fetch): Use unibyte buffer initially; bind
18143         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18144         decode contents according to the encoding attribute.
18145         (nnrss-save-group-data): Add coding cookie.
18146         (nnrss-mime-encode-string): New function.
18147         (nnrss-check-group): Use it to encode subject and author.
18148
18149 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18150
18151         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18152         imaginary variable.
18153
18154 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18157         correctly even if there are wide characters.
18158
18159 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18160
18161         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18162         downcased symbol names; make a new cache instead of reusing
18163         bbdb-hashtable.
18164
18165 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18168         concatenating segments rather than before concatenating them.
18169         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18170
18171         * message.el (message-get-reply-headers): Bind `extra'.
18172
18173 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18174
18175         * message.el (message-extra-wide-headers): New variable.
18176         (message-get-reply-headers): Use it.
18177
18178 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18181         (gnus-agent-group-pathname): Ditto.
18182
18183         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18184
18185         * gnus-group.el (gnus-group-make-group): Decode group name.
18186         (gnus-group-make-rss-group): Register the group data after opening
18187         the nnrss group.
18188
18189 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18190
18191         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18192         by expiry now get marked as read.
18193
18194 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18195
18196         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18197
18198 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18199
18200         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18201         unify Latin characters in XEmacs.
18202         (mm-find-mime-charset-region): Use it.
18203
18204 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * gnus-util.el (gnus-delete-directory): New function.
18207
18208         * gnus-agent.el (gnus-agent-delete-group): Use it.
18209
18210         * gnus-cache.el (gnus-cache-delete-group): Use it.
18211
18212 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18215         names.
18216
18217 2004-12-16  Simon Josefsson  <jas@extundo.com>
18218
18219         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18220
18221 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18222
18223         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18224
18225         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18226         (gnus-group-set-current-level): Decode group name.
18227
18228 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18229
18230         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18231         failed.
18232
18233 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * gnus-group.el (gnus-group-delete-group): Decode group name.
18236         (gnus-group-make-rss-group): Encode group name.
18237         (gnus-group-catchup-current): Decode group name.
18238         (gnus-group-kill-group): Decode group name.
18239
18240 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18241
18242         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18243
18244 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * gnus-group.el (gnus-group-make-rss-group):
18247         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18248
18249         * gnus-start.el (gnus-setup-news): Honor user's setting to
18250         gnus-message-archive-method.  Suggested by Lute Kamstra
18251         <lute@gnu.org>.
18252
18253 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18254
18255         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18256         global counterparts of the buffer-local variables.
18257
18258 2004-11-16  Romain Francoise  <romain@orebokech.com>
18259
18260         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18261         counterparts of the buffer-local variables.
18262
18263 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18264
18265         * message.el (message-forbidden-properties): Fix typo in doc
18266         string.
18267
18268 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18269
18270         * gnus-util.el (gnus-replace-in-string): Add doc string.
18271
18272         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18273         to avoid problems when splitting mails with many recipients.
18274
18275 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18276
18277         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18278         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18279
18280 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18281
18282         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18283         if there is no hashtable in memory or file modification time is
18284         newer than cached timestamp.
18285
18286 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18287
18288         * gnus-sum.el (gnus-summary-limit-to-recipient):
18289         Implement not-matching option.
18290
18291 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18292
18293         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18294         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18295         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18296         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18297         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18298         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18299
18300 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * message.el (message-forward-make-body-mml): Remove headers
18303         according to message-forward-ignored-headers if a message is decoded.
18304
18305 2004-12-02  Romain Francoise  <romain@orebokech.com>
18306
18307         * message.el (message-forward-make-body-plain): Always remove
18308         headers according to message-forward-ignored-headers.
18309
18310 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18311
18312         * spam.el (spam-summary-prepare-exit): Remove the
18313         gnus-summary-limit pop for now, it has problems with ham marks for
18314         me.
18315
18316 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18317
18318         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18319         correctly.
18320
18321 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18322
18323         * format-spec.el (format-spec): Message the char.
18324
18325 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18326
18327         * gnus-art.el (gnus-split-methods): Reformat comments.
18328
18329         * spam.el (spam-summary-prepare-exit): Remove article limits
18330         before exiting the summary buffer.
18331
18332 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18333
18334         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18335         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18336
18337         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18338         order to silence the byte compiler.
18339
18340         * spam.el: Fix the way to silence the byte compiler, which
18341         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18342         bbdb-search-simple, spam-BBDB-register-routine,
18343         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18344         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18345         spam-stat-buffer-is-spam, spam-stat-load,
18346         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18347         spam-stat-save and spam-stat-split-fancy.
18348
18349 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18352         which may confuse users.
18353         (canlock-password-for-verify): Ditto.
18354
18355         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18356
18357         * gnus-art.el (gnus-emphasis-alist): Ditto.
18358
18359         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18360
18361         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18362
18363         * gnus-start.el (gnus-save-killed-list): Ditto.
18364
18365         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18366         (gnus-sum-thread-tree-root): Ditto.
18367         (gnus-sum-thread-tree-false-root): Ditto.
18368         (gnus-sum-thread-tree-single-indent): Ditto.
18369
18370         * message.el (message-courtesy-message): Ditto.
18371         (message-archive-note): Ditto.
18372         (message-subscribed-address-file): Ditto.
18373         (message-user-fqdn): Ditto.
18374
18375         * spam-report.el (spam-report-gmane-regex): Ditto.
18376
18377         * spam.el (spam-blackhole-good-server-regex): Ditto.
18378
18379 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * mml.el (mml-preview): Widen the message buffer before copying
18382         the contents to the preview buffer; sort headers before previewing.
18383
18384         * message.el (message-hidden-headers): Fix the way to avoid a bug
18385         in the `repeat' widget in Emacs 21.3 or earlier.
18386
18387 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18388
18389         * message.el (message-hidden-headers): Default to "^References:".
18390         Improve customization type.  Suggested by Reiner Steib
18391         <Reiner.Steib@gmx.de>.
18392
18393 2004-11-25  Romain Francoise  <romain@orebokech.com>
18394
18395         * message.el (message-strip-forbidden-properties): Remove check for
18396         obsolete `message-hidden' text property, hidden headers are not
18397         accessible in the buffer anymore.
18398
18399 2004-11-22  Romain Francoise  <romain@orebokech.com>
18400
18401         * message.el (message-header-format-alist): Add `From' in list
18402         so that it can be sorted.
18403         (message-fix-before-sending): Widen and sort headers before
18404         sending.
18405         (message-hide-headers): Use narrowing to hide headers by moving
18406         them to the top of the buffer and narrowing to the region
18407         underneath.
18408
18409 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18410
18411         * message.el (message-strip-forbidden-properties):
18412         Bind buffer-read-only (etc) to nil.
18413
18414 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18417         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18418
18419 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18420
18421         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18422
18423 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18424
18425         * dns.el (query-dns): Use sit-for to time instead of
18426         accept-process-output, since that doesn't seem to work on udp
18427         sockets.
18428
18429 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18430
18431         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18432
18433 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18434
18435         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18436         doc string.  Improve doc string.
18437
18438 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * nntp.el (nntp-request-update-info): Return nil if
18441         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18442         may not call gnus-activate-group which uselessly issues the GROUP
18443         commands for all nntp groups and wastes time.  Reported by Romain
18444         Francoise <romain@orebokech.com>.
18445
18446         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18447
18448 2004-11-15  Simon Josefsson  <jas@extundo.com>
18449
18450         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18451         headers separately.
18452         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18453         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18454
18455 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18456
18457         * gnus-start.el (gnus-convert-old-newsrc):
18458         Assign legacy-gnus-agent to 5.10.7.
18459
18460 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18461
18462         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18463         start of the lines.
18464
18465 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18466
18467         * hashcash.el (hashcash-default-payment): Change default to 20.
18468         (hashcash-default-accept-payment): Change default to 20.
18469         (hashcash-process-alist): New variable.
18470         (hashcash-generate-payment-async): Add.
18471         (hashcash-already-paid-p): Add.
18472         (hashcash-insert-payment): Don't generate payments twice.
18473         (hashcash-insert-payment-async): Add.
18474         (hashcash-insert-payment-async-2): Add.
18475         (hashcash-cancel-async): Add.
18476         (hashcash-wait-async): Add.
18477         (hashcash-processes-running-p): Add.
18478         (hashcash-wait-or-cancel): Add.
18479         (mail-add-payment): New optional argument.  Conditionally start
18480         asynchronous calculation.
18481         (mail-add-payment-async): Add.
18482
18483         * message.el (message-send-mail): Wait for asynchronous hashcash
18484         results.  Don't clobber existing X-Hashcash headers.
18485         (message-setup-1): Call mail-add-payment-async when
18486         message-generate-hashcash is non-nil.
18487
18488 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18489
18490         * message.el (message-use-alternative-email-as-from): Examine the
18491         From header as well; use message-make-from in order to include a
18492         user's full name.
18493
18494 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18495
18496         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18497         default; improve customization type.
18498         (gnus-emphasis-custom-with-format): New macro.
18499         (gnus-emphasis-custom-value-to-external): New function.
18500         (gnus-emphasis-custom-value-to-internal): New function.
18501
18502 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18503
18504         * dns.el (query-dns): Resolve reverse addresses.
18505
18506 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18507
18508         * gnus-group.el (gnus-group-get-new-news): Use it.
18509
18510         * gnus-start.el (gnus-check-reasonable-setup): New function.
18511
18512 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18513
18514         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18515         "Args out of range" error.  Reported by Arnaud Giersch
18516         <arnaud.giersch@free.fr>.
18517
18518 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18519
18520         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18521
18522 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18523
18524         * spam.el (spam group): Add :version.
18525
18526         * pgg-def.el (pgg group): Add :version.
18527
18528 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18529
18530         * gnus-art.el (gnus-article-edit-article): Don't associate the
18531         article buffer with a draft file.  This is a temporary measure
18532         against the 2004-08-22 change to gnus-article-edit-mode.
18533
18534 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18537         (html2text-format-tags): Remove unused variable `attr'.
18538
18539 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18540
18541         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18542
18543         * tls.el (tls-process-connection-type, tls-success)
18544         (tls-certtool-program): Add :version.
18545
18546         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18547         (starttls-extra-arguments, starttls-process-connection-type)
18548         (starttls-connect, starttls-failure, starttls-success): Add :version.
18549
18550         * spam-stat.el (spam-stat): Add :version.
18551
18552         * sieve.el (sieve): Add :version.
18553
18554         * sha1.el (sha1): Add :version.
18555         (sha1-use-external): Remove redundant version.
18556
18557         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18558         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18559         (nnmail-split-fancy-match-partial-words)
18560         (nnmail-split-lowercase-expanded): Add :version.
18561
18562         * nndiary.el (nndiary): Add :version.
18563
18564         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18565
18566         * mml-sec.el (mml-default-sign-method)
18567         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18568         Add :version.
18569
18570         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18571
18572         * mm-url.el (mm-url-use-external, mm-url-program)
18573         (mm-url-arguments): Add :version.
18574
18575         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18576         (mm-attachment-file-modes, mm-decrypt-option)
18577         (mm-w3m-safe-url-regexp): Add :version.
18578
18579         * message.el (message-cite-prefix-regexp)
18580         (message-sendmail-envelope-from, message-minibuffer-local-map)
18581         (message-user-fqdn, message-completion-alist): Add :version.
18582
18583         * gnus-win.el (gnus-configure-windows-hook)
18584         (gnus-use-frames-on-any-display): Add :version.
18585
18586         * gnus-art.el (gnus-article-address-banner-alist)
18587         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18588         (gnus-treat-from-picon, gnus-treat-mail-picon)
18589         (gnus-treat-x-pgp-sig): Add :version.
18590
18591         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18592         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18593         (gnus-summary-article-delete-hook)
18594         (gnus-summary-display-while-building): Add :version.
18595
18596         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18597         (gnus-get-top-new-news-hook): Add :version.
18598
18599         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18600         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18601
18602         * gnus-registry.el (gnus-registry): Add :version.
18603
18604         * gnus-spec.el (gnus-use-correct-string-widths)
18605         (gnus-make-format-preserve-properties): Add :version.
18606
18607         * gnus.el (gnus-group-charter-alist)
18608         (gnus-group-fetch-control-use-browse-url)
18609         (gnus-install-group-spam-parameters): Add :version.
18610
18611         * gnus-diary.el (gnus-diary): Add :version.
18612
18613         * gnus-delay.el (gnus-delay): Add :version.
18614
18615         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18616         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18617         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18618         Add :version.
18619
18620         * gnus-agent.el (gnus-agent-max-fetch-size)
18621         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18622         (gnus-agent-prompt-send-queue): Add :version.
18623
18624         * deuglify.el (gnus-outlook-deuglify): Add :version.
18625
18626         * html2text.el: Beautify code.  Improve doc strings.
18627         Some checkdoc cleanup.
18628         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18629
18630 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18631
18632         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18633
18634 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18635
18636         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18637         when package is loaded.
18638
18639         * spam.el (spam-summary-score-preferred-header): Add global preference
18640         for people who want to override the default SpamAssassin over
18641         Bogofilter preference (when both are set).
18642         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18643         (spam-user-format-function-S):
18644         Check spam-summary-score-preferred-header.
18645         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18646         (spam-user-format-function-S): Format the score correctly.
18647
18648 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18649
18650         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18651         signature file.  Suggested by Manoj Srivastava
18652         <srivasta@golden-gryphon.com>.
18653
18654         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18655         iso-2022-jp even in the Japanese language environment.
18656         Suggested by Jason Rumney <jasonr@gnu.org>.
18657
18658 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18659
18660         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18661         use the same characters as the dummy marks; make it free from
18662         getting affected by the language environment.
18663         (gnus-summary-read-group-1): Update mark positions only when the
18664         format spec is updated.
18665
18666         * gnus-spec.el (gnus-update-format-specifications): Return a list
18667         of updated types.
18668
18669 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18672         of boundp to check if display-warning is available.
18673
18674 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18675
18676         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18677
18678 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18679
18680         * nnspool.el (nnspool-spool-directory): Use news-path if the
18681         news-directory variable is not bound.
18682
18683         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18684         function instead of display-warning if it is not available.
18685
18686 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18687
18688         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18689         v5-10: Use `point-at-bol'.
18690
18691 2004-10-26  Simon Josefsson  <jas@extundo.com>
18692
18693         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18694         <chenggao@gmail.com>.
18695
18696 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18697
18698         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18699         instead.
18700
18701 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18702
18703         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18704         to remove a server from the nnimap-server-buffer-alist.
18705         (nnimap-open-connection, nnimap-close-server): Use it.
18706
18707         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18708
18709 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18712         running the major-mode function.
18713
18714 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18715
18716         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18717         dummy marks in the right way.
18718
18719 2004-10-18  David Edmondson  <dme@dme.org>
18720
18721         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18722         excessively.
18723
18724 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18725
18726         * gnus-util.el (gnus-split-references): Accept a nil references
18727         string and go on blissfully.
18728
18729         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18730         cases where the references string is non-nil but has no references.
18731
18732         * encrypt.el: Add autoload tags.
18733
18734         * spam.el (spam-resolve-registrations-routine): Remove article
18735         from unregistration list too.  Reported by David Hanak
18736         <dhanak@isis.vanderbilt.edu>
18737
18738 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18739
18740         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18741         nil.  Change custom type.
18742
18743 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18744
18745         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18746
18747         * gnus-sum.el (gnus-summary-move-article): Use it.
18748
18749 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18750
18751         * encrypt.el: Add autoload cookies.
18752
18753         * spam.el (spam-backend-article-list-property)
18754         (spam-backend-get-article-todo-list)
18755         (spam-backend-put-article-todo-list)
18756         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18757         Resolve registrations separately.
18758         (spam-register-routine): Format comments.
18759         (spam-unregister-routine, spam-register-routine): Always call with
18760         specific-articles, no default list.
18761         (spam-summary-prepare-exit): Use the spam-classifications function.
18762
18763         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18764         gnus-encrypt.el.
18765
18766         * encrypt.el: Copied from gnus-encrypt.el.
18767
18768         * gnus-encrypt.el: Commented that it's obsolete.
18769
18770 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18771
18772         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18773         (gnus-score-save): Use it.
18774
18775         * message.el (message-bury): Use `window-dedicated-p'.
18776
18777 2004-10-15  Simon Josefsson  <jas@extundo.com>
18778
18779         * pop3.el (top-level): Don't require nnheader.
18780         (pop3-read-timeout): Add.
18781         (pop3-accept-process-output): Add.
18782         (pop3-read-response, pop3-retr): Use it.
18783
18784 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18785
18786         * spam.el (spam-register-routine): Move comment.
18787         (spam-verify-bogofilter): Use 'unknown for the initial
18788         spam-bogofilter-valid state, not 'never.
18789
18790         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18791         for netrc-machine.
18792
18793         * nnimap.el (nnimap-open-connection):
18794         Use netrc-machine-user-or-password.
18795
18796 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18797
18798         * gnus-registry.el (gnus-registry-unload-hook):
18799         Set as a variable with add-hook.
18800
18801         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18802         of news-path.
18803
18804         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18805
18806         * spam.el: Delete duplicate `provide'.
18807         (spam-unload-hook): Set as a variable with add-hook.
18808
18809 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18810
18811         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18812         in the doc string.
18813
18814         * message.el (message-ignored-news-headers)
18815         (message-ignored-supersedes-headers)
18816         (message-ignored-resent-headers)
18817         (message-forward-ignored-headers): Improve custom type.
18818
18819 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * message.el (message-tokenize-header): Fix 2004-09-06 change
18822         which used point-min in the wrong place.
18823
18824 2004-10-12  Simon Josefsson  <jas@extundo.com>
18825
18826         * tls.el (tls-certtool-program): New variable.
18827         (tls-certificate-information): New function, based on
18828         ssl-certificate-information.
18829
18830 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * compface.el: Move the version of ELisp-based uncompface program
18833         to the contrib directory because of the copyright problem.
18834
18835 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18836
18837         * message.el (message-kill-buffer): Raise the current frame.
18838
18839 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18840
18841         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18842
18843         * gnus.el (message-y-or-n-p): Autoload.
18844
18845         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18846         (pop3-password-required, pop3-authentication-scheme)
18847         (pop3-leave-mail-on-server): Make customizable.
18848         (pop3): New custom group.
18849         (pop3-retr): Remove `sleep-for' statements.
18850         Suggested by Dave Love <fx@gnu.org>.
18851
18852         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18853         Windows/DOS.
18854
18855         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18856         (imap-parse-body): Fix incorrect use of `assert'.
18857         Suggested by Dave Love <fx@gnu.org>.
18858
18859         * mml.el (mml-minibuffer-read-disposition): Require match.
18860         Suggested by Dave Love <fx@gnu.org>.
18861
18862 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18863
18864         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18865         doc string.
18866
18867 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18870
18871 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18872
18873         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18874         instead of calling `mm-insert-inline', to decode text/* parts
18875         before displaying them.
18876
18877 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18878
18879         * mm-uu.el (mm-uu-text-plain-type): New variable.
18880         (mm-uu-pgp-signed-extract-1): Use it.
18881         (mm-uu-pgp-encrypted-extract-1): Use it.
18882         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18883         bind mm-uu-text-plain-type with that value.
18884         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18885         mm-uu-dissect.
18886
18887 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18888
18889         * gnus-group.el (gnus-update-group-mark-positions):
18890         * gnus-sum.el (gnus-update-summary-mark-positions):
18891         * message.el (message-check-news-body-syntax):
18892         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18893         of string-as-multibyte.
18894
18895 2004-10-05  Juri Linkov  <juri@jurta.org>
18896
18897         * gnus-group.el (gnus-update-group-mark-positions):
18898         * gnus-sum.el (gnus-update-summary-mark-positions):
18899         * message.el (message-check-news-body-syntax):
18900         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18901         8-bit unibyte values to a multibyte string for search functions.
18902
18903 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18904
18905         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18906         (mm-uu-dissect-text-parts): New function.
18907
18908         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18909         dissect text parts.
18910
18911         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18912         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18913
18914         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18915
18916         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18917         Use gnus-current-topics instead of gnus-current-topic.
18918
18919 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18920
18921         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18922
18923 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18924
18925         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18926         where approriate.
18927
18928         * nnml.el (nnml-generate-active-info): do.
18929
18930         * nndiary.el (nndiary-generate-active-info): do.
18931
18932         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18933         (gnus-topic-move): do.
18934
18935         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18936         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18937
18938         * gnus-srvr.el (gnus-server-prepare)
18939         (gnus-server-open-all-servers): do.
18940
18941         * gnus-msg.el (gnus-summary-cancel-article)
18942         (gnus-summary-resend-message)
18943         (gnus-summary-mail-crosspost-complaint): do.
18944
18945         * gnus-move.el (gnus-change-server): do.
18946
18947         * gnus-group.el (gnus-group-unmark-all-groups)
18948         (gnus-group-set-current-level): do.
18949
18950 2004-10-04  Simon Josefsson  <jas@extundo.com>
18951
18952         * message.el (message-generate-hashcash): Doc fix.
18953
18954 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18955
18956         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18957         avoid infinite recursion via gnus-get-function.
18958
18959 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18960
18961         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18962
18963         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18964
18965         * nnmail.el (nnmail-split-history): do.
18966
18967         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18968         (nnml-request-delete-group): do.
18969
18970         * nnslashdot.el (nnslashdot-read-groups): do.
18971
18972         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18973         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18974
18975         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18976         (nnspool-sift-nov-with-sed): Use last.
18977         (nnspool-retrieve-headers-with-nov): Use mapc.
18978         (nnspool-request-newgroups): Use dolist.
18979         (nnspool-request-group): Use last.
18980
18981         * nntp.el (nntp-read-server-type): Use dolist.
18982
18983         * nnvirtual.el (nnvirtual-create-mapping)
18984         (nnvirtual-update-read-and-marked): Use dolist.
18985         (nnvirtual-convert-headers): Simplify.
18986
18987 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18988
18989         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18990         Add support for sync'ing tick marks.
18991
18992 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18995         there's no visible header.
18996
18997 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18998
18999         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19000         When necessary, pass full group name to gnus-request-set-marks.
19001
19002 2004-10-01  Simon Josefsson  <jas@extundo.com>
19003
19004         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19005         acroread.
19006
19007 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19008
19009         * spam-report.el (spam-report-gmane): Fix interactive.
19010
19011         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19012
19013         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19014         when writing file.
19015         (gnus-agent-synchronize-flags): Don't default to being
19016         interactive.
19017
19018 2004-09-30  Simon Josefsson  <jas@extundo.com>
19019
19020         * message.el (message-generate-hashcash): Add.
19021         (message-send-mail): Use it, call mail-add-payment.
19022
19023 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19024
19025         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19026
19027 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19028
19029         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19030         gnus-requst-update-info with explicit code to sync the in-memory
19031         info read flags with the marks being sync'd to the backend.
19032
19033         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19034
19035 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19036
19037         * spam.el (spam-verify-bogofilter): Add new function.
19038         (spam-check-bogofilter)
19039         (spam-bogofilter-register-with-bogofilter): Use it.
19040         (spam-verify-bogofilter): Add small fixes.
19041
19042 2004-09-28  Simon Josefsson  <jas@extundo.com>
19043
19044         * hashcash.el (hashcash-generate-payment): Revert.
19045
19046 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19047
19048         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19049         Use gnus-extract-references instead of gnus-split-references.
19050
19051         * gnus-util.el (gnus-extract-references): Add new function, analogous
19052         to gnus-split-references but extracts only the message-ID without
19053         anything extra.
19054
19055         * hashcash.el (hashcash-generate-payment)
19056         (hashcash-check-payment): Do the right thing if hashcash-path is
19057         nil (because the hashcash program could not be found).
19058
19059         * spam.el (spam-use-hashcash): Remove comment.
19060
19061 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19062
19063         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19064         (gnus-cache-enter-article, gnus-cache-remove-article)
19065         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19066
19067         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19068
19069         * gnus-art.el (article-hide-boring-headers)
19070         (article-translate-strings, article-display-face)
19071         (gnus-article-mime-match-handle-first)
19072         (gnus-article-highlight-headers)
19073         (gnus-article-add-buttons-to-head): do.
19074
19075 2004-09-27  Simon Josefsson  <jas@extundo.com>
19076
19077         * hashcash.el: New version, from
19078         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19079         ../contrib/.
19080
19081 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19082
19083         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19084
19085 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19086
19087         * gnus-dup.el (gnus-dup-open): Use mapc.
19088         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19089
19090         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19091         Reported by Stefan Wiens <s.wi@gmx.net>.
19092
19093         * gnus.el (gnus-shutdown): Use dolist.
19094
19095         * gnus-undo.el (gnus-undo): Use mapc.
19096
19097         * nnrss.el (nnrss-generate-active): do.
19098
19099         * message.el (message-cite-original-without-signature)
19100         (message-cite-original): Use mapc.
19101         (message-do-actions, message-make-forward-subject): Use dolist.
19102
19103 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19104
19105         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19106         deletion to remove entire duplicate line.  Fixes merged article
19107         number bug.
19108
19109 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19110
19111         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19112         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19113         first ask if you want to open a server and then, even when you
19114         responded with no, asking if you want to synchronize the server's
19115         flags.
19116         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19117         multi-line expressions.
19118         (gnus-agent-synchronize-group-flags): New internal function.
19119         Updates marks in memory (in the info structure) AND in the
19120         backend.
19121
19122         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19123
19124         * nnagent.el (nnagent-request-set-mark):
19125         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19126         method, to ensure that synchronization updates marks in the
19127         backend and in the info (in memory) structure.
19128
19129 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19132         convention fully; don't miss the root article of a thread; make
19133         the X-Draft-From header with correct article numbers.
19134
19135 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19136
19137         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19138         unless plugged.  Disable the agent so that an open failure causes
19139         an error.
19140
19141         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19142         Revert 2004-09-21 change.  The backend must be opened while
19143         synchronizing flags even when the backend stores the flags
19144         locally.
19145
19146 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19147
19148         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19149         in `header' match.  Reported by Svend Tollak Munkejord.
19150
19151         * message.el (message-cite-original): Fix use of
19152         `message-cite-articles-with-x-no-archive'.
19153
19154 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19155
19156         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19157         (gnus-window-to-buffer): Ditto.
19158
19159         * mml.el (mml-preview-buffer): New variable.
19160         (mml-preview): Manage window layout with gnus-buffer-configuration.
19161
19162         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19163         X-Draft-From header even if those articles aren't quoted.
19164
19165 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19166
19167         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19168         (gnus-request-set-mark, gnus-request-update-mark): Use new
19169         g-s-t-u-l-m to decide to use backend even when unplugged.
19170
19171 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19172
19173         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19174         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19175
19176 2004-09-20  Simon Josefsson  <jas@extundo.com>
19177
19178         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19179         "utf-16-le".
19180
19181 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19182
19183         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19184
19185 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19186
19187         * uudecode.el (uudecode-use-external): Add :version.
19188
19189         * smime.el (smime-CA-file, smime-encrypt-cipher)
19190         (smime-dns-server): Add :version.
19191
19192         * smiley.el (gnus-smiley-file-types): Add :version.
19193
19194         * sha1.el (sha1-use-external): Add :version.
19195
19196         * pgg-def.el (pgg-query-keyserver): Add :version.
19197
19198         * nnmail.el (nnmail-fancy-expiry-targets)
19199         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19200         Add :version.
19201
19202         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19203         (nnimap-retrieve-groups-asynchronous): Add :version.
19204         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19205
19206         * mml.el (mml-content-disposition-parameters)
19207         (mml-insert-mime-headers-always): Add :version.
19208
19209         * mm-util.el (mm-coding-system-priorities): Add :version.
19210
19211         * mm-decode.el (mm-inline-text-html-with-images)
19212         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19213         (mm-verify-option): Add :version.
19214         (mm-text-html-renderer): Change :version.
19215
19216         * message.el (message-fcc-externalize-attachments)
19217         (message-required-headers, message-draft-headers)
19218         (message-subject-trailing-was-query)
19219         (message-subject-trailing-was-ask-regexp)
19220         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19221         (message-mark-insert-end, message-archive-header)
19222         (message-archive-note, message-cross-post-default)
19223         (message-cross-post-note, message-followup-to-note)
19224         (message-cross-post-note-function, message-use-mail-followup-to)
19225         (message-subscribed-address-functions)
19226         (message-subscribed-address-file, message-subscribed-addresses)
19227         (message-subscribed-regexps, message-allow-no-recipients)
19228         (message-yank-cited-prefix, message-signature-insert-empty-line)
19229         (message-hidden-headers, message-hierarchical-addresses)
19230         (message-mail-user-agent, message-use-idna)
19231         (message-valid-fqdn-regexp)
19232         (message-strip-special-text-properties, message-header-synonyms)
19233         (message-beginning-of-line, message-tab-body-function): Add :version.
19234         (message-insert-canlock, message-wide-reply-confirm-recipients):
19235         Change :version.
19236
19237         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19238         and :version.
19239         (mail-source-delete-old-incoming-confirm)
19240         (mail-source-movemail-program): Add :version.
19241
19242         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19243         (gnus-agent-cache, gnus-agent): Change :version.
19244
19245         * gnus-util.el (gnus-use-byte-compile): Change :version.
19246
19247         * gnus-sum.el (gnus-summary-make-false-root-always)
19248         (gnus-summary-default-high-score)
19249         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19250         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19251         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19252         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19253         (gnus-sum-thread-tree-single-indent)
19254         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19255         (gnus-sum-thread-tree-leaf-with-other)
19256         (gnus-sum-thread-tree-single-leaf): Add :version.
19257         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19258         (gnus-article-loose-mime): Change :version.
19259
19260         * gnus-start.el (gnus-backup-startup-file)
19261         (gnus-save-startup-file-via-temp-buffer): Add :version.
19262
19263         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19264         (gnus-server-offline-face): Add :version.
19265
19266         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19267
19268         * gnus-msg.el (gnus-gcc-externalize-attachments)
19269         (gnus-debug-files, gnus-debug-exclude-variables)
19270         (gnus-discouraged-post-methods): Change :version.
19271         (gnus-confirm-mail-reply-to-news)
19272         (gnus-confirm-treat-mail-like-news): Add :version.
19273
19274         * gnus-int.el (gnus-server-unopen-status): Add :version.
19275
19276         * gnus-group.el (gnus-group-jump-to-group-prompt)
19277         (gnus-large-ephemeral-newsgroup)
19278         (gnus-fetch-old-ephemeral-headers): Add :version.
19279
19280         * gnus-fun.el (gnus-x-face-directory)
19281         (gnus-convert-pbm-to-x-face-command)
19282         (gnus-convert-image-to-x-face-command)
19283         (gnus-convert-image-to-face-command): Add :version.
19284
19285         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19286
19287         * gnus-cite.el (gnus-cite-blank-line-after-header)
19288         (gnus-article-boring-faces): Add :version.
19289
19290         * gnus-art.el (gnus-buttonized-mime-types)
19291         (gnus-inhibit-mime-unbuttonizing)
19292         (gnus-treat-display-face)
19293         (gnus-treat-body-boundary): Change :version.
19294         (gnus-body-boundary-delimiter, gnus-picon-databases)
19295         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19296         (gnus-treat-date-english, gnus-treat-fold-headers)
19297         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19298         (gnus-treat-mail-picon, gnus-treat-wash-html)
19299         (gnus-article-encrypt-protocol)
19300         (gnus-use-idna, gnus-article-over-scroll)
19301         (gnus-mime-display-multipart-alternative-as-mixed)
19302         (gnus-mime-display-multipart-related-as-mixed)
19303         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19304         (gnus-ctan-url, gnus-button-ctan-handler)
19305         (gnus-button-handle-ctan-bogus-regexp)
19306         (gnus-button-ctan-directory-regexp)
19307         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19308         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19309         (gnus-button-man-level, gnus-button-emacs-level)
19310         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19311
19312         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19313         (gnus-agent-go-online): Change :version.
19314         (gnus-agent-expire-unagentized-dirs)
19315         (gnus-agent-auto-agentize-methods): Add :version.
19316
19317         * flow-fill.el (fill-flowed-display-column)
19318         (fill-flowed-encode-column): Add :version.
19319
19320         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19321         (gnus-outlook-deuglify-unwrap-max)
19322         (gnus-outlook-deuglify-cite-marks)
19323         (gnus-outlook-deuglify-unwrap-stop-chars)
19324         (gnus-outlook-deuglify-no-wrap-chars)
19325         (gnus-outlook-deuglify-attrib-cut-regexp)
19326         (gnus-outlook-deuglify-attrib-verb-regexp)
19327         (gnus-outlook-deuglify-attrib-end-regexp)
19328         (gnus-outlook-display-hook): Add :version.
19329
19330         * binhex.el (binhex-use-external): Add :version.
19331
19332 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19333
19334         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19335         and `invisible'.
19336
19337 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19338
19339         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19340         in gnus-registry-trim.
19341
19342 2004-09-13  Simon Josefsson  <jas@extundo.com>
19343
19344         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19345
19346         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19347
19348         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19349         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19350         <yamaoka@jpl.org>.
19351         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19352         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19353         <yamaoka@jpl.org>.
19354
19355         * sieve.el (sieve-manage-mode): Ditto.
19356
19357 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19358
19359         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19360
19361 2004-09-11  Simon Josefsson  <jas@extundo.com>
19362
19363         * dns-mode.el: Add.
19364
19365         * mm-view.el (mm-display-dns-inline): Add.
19366
19367         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19368         (mm-automatic-display): Ditto.
19369
19370         * mailcap.el (mailcap-mime-data): Add text/dns.
19371         (mailcap-mime-extensions): Map .soa to text/dns.
19372
19373 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19374
19375         * gnus-art.el (article-decode-mime-words, article-babel)
19376         (gnus-article-highlight-signature, gnus-article-add-buttons)
19377         (gnus-signature-toggle): Remove unnecessary bindings of
19378         `inhibit-read-only' inherited from v5.10 merge.
19379
19380 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19381
19382         * nntp.el (nntp): New customization group.
19383         (nntp-authinfo-file): Add customization group.
19384
19385         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19386
19387         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19388
19389         * gnus.el (to-address, to-list, subscribed)
19390         (large-newsgroup-initial): Ditto.
19391
19392         * flow-fill.el (fill-flowed-display-column)
19393         (fill-flowed-encode-column): Ditto.
19394
19395 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19396
19397         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19398         Use point-min rather than 1.
19399         (message-send-mail): Use buffer-size rather than point-max.
19400
19401         * gnus-sum.el (gnus-summary-search-article-forward):
19402         Signal a specific `search-failed' rather than a generic `error'.
19403
19404         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19405         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19406         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19407
19408 2004-09-10  Simon Josefsson  <jas@extundo.com>
19409
19410         * nndb.el (require): Remove tcp and duplicate cl.
19411
19412 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19413
19414         * gnus-agent.el (directory-files-and-attributes): Move forward.
19415
19416 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19417
19418         * gnus-agent.el (directory-files-and-attributes):
19419         Optionally defined to support XEmacs.
19420
19421 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19422
19423         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19424         to avoid run-time CL dependencies.
19425         (gnus-agent-unfetch-articles): New function.
19426         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19427         article numbers even when local .overview file is missing.
19428         (gnus-agent-read-article-number): New function.  Only accepts
19429         27-bit article numbers.
19430         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19431         Use gnus-agent-read-article-number.
19432         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19433         from backend while recognizing that article numbers in .overview
19434         must be valid.
19435         (gnus-agent-update-files-total-fetched-for):
19436         Use directory-files-and-attributes to improve performance.
19437         * gnus-int.el (gnus-request-move-article):
19438         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19439         improve performance.
19440
19441         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19442         some users confused by references to .newsrc when they only have a
19443         .newsrc.eld file.
19444         (gnus-convert-mark-converter-prompt)
19445         (gnus-convert-converter-needs-prompt): Fix use of property list.
19446         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19447         New function.  Used internally to only display 'gnus converting
19448         files' message when actually necessary.
19449
19450         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19451         methods now autoloaded.
19452
19453 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19454
19455         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19456         identifiers.
19457
19458 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19459
19460         * gnus-picon.el: Fix indentation and closing parenthesis.
19461
19462 2004-09-01  Simon Josefsson  <jas@extundo.com>
19463
19464         * message.el (message-canlock-generate): Require sha1, not
19465         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19466         to require within a function.  Sadly, if sha1.el isn't loaded, the
19467         let binding in m-c-g will hide the defcustom definition, which is
19468         bad.)
19469
19470         * canlock.el: Require sha1, not sha1-el.
19471
19472         * message.el: Don't autoload sha1 (there is a autoload cookie in
19473         sha1.el).
19474
19475         * sha1-el.el: Rename to sha1.el.
19476
19477 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19478
19479         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19480
19481 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19482
19483         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19484
19485 2004-08-30  Kim F. Storm  <storm@cua.dk>
19486
19487         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19488
19489         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19490         Add :group 'nnimap.
19491
19492 2004-08-30  Andreas Schwab  <schwab@suse.de>
19493
19494         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19495         ?* and ?\;.
19496
19497         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19498         and ?\' to symbol instead of whitespace.
19499
19500 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19503
19504         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19505         instead of re-search-forward.
19506
19507         * gnus-uu.el (gnus-uu-save-article): Ditto.
19508         (gnus-uu-post-encode-uuencode): Ditto.
19509
19510         * html2text.el (html2text-clean-list-items): Ditto.
19511         (html2text-clean-dtdd): Ditto.
19512         (html2text-format-tags): Ditto.
19513
19514         * message.el (message-send-mail-with-sendmail): Fix regexp.
19515         (message-fill-field-general): Use search-forward instead of
19516         re-search-forward.
19517         (unbold-region): Ditto.
19518
19519         * nnrss.el (nnrss-request-article): Ditto.
19520
19521         * nnslashdot.el (nnslashdot-request-article): Ditto.
19522
19523         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19524
19525         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19526         "Unrecognized menu descriptor" error in XEmacs.
19527
19528 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19529
19530         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19531         parent article of a sparse article in the thread hashtb.
19532
19533 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19534
19535         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19536         (nnmail-expand-newtext): Lowercase expanded entries if
19537         nnmail-split-lowercase-expanded is non-nil.
19538
19539 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19540
19541         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19542
19543         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19544         of gnus-tmp-news-method into string under XEmacs.  It will be
19545         passed to gnus-correct-length which takes only a string argument.
19546
19547 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19548
19549         * gnus-util.el (gnus-bind-print-variables): New macro.
19550         (gnus-prin1): Use it.
19551         (gnus-prin1-to-string): Use it.
19552         (gnus-pp): New function.
19553         (gnus-pp-to-string): New function.
19554
19555         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19556         Replace pp-to-string with gnus-pp-to-string.
19557         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19558         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19559         * gnus-msg.el (gnus-debug): Ditto.
19560         * gnus-score.el (gnus-score-save): Ditto.
19561         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19562         gnus-pp-to-string.
19563         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19564         with gnus-pp.
19565         * score-mode.el (gnus-score-pretty-print): Ditto.
19566         * webmail.el (webmail-debug): Ditto.
19567
19568 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19569
19570         * gnus-art.el (article-display-face, article-display-x-face):
19571         Use buffer-read-only.
19572
19573 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * gnus-art.el (article-hide-list-identifiers):
19576         Bind inhibit-read-only as t.
19577
19578 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19579
19580         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19581
19582 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19583
19584         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19585         (gnus-narrow-to-page): Don't assume point-min == 1.
19586         (gnus-article-edit-mode): Derive from message-mode.
19587
19588         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19589         point-min == 1.
19590
19591         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19592         Disable incorrect use of `assert'.
19593
19594         * message.el (message-mode): Set comment-start-skip.
19595
19596
19597 2004-08-22  Sam Steingold  <sds@gnu.org>
19598
19599         * pop3.el (pop3-leave-mail-on-server): New user variable.
19600         (pop3-movemail): Delete mail only when it is nil.
19601
19602 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19603
19604         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19605
19606         * mml.el (mml-preview): Use `pop-to-buffer'.
19607
19608         * message.el (message-goto-mail-followup-to): Insert after "To".
19609         (message-carefully-insert-headers): Add comment.
19610
19611         * gnus.el: Remove unused variable `gnus-article-check-size'.
19612
19613         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19614
19615         * gnus-art.el (gnus-button-alist):
19616         Improve `gnus-button-handle-library' entry.
19617
19618 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19619
19620         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19621         Use downcase, since XEmacs capitalizes error messages differently.
19622
19623 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19624
19625         * nntp.el: Add (require 'gnus) due to reference to
19626         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19627
19628 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19629
19630         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19631         Bind `mm-fill-flowed'.
19632
19633         * mm-decode.el (mm-dissect-singlepart): Check it.
19634
19635 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19636
19637         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19638         'imap' for netrc parsing.
19639
19640 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19641
19642         * mailcap.el (mailcap-mime-data): Mark as risky.
19643
19644 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19645
19646         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19647         may be included in the encoded word.
19648         (rfc2047-encode): Don't append a space if the encoded word
19649         includes close parenthesis.
19650
19651 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19652
19653         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19654         of text within parentheses.
19655
19656 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19657
19658         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19659         (gnus-encrypt-write-file-contents): Make the password key the file
19660         name PLUS the cipher, not just the cipher.  Also remove failed
19661         passwords from the cache.
19662
19663 2004-08-06  Simon Josefsson  <jas@extundo.com>
19664
19665         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19666         Doc fix.
19667
19668 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19671         LWSP.
19672
19673 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19674
19675         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19676         Try to append in-reply-to: data to the references: header.
19677
19678         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19679         (netrc-parse): Use gnus-encrypt.el functions.
19680
19681         * gnus-encrypt.el: Add new file for encryption support; currently
19682         does only a few GPG ciphers and an internal XOR cipher.
19683
19684         * password.el: Add comments on using password-read-and-add.
19685         (password-read-and-add): Add function to read and add the
19686         password to the cache at once.
19687
19688 2004-07-28  Simon Josefsson  <jas@extundo.com>
19689
19690         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19691         parameter (but don't use it, for now).
19692
19693         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19694         instead of hard coding to nil.
19695
19696 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19697
19698         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19699         as mm-inline-image-xemacs does.
19700
19701 2004-07-26  Simon Josefsson  <jas@extundo.com>
19702
19703         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19704         Revert part of 2004-07-17 change below.
19705
19706 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19707
19708         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19709         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19710
19711 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19712
19713         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19714         quotes that actually start with ">" at the beginning of the
19715         lines.
19716
19717 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19718
19719         * rfc2047.el (rfc2047-encode-region): Fix last change.
19720         (rfc2047-encode-parameter): Remove useless concat.
19721
19722 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19723
19724         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19725         encode special characters; fix some kind of misconfigured headers;
19726         signal a real error if debug-on-quit or debug-on-error is non-nil.
19727         (rfc2047-encode-max-chars): New variable.
19728         (rfc2047-encode-1): Use it.
19729         (rfc2047-encode-parameter): New function.
19730
19731         * mml.el (mml-insert-parameter): Remove an excessive space.
19732
19733 2004-07-17  Simon Josefsson  <jas@extundo.com>
19734
19735         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19736         Kai Grossjohann <kai@emptydomain.de>.
19737         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19738         (gnus-group-make-menu-bar): Ditto.
19739
19740         * gnus-util.el (gnus-group-server): Add.
19741
19742 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19743
19744         * message.el (message-clone-locals): Clone sendmail and smtp
19745         variables.
19746
19747 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19748
19749         * rfc2047.el (rfc2047-encode-region): Fix last change.
19750
19751 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19752
19753         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19754         characters as non-special.
19755
19756 2004-07-09  Simon Josefsson  <jas@extundo.com>
19757
19758         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19759         Users will lose all flag changes made while unplugged with
19760         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19761         good default.  See numerous reports on ding mailing list.
19762
19763 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19764
19765         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19766         add generate-head-function and generate-article-function to the
19767         rfc822-forward entry.
19768         (nndoc-rfc822-forward-generate-article): New function.
19769         (nndoc-rfc822-forward-generate-head): New function.
19770
19771         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19772
19773 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19774
19775         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19776         respect display group parameter and gnus-summary-expunge-below.
19777         (gnus-articles-to-read): Remove unused reference to display group
19778         parameter.
19779
19780 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19781
19782         * nnheader.el (nnheader-uniquify-message-id): New experimental
19783         variable.
19784         (nnheader-nov-read-message-id): Use it.
19785
19786         * spam-report.el (spam-report-gmane): Add interactive.
19787
19788 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19789
19790         * mm-encode.el (mm-content-transfer-encoding-defaults):
19791         Use qp-or-base64 for the application/* types.
19792
19793 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19794
19795         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19796
19797 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19798
19799         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19800         trim value.
19801
19802 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19803
19804         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19805         New macro and function.
19806         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19807
19808 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19811         after-load-alist.
19812
19813 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19814
19815         * gnus-group.el (gnus-group-get-new-news-this-group):
19816         Don't update info that isn't there.
19817
19818 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19819
19820         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19821         entry.
19822
19823 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19824
19825         * mm-view.el (mm-inline-render-with-function): Use multibyte
19826         buffer; decode html source by charset.
19827
19828         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19829
19830         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19831         Mule-UCS is loaded under XEmacs.
19832         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19833
19834 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19835
19836         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19837
19838 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19839
19840         * mm-util.el (mm-coding-system-p): Return a coding-system.
19841         (mm-mime-mule-charset-alist): Use shift_jis instead of
19842         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19843         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19844         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19845         instead of japanese-shift-jis and iso-latin-1 respectively in
19846         order to share the default value with both Emacs and XEmacs-mule.
19847         (mm-mule-charset-to-mime-charset):
19848         Make mm-coding-system-priorities effective.
19849         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19850         while predicating of candidates upon the priorities.
19851
19852 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19853
19854         * gnus-sum.el (gnus-summary-make-menu-bar):
19855         Add gnus-uu-invert-processable.
19856
19857         * gnus.el: Autoload gnus-uu-invert-processable.
19858
19859 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19860
19861         * mm-util.el (mm-with-multibyte-buffer): New macro.
19862
19863         * rfc2047.el (rfc2047-encode-string): Use it.
19864         (rfc2047-encode-region): Move point to the end of the region after
19865         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19866
19867 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19868
19869         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19870         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19871
19872 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19873
19874         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19875         (gnus-cite-parse): Ignore quoted envelope From_.
19876         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19877
19878 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19879
19880         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19881         invalid addresses.
19882
19883 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19884
19885         * spam.el: Change section markers, revise TODO list.
19886         (spam-backends): Make new master list of all installed backends.
19887         (spam-summary-exit-behavior): Add new variable to determine how
19888         messages moves are done at summary exit.
19889         (spam-move-spam-nonspam-groups-only)
19890         (spam-process-ham-in-nonham-groups)
19891         (spam-process-ham-in-spam-groups): Remove variables, the
19892         spam-summary-exit-behavior variable should be used to manage this
19893         behavior.
19894         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19895         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19896         and spam-old-spam-articles.
19897         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19898         Add empty variables, placeholders for the backends they represent.
19899         (spam-set-difference): Move, unchanged.
19900         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19901         unless the user has a processor variable.
19902         (spam-classifications, spam-classification-valid-p)
19903         (spam-backend-properties, spam-backend-property-valid-p)
19904         (spam-backend-function-type-valid-p)
19905         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19906         (spam-report-articles-gmane, spam-report-articles-resend):
19907         Remove functions, they are not needed.
19908         (spam-install-backend-super, spam-backend-list)
19909         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19910         (spam-backend-function, spam-backend-ham-registration-function)
19911         (spam-backend-spam-registration-function)
19912         (spam-backend-ham-unregistration-function)
19913         (spam-backend-spam-unregistration-function)
19914         (spam-backend-statistical-p, spam-backend-mover-p)
19915         (spam-install-backend-alias, spam-install-checkonly-backend)
19916         (spam-install-mover-backend, spam-install-nocheck-backend)
19917         (spam-install-backend, spam-install-statistical-backend)
19918         (spam-install-statistical-checkonly-backend): Add backend installation
19919         support.
19920         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19921         (spam-group-processor-p): Use the new backend code and respect the
19922         summary exit behavior.
19923         (spam-mark-spam-as-expired-and-move-routine): Remove.
19924         (spam-summary-prepare): Change to use the new spam-old-articles
19925         variable.
19926         (spam-copy-or-move-routine, spam-copy-spam-routine)
19927         (spam-move-spam-routine, spam-copy-ham-routine)
19928         (spam-move-ham-routine): Add code to copy/move ham or spam.
19929         (spam-fetch-field-fast): Improve doc and code, plus allow the
19930         'number request.
19931         (spam-list-of-checks, spam-list-of-statistical-checks):
19932         Remove variables.
19933         (spam-split, spam-find-spam): Use the new backend code.
19934         (spam-registration-functions): Remove variable.
19935         (spam-unregister-routine): Add convenience wrapper.
19936         (spam-log-undo-registration, spam-register-routine)
19937         (spam-log-processing-to-registry)
19938         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19939         where possible.
19940         (spam-check-gmane-xref, spam-check-regex-headers)
19941         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19942         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19943         (spam-check-bogofilter-headers, spam-check-spamoracle)
19944         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19945         (spam-check-crm114-headers): Use the spam-split-group that
19946         spam-split prepares, no need to determine it every time.
19947
19948         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19949         to the nnheader-parse-naked-head call.
19950
19951         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19952
19953         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19954         the nnheader-nov-read-message-id call.
19955
19956 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19957
19958         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19959         gnus-activate-group twice.  Suggested by Markus Peter
19960         <warp@spin.de>.
19961
19962 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19963
19964         * gnus-art.el (gnus-article-time-format): Exchange the order of
19965         day and month in the default value; fix customization type.
19966         (article-date-ut): Use add-text-properties.
19967         (article-make-date-line): Use message-make-date instead of
19968         current-time-string.
19969
19970         * message.el (message-fetch-field): Don't use set-text-properties.
19971         (message-make-date): Simplify.
19972
19973         * messagexmas.el (message-xmas-make-date): New function.
19974         (message-xmas-redefine): Defalias message-make-date to it.
19975
19976 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19979         (rfc2047-encode-region): Treat text within parentheses as special;
19980         show the original text when error has occurred.
19981
19982         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19983         already-computed method to gnus-activate-group.
19984
19985         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19986         same select-methods identical Lisp objects.
19987
19988         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19989         object when modifying the info.
19990
19991 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19992
19993         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19994         gnus-opened-servers since it has never been opened with the new
19995         configuration yet.
19996
19997 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19998
19999         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20000         arg to nnheader-generate-fake-message-id.
20001
20002 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20003
20004         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20005         number and build a fake message ID localized to a group and
20006         article number (so it's repeatable from that point on).
20007         (nnheader-fake-message-id-p): Change regex to accomodate new fake
20008         ID format.
20009
20010         * gnus-sum.el (gnus-get-newsgroup-headers):
20011         Call nnheader-generate-fake-message-id with the article number.
20012
20013 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20014
20015         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20016         end-of-buffer.
20017
20018 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20019
20020         * message.el (message-ignored-supersedes-headers): Add Approved.
20021
20022 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20023
20024         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20025         goto-char.
20026         (rfc2047-encode): Fold the line before encoding.
20027
20028 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20029
20030         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20031         folding -- not all headers can be folded, and this should be done
20032         by the message composition mode.  Probably.  I think.
20033
20034 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20035
20036         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20037         fast.
20038
20039         * gnus-ems.el (gnus-remove-image): Don't use
20040         message-text-with-property; remove only the image found first.
20041
20042         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20043         found first.
20044
20045 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20046
20047         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20048
20049 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20050
20051         * message.el (message-text-with-property): Make it fast and accept
20052         optional arguments.
20053         (message-strip-forbidden-properties): Use it.
20054         (message-fix-before-sending): Follow the m-t-w-p change.
20055
20056         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20057
20058 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20059
20060         * gnus-art.el (article-hide-headers): Don't change the buffer
20061         mistakenly when performing mml-preview even if
20062         gnus-single-article-buffer is nil.
20063
20064 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20065
20066         * message.el (message-expand-name-databases): New user option.
20067         (message-expand-name): Use it.
20068
20069 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20070
20071         * spam.el (spam-report-articles-resend)
20072         (spam-report-resend-register-routine): Allow ham reporting.
20073         (spam-report-resend-register-ham-routine): Add wrapper.
20074         (spam-registration-functions): Add ham resending functions.
20075         (spam-list-of-processors): Add ham resend processor.
20076
20077         * gnus.el (ham-resend-to): Add new group parameter.
20078         (spam-process): Add ham resend option.
20079
20080         * spam-report.el (spam-report-resend): Allow reporting ham.
20081         (spam-report-resend-ham): Add wrapper.
20082
20083 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20084
20085         * message.el (message-cite-articles-with-x-no-archive):
20086         New variable.
20087         (message-cite-original): Use it.
20088
20089 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20090
20091         * message.el (message-cite-original): Respect X-No-Archive.
20092
20093 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20094
20095         * gnus-art.el (article-hide-headers): Refer to the values for
20096         gnus-ignored-headers and gnus-visible-headers in the summary
20097         buffer since a user may have set them as group parameters.
20098
20099 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20100
20101         * assistant.el (assistant-node-name): Add convenience function.
20102         (assistant-render-text, assistant-render-node): Add error handling,
20103         plus handle multiple next nodes.
20104         (assistant-find-next-node): Comment out for now.
20105         (assistant-find-next-nodes): Add function, returns list of next
20106         nodes.
20107
20108 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20109
20110         * mail-source.el (mail-source-directory): Fix doc-string.
20111
20112 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20113
20114         * assistant.el (assistant-render-text, assistant-eval): Add :set
20115         widget type, which is different because it takes and returns a
20116         list.  Much hilarity ensues.
20117
20118 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20119
20120         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20121
20122         * gnus-group.el (gnus-group-get-new-news-this-group):
20123         Add doc-string.
20124
20125         * gnus-start.el (gnus-activate-group): Add doc-string.
20126
20127 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20128
20129         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20130
20131 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20132
20133         * assistant.el (assistant-render-text): Try to add a :set
20134         widget, more to come.
20135
20136         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20137         strings.
20138         (spam-report-articles-resend)
20139         (spam-register-routine): Do registration iff any articles warrant
20140         it.
20141         (spam-summary-prepare-exit): Change log message for nil group
20142         destinations.
20143
20144 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20145
20146         * spam.el (spam-report-resend-register-routine):
20147         Allow spam-report-resend-to to be a group parameter or a global value.
20148
20149 2004-05-26  Simon Josefsson  <jas@extundo.com>
20150
20151         * starttls.el: Merge with my GNUTLS based starttls.el.
20152         (starttls-gnutls-program, starttls-use-gnutls)
20153         (starttls-extra-arguments, starttls-process-connection-type)
20154         (starttls-connect, starttls-failure, starttls-success):
20155         New variables.
20156         (starttls-program, starttls-extra-args): Doc fix.
20157         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20158         New functions.
20159         (starttls-negotiate, starttls-open-stream):
20160         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20161         function if it is set.
20162
20163 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20166         structured fields.
20167
20168 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20169
20170         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20171
20172 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20173
20174         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20175         Add variable.
20176         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20177         assigning the spam-mark to new messages.
20178
20179 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20180
20181         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20182
20183 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20184
20185         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20186
20187         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20188         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20189         default.
20190
20191 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20192
20193         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20194         correct data.
20195
20196 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20197
20198         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20199         (spam-group-processor-p): Fix function.
20200         (spam-group-processor-multiple-p)
20201         (spam-group-spam-processor-report-gmane-p)
20202         (spam-group-spam-processor-report-resend-p)
20203         (spam-group-spam-processor-bogofilter-p)
20204         (spam-group-spam-processor-blacklist-p)
20205         (spam-group-spam-processor-ifile-p)
20206         (spam-group-ham-processor-ifile-p)
20207         (spam-group-spam-processor-spamoracle-p)
20208         (spam-group-spam-processor-crm114-p)
20209         (spam-group-ham-processor-bogofilter-p)
20210         (spam-group-spam-processor-stat-p)
20211         (spam-group-ham-processor-stat-p)
20212         (spam-group-ham-processor-whitelist-p)
20213         (spam-group-ham-processor-BBDB-p)
20214         (spam-group-ham-processor-spamoracle-p)
20215         (spam-group-ham-processor-copy-p): Remove functions with some
20216         prejudice against unneeded code.
20217         (spam-report-articles-resend)
20218         (spam-report-resend-register-routine): Allow the group/topic
20219         spam-resend-to value to override spam-report-resend-to.
20220         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20221         properly now.
20222
20223         * gnus.el (spam-resend-to): Add group/topic parameter.
20224         (spam-process): Move the OBSOLETE processors to the end of the
20225         choices.
20226
20227 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20228
20229         * spam-report.el (spam-report-resend-to, spam-report-resend):
20230         Start with resend-to set to nil, and then ask the user if necessary.
20231         (spam-report-resend): spam-report-resend takes a list of articles, not
20232         separate article numbers.
20233
20234 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20235
20236         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20237         addition to emacs-w3m.
20238
20239 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20240
20241         * assistant.el (assistant-authinfo-data): New function.
20242         (assistant-eval): Eval for entire assistant.
20243
20244         * netrc.el (netrc-services-file): New variable.
20245         (netrc-parse-services): New function.
20246         (netrc-find-service-name): New function.
20247         (netrc-find-service-number): New function.
20248         (netrc-port-equal): New function.
20249         (netrc-machine): Use it.
20250
20251         * nnimap.el (nnimap-open-connection): Use netrc.
20252
20253         * gnus-util.el (gnus-netrc-get): Remove aliases.
20254
20255         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20256
20257         * assistant.el (wid-edit): Fix compilation.
20258
20259         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20260
20261 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20262
20263         * gnus-util.el (gnus-set-file-modes): New function.  (small
20264         patch).
20265
20266 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20267
20268         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20269
20270         * assistant.el (assistant-render-node): Fix up rendering and
20271         read-only text.
20272         (assistant-render-node): Reset.
20273         (assistant-make-read-only): Not sticky.
20274
20275 2004-05-20  Danny Siu  <dsiu@adobe.com>
20276
20277         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20278         centered even when gnus-auto-center-summary is t.
20279
20280 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20281
20282         * dns.el (dns-get-txt-answer): New function.
20283         (dns-read-txt): Ditto.
20284         (query-dns): Use it.
20285
20286 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20289         active for foreign groups even if the group level is higher than
20290         the specified value.
20291
20292 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20293
20294         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20295         non-active groups.
20296
20297         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20298
20299 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20300
20301         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20302
20303 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20304
20305         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20306         (spam-crm114-header, spam-crm114-spam-switch)
20307         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20308         (spam-crm114-positive-spam-header)
20309         (spam-crm114-database-directory, spam-list-of-processors)
20310         (spam-group-spam-processor-crm114-p)
20311         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20312         (spam-generic-score, spam-list-of-checks)
20313         (spam-list-of-statistical-checks, spam-registration-functions)
20314         (spam-check-crm114-headers, spam-crm114-score)
20315         (spam-check-crm114, spam-crm114-register-with-crm114)
20316         (spam-crm114-register-spam-routine)
20317         (spam-crm114-unregister-spam-routine)
20318         (spam-crm114-register-ham-routine)
20319         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20320         From asjo@koldfront.dk (Adam Sjøgren).
20321
20322         * gnus.el: Add spam-use-crm114.
20323
20324         * spam.el (spam-list-of-processors, spam-registration-functions):
20325         Add spam-use-resend.
20326         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20327         (spam-report-articles-gmane): Add doc fix.
20328         (spam-report-articles-resend, spam-report-resend-register-routine):
20329         Add wrappers around spam-report-resend-to.
20330
20331         * spam-report.el (spam-report-resend-to, spam-report-resend):
20332         Add support for resending spam.
20333         (spam-report-gmane): Fix line length >80.
20334
20335         * gnus.el (spam-process): Add spam-use-resend.
20336
20337 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20338
20339         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20340         number of processed spam messages.
20341         (spam-ham-copy-or-move-routine): Return the number of processed
20342         ham messages.
20343         (spam-summary-prepare-exit): Use the above values to decide
20344         whether status messages shouled be displayed.
20345
20346 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20347
20348         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20349         `rfc2047-encoding-function-alist' in order to avoid conflicting
20350         with the old version.
20351         (rfc2047-encode-region): Concatenate words containing non-ASCII
20352         characters in structured fields; don't encode space-delimited
20353         ASCII words even in unstructured fields; don't break words at
20354         char-category boundaries.
20355         (rfc2047-encode-1): New function.
20356         (rfc2047-encode): Use it; encode text so that it occupies the
20357         maximum width within 76-column; work correctly on Q encoding for
20358         iso-2022-* charsets.
20359         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20360         sure not to break a line just after the header name.
20361         (rfc2047-b-encode-region): Remove.
20362         (rfc2047-b-encode-string): New function.
20363         (rfc2047-q-encode-region): Remove.
20364         (rfc2047-q-encode-string): New function.
20365
20366         * mm-util.el (mm-replace-in-string): New function.
20367
20368 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20369
20370         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20371         Really get it right.
20372         (gnus-inews-make-draft): Really.
20373
20374 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20375
20376         * nnmh.el (nnmh-request-list-1): Don't check the link count
20377         before descending.  (small patch)
20378
20379 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20380
20381         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20382         stuff.
20383
20384         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20385         Match on real group name.
20386
20387         * gnus-art.el (gnus-signature-limit): Doc fix.
20388
20389         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20390
20391         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20392
20393 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20394
20395         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20396         isn't a string.
20397
20398 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20399
20400         * gnus-draft.el (gnus-draft-send):
20401         Bind rfc2047-encode-encoded-words.
20402
20403         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20404         (rfc2047-encodable-p): Say that =? needs encoding.
20405         (rfc2047-encode-encoded-words): New variable.
20406
20407         * gnus-group.el (gnus-group-select-group): Doc fix.
20408
20409         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20410
20411         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20412         to nil.
20413
20414         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20415
20416         * nnheader.el (nnheader-get-lines-and-char): New function.
20417
20418 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20419
20420         * gnus-msg.el (gnus-summary-followup-with-original):
20421         Document yanking of region when active.
20422
20423 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20424
20425         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20426         groups if the group level is higher than the specified value.
20427
20428 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20429
20430         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20431         (gnus-group-jump-to-group): Add prefix argument using
20432         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20433         non-active group.
20434
20435         * compface.el (uncompface): Be verbose when changing
20436         `uncompface-use-external'.
20437
20438         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20439         handle manual section.
20440
20441 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20442
20443         * gnus-art.el (gnus-button-alist): Revert previous change.
20444
20445 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20446
20447         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20448
20449 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20450
20451         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20452         whether backend can accept message.
20453
20454         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20455
20456 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20457
20458         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20459         Avoid creating directory when nntp-marks-is-evil is true.
20460         Reported by Reiner Steib.
20461
20462 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20463
20464         * gnus-picon.el (gnus-picon-style): New variable.
20465         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20466         (gnus-picon-transform-address): Support `gnus-picon-style'.
20467         From Jesper Harder <harder@ifa.au.dk>.
20468
20469 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20470
20471         * message.el (message-fill-field): Return point.
20472         (message-generate-headers): Go to end of field.
20473
20474         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20475         stuff for non-living groups.
20476
20477 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20478
20479         * gnus-art.el (gnus-article-followup-with-original)
20480         (gnus-article-reply-with-original): gnus-mark-active-p ->
20481         gnus-region-active-p.
20482
20483 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20484
20485         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20486         only when there is spam or ham to be processed.
20487
20488 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20489
20490         * mail-source.el (mail-source-delete-crash-box): Refactor.
20491         (mail-source-fetch): Use it.
20492         (mail-source-fetch-file): Ditto.
20493         (mail-source-fetch-directory): Run postscript in loop.
20494         (mail-source-fetch-pop): Delete.
20495         (mail-source-fetch-maildir): Ditto.
20496         (mail-source-fetch-imap): Ditto.
20497
20498         * imap.el (imap-authenticators): Comment out sasl.
20499
20500         * message.el (message-skip-to-next-address): New function.
20501         (message-fill-header-address): Refactor.
20502         (message-fill-address): Use it.
20503         (message-delete-address): Use it.
20504         (message-fill-header-general): Refactor.
20505         (message-fill-field-address): Rename.
20506         (message-narrow-to-field): Find the start of the header.
20507         (message-header-format-alist): Don't pre-fill.
20508         (message-fill-header): Remove.
20509         (message-insert-header): New function.
20510         (message-shorten-references): Use it.
20511
20512         * rfc2047.el (rfc2047-field-value): Strip props.
20513
20514         * mail-parse.el (mail-header-make-address): New alias.
20515
20516         * ietf-drums.el (ietf-drums-make-address): New function.
20517
20518         * imap.el: Add compiler directives.
20519
20520         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20521
20522         * gnus-art.el (article-decode-idna-rhs): Don't use
20523         message-idna-inside-rhs-p.
20524
20525 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20526
20527         * message.el (message-idna-inside-rhs-p): Remove.
20528         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20529
20530         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20531         false positives.
20532
20533 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20534
20535         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20536
20537 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20538
20539         * nneething.el (nneething-file-name): Don't create spurious
20540         files.
20541
20542         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20543         (gnus-inews-do-gcc): Remove sleep.
20544
20545         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20546         part under point.
20547
20548         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20549         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20550
20551 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20552
20553         * spam.el (spam-summary-prepare-exit): Fix (length).
20554
20555 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20556
20557         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20558         as expired without moving it" message when there are spam
20559         messages left.
20560
20561 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20562
20563         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20564         header is not nil.
20565
20566 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20567
20568         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20569         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20570         (nntp-marks-changed-p): New arg SERVER.
20571         (nntp-request-update-info): Adjust caller.
20572
20573 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20574
20575         * nntp.el (nntp-save-marks): Pass missing arg.
20576
20577 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20578
20579         * nntp.el: Support marks.
20580         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20581         (nntp-marks-modtime, nntp-marks-directory): New variables.
20582         (nntp-request-set-mark, nntp-request-update-info)
20583         (nntp-possibly-create-directory, nntp-marks-changed-p)
20584         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20585         New functions.
20586
20587 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20588
20589         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20590         (gnus-xmas-redefine): Rename.
20591
20592         * gnus-score.el (gnus-score-insert-help):
20593         Use gnus-select-lowest-window.
20594
20595         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20596         appt-select-lowest-window and rename to gnus-select-lowest-window.
20597
20598         * gnus.el: do.
20599
20600 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20601
20602         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20603         encodings of MIME-encoded words, in order to improve
20604         interoperability with several broken MUAs.
20605
20606 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20607
20608         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20609         tags, only when charsets are not specified in headers.
20610         (mm-inline-text-html-render-with-w3m): Ditto.
20611
20612         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20613         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20614
20615 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20616
20617         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20618         instead of MIME-decoded from fields when checking
20619         `gnus-article-address-banner-alist'.
20620
20621 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20622
20623         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20624         description rather than subject.
20625
20626 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20627
20628         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20629
20630 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20631
20632         * gnus.el (gnus-version-number): Bump.
20633
20634 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20635
20636         * gnus.el: No Gnus v0.2 is released.
20637
20638 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20639
20640         * gnus-agent.el (gnus-agent-read-agentview):
20641         Inline gnus-uncompress-range.
20642
20643 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20644
20645         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20646         `exec-installed-p'.
20647
20648 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20649
20650         * gnus.el (spam-process, spam-autodetect-methods):
20651         Add bsfilter and bsfilter-headers.
20652
20653         * spam.el (spam-bsfilter): New customize group.
20654         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20655         (spam-bsfilter-header, spam-bsfilter-probability-header)
20656         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20657         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20658         (spam-bsfilter-database-directory): New options.
20659         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20660         (spam-list-of-statistical-checks, spam-registration-functions):
20661         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20662         (spam-bsfilter-score): New command.
20663         (spam-check-bsfilter-headers, spam-check-bsfilter)
20664         (spam-bsfilter-register-with-bsfilter)
20665         (spam-bsfilter-register-spam-routine)
20666         (spam-bsfilter-unregister-spam-routine)
20667         (spam-bsfilter-register-ham-routine)
20668         (spam-bsfilter-unregister-ham-routine): New functions.
20669         (spam-generic-score): Support bsfilter; Accept an optional argument
20670         to recalcurate spam score even if scoring header has already been
20671         added.
20672         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20673         optional argument to recalcurate spam score even if scoring header
20674         has already been added.
20675
20676 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20677
20678         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20679         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20680         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20681         link is missing.
20682
20683 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20684
20685         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20686         (html2text-get-attr): Rewrite.
20687
20688         * message.el (message-setup-1): Remove redundant put-text-property
20689         on mail-header-separator.
20690
20691 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20692
20693         * gnus-registry.el (gnus-registry-cache-whitespace)
20694         (gnus-registry-action, gnus-registry-spool-action)
20695         (gnus-registry-split-fancy-with-parent): Change message levels
20696         from 5 to 3 or 7, as needed.
20697
20698         * spam.el (spam-summary-prepare-exit)
20699         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20700         (spam-split, spam-find-spam, spam-log-undo-registration)
20701         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20702         level from 5 to 6.
20703
20704 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20705
20706         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20707         2004-03-04 change).
20708
20709 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20710
20711         * sieve-manage.el (sieve-manage-open):
20712         * nnweb.el (nnweb-insert-html):
20713         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20714         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20715         * nnspool.el (nnspool-request-group):
20716         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20717         * nnml.el (nnml-request-update-info):
20718         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20719         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20720         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20721         (nnimap-request-set-mark):
20722         * nnfolder.el (nnfolder-request-update-info):
20723         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20724         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20725         * gnus-uu.el (gnus-uu-find-articles-matching):
20726         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20727         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20728         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20729         * gnus-nocem.el (gnus-nocem-scan-groups):
20730         * gnus-int.el (gnus-start-news-server):
20731         * gnus-group.el (gnus-group-make-kiboze-group)
20732         (gnus-group-browse-foreign-server):
20733         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20734         Use mapc when appropriate.
20735
20736 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20737
20738         FIXME: Make separate entries for each person.
20739
20740         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20741         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20742         <shields@msrl.com>:
20743
20744         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20745         may need for spam sorting and scoring.
20746         (spam-user-format-function-S): Add user format function suitable for
20747         general use.
20748         (spam-article-sort-by-spam-status): Add sorting function for summary
20749         sorting.
20750         (spam-extra-header-to-number): Add function to get a score from a
20751         header.
20752         (spam-summary-score): Add function to get a numeric score from the
20753         headers.
20754         (spam-generic-score): Fix function doc, was in wrong place.
20755         (spam-initialize): Take symbols when it's run, and install the
20756         extra headers that spam-necessary-extra-headers thinks we need.
20757
20758 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20759
20760         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20761         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20762
20763 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20764
20765         * gnus-sum.el (gnus-set-global-variables)
20766         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20767         (gnus-article-get-xrefs, gnus-summary-best-group)
20768         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20769         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20770         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20771         Use with-current-buffer.
20772
20773 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20774
20775         * spam.el (spam-summary-prepare-exit): Simplify logic.
20776         (spam-fetch-article-header): Read the article header if it's not
20777         available.
20778         (spam-list-articles): Simplify logic.
20779         (spam-filelist-register-routine): Fix bug with unregister-list.
20780
20781         * gnus-registry.el: Fix comments at beginning.
20782
20783 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20784
20785         * message.el (message-cater-to-broken-inn): Remove.
20786         (message-shorten-references): Make sure the total folded length of
20787         References is shorter than 998 characters to cater to a bug in INN
20788         2.3.  Also, don't pretend that references aren't folded -- this
20789         hasn't worked for a while.
20790
20791 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20792
20793         * gnus-agent.el (gnus-agentize):
20794         gnus-agent-send-mail-real-function no longer set to current value
20795         of message-send-mail-function but rather a lambda that calls
20796         message-send-mail-function.  The change makes the agent real-time
20797         responsive to user changes to message-send-mail-function.
20798
20799 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20800
20801         * legacy-gnus-agent.el
20802         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20803         help from Florian Weimer <fw@deneb.enyo.de>
20804
20805 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20806
20807         * nnmail.el (nnmail-cache-insert): Revert last change.
20808
20809 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20810
20811         * nnmail.el (nnmail-cache-insert): Always check whether
20812         nnmail-cache-ignore-groups matches a group name.
20813
20814 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20815
20816         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20817         (spam-find-spam, spam-log-processing-to-registry)
20818         (spam-log-registered-p, spam-log-unregistration-needed-p)
20819         (spam-log-undo-registration): Use gnus-message instead of
20820         gnus-error, none of these errors are fatal.
20821
20822         * gnus-registry.el (gnus-registry-clean-empty-function)
20823         (gnus-registry-clean-empty): Remove only empty entries without
20824         extra data.
20825
20826 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20827
20828         * spam-stat.el (spam-stat-buffer-change-to-spam)
20829         (spam-stat-buffer-change-to-non-spam): Change (error) to
20830         (gnus-message 8) invocation.
20831
20832 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * nntp.el (nntp-via-netcat-command): New variable.
20835         (nntp-via-netcat-switches): New variable.
20836         (nntp-open-via-rlogin-and-netcat): New function.
20837         (nntp-open-connection-function): Doc fix.
20838         (nntp-telnet-command): Doc fix.
20839         (nntp-end-of-line): Doc fix.
20840         (nntp-via-rlogin-command): Doc fix.
20841         (nntp-via-user-name): Doc fix.
20842         (nntp-via-address): Doc fix.
20843
20844 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20845
20846         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20847         error in Emacs 21.1.
20848
20849 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20850
20851         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20852
20853 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20854
20855         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20856         (gnus-agent-with-refreshed-group): New macro.
20857         (gnus-agent-rename-group): New function.
20858         (gnus-agent-delete-group): New function.
20859         (gnus-agent-save-group-info): Use gnus-command-method when
20860         `method' parameter is nil.  Don't write nil entries into the
20861         active file.
20862         (gnus-agent-get-group-info): New function.
20863         (gnus-agent-fetch-articles):
20864         Use gnus-agent-update-files-total-fetched-for to increment disk space
20865         used.
20866         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20867         Use gnus-agent-update-view-total-fetched-for to increment disk space
20868         used.
20869         (gnus-agent-get-local): Add optional parameters to avoid calling
20870         gnus-group-real-name and gnus-find-method-for-group.
20871         (gnus-agent-set-local): Delete stored entry if either min, or max,
20872         are nil.
20873         (gnus-agent-fetch-session): Reworded error/quit messages.
20874         On quit, use gnus-agent-regenerate-group to record existance of any
20875         articles fetched to disk before the quit occurred.
20876         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20877         gnus-agent-update-view-total-fetched-for, and
20878         gnus-agent-update-files-total-fetched-for to decrement disk space
20879         used.
20880         (gnus-agent-retrieve-headers):
20881         Use gnus-agent-update-view-total-fetched-for to increment disk space
20882         used.
20883         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20884         with gnus-agent-update-files-total-fetched-for to decrement disk
20885         space and fresh group buffer.
20886         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20887         (gnus-agent-need-update-total-fetched-for): New variable.
20888         (gnus-agent-update-files-total-fetched-for): New function.
20889         (gnus-agent-update-view-total-fetched-for): New function.
20890         (gnus-agent-total-fetched-for): New function.
20891
20892         * gnus-cache.el (gnus-cache-save-buffers):
20893         Use gnus-cache-update-overview-total-fetched-for to change disk space
20894         used by this group.
20895         (gnus-cache-possibly-enter-article):
20896         Use gnus-cache-update-file-total-fetched-for to increment disk space
20897         used by this group.
20898         (gnus-cache-possibly-remove-article):
20899         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20900         used by this group.
20901         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20902         (gnus-cache-rename-group): New function.
20903         (gnus-cache-delete-group): New function.
20904         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20905         (gnus-cache-need-update-total-fetched-for): New variable.
20906         (gnus-cache-with-refreshed-group): New macro.
20907         (gnus-cache-update-file-total-fetched-for): New function.
20908         (gnus-cache-update-overview-total-fetched-for): New function.
20909         (gnus-cache-rename-group-total-fetched-for): New function.
20910         (gnus-cache-delete-group-total-fetched-for): New function.
20911         (gnus-cache-total-fetched-for): New function.
20912
20913         * gnus-group.el: Require gnus-sum and autoload functions to
20914         resolve warnings when gnus-group.el compiled alone.
20915         (gnus-group-line-format): Documented new %F.
20916         (size of Fetched data) group line format; identifies disk space
20917         used by agent and cache.
20918         (gnus-group-line-format-alist): Defined new F format.
20919         (gnus-total-fetched-for): New function.
20920         (gnus-group-delete-group): No longer update
20921         gnus-cache-active-altered as gnus-request-delete-group now keeps
20922         the cache in sync.
20923         (gnus-group-list-active): Let the agent store a server's active
20924         list if currently plugged.
20925
20926         * gnus-int.el (gnus-request-delete-group):
20927         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20928         local disk in sync with the server.
20929         (gnus-request-rename-group):
20930         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20931         local disk in sync with the server.
20932
20933         * gnus-start.el (gnus-get-unread-articles):
20934         Cosmetic simplification to logic.
20935
20936         * gnus-util.el (gnus-rename-file): New function.
20937
20938 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20939
20940         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20941
20942 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20943
20944         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20945         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20946
20947 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20948
20949         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20950         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20951
20952 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20953
20954         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20955
20956 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20957
20958         * spam.el (spam-set-difference): Add function to replace
20959         gnus-set-difference in spam.el.
20960         (spam-summary-prepare-exit): Use spam-set-difference.
20961
20962 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20963
20964         * gnus-registry.el (gnus-registry-cache-file): Update to use
20965         gnus-dribble-directory OR gnus-home-directory OR ~.
20966         (gnus-registry-split-fancy-with-parent): Fix doc.
20967
20968 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20969
20970         * message.el (message-exchange-point-and-mark):
20971         Use message-mark-active-p.  Suggested by Jesper Harder
20972         <harder@ifa.au.dk>.
20973
20974 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20975
20976         * message.el (message-exchange-point-and-mark): Don't activate
20977         region if it was inactive.  Suggested by Hiroshi Fujishima
20978         <pooh@nature.tsukuba.ac.jp>.
20979
20980 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20981
20982         * gnus-art.el (article-display-face): Display Faces in the same
20983         order as X-Faces.
20984
20985 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20986
20987         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20988
20989 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20990
20991         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20992         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20993         (gnus-article-mime-hierarchy): Remove.
20994         (gnus-article-mime-hierarchy-next): Remove.
20995         (gnus-article-mode): Revert 2004-03-19 change.
20996         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20997         (gnus-insert-mime-button): Revert 2004-03-19 change.
20998         (gnus-mime-accumulate-hierarchy): Remove.
20999         (gnus-mime-enter-multipart): Remove.
21000         (gnus-mime-leave-multipart): Remove.
21001         (gnus-mime-display-part): Revert 2004-03-19 change.
21002         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21003
21004         * mml.el (mml-preview): Revert 2004-03-19 change.
21005
21006 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21007
21008         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21009
21010 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21011
21012         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21013         t while entering a file name using the mm-with-multibyte macro.
21014         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21015
21016         * mm-util.el (mm-with-multibyte): New macro.
21017
21018 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21019
21020         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21021         New user option.
21022         (gnus-mime-multipart-functions): Doc and customization fix.
21023         (gnus-article-mime-hierarchy): New variable.
21024         (gnus-article-mime-hierarchy-next): New variable.
21025         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21026         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21027         gnus-article-mime-hierarchy-next to nil.
21028         (gnus-insert-mime-button): Show hierarchy numbers.
21029         (gnus-mime-accumulate-hierarchy): New function.
21030         (gnus-mime-enter-multipart): New function.
21031         (gnus-mime-leave-multipart): New function.
21032         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21033         (gnus-mime-display-alternative): Show hierarchy numbers.
21034
21035         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21036         gnus-article-mime-hierarchy-next to nil.
21037
21038 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21039
21040         * dns.el: Don't require gnus-xmas.
21041
21042 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21043
21044         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21045         inline PGP.
21046         (mml-menu): Disable mml-quote-region if mark is inactive.
21047
21048 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21049
21050         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21051         when the group's active is not available.
21052
21053 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21054
21055         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21056         error.
21057
21058 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21059
21060         * imap.el (imap-store-password): New variable.
21061         (imap-interactive-login): Use it.
21062         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21063
21064 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21065
21066         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21067         window-start and hscroll to summary window.
21068
21069 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21070
21071         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21072         conversion message to newsrc-dribble when an actual conversion is
21073         performed.
21074
21075 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21076
21077         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21078
21079 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21080
21081         * mm-decode.el (mm-complicated-handles): New function reviving
21082         former definition of mm-multiple-handles.
21083
21084         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21085         (gnus-mime-delete-part): Use it.
21086
21087 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21088
21089         * gnus-agent.el (gnus-agent-read-local):
21090         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21091         avoid the implicit assumption that they will always be equal.
21092         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21093         coding-system-for-write, as the with-temp-file macro first prints
21094         to a buffer then saves the buffer.
21095
21096 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21097
21098         * gnus-art.el (gnus-article-edit-part): New function.
21099         (gnus-mime-save-part-and-strip): Use it; do query instead of
21100         signaling an error; don't use mm-multiple-handles.
21101         (gnus-mime-delete-part): Ditto.
21102
21103 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21104
21105         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21106         old file versions.
21107         (gnus-group-prepare-hook): Remove function that converted list
21108         form of gnus-agent-expire-days to group properties.
21109
21110         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21111         (gnus-request-accept-article): Re-indented.
21112
21113         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21114         converters to handle old agent file formats.  Add logic for a
21115         "backup before upgrading warning".
21116         (gnus-convert-mark-converter-prompt): Developers can mark
21117         functions as needing (default), or not needing,
21118         gnus-convert-old-newsrc's "backup before upgrading warning".
21119         (gnus-convert-converter-needs-prompt): Tests whether the user
21120         should be protected from potentially irreversable changes by the
21121         function.
21122
21123         * legacy-gnus-agent.el: New.  Provides converters that are only
21124         loaded when gnus-convert-old-newsrc needs to call them.
21125
21126 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21127
21128         * mail-source.el (mail-source-touch-pop): Doc fix.
21129
21130         * message.el (message-smtpmail-send-it): Doc fix.
21131
21132 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21133
21134         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21135
21136         * nnmail.el (nnmail-split-fancy): do.
21137
21138         * gnus-kill.el (gnus-kill, gnus-execute): do.
21139
21140 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21141
21142         * gnus-sum.el (gnus-widget-reversible-match)
21143         (gnus-widget-reversible-to-internal)
21144         (gnus-widget-reversible-to-external): New functions.
21145         (gnus-widget-reversible): New widget.
21146         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21147
21148 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21149
21150         * gnus-sum.el (gnus-thread-sort-functions)
21151         (gnus-article-sort-functions): Document `(not F)' items.
21152
21153 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21154
21155         * spam.el (spam-use-gmane-xref): Add new backend.
21156         (spam-gmane-xref-spam-group): Add variable to control the name of the
21157         Gmane spam group.
21158         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21159         (spam-regex-headers-spam, spam-regex-headers-ham)
21160         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21161         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21162         backends and checks.
21163         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21164
21165         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21166         an autodetect method.
21167
21168 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21169
21170         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21171         articles are being added to a group.
21172         (gnus-request-replace-article): Inform the agent that articles
21173         need to be uncached as the cached contents are no longer valid.
21174
21175 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21176
21177         * binhex.el: Don't autoload executable-find.
21178
21179         * canlock.el: Don't autoload mail-fetch-field.
21180
21181         * dgnushack.el: Autoload c-mode for XEmacs.
21182
21183         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21184
21185         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21186         rmail-dont-reply-to and rmail-output.
21187
21188         * gnus-score.el: Don't autoload ffap-string-at-point.
21189
21190         * gnus-setup.el: Don't autoload sc-cite-original.
21191
21192         * imap.el: Don't autoload base64-decode-string,
21193         base64-encode-string and md5.
21194
21195         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21196         and rmail-msg-restore-non-pruned-header.
21197
21198         * mm-decode.el: Don't autoload executable-find.
21199
21200         * mm-url.el: Don't autoload executable-find.
21201
21202         * mm-view.el: Don't autoload diff-mode.
21203
21204         * nndb.el: Don't autoload news-reply-mode, news-setup,
21205         cancel-timer and telnet.
21206
21207         * password.el: Don't autoload run-at-time for Emacs.
21208
21209         * sha1-el.el: Don't autoload executable-find.
21210
21211         * sieve-mode.el: Don't autoload c-mode.
21212
21213         * uudecode.el: Don't autoload executable-find.
21214
21215 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21216
21217         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21218         (gnus-agent-possibly-alter-active): Avoid null in numeric
21219         comparison.
21220         (gnus-agent-set-local): Refuse to save null in local object table.
21221         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21222         list of articles that will be marked as unread.
21223
21224 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21225
21226         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21227
21228 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21229
21230         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21231         language tags.
21232
21233 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21234
21235         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21236         Don't bind "obarray".
21237
21238         * gnus-sum.el (gnus-thread-sort-functions):
21239         Add `gnus-thread-sort-by-most-recent-number' and
21240         `gnus-thread-sort-by-most-recent-date'.
21241         Reported by Kai Grossjohann <kai@emptydomain.de>.
21242
21243 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21244
21245         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21246
21247 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21248
21249         * gnus-cus.el (gnus-agent-customize-category):
21250         Remove ignore-errors macro reference that required cl to be loaded at
21251         run-time.
21252
21253         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21254         single-interval range of the form (min . max).  Previously the
21255         range had to look like ((min . max)).  Likewise, return
21256         (min . max) rather than ((min . max)).
21257         (gnus-range-map): Use gnus-range-normalize to accept
21258         single-interval range.
21259
21260         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21261         the cache, but not the agent, now appear with their usual face.
21262
21263         * dgnushack.el (loaddir): New variable that is bound to the
21264         directory containing the dgnushack.el file. Use loaddir, rather
21265         than srcdir, to update load-path. Change lets dgnushack compile
21266         code in directories other than GNUS/lisp.
21267
21268 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21269
21270         * lpath.el: Don't bind w3m-safe-url-regexp.
21271
21272         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21273         w3m-safe-url-regexp variable buffer-local.
21274
21275         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21276
21277 2004-02-27  Simon Josefsson  <jas@extundo.com>
21278
21279         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21280         gnus-group-real-prefix.
21281         (gnus-summary-move-article): Use it, instead of
21282         gnus-group-real-prefix.
21283
21284 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21285
21286         * lpath.el: Bind w3m-safe-url-regexp.
21287
21288         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21289         w3m-safe-url-regexp variable buffer-local and set it as the value
21290         of mm-w3m-safe-url-regexp.
21291
21292         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21293
21294         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21295         parsing gnus-posting-styles when the message is not for replying.
21296
21297         * dgnushack.el: Autoload sgml-mode for XEmacs.
21298
21299         * nnrss.el (nnrss-opml-export):
21300         Use mm-set-buffer-file-coding-system instead of
21301         set-buffer-file-coding-system.
21302
21303 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21304
21305         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21306         of checkdoc.el).
21307         * nnrss.el: do.
21308         * gnus-mlspl.el: do.
21309         * gnus-ml.el: do.
21310         * gnus-srvr.el: do.
21311
21312         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21313
21314 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21315
21316         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21317         Corrections to custom-manual links.
21318
21319         * gnus-art.el (gnus-article): Ditto.
21320
21321         * mm-decode.el (mime-display, mime-security): Ditto.
21322
21323 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21324
21325         * flow-fill.el: Typo.
21326
21327 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21328
21329         * spam-wash.el: New file.
21330
21331 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21332
21333         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21334
21335 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21336
21337         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21338         to be run with new-articles as LIST1, not LIST2.
21339         (spam-registration-functions): Add spam-use-ham-copy as a nil
21340         registration backend.
21341
21342 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21343
21344         * spam-stat.el (spam-stat-washing-hook): New option.
21345         (spam-stat-buffer-words): Use it.
21346         (spam-stat-process-directory, spam-stat-test-directory):
21347         Use insert-file-contents-literally.
21348         (spam-stat-coding-system): New variable.
21349         (spam-stat-load, spam-stat-save): Use it.
21350
21351 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21352
21353         * spam-report.el (spam-report-plug-agent):
21354         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21355
21356 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21357
21358         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21359         Allow / in mailto URLs.
21360
21361 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21362
21363         * spam-report.el (spam-report-process-queue): Fix interactive use.
21364         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21365         (spam-report-unplug-agent): Doc fixes.
21366         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21367         (spam-report-agentize, spam-report-deagentize): Autoload.
21368
21369 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21370
21371         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21372
21373         * message.el (message-setup-fill-variables): Add mml tags to
21374         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21375         <ajk@iu.edu>.
21376         (message-mode): Don't modify paragraph-separate there.
21377
21378 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21379
21380         * compface.el (uncompface-use-external): Default to undecided.
21381         (uncompface-use-external-threshold): New variable.
21382         (uncompface-float-time): New macro.
21383         (uncompface): Determine whether to use the external decoder if
21384         uncompface-use-external is undecided.
21385
21386 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21387
21388         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21389         after images.
21390
21391         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21392
21393 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21394
21395         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21396
21397         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21398
21399         * gnus-sum.el (gnus-summary-limit-to-age)
21400         (gnus-summary-limit-children): do.
21401
21402         * gnus-int.el (gnus-request-scan): do.
21403
21404         * gnus-group.el (gnus-group-suspend): do.
21405
21406         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21407
21408         * gnus-cite.el (gnus-cite-parse-attributions): do.
21409
21410         * gnus-agent.el (gnus-summary-set-agent-mark)
21411         (gnus-agent-regenerate-group): do.
21412
21413         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21414
21415         * binhex.el (binhex-decode-region-internal): do.
21416
21417 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21418
21419         * gnus-fun.el (gnus-face-properties-alist): New user option.
21420         (gnus-display-x-face-in-from): Use it.
21421
21422         * gnus-art.el (article-display-face): Ditto.
21423
21424         * compface.el (uncompface-use-external): Default to nil.
21425
21426 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21427
21428         * nntp.el (nntp-erase-buffer): New function.
21429         (nntp-retrieve-data, nntp-send-command)
21430         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21431         (nntp-possibly-change-group): Use it.
21432
21433         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21434         Use with-current-buffer.
21435
21436 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21437
21438         * compface.el: Merge the ELisp-based uncompface program.
21439         (compface): New customization group.
21440         (uncompface-use-external): New user option.
21441         (uncompface): Call uncompface-internal if uncompface-use-external
21442         is nil.
21443         (uncompface-internal): New function.  Note that there are also
21444         some other functions and variables added for this function.
21445
21446 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21447
21448         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21449         if necessary.
21450
21451 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21452
21453         * spam-report.el (spam-report-unplug-agent)
21454         (spam-report-plug-agent, spam-report-deagentize)
21455         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21456         Add support for the Agent in spam-report: when unplugged, report to a
21457         file; when plugged, submit all the requests.
21458
21459         * spam.el (spam-register-routine): Fix message about
21460         registration.
21461
21462 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21463
21464         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21465         dependencies.
21466         (rfc2047-encode): Use it.
21467
21468         * gnus-art.el (gnus-button-marker-list): Move before first
21469         reference.
21470
21471         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21472         (imap-parse-body): Fix format string mismatch.
21473
21474         * gnus-score.el (gnus-summary-increase-score): do.
21475
21476         * nnrss.el (nnrss-close): New function.
21477
21478 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21479
21480         * nnrss.el (nnrss-make-filename): New function.
21481         (nnrss-request-delete-group, nnrss-read-server-data)
21482         (nnrss-save-server-data, nnrss-read-group-data)
21483         (nnrss-save-group-data): Use it.
21484         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21485         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21486         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21487
21488 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21489
21490         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21491
21492 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21493
21494         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21495         files.
21496
21497         * message.el (message-generate-headers-first): Don't quote nil
21498         and t in docstrings.
21499
21500         * imap.el (imap-id): do.
21501
21502         * gnus-agent.el (gnus-agent-consider-all-articles)
21503         (gnus-agent-queue-mail): do.
21504
21505 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21506
21507         * spam-report.el (spam-report-process-queue): New function.
21508         Process requests from `spam-report-requests-file'.
21509         (spam-report-process-queue): Doc fix.
21510
21511 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21512
21513         * spam.el (spam-register-routine)
21514         (spam-log-processing-to-registry, spam-log-registered-p)
21515         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21516         Change "check" to "spam-check" for semi-clarity.
21517
21518 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21519
21520         * pop3.el: Require nnheader.
21521
21522         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21523
21524         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21525
21526         * gnus-picon.el: Require cl.
21527
21528         * gnus-fun.el: Require gnus-ems and gnus-util.
21529
21530         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21531
21532         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21533
21534         * gnus-art.el (gnus-article-edit-mode): Define before first
21535         reference.
21536
21537 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21538
21539         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21540         (gnus-uu-post-encoded): Use point-at-bol.
21541
21542         * gnus-topic.el (gnus-group-active-topic-p): do.
21543
21544         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21545
21546         * gnus-group.el (gnus-group-kill-region): do.
21547
21548         * gnus-art.el (article-date-ut): do.
21549
21550         * message.el (message-fetch-field): Remove redundant
21551         case-fold-search binding.
21552         (message-narrow-to-field): Simplify.
21553
21554 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21555
21556         * spam.el (spam-directory): Derive from `gnus-directory'.
21557
21558         * spam-report.el (spam-report-url-to-file)
21559         (spam-report-requests-file): New function and variable for offline
21560         reporting.
21561         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21562         and user defined function.
21563         (spam-report-url-ping-mm-url): Remove doubled slash.
21564
21565 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21566
21567         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21568
21569 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21570
21571         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21572         Fix format string mismatch.
21573
21574         * sieve.el (sieve-deactivate-all): do.
21575
21576         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21577
21578         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21579
21580         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21581
21582         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21583
21584 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21585
21586         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21587         the list of checks.
21588
21589 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21590
21591         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21592         padding.
21593
21594 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21595
21596         * mm-view.el (mm-fill-flowed): New variable.
21597         (mm-inline-text): Use it.
21598
21599 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21600
21601         * spam.el (spam-spamassassin-register-ham-routine)
21602         (spam-spamassassin-register-spam-routine): Fix function names.
21603
21604 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21605
21606         * gnus.el (gnus-tmp-grouplens): Remove.
21607         (gnus-summary-line-format): Remove grouplens.
21608
21609         * gnus-group.el (gnus-group-line-format): Ditto.
21610
21611         * gnus-spec.el (gnus-format-specs): Ditto.
21612         (gnus-update-format-specifications): Flush the group format spec
21613         cache if there's the grouplens stuff.
21614         (gnus-parse-simple-format): Replace %l with the empty string.
21615
21616 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21617
21618         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21619         omission.
21620
21621 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21622
21623         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21624         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21625
21626 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21627
21628         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21629         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21630         New macros and functions.
21631         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21632         Handle > NLINK_MAX messages.
21633         * nnmaildir.el (nnmaildir-request-set-mark):
21634         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21635
21636 2004-01-25  Alex Schroeder  <alex@gnu.org>
21637
21638         * spam-stat.el (spam-stat-process-directory-age): New option.
21639         (spam-stat-process-directory): Use it.
21640
21641 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21642
21643         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21644         (spam-stat-save): Accept prefix argument.
21645
21646 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21647
21648         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21649         links" error.
21650
21651 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21652
21653         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21654         the rest of the and/or forms.
21655
21656 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21657
21658         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21659         compatibility with old .newsrc.eld files.
21660
21661         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21662
21663         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21664
21665         * gnus-start.el (gnus-1): do.
21666
21667         * gnus-group.el (gnus-group-line-format-alist): do.
21668
21669         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21670
21671         * gnus-gl.el: Remove.
21672
21673 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21674
21675         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21676         marks consisting of a single range {for example, (3 . 5)} rather
21677         than a list of a single range { ((3 . 5)) }.
21678
21679 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21680
21681         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21682         Use with-current-buffer.
21683         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21684         avoid consing a string.
21685
21686         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21687         Remove obsolete entries for big5 and gb2312.
21688
21689 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21690
21691         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21692         uncompressed list.
21693
21694 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21695
21696         * spam-stat.el (spam-stat-strip-xref): New function.
21697         (spam-stat-process-directory): Use it.
21698
21699         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21700         here -- it's done in message-fetch-field.
21701
21702 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21703
21704         * gnus-agent.el (gnus-agent-queue-mail)
21705         (gnus-agent-prompt-send-queue): New variables.
21706         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21707         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21708         "nndraft:queue" along to gnus-draft-send.
21709         Use gnus-agent-prompt-send-queue.
21710         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21711         is "nndraft:queue".  Suggested by Gaute Strokkenes
21712         <gs234@srcf.ucam.org>
21713
21714         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21715         (agent-enable-undownloaded-faces): Add.
21716         (gnus-agent-cat-groups): Use eval-and-compile, not
21717         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21718         method of gnus-agent-cat-groups even when the buffer has been
21719         evaled.
21720         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21721         delete gnus-agent-save-active-1.
21722         (gnus-agent-save-groups): Delete.  Identical to
21723         gnus-agent-save-active.
21724         (gnus-agent-write-active): No longer adjust agent's copy of active
21725         file as agent's adjustments are now stored in their own
21726         file.  Remove optional parameter.
21727         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21728         servers.  Add use of min/max range limits from server's local
21729         file.
21730         (gnus-agent-save-alist): Remove unused optional argument.
21731         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21732         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21733         (gnus-agent-set-local): A per-server file that keeps min/max range
21734         limits for articles known to the agent.  Provides a fast mechanism
21735         for altering many active ranges.
21736         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21737         active file (local makes it unnecessary).
21738         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21739
21740         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21741         (agent-enable-undownloaded-faces): Add.
21742
21743         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21744         disable it when sending to "nndraft:queue".
21745         (gnus-group-send-queue): Add safety check to avoid sending queue
21746         when unplugged.
21747
21748         * gnus-group.el (gnus-group-catchup): Use new
21749         gnus-sequence-of-unread-articles, not
21750         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21751         numbers of articles.  Use gnus-range-map to avoid having to
21752         uncompress the unread list.
21753         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21754         Fix invalid ange-ftp reference.
21755
21756         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21757         (gnus-sorted-range-intersection): Intersection of two ranges
21758         without requiring that they first be uncompressed.
21759
21760         * gnus-start.el (gnus-activate-group): Unless blocked by the
21761         caller, possibly expand the active range to include both cached
21762         and agentized articles.
21763         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21764         multiple version-dependent converters.
21765         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21766         gnus-agent-save-active.
21767         (gnus-save-newsrc-file): Save dirty agent range limits.
21768
21769         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21770         gnus-agent-possibly-alter-active.
21771         (gnus-adjust-marked-articles): Faster handling of simple lists.
21772
21773 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21774
21775         * spam-stat.el (spam-stat-test-directory): New optional argument
21776         displays a list of files detected.  Suggested by Andrew Cohen
21777         <cohen@andy.bu.edu>.
21778         (spam-stat-buffer-words-with-scores): Don't narrow and change
21779         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21780
21781 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21782
21783         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21784         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21785         (spam-spamassassin-arguments)
21786         (spam-spamassassin-spam-flag-header)
21787         (spam-spamassassin-positive-spam-flag-header)
21788         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21789         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21790         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21791         (spam-list-of-processors, spam-list-of-checks)
21792         (spam-list-of-statistical-checks, spam-registration-functions)
21793         (spam-check-spamassassin-headers, spam-check-spamassassin)
21794         (spam-spamassassin-score)
21795         (spam-spamassassin-register-with-sa-learn)
21796         (spam-spamassassin-register-spam-routine)
21797         (spam-spamassassin-register-ham-routine)
21798         (spam-assassin-register-spam-routine)
21799         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21800         (spam-bogofilter-score): Fix to show article before scoring.
21801
21802 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21803
21804         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21805         default scoring function.
21806         (spam-generic-score): Call spam-spamassassin-score if
21807         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21808         spam-bogofilter-score otherwise.
21809
21810         * gnus.el (spam-process, spam-autodetect-methods):
21811         Add spamassassin and spamassassin-headers.
21812
21813 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21814
21815         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21816         Suppress unnecessary messages.
21817
21818 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21819
21820         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21821         make-hash-table.
21822
21823 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21824
21825         * canlock.el (base64-encode-string): Don't autoload it.
21826
21827 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21828
21829         * run-at-time.el: Remove useless (require 'itimer),
21830         eval-and-compile and (featurep 'xemacs).
21831
21832 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21833
21834         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21835         GROUP is a virtual group.
21836
21837 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21838
21839         * gnus.el: Autoload `message-y-or-n-p'.
21840
21841 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21842
21843         * pgg-parse.el: Remove unnecessary (require 'custom).
21844
21845         * pgg-def.el: do.
21846
21847         * nnmail.el: do.
21848
21849         * gnus-undo.el: do.
21850
21851         * gnus-picon.el: do.
21852
21853         * gnus-util.el: do.
21854
21855 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21856
21857         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21858
21859 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21860
21861         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21862         handle, as well as a list.
21863
21864         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21865         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21866         (mm-w3m-cid-retrieve): Simplify.
21867
21868 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21869
21870         * message.el (message-kill-to-signature): Allow prefix arg to
21871         specify number of lines to keep before signature.
21872
21873 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21874
21875         * message.el (message-kill-to-signature): Change docstring.
21876
21877 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21878
21879         * canlock.el: Always require sha1-el.
21880         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21881
21882         * message.el: Autoload sha1 only when compiling.
21883
21884         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21885         eudc-expand-inline for XEmacs.
21886
21887 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21888
21889         * message.el (message-canlock-generate): Require sha1-el.
21890
21891 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21892
21893         * message.el (message-expand-name): Silence the byte compiler.
21894
21895         * lpath.el: Add detect-coding-system.
21896
21897         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21898         cus-edit.
21899
21900 2004-01-13  Simon Josefsson  <jas@extundo.com>
21901
21902         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21903         Invoke gnus-score-mode.
21904         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21905
21906         * gnus-range.el (gnus-compress-sequence): Doc fix.
21907         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21908
21909 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21910
21911         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21912
21913 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21914
21915         * spam.el (spam-get-article-as-string): Update to use
21916         gnus-request-article-this-buffer, much simpler.
21917         (spam-get-article-as-buffer): Remove.
21918
21919 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21920
21921         * message.el (message-expand-name): Use EUDC if the user uses that.
21922
21923 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21924
21925         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21926         character for the encoding to avoid consing a string.
21927
21928         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21929         unnecessarily.
21930
21931         * mm-util.el (mm-replace-chars-in-string): Remove.
21932
21933         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21934         of mm-replace-chars-in-string.
21935
21936 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21937
21938         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21939
21940         * mm-util.el (mm-subst-char-in-string): Support inplace.
21941
21942         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21943         a new string in every iteration.  Use shy groups.
21944
21945 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21946
21947         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21948         * gnus-soup.el (gnus-soup-group-brew):
21949         * gnus-msg.el (gnus-put-message):
21950         * gnus-move.el (gnus-group-move-group-to-server):
21951         * gnus-kill.el (gnus-batch-score):
21952         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21953         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21954         (gnus-group-update-group, gnus-group-read-group)
21955         (gnus-group-make-group, gnus-group-make-help-group)
21956         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21957         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21958         (gnus-group-sort-by-unread, gnus-group-catchup)
21959         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21960         (gnus-group-yank-group, gnus-group-set-info)
21961         (gnus-group-list-groups):
21962         * gnus.el (gnus-generate-new-group-name):
21963         * gnus-delay.el (gnus-delay-send-queue):
21964         * nnvirtual.el (nnvirtual-catchup-group):
21965         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21966         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21967         (gnus-group-prepare-topics, gnus-topic-check-topology):
21968         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21969         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21970         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21971         (gnus-group-make-articles-read):
21972         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21973         (gnus-group-change-level, gnus-kill-newsgroup)
21974         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21975         (gnus-get-unread-articles, gnus-make-articles-unread)
21976         (gnus-make-ascending-articles-unread): Use accessor
21977         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21978         to get group information for improved readability.
21979
21980
21981 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21982
21983         * gnus-art.el (article-decode-mime-words, article-babel)
21984         (gnus-article-highlight-signature, gnus-article-add-buttons)
21985         (gnus-signature-toggle): Use gnus-with-article-buffer.
21986
21987         * gnus-art.el (gnus-article-highlight-headers)
21988         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21989
21990         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21991         (gnus-article-set-globals, gnus-request-article-this-buffer)
21992         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21993         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21994         (gnus-mime-display-alternative): Use with-current-buffer.
21995
21996 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21997
21998         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21999         also under 80 char limit, and call gnus-error if needed.
22000         (spam-fetch-article-header): Fix - it was a
22001         buffer-local variable (gnus-newsgroup-data).
22002         (spam-find-spam): Use spam-generate-fake-headers, forget about
22003         spam-insert-fake-headers.
22004         (spam-insert-fake-headers): Remove.
22005
22006 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22007
22008         * deuglify.el (gnus-article-outlook-unwrap-lines)
22009         (gnus-outlook-rearrange-article)
22010         (gnus-outlook-repair-attribution-outlook)
22011         (gnus-outlook-repair-attribution-block)
22012         (gnus-outlook-repair-attribution-other): Remove redundant
22013         save-excursion.
22014
22015 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22016
22017         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22018         (spam-fetch-field-subject-fast)
22019         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22020         (spam-fetch-article-header): Add functions to deal with Gnus
22021         internals for fast retrieval of article header data.
22022         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22023
22024 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22025
22026         * pop3.el (pop3-md5): Remove.
22027         (pop3-apop): Replace pop3-md5 with md5.
22028
22029         * mm-bodies.el: base64 is always built-in.
22030
22031         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22032         Use with-current-buffer.
22033
22034 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22035
22036         * canlock.el (canlock-insert-header): Remove excessive grouping in
22037         regexp.
22038
22039         * gnus-sum.el (gnus-summary-read-document): Ditto.
22040
22041         * gnus-uu.el (gnus-uu-part-number): Ditto.
22042
22043         * html2text.el (html2text-remove-tags): Ditto.
22044         (html2text-format-tags): Ditto.
22045         (html2text-format-single-elements): Ditto.
22046
22047         * mml.el (mml-parse-1): Ditto.
22048
22049 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22050
22051         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22052
22053         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22054
22055         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22056
22057         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22058
22059 2003-11-15  Simon Josefsson  <jas@extundo.com>
22060
22061         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22062         (pgg-gpg-lookup-key): Use regexp match instead of
22063         split-string (split-string is different between emacs 21.2 and
22064         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22065
22066 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22067
22068         * gnus-art.el (gnus-mime-view-all-parts)
22069         (gnus-article-part-wrapper, gnus-article-view-part):
22070         Use with-current-buffer.
22071
22072 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22073
22074         * spam.el (spam-disable-spam-split-during-ham-respool)
22075         (spam-spamoracle-database, spam-cache-lookups)
22076         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22077         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22078         (spam-group-ham-marks, spam-group-spam-marks)
22079         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22080         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22081         also add spam-use-blackholes to the statistical checks.
22082         (spam-fetch-field-fast): Add interface to fetching fields, may
22083         become a macro.
22084         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22085         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22086         (spam-insert-fake-headers): Fake an article when needed.
22087         (spam-find-spam): Fake article when possible.
22088         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22089         (spam-check-bogofilter-headers): Use message-fetch-field instead
22090         of nnmail-fetch-field.
22091
22092 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22093
22094         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22095
22096 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22097
22098         * spam.el (spam-split): Do not require spam-use-CHECK to be
22099         enabled if that check is passed to spam-split explicitly; also
22100         fix so 'spam doesn't get converted to spam-split-group when
22101         spam-split-symbolic-return is t.
22102         (spam-find-spam): Find registrations of the article and use those
22103         instead of re-running spam-split to find the spam/ham
22104         classification of the article.
22105         (spam-log-processing-to-registry, spam-log-registered-p)
22106         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22107         Use gnus-error instead of gnus-message.
22108         (spam-log-registration-type): Add function to determine the
22109         classification of a message based on registry entries; will
22110         return nil if both 'spam and 'ham are found.
22111         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22112         a reasonably fast local cache without the loading errors.
22113         (spam-cache-lookups): Set to t by default.
22114         (spam-find-spam): Don't try to guess spam-cache-lookups.
22115         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22116         spam-caches entry.
22117         (spam-filelist-build-cache, spam-filelist-check-cache):
22118         Fix caching of whitelist/blacklist entries.
22119         (spam-check-whitelist, spam-check-blacklist):
22120         Invoke spam-from-listed-p with a type, not a cache variable.
22121         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22122
22123 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22124
22125         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22126
22127         * nnmail.el (nnmail-split-fancy): do.
22128
22129         * mml.el (mml-parse): do.
22130
22131         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22132         (gnus-score-adaptive): do.
22133
22134 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22135
22136         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22137         (gnus-mime-button-map): Don't set keymap parent.
22138         (gnus-button-ctan-directory-regexp): Use shy grouping.
22139         (gnus-prev-page-map): Don't set keymap parent.
22140         (gnus-prev-page-map): Remove duplicated one.
22141         (gnus-next-page-map): Don't set keymap parent.
22142         (gnus-mime-security-button-map): Ditto.
22143
22144         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22145         version number.
22146
22147         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22148
22149 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22150
22151         * canlock.el (canlock-sha1-function): Remove.
22152         (canlock-sha1-function-for-verify): Remove.
22153         (canlock-openssl-program): Remove.
22154         (canlock-openssl-args): Remove.
22155         (canlock-ignore-errors): Remove.
22156         (canlock-sha1-with-openssl): Remove.
22157         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22158         (canlock-verify): Don't use canlock-ignore-errors.
22159
22160         * sha1-el.el (sha1-string-external): Make it can return a string
22161         in binary form.
22162         (sha1-region-external): Ditto.
22163         (sha1-string-internal): Ditto.
22164         (sha1-region-internal): Ditto.
22165         (sha1-region): Ditto.
22166         (sha1-string): Ditto.
22167         (sha1): Ditto.
22168
22169 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22170
22171         * spam.el (spam-report-articles-gmane): New command.
22172
22173 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22174
22175         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22176
22177         * run-at-time.el (run-at-time-saved): Remove.
22178         (run-at-time): Doc fix.
22179
22180 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22181
22182         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22183         (gnus-summary-limit-map): Add it.
22184         (gnus-summary-make-menu-bar): do.
22185
22186 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22187
22188         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22189         Make attempt at some caching support (done for BBDB only now).
22190         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22191         addresses to be checked.
22192         (spam-clear-cache-BBDB): Add function, to be invoked by
22193         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22194         (spam-check-BBDB): Check and use the caches, if
22195         spam-cache-lookups is on, remove superfluous (provide).
22196
22197 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22198
22199         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22200
22201 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22202
22203         * run-at-time.el (run-at-time-saved): Move to after the definition
22204         of `run-at-time'.
22205
22206         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22207
22208 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22209
22210         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22211         mm-w3m-local-map-property.
22212
22213         * mm-view.el (mm-w3m-mode-map): Remove.
22214         (mm-w3m-local-map-property): Remove.
22215         (mm-inline-text-html-render-with-w3m): Don't use
22216         mm-w3m-local-map-property.
22217
22218 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22219
22220         * run-at-time.el: New file.
22221
22222         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22223         under Emacs.
22224
22225         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22226         of gnus-set-text-properties.
22227
22228         * gnus-uu.el (gnus-uu-save-article): Ditto.
22229
22230         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22231
22232         * gnus-cite.el (gnus-cite-parse): Ditto.
22233
22234         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22235         of gnus-.
22236
22237         * gnus-xmas.el (run-at-time): Require run-at-time.
22238
22239         * gnus.el: Change calls to nnheader-run-at-time and
22240         password-run-at-time throughout to use run-at-time directly.
22241
22242         * password.el: Remove definition of run-at-time.
22243
22244         * nnheaderxm.el: Remove definition of run-at-time.
22245
22246 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22247
22248         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22249         in prompt.
22250
22251 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22252
22253         * messagexmas.el (message-xmas-redefine): Alias
22254         `message-make-caesar-translation-table' to
22255         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22256         version.
22257
22258         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22259         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22260         `gnus-xmas-set-text-properties'.
22261         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22262         `gnus-xmas-completing-read'.
22263         (gnus-xmas-completing-read): Removed.
22264         (gnus-xmas-open-network-stream): Removed.
22265
22266         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22267         XEmacs version.
22268
22269         * dns.el (dns-make-network-process): Use `open-network-stream'
22270         instead of `gnus-xmas-open-network-stream'.
22271
22272         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22273
22274         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22275
22276 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22277
22278         * gnus-art.el (gnus-mime-display-alternative)
22279         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22280         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22281         Don't use gnus-local-map-property.
22282
22283         * gnus-util.el (gnus-local-map-property): Remove.
22284
22285         * mm-view.el (mm-view-pkcs7-decrypt):
22286         Replace gnus-completing-read-maybe-default with completing-read.
22287
22288         * gnus-util.el (gnus-completing-read): do.
22289         (gnus-completing-read-maybe-default): Remove.
22290
22291 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22292
22293         * password.el: Only autoload `run-at-time' if not XEmacs.
22294         Only autoload the itimer functions if XEmacs.
22295
22296 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22297
22298         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22299         XEmacsen.
22300
22301         * dgnushack.el: Autoload executable-find for XEmacs.
22302
22303 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22304
22305         * gnus-art.el (gnus-read-string): Remove.
22306         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22307         read-string.
22308
22309 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22310
22311         * netrc.el: Autoload password-read.
22312         (netrc): Add configuration group.
22313         (netrc-encoding-method, netrc-openssl-path):
22314         Add variables for encoding and decoding of files with symmetric
22315         ciphers.
22316         (netrc-encode): Add assistant function to encode a file with
22317         netrc-encoding-method.
22318         (netrc-parse): Add interactive parameter, added optional
22319         decoding if netrc-encoding-method is non-nil but otherwise
22320         behavior is standard.
22321         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22322         Do s/encode/encrypt/ everywhere.
22323
22324         * spam.el: Remove executable-find autoload.
22325
22326 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22327
22328         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22329
22330         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22331
22332 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22333
22334         * gnus-art.el (gnus-treat-ansi-sequences)
22335         (article-treat-ansi-sequences): New variable and function.
22336         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22337
22338         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22339         Use it.
22340
22341 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22342
22343         * mm-util.el (mm-quote-arg): Remove.
22344
22345         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22346         shell-quote-argument.
22347
22348         * gnus-uu.el (gnus-uu-command): do.
22349
22350         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22351
22352         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22353         with make-char.
22354
22355         * mm-util.el (mm-make-char): Remove.
22356
22357         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22358         add-minor-mode.
22359
22360         * gnus-undo.el (gnus-undo-mode): do.
22361
22362         * gnus-topic.el (gnus-topic-mode): do.
22363
22364         * gnus-sum.el (gnus-dead-summary-mode): do.
22365
22366         * gnus-start.el (gnus-slave-mode): do.
22367
22368         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22369
22370         * gnus-ml.el (gnus-mailing-list-mode): do.
22371
22372         * gnus-gl.el (gnus-grouplens-mode): do.
22373
22374         * gnus-draft.el (gnus-draft-mode): do.
22375
22376         * gnus-dired.el (gnus-dired-mode): do.
22377
22378         * gnus-ems.el (gnus-add-minor-mode): Remove.
22379
22380         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22381         Replace gnus-char-width with char-width.
22382
22383         * gnus-ems.el (gnus-char-width): Remove.
22384
22385         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22386         Replace gnus-char-width with char-width.
22387
22388         * gnus-ems.el (gnus-char-width): Remove.
22389
22390         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22391         definition.
22392         Remove Emacs 20 hash table compatibility code.
22393
22394         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22395         20 compatibility code.
22396
22397         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22398
22399         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22400
22401         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22402         Replace with point-at-{eol,bol}.
22403
22404         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22405
22406         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22407
22408         * flow-fill.el (fill-flowed-point-at-bol)
22409         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22410
22411         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22412         Replace with point-at-{eol,bol} throughout all files.
22413
22414 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22415
22416         * ntlm.el (ntlm-string-as-unibyte): New macro.
22417         (ntlm-build-auth-response): Use it.
22418
22419         Remove Emacs 20 stuff:
22420         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22421         (butlast, mapc, remove): Remove the compiler macros.
22422         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22423         of delq and copy-sequence.
22424         * gnus-art.el (popup-menu): Remove the compiler macro.
22425         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22426         Emacs 20.
22427
22428 2004-01-05  Simon Josefsson  <jas@extundo.com>
22429
22430         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22431         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22432         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22433         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22434         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22435         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22436         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22437         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22438         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22439         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22440         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22441         string-xor into ntlm-string-xor.
22442         Suggested by Jesper Harder <harder@myrealbox.com>.
22443
22444         * ntlm.el: Don't include poem.
22445
22446         * md4.el (print-int32, print-string-hexa): Remove.
22447         Suggested by Jesper Harder <harder@myrealbox.com>.
22448
22449         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22450
22451         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22452         probably breaks emacs with DL patch, but do we care? Is anyone
22453         still using the DL stuff?)
22454
22455         * sieve-manage.el: Use the password package.
22456         (sieve-manage-read-passwd): Remove.
22457         (sieve-manage-interactive-login): Use password.  Re-add
22458         condition-case around loop.
22459
22460         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22461         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22462         Use the password package.
22463
22464 2003-02-19  Simon Josefsson  <jas@extundo.com>
22465
22466         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22467         token.
22468
22469 2002-08-07  Simon Josefsson  <jas@extundo.com>
22470
22471         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22472         (sieve-manage-authenticators):
22473         (sieve-manage-authenticator-alist): Add some SASL mechs.
22474         (sieve-sasl-auth): New function.
22475         (sieve-manage-cram-md5-auth):
22476         (sieve-manage-plain-auth): Rewrite using SASL library.
22477         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22478         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22479         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22480         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22481
22482 2004-01-05  Simon Josefsson  <jas@extundo.com>
22483
22484         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22485         New files.
22486
22487 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22488
22489         * gnus-group.el (gnus-no-groups-message): Update.
22490
22491         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22492
22493 2003-11-09  Simon Josefsson  <jas@extundo.com>
22494
22495         * imap.el: Support for ID IMAP extension (RFC 2971).
22496         (imap-local-variables): Add imap-id.
22497         (imap-id): New variable.
22498         (imap-id): New function.
22499         (imap-parse-response): Parse untagged ID response.
22500         * nnimap.el (nnimap-id): New variable.
22501         (nnimap-open-connection): Use it.
22502
22503 2003-12-28  Simon Josefsson  <jas@extundo.com>
22504
22505         * gnus-score.el (gnus-score-edit-all-score): New.
22506         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22507
22508 2004-01-04  Simon Josefsson  <jas@extundo.com>
22509
22510         * password.el: Add.
22511
22512 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22513
22514         * dns.el (dns-query-types): Fix typo.
22515         (dns-query-types): New function.
22516         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22517         PTR and SOA replies, see RFC 1035.
22518
22519 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22520
22521         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22522
22523         * Move to Changelog.2.
22524
22525 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22526
22527         * gnus.el (gnus-version-number): Bump version.
22528
22529 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22530
22531         * gnus.el: No Gnus v0.1 is released.
22532
22533 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22534
22535         * gnus.el: No Gnus v0.0 is released.
22536
22537 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22538
22539         * gnus.el (gnus-version-number): Bump.
22540         (gnus-version): No.
22541
22542 See ChangeLog.2 for earlier changes.
22543
22544   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22545
22546   This file is part of GNU Emacs.
22547
22548   GNU Emacs is free software: you can redistribute it and/or modify
22549   it under the terms of the GNU General Public License as published by
22550   the Free Software Foundation, either version 3 of the License, or
22551   (at your option) any later version.
22552
22553   GNU Emacs is distributed in the hope that it will be useful,
22554   but WITHOUT ANY WARRANTY; without even the implied warranty of
22555   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22556   GNU General Public License for more details.
22557
22558   You should have received a copy of the GNU General Public License
22559   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22560
22561 ;; Local Variables:
22562 ;; coding: utf-8
22563 ;; fill-column: 79
22564 ;; add-log-time-zone-rule: t
22565 ;; End: